On Sun, 21 Jan 2001, Leonard den Ottolander wrote:

>               Hi Drew,
>
> > Jan 21 00:40:00 tenchi CROND[2171]: (root) CMD (   /sbin/rmmod -as)
> > Jan 21 00:50:00 tenchi CROND[2173]: (root) CMD (   /sbin/rmmod -as)
>
>  Seems like your unused modules are flushed every 10 minutes. I guess this
> comes from the crontabs package. Check your crontab as root (crontab -l) and
> or edit it (crontab -e) if you don't like your modules to be flushed so often.

precisely.  more precisely, view the file /etc/cron.d/kmod:

   # rmmod -a is a two-hand sweep module cleaner
   */10 * * * *    root    /sbin/rmmod -as

which simply cleans dynamically-loaded modules every 10 minutes.
harmless.

rday

-- 
Robert P. J. Day
Eno River Technologies, Durham NC
Unix, Linux and Open Source training


"This is Microsoft technical support.  How may I misinform you?"



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to