long delay at shutdown/reboot - network-manager doesn't close correctly
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
isc-dhcp (Ubuntu) |
Fix Released
|
High
|
Mathieu Trudel-Lapierre | ||
modemmanager (Ubuntu) |
Fix Released
|
High
|
Mathieu Trudel-Lapierre | ||
network-manager (Ubuntu) |
Fix Released
|
High
|
Mathieu Trudel-Lapierre | ||
wpasupplicant (Ubuntu) |
Fix Released
|
High
|
Mathieu Trudel-Lapierre |
Bug Description
I've noticed the shutdown and reboot in oneiric is slower than in natty. This is reproducible on different machines with fresh installations.
Disabling plymouth and vt.handoff=7 I can see that some processes are not closed:
* Asking all remaining processes to terminate... [OK]
* Killing all remaining processes... [fail]
Killing network-manager at runlevel6, after the dbus shutdown signal, makes the shutdown and restart really faster (I'd say 5/10sec on low end machines like netbooks)
--- /etc/init/
+++ /etc/init/
@@ -8,6 +8,7 @@
start on (local-filesystems
and started dbus)
stop on stopping dbus
+stop on runlevel [06]
expect fork
respawn
after applying this I get no more errors:
* Killing all remaining processes... [OK]
Changed in network-manager (Ubuntu): | |
status: | Confirmed → In Progress |
assignee: | nobody → Mathieu Trudel-Lapierre (mathieu-tl) |
importance: | Undecided → High |
affects: | dhcp3 (Ubuntu) → isc-dhcp (Ubuntu) |
Changed in isc-dhcp (Ubuntu): | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Mathieu Trudel-Lapierre (mathieu-tl) |
tags: | added: oneiric |
no longer affects: | wpasupplicant (Ubuntu Oneiric) |
no longer affects: | network-manager (Ubuntu Oneiric) |
no longer affects: | modemmanager (Ubuntu Oneiric) |
no longer affects: | isc-dhcp (Ubuntu Oneiric) |
Status changed to 'Confirmed' because the bug affects multiple users.