** Description changed:

  =========== WARNING ===============
  
  Doing:
  
  sudo restart networking
  
  or
  
  sudo /etc/init.d/networking restart.
  
  ============ WILL TEAR DOWN MOST OF YOUR DESKTOP =============
  
  Networking is a generic job which brings up all networking interfaces in
  the right order at boot.
  
  It should never be stopped nor restarted.
  
  It is only stop at shutdown to correctly bring down all the networking
  interfaces in the right order again.
  
  =========== DO NOT RESTART NETWORKING ===============
  
+ If you want to reconfigure all networking interface you can use
+ something like:
  
- If you want to reconfigure all networking interface you can use something 
like:
+  ifdown eth0
+  ifup eth0
  
-  ifdown eth0
-  ifup eth0
+ Or all interfaces with:
+ 
+  ifdown -a --exclude=lo && ifup -a --exclude=lo

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1072518

Title:
  Restarting network crashes (apparently) the desktop manager

Status in Ubuntu:
  Incomplete

Bug description:
  =========== WARNING ===============

  Doing:

  sudo restart networking

  or

  sudo /etc/init.d/networking restart.

  ============ WILL TEAR DOWN MOST OF YOUR DESKTOP =============

  Networking is a generic job which brings up all networking interfaces
  in the right order at boot.

  It should never be stopped nor restarted.

  It is only stop at shutdown to correctly bring down all the networking
  interfaces in the right order again.

  =========== DO NOT RESTART NETWORKING ===============

  If you want to reconfigure all networking interface you can use
  something like:

   ifdown eth0
   ifup eth0

  Or all interfaces with:

   ifdown -a --exclude=lo && ifup -a --exclude=lo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1072518/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to