On Wed, Sep 08, 2004 at 01:41:06AM +0300, ik wrote: > Yes It happned evey hour over and over again untill the reboot time has come... > But I can't find any /etc/cron.hourly entry of any kind...
It doesn't have to be cron - any running program can do things once an hour. When everything else doesn't work, you can try some more drastic things, such as tracing (e.g. with mulix's syscalltrack) to see what program does that. It can also be something not in /etc/cron.hourly. Check everywhere (/etc/cron.d, /etc/crontab, /var/spool/cron). Also see if there is any cron that runs at the same time the problem happens. > My gpm runs with the current parameters of: > /usr/sbin/gpm -m /dev/input/mouse0 -t imps2 -Rms3 > By default... I'd never touch the setting of it's deamon instructions... Oh - you use gpm gatewaying! Are you sure this isn't the problem? How is your X configured - to read from /dev/input/mouse0 or from /dev/gpmdata? I suggest you try to change X to read directly from the mouse device (I'd prefer /dev/input/mice, but that's a personal preference, and doesn't seem important now), and stop gpm. > > > Can you do, both when it works well and when it's stuck > > od -tx1 /dev/input/mice > > move the mouse, click it, and see if you get any output? > I do reacive an Hex dump when implementing this command over the /dev/input/mice > afther the mouse was halted. Which means it's probably just fine, and only gpm is problematic. > > > > > Can you disable hotplug after all the modules are loaded? > It seems that modprob does not think it's a kernel module, and I can not find any > entry of it > in /etc/modules or in ps command. No, hotplug is activated by the kernel. Try something like echo /bin/true > /proc/sys/kernel/hotplug (if there is a more official way, do it - that's my educated guess). -- Didi ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]