FS#703 - gdm init script pid file bug
Attached to Project:
Arch Linux
Opened by Xavier de Labouret (zezaz) - Wednesday, 07 April 2004, 13:29 GMT
Last edited by Dale Blount (dale) - Wednesday, 07 April 2004, 13:35 GMT
Opened by Xavier de Labouret (zezaz) - Wednesday, 07 April 2004, 13:29 GMT
Last edited by Dale Blount (dale) - Wednesday, 07 April 2004, 13:35 GMT
|
Details
The gdm init script prevents gdmphotosetup and gdmXnest from
working.
It creates a pid file (/var/run/gdm.pid). This conflicts with the gdm daemon binary, who already tries to write this file. As a result, this file is empty. So gdmphotosetup and gdmXnest (in the same gdm package) refuse to work, because they check this file. This on-liner diff in /etc/rc.d/gdm seems to fix it: [root@archie rc.d]# cat gdm.diff 14d13 < echo $PID > /var/run/gdm.pid [root@archie rc.d]# Regards |
This task depends upon
The pid-file creation in the gdm script is useless, so the bugreporter is right I think.