EviL_SmUrF

Member
Jan 22, 2006
9
0
151
From clicking on "Update system software"

Gathering header information file(s) from server(s)
Server: CentOS-3 - Addons
Server: CentOS-3 - Base
Server: CentOS-3 - Extras
Server: CentOS-3 - Updates
Finding updated packages
Downloading needed headers
Resolving dependencies
....Unable to satisfy dependencies
Package glibc-dummy-centos-3 needs glibc-common = 2.3.2-95.33, this is not available.


Then it goes on to do a whole bunch of other stuff about packages are the latest and don't need to be updated.

What the heck is glibc-dummy-centos-3.
 

chirpy

Well-Known Member
Verifed Vendor
Jun 15, 2002
13,437
33
473
Go on, have a guess
That isn't normal, you do need the glibc-common rpm. Try setting the yum mirrors to the default ones for CentOS just incase you're using a faulty mirror. Also make sure that glibc* hasn't been added to an exclude list in yum.conf
 

tarraco

Registered
Feb 25, 2006
4
0
151
I have the same problem, Package glibc-dummy-centos-3 needs glibc-common = 2.3.2-95.33, this is not available. But I check for glibc-common and this is the result:

~#rpm -qa glibc-common
glibc-common-2.3.2-95.33

And in the yum.conf, gl* aren't excluded

Code:
[main]
exclude=courier* apache* mod_ssl* httpd* perl mysql* php* spamassassin* kernel* exim*
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
installonlypkgs=kernel kernel-smp kernel-hugemem kernel-enterprise kernel-debug kernel-unsupported kernel-smp-unsupported kernel-hugemem-unsupported
tolerant=1
exactarch=1

[base]
name=CentOS-$releasever - Base
baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1

#released updates
[update]
name=CentOS-$releasever - Updates
baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
gpgcheck=1

#packages used/produced in the build but not released
[addons]
name=CentOS-$releasever - Addons
baseurl=http://mirror.centos.org/centos/$releasever/addons/$basearch/
gpgcheck=1

#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
gpgcheck=1

#additional packages that extend functionality of existing packages
#[centosplus]
#name=CentOS-$releasever - Plus
#baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
#gpgcheck=1

#packages in testing
#[testing]
#name=CentOS-$releasever - Testing
#baseurl=http://mirror.centos.org/centos/$releasever/testing/$basearch/
#gpgcheck=1
What Can I do?

Thanks chirpy!
 
Last edited:

tarraco

Registered
Feb 25, 2006
4
0
151
Yes, It's a VPS chirpy,

I think that Virtuozzo verison is 2.1, so I try to exclude the glibc*

Thanks!