FS#5930 - networkmanager daemon doesn't stop

Attached to Project: Arch Linux
Opened by Mathias Nedrebø (lessthanjake) - Monday, 04 December 2006, 09:42 GMT
Last edited by Jan de Groot (JGC) - Thursday, 26 April 2007, 17:37 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Architecture not specified
Severity Medium
Priority Normal
Reported Version 0.7.2 Gimmick
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

When stopping the networkmanager daemon, it doesn't stop. The result of this is lots of ugly messages in the console when shutting down the computer. This change fixes it:

35c35
< [ ! -z "$PID" ] && kill $PID &> /dev/null
---
> [ ! -z "$PID" ] && kill -9 $PID &> /dev/null
This task depends upon

Closed by  Jan de Groot (JGC)
Thursday, 26 April 2007, 17:37 GMT
Reason for closing:  Works for me
Additional comments about closing:  Works fine here, initscripts have been fixed to register the correct names though.
Comment by Jan de Groot (JGC) - Wednesday, 25 April 2007, 22:49 GMT
It stops fine here. The networkmanager-dispatcher service has a broken startup script which registers the wrong service name though.

Loading...