> I noticed this in my logwatch logs last night, & I'vr never seen this
> particular thing in them before. Could someone please explain? (I've
> checked cron.hourly, & there's nothing in there)...
>
> Thanks.
>
> ################## LogWatch 1.6.6 Begin #####################
>
>
> --------------------- Cron Begin ------------------------
> Commands Run:
> User root:
> /sbin/rmmod -as: 144 Time(s)
> run-parts /etc/cron.daily: 1 Time(s)
> run-parts /etc/cron.hourly: 24 Time(s)
>
>
'/sbin/rmmod -as' : that is what removes unused kernel modules (every
10 minutes IIRC).
It's telling that it ran a program called run-parts with the argument
'/etc/cron.hourly'. It runs these on each /etc/cron directory -- even
if they are empty. Look in /etc/crontab to see where they're being
called.
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.