[ubuntu/vivid-proposed] systemd 219-3ubuntu1 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Mon Feb 23 11:14:15 UTC 2015


systemd (219-3ubuntu1) vivid; urgency=medium

  * Merge with Debian experimental. 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-top: Drop $ROOTDELAY, we do that in a more sensible way
      with wait-for-root. Will get applicable to Debian once Debian gets
      wait-for-root in initramfs-tools.
    - 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.
    - 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, check if devices are actually defined
      in /etc/network/interfaces as we don't use Debian's net.agent.
    - 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)
    - Lower Breaks: to plymouth version which has the udev inotify fix in
      Ubuntu.
    - Lower libappamor1 dep to the Ubuntu version where it moved to /lib.
    - Make failure of boot-and-services NSpawn.test_boot non-fatal for now.
      This currently fails when being triggered by Jenkins, but is totally
      unreproducible when running this manually on the exact same machine.

    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 (219-3) experimental; urgency=medium

  * sysv-generator: fix wrong "Overwriting existing symlink" warnings.
    (Closes: #778700)
  * Add systemd-fsckd multiplexer and feed its output to plymouth. This
    provides an aggregate progress report of running file system checks and
    also allows cancelling them with ^C, in both text mode and Plymouth.
    (Closes: #775093, #758902; LP: #1316796)
  * Revert "journald: allow restarting journald without losing stream
    connections". This was a new feature in 219, but currently causes boot
    failures due to logind and other services not starting up properly.
    (Closes: #778970; LP: #1423811)
  * Add "boot-smoke" autopkgtest: Test 20 successful reboots in a row, and
    that there are no connection timeouts or stalled jobs. This reproduces the
    above regression.
  * debian/tests/localed-locale: Set up locale and keyboard default files on a
    minimal unconfigured testbed.
  * Add missing python3 test dependency to cmdline-upstart-boot and
    display-managers autopkgtests.
  * debian/tests/boot-and-services: Skip AppArmor test if AppArmor is not
    enabled.
  * debian/tests/boot-and-services: Reboot also if lightdm was just installed
    but isn't running yet.

systemd (219-2) experimental; urgency=medium

  * Fix UTF-16 to UTF-8 conversion on big-endian machines. (Closes: #778654)
  * Disable new new test-sigbus, it fails on some buildds due to too old
    kernels. (part of #778654)
  * debian/README.Debian, debian/systemd.postinst: Drop setfacl call for
    /var/log/journal, this is now done automatically by tmpfiles.d/systemd.conf.
  * Drop "acl" dependency, not necessary any more with the above.
  * debian/tests/boot-and-services: Move to using /var/lib/machines/,
    /var/lib/containers is deprecated.

Date: Mon, 23 Feb 2015 11:58:32 +0100
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/219-3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 23 Feb 2015 11:58:32 +0100
Source: systemd
Binary: systemd systemd-sysv libpam-systemd libsystemd0 libsystemd-dev libsystemd-login-dev libsystemd-daemon-dev libsystemd-journal-dev libsystemd-id128-dev udev libudev1 libudev-dev udev-udeb libudev1-udeb libgudev-1.0-0 gir1.2-gudev-1.0 libgudev-1.0-dev python3-systemd systemd-dbg
Architecture: source
Version: 219-3ubuntu1
Distribution: vivid
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description:
 gir1.2-gudev-1.0 - libgudev-1.0 introspection data
 libgudev-1.0-0 - GObject-based wrapper library for libudev
 libgudev-1.0-dev - libgudev-1.0 development files
 libpam-systemd - system and service manager - PAM module
 libsystemd-daemon-dev - systemd utility library (transitional package)
 libsystemd-dev - systemd utility library - development files
 libsystemd-id128-dev - systemd 128 bit ID utility library (transitional package)
 libsystemd-journal-dev - systemd journal utility library (transitional package)
 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)
 python3-systemd - Python 3 bindings for systemd
 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: 758902 775093 778654 778700 778970
Launchpad-Bugs-Fixed: 1316796 1346734 1370329 1374521 1377258 1414544 1423811
Changes:
 systemd (219-3ubuntu1) vivid; urgency=medium
 .
   * Merge with Debian experimental. 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-top: Drop $ROOTDELAY, we do that in a more sensible way
       with wait-for-root. Will get applicable to Debian once Debian gets
       wait-for-root in initramfs-tools.
     - 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.
     - 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, check if devices are actually defined
       in /etc/network/interfaces as we don't use Debian's net.agent.
     - 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)
     - Lower Breaks: to plymouth version which has the udev inotify fix in
       Ubuntu.
     - Lower libappamor1 dep to the Ubuntu version where it moved to /lib.
     - Make failure of boot-and-services NSpawn.test_boot non-fatal for now.
       This currently fails when being triggered by Jenkins, but is totally
       unreproducible when running this manually on the exact same machine.
 .
     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 (219-3) experimental; urgency=medium
 .
   * sysv-generator: fix wrong "Overwriting existing symlink" warnings.
     (Closes: #778700)
   * Add systemd-fsckd multiplexer and feed its output to plymouth. This
     provides an aggregate progress report of running file system checks and
     also allows cancelling them with ^C, in both text mode and Plymouth.
     (Closes: #775093, #758902; LP: #1316796)
   * Revert "journald: allow restarting journald without losing stream
     connections". This was a new feature in 219, but currently causes boot
     failures due to logind and other services not starting up properly.
     (Closes: #778970; LP: #1423811)
   * Add "boot-smoke" autopkgtest: Test 20 successful reboots in a row, and
     that there are no connection timeouts or stalled jobs. This reproduces the
     above regression.
   * debian/tests/localed-locale: Set up locale and keyboard default files on a
     minimal unconfigured testbed.
   * Add missing python3 test dependency to cmdline-upstart-boot and
     display-managers autopkgtests.
   * debian/tests/boot-and-services: Skip AppArmor test if AppArmor is not
     enabled.
   * debian/tests/boot-and-services: Reboot also if lightdm was just installed
     but isn't running yet.
 .
 systemd (219-2) experimental; urgency=medium
 .
   * Fix UTF-16 to UTF-8 conversion on big-endian machines. (Closes: #778654)
   * Disable new new test-sigbus, it fails on some buildds due to too old
     kernels. (part of #778654)
   * debian/README.Debian, debian/systemd.postinst: Drop setfacl call for
     /var/log/journal, this is now done automatically by tmpfiles.d/systemd.conf.
   * Drop "acl" dependency, not necessary any more with the above.
   * debian/tests/boot-and-services: Move to using /var/lib/machines/,
     /var/lib/containers is deprecated.
Checksums-Sha1:
 505913769d87c981cd7b860d5c787d2ac82eebf3 3945 systemd_219-3ubuntu1.dsc
 275f96817cac69dd76d2173a875312175232efd4 153548 systemd_219-3ubuntu1.debian.tar.xz
Checksums-Sha256:
 c69d1029f4c7b4f22b3ec3a18c1cffcc3ff477c3ddf09a839dedfec21ff0d80a 3945 systemd_219-3ubuntu1.dsc
 d3dbfc7b87eaf71188b1b8cf47adfc7d5da8316be1ce852044f62c918f3fcf85 153548 systemd_219-3ubuntu1.debian.tar.xz
Files:
 c0df3430053df6864019cf44dc192619 3945 admin optional systemd_219-3ubuntu1.dsc
 292229d64ca9284b6ee1e111a3c54613 153548 admin optional systemd_219-3ubuntu1.debian.tar.xz
Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJU6ws3AAoJENFO8V2v4RNHGMsP/1IYu/G/KiZXsHgRrMWBa1rm
SBDDldPEau2vFwWB4E+0V6Ae3iMlOnV515+ZBC0DFF43lVc4xuHb85TiRg5e6OHy
5HUcfU6G4PXa5niisx9MInHPs3/iuGaSKruHjRnATuZYIztPKy9qG2P0MnnmhTRs
hKOHhKBtm4O1XhIKq0tOc9yyPBM27sbvmOI1ezVxrjAVCiTOhfI2z+1g1OQQ66g6
wg/+p4ZJg22OMGLs4eq4NfkaPWCoKl5aHYKKIF3dqPZL1Llw4DXFMbXnENPMdQSk
pWj7aSJHFosQ6MvOAkUsrbVTTJnPn6tpKOTUxohxSm7srAkXY+NiTI7tZyotQFhB
Z7Aaje6YJtUrP5I2a/BBjuN1Y+63HnLfdAjZd5c0ZjLlTFFd/QTVQF4S0MB0LAQ1
3YKteRU4u/JQbyYzI3c13JCJhPSiNHRlIcUErD5MHK3PD0gGv816DEWj3ZlNysw2
diaNk2lv5nQg15K9eZYcNCQkxNiktfKHSLsKiNNISuwhL9grGHAYUY6bPbn/msRk
5ACXCwtYuvshEoltP757IE97JKM2qmm1a25vo+1myD7JzX5/VucAjiWOFR8JKqmi
1c8XTbeDBRYLNyadh6EdxLODsFLjC2wkaGPQCgUahWxx781wT5IRNxVbq6XnPhSM
4sqa23AU7S9wcKhrpi2b
=3I5C
-----END PGP SIGNATURE-----


More information about the Vivid-changes mailing list