[C. Scott Ananian]
> Feb  9 13:03:56 sincerity-forever /usr/sbin/gpm[5145]: oops() invoked from 
> gpn.c(205)
> 
> in /var/log/syslog when you restart gpm, the problem is likely that the
> mousedev or psmouse modules aren't loaded.  It was mousedev I was missing.

Thanks for the report.  Yeah, in kernel 2.6, 'mousedev' is what
provides /dev/psaux or /dev/input/mice, so if you miss that one (and it
isn't autoloaded in some way), certainly gpm will fail with the 'no
such device' thing.

I'll look into whether the init code can be rearranged to fail in a
more visible manner for things like this (like opening the device
before daemonizing).  Or possibly even an ugly special case in the init
script to check /proc/misc if device is /dev/psaux and complain
informatively if 'psaux' isn't in there.  ('mousedev' makes the entry
appear.)

Thanks,
Peter

Attachment: signature.asc
Description: Digital signature

Reply via email to