I noticed I stopped getting rkhunter daily reports and that my server was sending spam mail and viruses out. I think I cleaned up the virus and spam problem, but as I started looking through more logs I found. FATAL: Could not load /lib/modules/2.6.32-042stab044.11/modules.dep: No such file or directory This is in the /var/log/ispconfig/cron.log. I can't find much on why this is happening. I'd appreciate any advice.
http://linux.die.net/man/5/modules.dep Looks as if you can generate a new modules.dep with depmod: http://linux.die.net/man/8/depmod
I was able to get modules.dep back by creating the missing directory and then running depmod -a. Now I'm getting. Error: Unable to restore run data (12) Error: Unable to restore run data (1) I've noticed that my logs in the ISPConfig control panel are all about a month old and I stopped getting my daily rkhunter email. I do have the following cron jobs. * * * * * /usr/local/ispconfig/server/server.sh > /dev/null 2>> /var/log/ispconfig/cron.log 30 00 * * * /usr/local/ispconfig/server/cron_daily.sh > /dev/null 2>> /var/log/ispconfig/cron.log