Web Hosting Talk







View Full Version : /sbin/rmmod


shadowbreed
07-25-2001, 08:34 PM
My cron daemon performed a /sbin/rmmod -sa

Will that cause any problems?
If yes what can i do to correct it??:(

huck
07-26-2001, 08:18 AM
rmmod removes unused, loadable modules from the kernel. I am not sure why you would have a cron job doing this...
Have you installed in kernel modules?

shadowbreed
07-26-2001, 08:40 AM
Well we've had a small messup with a cronjob so there were too many processes running, that's when it did this.