Re: CentOS 5.3
Posted: Wed May 06, 2009 5:03 pm
Your yum configuration seems to be missing the CentOS base and updates repositories...
Oh, ok, it's always something.breun wrote:Your yum configuration seems to be missing the CentOS base and updates repositories...
Code: Select all
# yum repolist
Loading "fastestmirror" plugin
repo id repo name status
asl-2.0 Atomicorp - - Atomic Secured Linux 2.0 enabled
atomic CentOS / Red Hat Enterprise Linux 5 - at enabled
extras CentOS-5 - Extras enabled
plesk Plesk Server Administrator enabled
Code: Select all
# yum repolist
Loading "fastestmirror" plugin
repo id repo name status
asl-2.0 Atomicorp - - Atomic Secured Linux 2.0 enabled
atomic CentOS / Red Hat Enterprise Linux 5 - at enabled
base CentOS-5 - Base enabled
extras CentOS-5 - Extras enabled
plesk Plesk Server Administrator enabled
updates CentOS-5 - Updates enabled
Code: Select all
# cat /etc/redhat-release
CentOS release 5.3 (Final)
Always.damon wrote:Question: Should I leave these two enabled all the time or just when I know I want to update Centos?
Your system should continue working without doing anything, but I believe it's a good habit to merge any changes from your current configs into the rpmnew files and then making those the new configs (and restarting affected services so the changes take effect).damon wrote:A whole lot of rpm .rpmnew files were created, I'm always a little confused on what I should do with those, of the hundreds of config files it takes a lot of study to have any idea how a particular one should be setup.
Thanks, so should I only be concered with the ones where I have made changes to the file?breun wrote:Your system should continue working without doing anything, but I believe it's a good habit to merge any changes from your current configs into the rpmnew files and then making those the new configs (and restarting affected services so the changes take effect).
damon wrote:Thanks, so should I only be concered with the ones where I have made changes to the file?
My understanding is that the rpmnew files are a new version of the default file, so on config files that I haven't changed, is it good practice to make the rpmnew the new config?
Thank you for the tip, Kalimari.Kalimari wrote:it's probably worth noting that running yum -y update will "upgrade" qmail to postfix if you are using Plesk 9.X. This will get around that small issue:Code: Select all
yum -y update yum yum clean all yum -y update glibc yum -y update --exclude=psa-mail-pc-driver