(12-13-2009 08:28 PM)Rafioso Wrote: Hi,
ja & es lief ja mehrere Tage ohne Probleme. Aber jetzt eben nicht mehr. Vll. liegts auch daran, dass es nach einem neuen Monat nicht mehr geht. Seit Dezember hab ich gestern das erste mal wieder danach geschaut. Im November öfters und da wars auch seit der Änderung immer ok.
Hello ;
You want the solution ?
Ok that is the same shit but related to the rkhunter update process.
First, remove all rkhunter related files in your /var/log directory and after, do that :
Edit your
/etc/default/rkhunter file and change the value of :
Code:
CRON_DB_UPDATE="yes"
to
Code:
CRON_DB_UPDATE="no"
This value is related to the rkhunter weekly update task. See
/etc/cron.weekly/rkhunter during which the default files are recreated (with wrong permissions).
After, you can rebuild manually the file as previously.
Code:
rkhunter --cronjob --createlogfile \
/var/log/rkhunter.log.root --display-logfile 1> /var/log/rkhunter.log 2>/dev/null