Comment 93 for bug 762203

Revision history for this message
philinux (philcb) wrote :

11.10 clean install.

Sporadically takes ages to shutdown and sometimes never. Plymouth just displays progress dots.

Tried this and it seem to make shutdown much faster. Add this line, stop on runlevel [06], to this file.
gksu gedit /etc/init/network-manager.conf

# network-manager - network connection manager
#
# The Network Manager daemon manages the system's network connections,
# automatically switching between the best available.

description "network connection manager"

start on (local-filesystems
and started dbus)
stop on stopping dbus
stop on runlevel [06]
expect fork
respawn

exec NetworkManager