← Back to team overview

touch-packages team mailing list archive

[Bug 1449380] Re: "systemctl default" stops ifup@.service

 

Hello Martin, or anyone else affected,

Accepted systemd into vivid-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/systemd/219-7ubuntu5
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: systemd (Ubuntu Vivid)
       Status: Triaged => Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1449380

Title:
  "systemctl default" stops ifup@.service

Status in systemd package in Ubuntu:
  Fix Committed
Status in systemd source package in Vivid:
  Fix Committed
Status in systemd package in Debian:
  Fix Released

Bug description:
  Running the display-manager autopkgtest causes eth0 to get shut down:

  Apr 28 08:30:15 autopkgtest ifdown[3267]: Internet Systems Consortium DHCP Client 4.3.1
  Apr 28 08:30:15 autopkgtest ifdown[3267]: Copyright 2004-2014 Internet Systems Consortium.
  Apr 28 08:30:15 autopkgtest ifdown[3267]: All rights reserved.
  Apr 28 08:30:15 autopkgtest ifdown[3267]: For info, please visit https://www.isc.org/software/dhcp/
  Apr 28 08:30:15 autopkgtest ifdown[3267]: Listening on LPF/eth0/52:54:00:12:34:56
  Apr 28 08:30:15 autopkgtest ifdown[3267]: Sending on   LPF/eth0/52:54:00:12:34:56
  Apr 28 08:30:15 autopkgtest ifdown[3267]: Sending on   Socket/fallback
  Apr 28 08:30:15 autopkgtest dhclient[3301]: DHCPRELEASE on eth0 to 10.0.2.2 port 67 (xid=0x3ca4ea0a)
  Apr 28 08:30:15 autopkgtest ifdown[3267]: DHCPRELEASE on eth0 to 10.0.2.2 port 67 (xid=0x3ca4ea0a)

  This breaks the ssh runner.

  SRU TEST CASE:
  ==============
  - Prepare a system which uses ifupdown (e. g. a standard adt-buildvm-ubuntu-cloud VM)
  - Start it, run "sudo systemctl default"
  - With vivid final's systemd, this will stop ifup@eth0.service and hence shut down eth0. ssh and other network connections will stop.
  - With this fix, ifup@eth0.service and eth0 should stay running/up.

  Regression potential: Very low: We don't use "systemctl isolate"
  during regular operation, and more elaborate commands like "systemctl
  isolate rescue.target" are currently broken on Ubuntu anyway due to
  our D-Bus shutdown hack.

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


References