Hello, I haven't installed anything other then what is in the Repos. Here are my Repo's: yum.repos.d $ cat atrpms.repo [atrpms] name= ATRPMS RPM Repository for Red Hat Enterprise Linux baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/stable gpgcheck=1 enabled=1 yum.repos.d $ cat CentOS-Base.repo # CentOS-Base.repo # # This file uses a new mirrorlist system developed by Lance Davis for CentOS. # The mirror system uses the connecting IP address of the client and the # update status of each mirror to pick mirrors that are updated to and # geographically close to the client. You should use this for CentOS updates # unless you are manually picking other mirrors. # # If the mirrorlist= does not work for you, as a fall back you can try the # remarked out baseurl= line instead. # # [base] name=CentOS-$releasever - Base mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4 #released updates [update] name=CentOS-$releasever - Updates mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates #baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/ gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4 #packages used/produced in the build but not released [addons] name=CentOS-$releasever - Addons mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=addons #baseurl=http://mirror.centos.org/centos/$releasever/addons/$basearch/ gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4 #additional packages that may be useful [extras] name=CentOS-$releasever - Extras mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras #baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/ gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4 #additional packages that extend functionality of existing packages [centosplus] name=CentOS-$releasever - Plus mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus #baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/ gpgcheck=1 enabled=0 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4 #contrib - packages by Centos Users [contrib] name=CentOS-$releasever - Contrib mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib #baseurl=http://mirror.centos.org/centos/$releasever/contrib/$basearch/ gpgcheck=1 enabled=0 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4 yum.repos.d $ cat dag.repo [dag] name=Dag RPM Repository for Red Hat Enterprise Linux baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag gpgcheck=1 enabled=1 And here is what YUM has been telling me now for some time. /etc/cron.daily/yum.cron: Error: Missing Dependency: libvorbisfile.so.3 is needed by package arts Error: Missing Dependency: libraw1394.so.5 is needed by package kdebase Error: Missing Dependency: libraw1394.so.5 is needed by package pwlib Error: Missing Dependency: libsysfs.so.1 is needed by package lm_sensors Error: Missing Dependency: libFLAC.so.4 is needed by package kdemultimedia Error: Missing Dependency: libvorbisfile.so.3 is needed by package kdelibs Error: Missing Dependency: libOggFLAC.so.1 is needed by package kdemultimedia Error: Missing Dependency: libvorbisfile.so.3 is needed by package kdebase Error: Missing Dependency: libvorbisenc.so.2 is needed by package kdemultimedia Error: Missing Dependency: libvorbisenc.so.2 is needed by package kdebase Error: Missing Dependency: libvorbisenc.so.2 is needed by package kdelibs Error: Missing Dependency: libvorbisfile.so.3 is needed by package kdemultimedia Error: Missing Dependency: libvorbisenc.so.2 is needed by package arts I've done a yum search but found nothing. What am I missing besides what is listed above? Thnx -- Regards Robert Smile... it increases your face value!