(11-17-2009 02:48 AM)Rafioso Wrote: Was soll ich da schauen? Standardmäßig war der Cron ja in der Cron-Datei eingefügt. Diesen habe ich dann, wie in dem Thread hier steht, bearbeitet, hat aber nichts gebracht (Post #14).
if you use Debian, after following the indication of post #14 you should edit your
/etc/default/rkhunter file as this :
Code:
# Defaults for rkhunter cron jobs
# sourced by /etc/cron.*/rkhunter
#
# This is a POSIX shell fragment
#
# Set this to the email address where reports and run output should be sent
REPORT_EMAIL="root"
# Set this to yes to enable rkhunter weekly database updates
CRON_DB_UPDATE="yes"
# Set this to yes to enable reports of weekly database updates
DB_UPDATE_EMAIL="no"
# Set this to yes to enable rkhunter daily runs
CRON_DAILY_RUN="no"
# Nicenesses range from -20 (most favorable scheduling) to 19 (least favorable).
NICE="0"
Here, you must change the
CRON_DAILY_RUN value to
"no".
after, remove the old files related to rkhunter.
Code:
# rm /var/log/rkhunter.*
After, that, you can try to run rkhunter manually as cron task
Code:
# rkhunter --cronjob --createlogfile \
/var/log/rkhunter.log.root --display-logfile 1> /var/log/rkhunter.log 2>/dev/null
Edit: Fixed in the latest revision.