At 06:27 PM 5/5/00 -0700, you wrote:
>I hear a 3 beeps every 10 minutes on Redhat 6.2. I've checked /etc/crontab,
>linuxconf [superuser scheduled tasks or whatever] and nothing is there...
>/var/log/cron shows the following:
>
>root (05/01-18:01:00-22214) CMD (run-parts /etc/cron.hourly)
>root (05/01-18:10:00-22234) CMD (   /sbin/rmmod -as)
>root (05/01-18:20:00-22238) CMD (   /sbin/rmmod -as)
>root (05/01-18:30:00-22244) CMD (   /sbin/rmmod -as)
>root (05/01-18:40:00-22247) CMD (   /sbin/rmmod -as)
>root (05/01-18:50:00-22249) CMD (   /sbin/rmmod -as)
>root (05/01-19:00:00-22252) CMD (   /sbin/rmmod -as)
>root (05/01-19:01:00-22254) CMD (run-parts /etc/cron.hourly)
>root (05/01-19:10:00-22258) CMD (   /sbin/rmmod -as)
>root (05/01-19:20:00-22267) CMD (   /sbin/rmmod -as)
>root (05/01-19:30:00-22270) CMD (   /sbin/rmmod -as)
>
>what is rmmod?  Rmmod unloads loadable modules from the running kernel.
>
>[root@localhost log]# /sbin/lsmod
>Module                  Size  Used by
>3c59x                  18980   1  (autoclean)
>opl3                   11272   0 
>opl3sa2                 3888   0 
>ad1848                 16080   0  [opl3sa2]
>mpu401                 18640   0  [opl3sa2]
>sound                  56792   0  [opl3 opl3sa2 ad1848 mpu401]
>soundlow                 420   0  [sound]
>soundcore               2628   7  [sound]
>aic7xxx               136088   0 
>
>I have an uptime of 18 days...should I just reboot and the problem will go
away?
>And whoever is living inside my computer won't cry out for help anymore?
>
>
Rebooting will not make it go away.  "/sbin/rmmod -as" is being run by cron
from the file "/etc/cron.d/kmod".  I am not sure why your computer is beeping
at you, but if rmmod is causing it, then it is probably because it is
generating an error, and is mailing it to root.  Do you have root logged in on
another console, with a mail check going?  Check root's mail, and see if you
have e mail from cron about errors when running rmmod.

Mikkel

--
    Do not meddle in the affairs of dragons,
 for you are crunchy and taste good with ketchup.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to