FFE: two small new features in networkd and machinectl
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | systemd (Ubuntu) |
High
|
Martin Pitt | ||
Bug Description
systemd 225 was released upstream yesterday:
http://
This includes two small new features and the usual lot of bug fixes:
* machinectl gained a new verb 'shell' which opens a fresh shell on the
target machine. It is similar to 'login', but spawns the shell
directly. The pseudo machine '.host' now refers to the local host and
is used by default. Hence, 'machinectl shell' can be used as
unit.
* systemd-networkd learned to cope with private-zone DHCP options and
allows other programs to query the values.
The package works fine on wily, I'm doing (mostly) daily builds from upstream, running them through our autopkgtests, and test 225 on my wily laptop.
Note that we don't use networkd anywhere yet, and machinectl is now in a separate systemd-container binary package which we don't install by default any more (it was split out in 224-2).
I would like to ask for a FFE so that we can update to 225 instead of cherry-picking fixes.
| Iain Lane (laney) wrote : | #1 |
| Changed in systemd (Ubuntu): | |
| status: | New → Triaged |
| importance: | Undecided → High |
| Changed in systemd (Ubuntu): | |
| status: | Triaged → Fix Committed |
| assignee: | nobody → Martin Pitt (pitti) |
| Launchpad Janitor (janitor) wrote : | #2 |
This bug was fixed in the package systemd - 225-1ubuntu1
---------------
systemd (225-1ubuntu1) wily; urgency=medium
* Merge with Debian unstable (FFE: LP: #1489702). Remaining Ubuntu changes:
- Hack to support system-image read-only /etc, and modify files in
/
- Keep our much simpler udev maintainer scripts (all platforms must
support udev, no debconf).
- initramfs init-bottom: If LVM is installed, settle udev,
otherwise we get missing LV symlinks. Workaround for LP #1185394.
- Add debian/
dependencies to "lvm2" which is handled with udev rules in Ubuntu.
- Add debian/
script.
- Provide shutdown fallback for upstart. (LP: #1370329)
- debian/
really support "allow-hotplug" in Ubuntu at the moment, so we need to
deal with "auto" devices appearing after "/etc/init.
already ran. (LP: #1374521)
- ifup@.service: Drop dependency on networking.service (i. e.
/
This avoids unnecessary dependencies/
cycles if hooks wait for other interfaces to come up (like ifenslave
with bonding interfaces). (LP: #1414544)
- Add Get-RTC-
Ubuntu we currently keep the setting whether the RTC is in local or UTC
time in /etc/default/rcS "UTC=yes|no", instead of /etc/adjtime.
(LP: #1377258)
- Put session scopes into all cgroup controllers. This makes unprivileged
user LXC containers work under systemd. (LP: #1346734)
- systemctl: Don't forward telinit u to upstart. This works around
upstart's Restart() always reexec'ing /sbin/init on Restart(), even if
that changes to point to systemd during the upgrade. This avoids running
systemd during a dist-upgrade. (LP: #1430479)
- Drop hwdb-update dependency from udev-trigger.
introduced in v219-stable. This causes udev and plymouth to start too
late and isn't really needed in Ubuntu yet as we don't support stateless
systems yet and handle hwdb.bin updates through dpkg triggers. This can
be dropped again with initramfs-tools 0.117.
- Lower Breaks: to plymouth version which has the udev inotify fix in
Ubuntu.
- Change systemd-sysv's conflicts to upstart-sysv. (LP: #1422681)
- Don't build new systemd-
libmicroh
freeze.
Upgrade fixes, keep until 16.04 LTS release:
- systemd Conflicts/
- Remove obsolete systemd-logind upstart job.
- Clean up obsolete /etc/udev/
- systemd.postinst: Migrate mountall specific fstab options to standard
util-linux "nofail" option.
systemd (225-1) unstable; urgency=medium
[ Martin Pitt ]
* New upstream release.
- Fixes FTBFS on alpha....
| Changed in systemd (Ubuntu): | |
| status: | Fix Committed → Fix Released |


Impact seems sensibly limited, go ahead.