Rkhunter cron.daily segmentation fault
Posted: Fri Jun 26, 2009 5:42 am
I wonder if anyone can help me with this?
With my CentOS Linux 5.2 /etc/cron.daily/01-rkhunter I'm getting:
/etc/cron.daily/01-rkhunter: line 54: 6216 Segmentation fault /bin/nice -n 10 $RKHUNTER $RKHUNTER_FLAGS 2>&1 >> $TMPFILE1
Lines 52-54 are:
# Delete the gating lockfile
/bin/rm -f /var/lock/subsys/rkhunter
fi
(It seems the lock file is in fact getting deleted at /var/lock/subsys/rkhunter)
With my CentOS Linux 5.2 /etc/cron.daily/01-rkhunter I'm getting:
/etc/cron.daily/01-rkhunter: line 54: 6216 Segmentation fault /bin/nice -n 10 $RKHUNTER $RKHUNTER_FLAGS 2>&1 >> $TMPFILE1
Lines 52-54 are:
# Delete the gating lockfile
/bin/rm -f /var/lock/subsys/rkhunter
fi
(It seems the lock file is in fact getting deleted at /var/lock/subsys/rkhunter)