Yum off after upgrade to 4.8

2010-01-27 Thread P. Larry Nelson
Hi, this is probably a Troy or Connie question, but I've noticed that after upgrading systems installed with SL4.6 to SL4.8, following the HowTo instructions on the SL web page, that yum is turned off. [r...@cx07 ~]# chkconfig --list yum yum 0:off 1:off 2:off 3:off 4:off

Re: Yum off after upgrade to 4.8

2010-01-27 Thread Troy Dawson
Here is the script that yum-conf (not yum) runs on install to turn itself on. /sbin/chkconfig --add yum /sbin/chkconfig yum on /sbin/service yum restart /dev/null If you had previously turned yum off /sbin/chkconfig --level 2345 yum off Then it is going to *stay* off. This has been in

Re: Yum off after upgrade to 4.8

2010-01-27 Thread P. Larry Nelson
Hi Troy, Troy Dawson wrote: Here is the script that yum-conf (not yum) runs on install to turn itself on. /sbin/chkconfig --add yum /sbin/chkconfig yum on /sbin/service yum restart /dev/null If you had previously turned yum off /sbin/chkconfig --level 2345 yum off Then it is going to

Re: Yum off after upgrade to 4.8

2010-01-27 Thread Connie Sieh
On Wed, 27 Jan 2010, P. Larry Nelson wrote: Hi Troy, Troy Dawson wrote: Here is the script that yum-conf (not yum) runs on install to turn itself on. /sbin/chkconfig --add yum /sbin/chkconfig yum on /sbin/service yum restart /dev/null If you had previously turned yum off /sbin/chkconfig

Re: Yum off after upgrade to 4.8

2010-01-27 Thread Steven Timm
On Wed, 27 Jan 2010, Troy Dawson wrote: Here is the script that yum-conf (not yum) runs on install to turn itself on. /sbin/chkconfig --add yum /sbin/chkconfig yum on /sbin/service yum restart /dev/null If you had previously turned yum off /sbin/chkconfig --level 2345 yum off Then it is

Re: Yum off after upgrade to 4.8

2010-01-27 Thread P. Larry Nelson
Hi Connie, Connie Sieh wrote: On Wed, 27 Jan 2010, P. Larry Nelson wrote: Hi Troy, Troy Dawson wrote: Here is the script that yum-conf (not yum) runs on install to turn itself on. /sbin/chkconfig --add yum /sbin/chkconfig yum on /sbin/service yum restart /dev/null If you had previously

Re: Yum off after upgrade to 4.8

2010-01-27 Thread Franchisseur Robert
-- Le (On) 2010-01-27 -0600 à (at) 10:48:57 P. Larry Nelson écrivit (wrote): -- Hi Troy, Troy Dawson wrote: Here is the script that yum-conf (not yum) runs on install to turn itself on. /sbin/chkconfig --add yum /sbin/chkconfig yum on /sbin/service yum restart /dev/null If you had