FS#16058 - [gdm] Daemon error when gdm-stop try stopping gdm-binary which isn't anymore launched..

Attached to Project: Arch Linux
Opened by Krzysztof (Christopher) AS (3ED_0) - Sunday, 06 September 2009, 18:15 GMT
Last edited by Jan de Groot (JGC) - Thursday, 01 October 2009, 12:51 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
When we click a reboot or shutdown in gdm or WM/DE then gdm-binary unloading and set to init6/init0. Daemon GDM try unload gdm-binary which doesn't loaded anymore..

Additional info:
* version: any
* daemon on stdout: "Stopping GDM [failed]"


Steps to reproduce:
* repleace this line:
/usr/sbin/gdm-stop > /dev/null 2>&1
* to this:
( /usr/sbin/gdm-stop || ! pidof gdm-binary ) > /dev/null 2>&1
* or this:
( ! pidof gdm-binary || /usr/sbin/gdm-stop ) > /dev/null 2>&1
This task depends upon

Closed by  Jan de Groot (JGC)
Thursday, 01 October 2009, 12:51 GMT
Reason for closing:  Fixed
Additional comments about closing:  Not using gdm-stop anymore. Stopping a daemon that was already stopped should return FAIL though.
Comment by Krzysztof (Christopher) AS (3ED_0) - Sunday, 06 September 2009, 18:18 GMT
Oh, sorry.. "Steps to reproduce:" --> "Steps to repair:"

Loading...