LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   How known which packages are excluded due to repository priority protections? (https://www.linuxquestions.org/questions/red-hat-31/how-known-which-packages-are-excluded-due-to-repository-priority-protections-4175440646/)

AleLinuxBSD 12-09-2012 02:39 AM

How known which packages are excluded due to repository priority protections?
 
How known which packages are excluded due to repository priority protections?

unSpawn 12-09-2012 07:57 AM

Something like 'yum --disableplugin=priorities list updates'?

AleLinuxBSD 12-10-2012 03:57 AM

Unfortunately don't wok.
yum list updates
Quote:

Loaded plugins: priorities, refresh-packagekit, security
1 packages excluded due to repository priority protections
yum --disableplugin=priorities list updates
Quote:

Loaded plugins: refresh-packagekit, security

unSpawn 12-10-2012 04:56 AM

Quote:

Originally Posted by AleLinuxBSD (Post 4846084)
don't wok.

"Doesn't work" is not something I can work with. As far as I'm know 'yum --disableplugin=priorities list updates' wouldn't show less or no output compared to 'yum list updates'. If it does on your systems then check your /etc/yum.conf for exclusions and run Yum in verbose mode to find out why, see 'man yum.conf': debuglevel, run '/usr/bin/yum -d4 --disableplugin=priorities list updates 2>&1|tee /tmp/yum.debug.txt' then attach "/tmp/yum.debug.txt" as plain text file.

AleLinuxBSD 12-11-2012 12:50 AM

1 Attachment(s)
/etc/yum.conf
Quote:

[main]cachedir=/var/cache/yum/$basearch/$releasever
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
installonly_limit=3
yum -d4 --disableplugin=priorities list updates 2>&1| tee /tmp/yum.debug.txt
Quote:

Not loading "blacklist" plugin, as it is disabled
Not loading "whiteout" plugin, as it is disabled
Loaded plugins: refresh-packagekit, security
Config time: 0.032
Yum Version: 3.2.29
Setting up Package Sacks
pkgsack time: 0.109
rpmdb time: 0.000
Building updates object
up:Obs Init time: 0.220
up:simple updates time: 0.019
up:obs time: 0.005
up:condense time: 0.000
updates time: 0.423
The only repository enabled are:
Quote:

[sl]
name=Scientific Linux $releasever - $basearch
baseurl=http://ftp.scientificlinux.org/linux/scientific/$releasever/$basearch/os/
http://ftp1.scientificlinux.org/linux/scientific/$releasever/$basearch/os/
http://ftp2.scientificlinux.org/linux/scientific/$releasever/$basearch/os/
ftp://ftp.scientificlinux.org/linux/scientific/$releasever/$basearch/os/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-sl file:///etc/pki/rpm-gpg/RPM-GPG-KEY-sl6 file:///etc/pki/rpm-gpg/RPM-GPG-KEY-cern
priority=1

[sl-security]
name=Scientific Linux $releasever - $basearch - security updates
baseurl=http://ftp.scientificlinux.org/linux/scientific/$releasever/$basearch/updates/security/
http://ftp1.scientificlinux.org/linux/scientific/$releasever/$basearch/updates/security/
http://ftp2.scientificlinux.org/linux/scientific/$releasever/$basearch/updates/security/
ftp://ftp.scientificlinux.org/linux/scientific/$releasever/$basearch/updates/security/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-sl file:///etc/pki/rpm-gpg/RPM-GPG-KEY-sl6 file:///etc/pki/rpm-gpg/RPM-GPG-KEY-cern
priority=1
and
Quote:

[adobe-linux-i386]
name=Adobe Systems Incorporated
baseurl=http://linuxdownload.adobe.com/linux/i386/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
priority=6


All times are GMT -5. The time now is 07:36 PM.