[ubuntu/vivid-proposed] systemd 218-5ubuntu1 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Thu Jan 22 16:33:16 UTC 2015


systemd (218-5ubuntu1) vivid; 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-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)
    - 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 (218-5) experimental; urgency=medium

  * Drop logger.agent. It hasn't been called from any udev rule for a long
    time, and looks obsolete.
  * debian/rules: Configure with --disable-firstboot to replace some manual
    file removals.
  * debian/rules: Remove manual file installation, move them to
    debian/*.install. Move all Debian specific installed files to
    debian/extra/.
  * Merge some changes from the Ubuntu package to reduce the delta; these only
    apply when building on/for Ubuntu:
    - Add 40-hyperv-hotadd.rules: Workaround for LP: #1233466.
    - Add 61-persistant-storage-android.rules to create persistent symlinks
      for partitions with PARTNAME. By Ricardo Salveti.
    - Add 71-power-switch-proliant.rules for supporting the power switches of
      ProLiant Server Cartridges. By Dann Frazier.
    - Add 78-graphics-card.rules: Mark KMS capable graphics devices as
      PRIMARY_DEVICE_FOR_DISPLAY so that we can wait for those in plymouth.
      By Scott James Remnant.
    - Don't install the Debian *.agent scripts. Instead, have Ubuntu's
      80-networking.rules directly pull in ifup at .service, which is much easier
      and more efficient.
  * Make EPERM/EACCESS when applying OOM adjustment for forked processes
    non-fatal. This happens in user namespaces like unprivileged LXC
    containers.
  * Fix assertion failure due to /dev/urandom being unmounted when shutting
    down unprivileged containers. Thanks Stéphane Graber.
  * Enable EFI support. This mostly auto-mounts /sys/firmware/efi/efivars, but
    also provides a generator for auto-detecting the root and the /boot/efi
    partition if they aren't in /etc/fstab. (Closes: #773533)

systemd (218-4) experimental; urgency=medium

  [ Michael Biebl ]
  * sysv-generator: handle Provides: for non-virtual facility names.
    (Closes: #774335)
  * Fix systemd-remount-fs.service to not fail on remounting /usr if /usr
    isn't mounted yet. This happens with initramfs-tools < 0.118 which we
    might not get into Jessie any more. (Closes: #742048)

  [ Martin Pitt ]
  * fstab-generator: Handle mountall's non-standard "nobootwait" and
    "optional" options. ("bootwait" is already the systemd default behaviour,
    and "showthrough" is irrelevant here, so both can be ignored).
  * Add autopkgtest for one-time boot with upstart when systemd-sysv is
    installed. This test only works under Ubuntu which has a split out
    upstart-bin package, and will be skipped under Debian.
  * debian/ifup at .service: Check if ifup succeeds by calling ifquery, to
    work around ifup not failing on invalid interfaces (see #773539)
  * debian/ifup at .service: Set proper service type (oneshot).
  * sysv-generator: Handle .sh suffixes when translating Provides:.
    (Closes: #775889)
  * sysv-generator: Make real units overwrite symlinks generated by Provides:
    from other units. Fixes failures due to presence of backup or old init.d
    scripts. (Closes: #775404)
  * Fix journal forwarding to syslog in containers without CAP_SYS_ADMIN.
    (Closes: #775067)
  * Re-enable AppArmor support, now that libapparmor1 moved to /lib. Add
    versioned dependency as long as this is still only in experimental.
    (Closes: #775331)
  * Add some missing dpkg and ucf temp files to the "hidden file" filter, to
    e. g. avoid creating units for them through the sysv-generator.
    (Closes: #775903)
  * Silence useless warning about /etc/localtime not being a symlink. This is
    deliberate in Debian with /usr (possibly) being on a separate partition.
    (LP: #1409594)

  [ Christian Kastner ]
  * Use common-session-noninteractive in systemd-user's PAM config, instead of
    common-session. The latter can include PAM modules like libpam-mount which
    expect to be called just once and/or interactively, which already happens
    for login, ssh, or the display-manager. Add pam_systemd.so explicitly, as
    it's not included in -noninteractive, but is always required (and
    idempotent). There is no net change on systemd which don't use manually
    installed PAM modules. (Closes: #739676)

  [ Michael Biebl ]
  * Make sure we run debian-fixup.service after /var has been mounted if /var
    is on a separate partition. Otherwise we might end up creating the
    /var/lock and /var/run symlink in the underlying root filesystem.
    (Closes: #768644)

Date: Thu, 22 Jan 2015 17:30:58 +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/218-5ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 22 Jan 2015 17:30:58 +0100
Source: systemd
Binary: systemd systemd-sysv libpam-systemd libsystemd0 libsystemd-dev libsystemd-login0 libsystemd-login-dev libsystemd-daemon0 libsystemd-daemon-dev libsystemd-journal0 libsystemd-journal-dev libsystemd-id128-0 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: 218-5ubuntu1
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-daemon0 - systemd utility library (deprecated)
 libsystemd-dev - systemd utility library - development files
 libsystemd-id128-0 - systemd 128 bit ID utility library (deprecated)
 libsystemd-id128-dev - systemd 128 bit ID utility library (transitional package)
 libsystemd-journal-dev - systemd journal utility library (transitional package)
 libsystemd-journal0 - systemd journal utility library (deprecated)
 libsystemd-login-dev - systemd login utility library (transitional package)
 libsystemd-login0 - systemd login utility library (deprecated)
 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: 739676 742048 768644 773533 774335 775067 775331 775404 775889 775903
Launchpad-Bugs-Fixed: 1233466 1346734 1370329 1374521 1377258 1409594
Changes:
 systemd (218-5ubuntu1) vivid; 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-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)
     - 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 (218-5) experimental; urgency=medium
 .
   * Drop logger.agent. It hasn't been called from any udev rule for a long
     time, and looks obsolete.
   * debian/rules: Configure with --disable-firstboot to replace some manual
     file removals.
   * debian/rules: Remove manual file installation, move them to
     debian/*.install. Move all Debian specific installed files to
     debian/extra/.
   * Merge some changes from the Ubuntu package to reduce the delta; these only
     apply when building on/for Ubuntu:
     - Add 40-hyperv-hotadd.rules: Workaround for LP: #1233466.
     - Add 61-persistant-storage-android.rules to create persistent symlinks
       for partitions with PARTNAME. By Ricardo Salveti.
     - Add 71-power-switch-proliant.rules for supporting the power switches of
       ProLiant Server Cartridges. By Dann Frazier.
     - Add 78-graphics-card.rules: Mark KMS capable graphics devices as
       PRIMARY_DEVICE_FOR_DISPLAY so that we can wait for those in plymouth.
       By Scott James Remnant.
     - Don't install the Debian *.agent scripts. Instead, have Ubuntu's
       80-networking.rules directly pull in ifup at .service, which is much easier
       and more efficient.
   * Make EPERM/EACCESS when applying OOM adjustment for forked processes
     non-fatal. This happens in user namespaces like unprivileged LXC
     containers.
   * Fix assertion failure due to /dev/urandom being unmounted when shutting
     down unprivileged containers. Thanks Stéphane Graber.
   * Enable EFI support. This mostly auto-mounts /sys/firmware/efi/efivars, but
     also provides a generator for auto-detecting the root and the /boot/efi
     partition if they aren't in /etc/fstab. (Closes: #773533)
 .
 systemd (218-4) experimental; urgency=medium
 .
   [ Michael Biebl ]
   * sysv-generator: handle Provides: for non-virtual facility names.
     (Closes: #774335)
   * Fix systemd-remount-fs.service to not fail on remounting /usr if /usr
     isn't mounted yet. This happens with initramfs-tools < 0.118 which we
     might not get into Jessie any more. (Closes: #742048)
 .
   [ Martin Pitt ]
   * fstab-generator: Handle mountall's non-standard "nobootwait" and
     "optional" options. ("bootwait" is already the systemd default behaviour,
     and "showthrough" is irrelevant here, so both can be ignored).
   * Add autopkgtest for one-time boot with upstart when systemd-sysv is
     installed. This test only works under Ubuntu which has a split out
     upstart-bin package, and will be skipped under Debian.
   * debian/ifup at .service: Check if ifup succeeds by calling ifquery, to
     work around ifup not failing on invalid interfaces (see #773539)
   * debian/ifup at .service: Set proper service type (oneshot).
   * sysv-generator: Handle .sh suffixes when translating Provides:.
     (Closes: #775889)
   * sysv-generator: Make real units overwrite symlinks generated by Provides:
     from other units. Fixes failures due to presence of backup or old init.d
     scripts. (Closes: #775404)
   * Fix journal forwarding to syslog in containers without CAP_SYS_ADMIN.
     (Closes: #775067)
   * Re-enable AppArmor support, now that libapparmor1 moved to /lib. Add
     versioned dependency as long as this is still only in experimental.
     (Closes: #775331)
   * Add some missing dpkg and ucf temp files to the "hidden file" filter, to
     e. g. avoid creating units for them through the sysv-generator.
     (Closes: #775903)
   * Silence useless warning about /etc/localtime not being a symlink. This is
     deliberate in Debian with /usr (possibly) being on a separate partition.
     (LP: #1409594)
 .
   [ Christian Kastner ]
   * Use common-session-noninteractive in systemd-user's PAM config, instead of
     common-session. The latter can include PAM modules like libpam-mount which
     expect to be called just once and/or interactively, which already happens
     for login, ssh, or the display-manager. Add pam_systemd.so explicitly, as
     it's not included in -noninteractive, but is always required (and
     idempotent). There is no net change on systemd which don't use manually
     installed PAM modules. (Closes: #739676)
 .
   [ Michael Biebl ]
   * Make sure we run debian-fixup.service after /var has been mounted if /var
     is on a separate partition. Otherwise we might end up creating the
     /var/lock and /var/run symlink in the underlying root filesystem.
     (Closes: #768644)
Checksums-Sha1:
 4f0230a3937d2894d411cbf60e012a17c21f2971 4251 systemd_218-5ubuntu1.dsc
 47c320b2d4561091d4b0866cd61d1cb538b7641a 136484 systemd_218-5ubuntu1.debian.tar.xz
Checksums-Sha256:
 1717f6b857aab2cccfb29cde734ae49106f1073feec9dab46676dcf5b4df4a37 4251 systemd_218-5ubuntu1.dsc
 a28b0e980cd380b5dcf38d5661204e370f19bb144794d9a41faea82439ecca4c 136484 systemd_218-5ubuntu1.debian.tar.xz
Files:
 495720f125fed6d1eedd28872223bc80 4251 admin optional systemd_218-5ubuntu1.dsc
 d265aa2c2c34a8e0f110dffffc52dbf1 136484 admin optional systemd_218-5ubuntu1.debian.tar.xz
Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers at lists.alioth.debian.org>

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

iQIcBAEBCAAGBQJUwSYFAAoJENFO8V2v4RNHjLMP/2GgdZHEnx93Tk56QN7cMO9+
+XGx0SMNK0PlxwSryKicJI0pr1qsPWVi8ErOhaWXs7C1jQcY4lWulyoeK3T61y7w
edvv7UCp62S3xHAxTlCxO3blxp9kIVQ+pbMsou+AxBNlE38OIaPvNUbCgK6IP7V5
svatlJl6P04cV46xxYXi+dHQTXpdzwpP8qrhkhhUs9XQC1hzHfI5FkEYoTWEjW1I
eeeng9ppsBihS9VU+gtvzk0JYZTL5E1jSbMNe07oD7Ej1Hqgjr7KjIG2FpnnEWJP
T5/X/becbJpwh7mY59aq2fiJZkjgfqLXIUudb5rv87Tlvo/O3OQFYQkxw0URw0+r
fh1v7IYv15i2cAK5sZnHUwTzxduwklUzMIRh01rdiNafHCyjggPo/lkAQvkgTMcm
bNlAzn2Ip+NR9hyb+QMcxGE5m4gDiLgsxDMORxSq11j7z6gZggA84EP2vKQGDLmC
HULS66XVafrQtEs9ePtggbteO9gQfpa5DR5vcuvG5pgSN4KSyLltjFzW0HaY3j8M
+Of7EcEod/uMxgt8R4bMKqLI6PHDYnXOImY/7KLoFBunE2LvpYknCxiT/jCwRE31
1pWiACvh+oWWdBwC2V0qW8yVxCw6acaNH/y8zJ4S+KbrTQJvMdgVfhvoBJ5SiSqT
Ysheqj8i58XT+KqnpATO
=3YKX
-----END PGP SIGNATURE-----


More information about the Vivid-changes mailing list