FS#57092 - [gpm] missing dependencies in gpm.service

Attached to Project: Arch Linux
Opened by Heiko Eißfeldt (hexcoder) - Sunday, 14 January 2018, 09:45 GMT
Last edited by Christian Hesse (eworm) - Saturday, 29 September 2018, 20:06 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Christian Hesse (eworm)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
On my threadripper system systemd always tried to start the gpm daemon before udevd was up and running.
So gpm could not open the mouse device file and failed. Later on at the prompt it could be started manually without errors.

Additional info:
* package version(s)
gpm 1.20.7-8

* config and/or log files etc.


Steps to reproduce:
reboot with systemd service gpm enabled on a multi core processor.

Resolutionm:
My patched and tested gpm.service file has
[Unit]
Description=Virtual console mouse server
Requires=systemd-udevd
After=systemd-udevd
ConditionPathExists=/dev/input/mouse0
...

For the whole file see appendix.
This task depends upon

Closed by  Christian Hesse (eworm)
Saturday, 29 September 2018, 20:06 GMT
Reason for closing:  Fixed
Additional comments about closing:  gpm 1.20.7.r27.g1fd1941-1
Comment by Antonio Rojas (arojas) - Saturday, 29 September 2018, 09:14 GMT
Christian, since you maintain the only package in core that depends on this, how about adopting this one?

Loading...