PPRuNe Forums - View Single Post - Ubuntu Linux issues
View Single Post
Old 8th May 2012 | 11:43
  #8 (permalink)  
le Pingouin
 
Joined: May 2009
Posts: 1,845
Likes: 21
From: YMML
Sounds like you have the problem discussed here: https://bugs.launchpad.net/ubuntu/+s...er/+bug/869635

Open a terminal window & enter the following command:

sudo gedit /etc/init/network-manager.conf


Add the following line as per below: stop on runlevel [06]

It should now look like this (that's an arrow so don't include it):

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

expect fork
respawn
le Pingouin is offline  
Reply