SCIENTIFIC-LINUX-USERS Archives

November 2006

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Troy Dawson <[log in to unmask]>
Reply To:
Troy Dawson <[log in to unmask]>
Date:
Thu, 9 Nov 2006 08:28:48 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (51 lines)
Alex Finch wrote:
> Two small points:
> 
> 1) I noticed that the yum update had not run on a recenly installed 4.4 
> machine. Turned out that /var/lock/subsys/yum
> did not exist - don't know why, has anyone else had this experience on 4.4?
> 

That happens if you have do a

/etc/init.d/yum stop

or have done a chkconfig and turned yum off.

> 2)  I also spotted a small error in
> 
> /etc/cron.daily/yum.cron
> 
>        if [ utime -ge 72000]
> 
> should be
> 
>     if [ $utime -ge 72000 ]
> 
> 
>   Alex Finch

Nope ... just double checked on a fresh install, it is correct in that 
is says

if [ $utime -ge 72000 ]

I don't know why your's is wrong.  Do a

   rpm -qa | grep yum-conf
   rpm -V yum-conf
     or
   rpm -V yum-conf-4x

     plus
   /sbin/chkconfig --list yum
   /sbin/chkconfig --level 2345 yum on

Troy

-- 
__________________________________________________
Troy Dawson  [log in to unmask]  (630)840-6468
Fermilab  ComputingDivision/CSS  CSI Group
__________________________________________________

ATOM RSS1 RSS2