On Fri, Apr 9, 2010 at 12:36 PM, adnan.shoeb <[email protected]> wrote: > Hi Ankush, > > [r...@srims ~]# lsmod | grep *watch* > [r...@srims ~]# arch > x86_64 > [r...@srims ~]#
Two things. Adding asterix (*) before and after watch (in grep) is redundant. Secondly, the watchdog drivers aren't usually called *watch*. See /lib/modules/<kernel-version>/kernel/drivers/watchdog/ to see a list of watchdog drivers (built as module) available on your system. If you find any watchdog module by lsmod, you can unload them from a running kernel by running rmmod. If this helps, you can also blacklist the watchdog module (you'll have to search for how that was done). HTH, SB -- l...@iitd - http://tinyurl.com/ycueutm To unsubscribe, reply using "remove me" as the subject.
