Rkhunter cron.daily segmentation fault

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
RichardM
Forum User
Forum User
Posts: 69
Joined: Sun Apr 20, 2008 2:51 pm

Rkhunter cron.daily segmentation fault

Unread post by RichardM »

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)
Post Reply