[Bug 1072518] Re: Restart networking crashes dbus and the desktop manager
Launchpad Bug Tracker
1072518 at bugs.launchpad.net
Fri Mar 21 20:22:15 UTC 2014
This bug was fixed in the package ifupdown - 0.7.47.2ubuntu2
---------------
ifupdown (0.7.47.2ubuntu2) trusty; urgency=medium
[ Stéphane Graber ]
* Allow setting the MTU and HWADDR on manual interfaces. (LP: #1294807)
* The above change also means that manual interfaces will now be
brought up and down (ias many users expected until now).
* Disable link.defn as it's not covering all the cases supported by
the vlan and bridge hooks and so causes more harm than good at this
point. (LP: #1295304)
* Also enable network-interface-container for OpenVZ. (LP: #1294155)
* Update networking.init to exit 1 on reload when on an upstart system.
* Pass --force to ifdown in network-interface to silence errors on
non-existing interfaces. (LP: #1295620)
[ Dimitri John Ledkov ]
* Prevent the ability to stop or restart networking service
interactively. As that is not supported. Networking job is only stopped
during shutdown sequence. (LP: #1072518)
-- Stephane Graber <stgraber at ubuntu.com> Wed, 19 Mar 2014 18:04:49 -0400
** Changed in: ifupdown (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to sysvinit in Ubuntu.
https://bugs.launchpad.net/bugs/1072518
Title:
Restart networking crashes dbus and the desktop manager
Status in D-Bus:
Invalid
Status in “dbus” package in Ubuntu:
Invalid
Status in “ifupdown” package in Ubuntu:
Fix Released
Status in “sysvinit” package in Ubuntu:
Invalid
Status in “upstart” package in Ubuntu:
Invalid
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/dbus/+bug/1072518/+subscriptions
More information about the foundations-bugs
mailing list