Bug 116247
| Summary: | gpm oopses | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tom Wood <woodt> | ||||||
| Component: | gpm | Assignee: | Eido Inoue <havill> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | David Lawrence <dkl> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | rawhide | ||||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2006-02-21 19:01:26 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Tom Wood
2004-02-19 14:57:28 UTC
Created attachment 97834 [details]
oops of gpm on fc2 test1
I am stupid. gpm version is 1.20.1-41. Created attachment 97835 [details]
strace of "service gpm restart"
do you have a /dev/psaux? You may need to have gpom point to /dev/input/mouse... crw------- 1 root root 10, 1 Jan 21 11:12 /dev/psaux crw------- 1 root root 10, 149 Jan 21 11:12 /dev/input/mouse "system-config-mouse --device /dev/input/mouse --emulthree msintellips/2" doesn't help. Changing /etc/sysconfig/gpm to have DEVICE="/dev/input/mouse" doesn't help. /etc/sysconfig/mouse has this little gem - DEVICE=/dev//dev/input/mouse Seems that /etc/X11/XF86Config also had the doubled "/dev//dev" problem. Manually fixing /etc/sysconfig/gpm, /etc/sysconfig/mouse, and /etc/X11/XF86Config to point to /dev/input/mouse causes X to fail to start - xf86OpenSerial fails to open /dev/input/mouse. It's input/mice, actually. *** This bug has been marked as a duplicate of 116118 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |