[ubuntu/wily-proposed] systemd 222-2ubuntu1 (Accepted)
Martin Pitt
martin.pitt at ubuntu.com
Thu Jul 16 09:36:13 UTC 2015
systemd (222-2ubuntu1) wily; urgency=medium
* Merge with Debian unstable. Remaining Ubuntu changes:
- Hack to support system-image read-only /etc, and modify files in
/etc/writable/ instead.
- 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/udev.lvm2.init: Dummy SysV init script to satisfy insserv
dependencies to "lvm2" which is handled with udev rules in Ubuntu.
- Add debian/udev.lvm2.service to avoid running the dummy lvm2 init
script.
- Provide shutdown fallback for upstart. (LP: #1370329)
- debian/extra/ifup at .service: Additionally run for "auto" class. We don't
really support "allow-hotplug" in Ubuntu at the moment, so we need to
deal with "auto" devices appearing after "/etc/init.d/networking start"
already ran. (LP: #1374521) Also run ifup in the background during boot,
to avoid blocking network.target. (LP: #1425376)
- ifup at .service: Drop dependency on networking.service (i. e.
/etc/init.d/networking), and merely ensure that /run/network exists.
This avoids unnecessary dependencies/waiting during boot and dependency
cycles if hooks wait for other interfaces to come up (like ifenslave
with bonding interfaces). (LP: #1414544)
- Add Get-RTC-is-in-local-time-setting-from-etc-default-rc.patch: In
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.service, which got
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.
- Lower apparmor Breaks: to the Ubuntu version that dropped $remote_fs.
- Change systemd-sysv's conflicts to upstart-sysv. (LP: #1422681)
Upgrade fixes, keep until 16.04 LTS release:
- systemd Conflicts/Replaces/Provides systemd-services.
- Remove obsolete systemd-logind upstart job.
- Clean up obsolete /etc/udev/rules.d/README.
- systemd.postinst: Migrate mountall specific fstab options to standard
util-linux "nofail" option.
* ifup at .service: Run ifup for "auto" class in ExecStart instead of
ExecStartPost, as it spawns a long-running dhclient daemon which we can
only do in ExecStart. (LP: #1466790)
systemd (222-3) UNRELEASED; urgency=medium
* systemd/udev postinst: Avoid "The group [...] already exists as a system
group. Exiting." warnings. (LP: #1475094)
systemd (222-2) unstable; urgency=medium
[ Adam Conrad ]
* debian/udev-udeb.install: Install new bits for net.ifnames (LP: #1473542)
* debian/extra/initramfs-tools/hooks/udev: Do the same for initramfs-tools.
[ Martin Pitt ]
* emergency.service: Wait for plymouth to shut down. Fixes invisible
emergency shell with plymouth running endlessly. (LP: #1471258)
* Add "networkd" autopkgtest. Covers basic DHCP on IPv4 and IPv4+6 on a veth
device.
[ Michael Biebl ]
* Bump package priorities of systemd and systemd-sysv to important to match
what has been used in the Debian archive since Jessie.
* Drop scsi_wait_scan hack from the udev initramfs-tools script. This Linux
kernel module has been broken since 2.6.30 and as a result was removed in
3.5. The Debian Jessie kernel no longer ships this module.
(Closes: #752775)
* Drop libsystemd-journald-dev and libsystemd-id128-dev. There are no
reverse dependencies left and we want to avoid new packages picking up
a build dependency on those obsolete transitional packages.
Date: Thu, 16 Jul 2015 11:33:54 +0200
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/systemd/222-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 16 Jul 2015 11:33:54 +0200
Source: systemd
Binary: systemd systemd-sysv libpam-systemd libnss-myhostname libnss-mymachines libsystemd0 libsystemd-dev libsystemd-login-dev libsystemd-daemon-dev udev libudev1 libudev-dev udev-udeb libudev1-udeb systemd-dbg
Architecture: source
Version: 222-2ubuntu1
Distribution: wily
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description:
libnss-myhostname - nss module providing fallback resolution for the current hostname
libnss-mymachines - nss module to resolve hostnames for local container instances
libpam-systemd - system and service manager - PAM module
libsystemd-daemon-dev - systemd utility library (transitional package)
libsystemd-dev - systemd utility library - development files
libsystemd-login-dev - systemd login utility library (transitional package)
libsystemd0 - systemd utility library
libudev-dev - libudev development files
libudev1 - libudev shared library
libudev1-udeb - libudev shared library (udeb)
systemd - system and service manager
systemd-dbg - system and service manager (debug symbols)
systemd-sysv - system and service manager - SysV links
udev - /dev/ and hotplug management daemon
udev-udeb - /dev/ and hotplug management daemon (udeb)
Closes: 752775
Launchpad-Bugs-Fixed: 1346734 1370329 1374521 1377258 1414544 1422681 1425376 1430479 1466790 1471258 1473542 1475094
Changes:
systemd (222-2ubuntu1) wily; urgency=medium
.
* Merge with Debian unstable. Remaining Ubuntu changes:
- Hack to support system-image read-only /etc, and modify files in
/etc/writable/ instead.
- 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/udev.lvm2.init: Dummy SysV init script to satisfy insserv
dependencies to "lvm2" which is handled with udev rules in Ubuntu.
- Add debian/udev.lvm2.service to avoid running the dummy lvm2 init
script.
- Provide shutdown fallback for upstart. (LP: #1370329)
- debian/extra/ifup at .service: Additionally run for "auto" class. We don't
really support "allow-hotplug" in Ubuntu at the moment, so we need to
deal with "auto" devices appearing after "/etc/init.d/networking start"
already ran. (LP: #1374521) Also run ifup in the background during boot,
to avoid blocking network.target. (LP: #1425376)
- ifup at .service: Drop dependency on networking.service (i. e.
/etc/init.d/networking), and merely ensure that /run/network exists.
This avoids unnecessary dependencies/waiting during boot and dependency
cycles if hooks wait for other interfaces to come up (like ifenslave
with bonding interfaces). (LP: #1414544)
- Add Get-RTC-is-in-local-time-setting-from-etc-default-rc.patch: In
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.service, which got
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.
- Lower apparmor Breaks: to the Ubuntu version that dropped $remote_fs.
- Change systemd-sysv's conflicts to upstart-sysv. (LP: #1422681)
.
Upgrade fixes, keep until 16.04 LTS release:
- systemd Conflicts/Replaces/Provides systemd-services.
- Remove obsolete systemd-logind upstart job.
- Clean up obsolete /etc/udev/rules.d/README.
- systemd.postinst: Migrate mountall specific fstab options to standard
util-linux "nofail" option.
.
* ifup at .service: Run ifup for "auto" class in ExecStart instead of
ExecStartPost, as it spawns a long-running dhclient daemon which we can
only do in ExecStart. (LP: #1466790)
.
systemd (222-3) UNRELEASED; urgency=medium
.
* systemd/udev postinst: Avoid "The group [...] already exists as a system
group. Exiting." warnings. (LP: #1475094)
.
systemd (222-2) unstable; urgency=medium
.
[ Adam Conrad ]
* debian/udev-udeb.install: Install new bits for net.ifnames (LP: #1473542)
* debian/extra/initramfs-tools/hooks/udev: Do the same for initramfs-tools.
.
[ Martin Pitt ]
* emergency.service: Wait for plymouth to shut down. Fixes invisible
emergency shell with plymouth running endlessly. (LP: #1471258)
* Add "networkd" autopkgtest. Covers basic DHCP on IPv4 and IPv4+6 on a veth
device.
.
[ Michael Biebl ]
* Bump package priorities of systemd and systemd-sysv to important to match
what has been used in the Debian archive since Jessie.
* Drop scsi_wait_scan hack from the udev initramfs-tools script. This Linux
kernel module has been broken since 2.6.30 and as a result was removed in
3.5. The Debian Jessie kernel no longer ships this module.
(Closes: #752775)
* Drop libsystemd-journald-dev and libsystemd-id128-dev. There are no
reverse dependencies left and we want to avoid new packages picking up
a build dependency on those obsolete transitional packages.
Checksums-Sha1:
a3b75c2c55a00b092e9ac08cc6de1948513b0de5 3610 systemd_222-2ubuntu1.dsc
9e3f7c5fdc619b9fbd859e8ef67a9eaeaeff2a44 140016 systemd_222-2ubuntu1.debian.tar.xz
Checksums-Sha256:
5fe36b13bec44aad516c42094bb75df4550d7585485e9fec554a52308eac87be 3610 systemd_222-2ubuntu1.dsc
deaef6df2908550c31ccd29f439bf16074f67ae83f1dfbeb6068e7e8adb75261 140016 systemd_222-2ubuntu1.debian.tar.xz
Files:
81ac7ba6a2545f7e14c119a0d053a3af 3610 admin optional systemd_222-2ubuntu1.dsc
ab7dce5553fdc57ab3992fdc8d738ea1 140016 admin optional systemd_222-2ubuntu1.debian.tar.xz
Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJVp3rMAAoJENFO8V2v4RNHWaMP/Rjcun/VY1i1HX/39tjcBWp0
P+vJ9x04WrMJdTq+6EGM505Hyj7T8InFkddug5ZZAuPqe50tqKJGPMO+0sUaE9D5
cl4//vOQuj7+H+PgjeoWIlyoEFSYq0dG99YDPjMl1ABiaKcD64d05nxB06ZGjVVm
byfdJEQpc4IdxtbkgTJsW6MoazY7vALzh2p80iKawVAfgjwzSghabVkHa4/ApEOR
JFt3tgX4xxTMbOIMuJxhFus46qQWlGy1PvEntAC27JiBcCnMlX7l8S+NUjUya9bV
3wMnbJDhj/0yJfEsqZg8sKWI9h4/LF/e8euwTRLwcQZ5iPzzIrK83LWGsHv9AHsK
hjdsab9nhhUlt4DlBEkWHL4VqSzTzj9rySVCEn9oIVZDF2SU4MjDLEuSM3hIOA8o
2vukQjJhweQ7GocmosUzRO1sPDp1Wsc5gxuP2i4cTi6/ny5N6DjIXUu/gyJoKCFz
Demgy3dk5SinSpt4TgPjlOKrEGmYWknLiKjYTOzlGcryqdOKeNHA50mQvnMiceGd
oiUOeML93rALL/DEkmGi1ClZEsTO6sExFgdoKh82NkYXPIE5No/lQ2vt0EB6NwQM
OLn/qUHoUPI/xmJvTuwFX2r2kKLHPOW2FtBylFy9v9Xt+Mev4cz4e3x6uQIBcvHB
h8x4IbkHt0H4fgr5s4w4
=y/wz
-----END PGP SIGNATURE-----
More information about the Wily-changes
mailing list