[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Cron ChkrootKit



Ok I setup a cron like the example given a week ago by 
Jeff so that I could mail the results of chkrootkit to 
my email.  Now every morning around 4:00 am when the 
cron runs I get another email that says

run-parts /etc/cron.daily 
/usr/bin/find: //proc/6/fd: Permission denied

If I take the cron out I don't get this email or the 
results of chkrootkit (well of course).  I am running on 
a Raq4 with chkrootkit 0.35 and here is the contents of 
the cron (not exactly but general idea)

cd /home/tools/chkrootkit
./chkrootkit > results.out
mail me@xxxxxxxxxxxx < results.out


Thanks
--Todd