[Bug 1709536] Update Released
Łukasz Zemczak
1709536 at bugs.launchpad.net
Mon Oct 23 12:13:30 UTC 2017
The verification of the Stable Release Update for systemd has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report. In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1709536
Title:
snapd 2.26.14 on ubuntu-core won't start in containers anymore
Status in Snap Layer:
New
Status in snapd:
New
Status in systemd package in Ubuntu:
Fix Released
Status in systemd source package in Xenial:
Fix Released
Status in systemd source package in Artful:
Fix Released
Bug description:
[Impact]
Systemd treats a failure to apply the requested Nice value as critical
to unit startup.
Unprivileged LXD containers do not allow the use of negative nice
values. snapd will fail to start inside containers now that snapd uses
a negative Nice value.
Aug 09 05:54:37 core systemd[1]: snapd.service: Main process exited, code=exited, status=201/NICE
Aug 09 05:54:37 core systemd[1]: snapd.service: Unit entered failed state.
Aug 09 05:54:37 core systemd[1]: snapd.service: Failed with result 'exit-code'.
The fix is for systemd to ignore permission errors when attempting to
setup such custom nice values in containers.
I have confirmed that setting up a unit override by hand which sets
Nice = 0 does resolve the problem.
[Test Case]
Boot a Xenial image in lxd:
$ lxc launch xenial x1
$ lxc exec x1 -- systemctl --state=failed
Observe failures for snapd :
● snapd.service loaded failed failed Snappy daemon
● snapd.socket loaded failed failed Socket activation for snapp
Install updated systemd from -proposed and get status: (lxc exec
<container> reboot; lxc exec <container> systemctl status)
State: running
Jobs: 0 queued
Failed: 0 units
[Regression Potential]
Services will now run with a Nice value other than what was specified
in the unit if it cannot be changed for some reason.
To manage notifications about this bug go to:
https://bugs.launchpad.net/layer-snap/+bug/1709536/+subscriptions
More information about the foundations-bugs
mailing list