Your message dated Tue, 02 Jun 2015 06:50:24 +0000 with message-id <[email protected]> and subject line Bug#787256: fixed in systemd 220-4 has caused the Debian Bug report #787256, regarding sudo.service:7 Failed to unescape command line, ignoring to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 787256: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787256 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: systemd Version: 220-2 Severity: normal Since the upgrade to v220, I get Mai 30 15:06:24 pluto systemd[1]: [/lib/systemd/system/sudo.service:7] Failed to unescape command line, ignoring: /usr/bin/find /var/lib/sudo -exec /usr/bin/touch -d @0 '{}' \073 Mai 30 15:06:24 pluto systemd[1]: sudo.service: Service lacks both ExecStart= and ExecStop= setting. Refusing. Under v215, systemd did not complain and seems to have executed the command successfully. So this looks like either a regression or systemd is being more strict. -- Package-specific info: -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (200, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.0.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages systemd depends on: ii adduser 3.113+nmu3 ii libacl1 2.2.52-2 ii libapparmor1 2.9.2-3 ii libaudit1 1:2.4-1+b1 ii libblkid1 2.26.2-5 ii libc6 2.19-18 ii libcap2 1:2.24-8 ii libcap2-bin 1:2.24-8 ii libcryptsetup4 2:1.6.6-5 ii libgcrypt20 1.6.3-2 ii libkmod2 20-1 ii liblzma5 5.1.1alpha+20120614-2+b3 ii libmount1 2.26.2-5 ii libpam0g 1.1.8-3.1 ii libselinux1 2.3-2 ii libsystemd0 220-2 ii mount 2.26.2-5 ii sysv-rc 2.88dsf-59.2 ii udev 220-2 ii util-linux 2.26.2-5 Versions of packages systemd recommends: ii dbus 1.8.18-1 ii libpam-systemd 220-2 Versions of packages systemd suggests: ii systemd-ui 3-3 -- Configuration Files: /etc/systemd/journal-upload.conf fbc67bdd554f87d2f189c1a5fbdcfb27 [Errno 2] Datei oder Verzeichnis nicht gefunden: u'/etc/systemd/journal-upload.conf fbc67bdd554f87d2f189c1a5fbdcfb27' /etc/systemd/journald.conf changed [not included] -- no debconf information
--- End Message ---
--- Begin Message ---Source: systemd Source-Version: 220-4 We believe that the bug you reported is fixed in the latest version of systemd, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Martin Pitt <[email protected]> (supplier of updated systemd package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 02 Jun 2015 08:16:36 +0200 Source: systemd Binary: systemd systemd-sysv libpam-systemd libnss-myhostname libnss-mymachines libsystemd0 libsystemd-dev libsystemd-login-dev libsystemd-daemon-dev libsystemd-journal-dev libsystemd-id128-dev udev libudev1 libudev-dev udev-udeb libudev1-udeb python3-systemd systemd-dbg Architecture: source amd64 Version: 220-4 Distribution: unstable Urgency: medium Maintainer: Debian systemd Maintainers <[email protected]> Changed-By: Martin Pitt <[email protected]> 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-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: 784238 787256 Changes: systemd (220-4) unstable; urgency=medium . [ Martin Pitt ] * debian/extra/initramfs-tools/scripts/init-top/udev: Drop $ROOTDELAY wait. This does not concern udev in particular, but is handled by initramfs-tools itself (scripts/local). The intention of this parameter is not to statically wait for the given time, but wait *up to* that time for the root device to appear. * Add debian/extra/units/rc-local.service.d/wait-online.conf: Make rc-local.service wait for network-online.target (if it gets started). This not specified by LSB, but has been behaving that way in Debian under SysV init and upstart. (LP: #1451797) * Fix parsing of escape characters in Exec*= lines. (Closes: #787256) * Drop path_is_mount_point-handle-false-positive-on-some-fs.patch (it was already not applied in 220-1). This needs to be re-thought and re-done against the current code, and overlayfs in general. On overlayfs this still reports false positives for files that changed in the upperdir, but this does not break systemd-machine-id-commit any more. * Add debian/extra/rules/80-debian-compat.rules, replacing three of our patches. These are independent udev rules to change device permissions and add CD/DVD symlinks for compatibility with earlier Debian releases. . [ Michael Biebl ] * Bump Depends on util-linux to make sure we have a sulogin implementation which properly cleans up its children when emergency.service is restarted. (Closes: #784238) * Stop using /sbin/udevd and drop the compat symlink. * Remove any vestiges of /dev/.udev/. This directory has been replaced by /run/udev/ since wheezy. * Drop udev migration code from pre-wheezy. Checksums-Sha1: 00f6ab7cb84e1a4e1a8e33558a763f46db6d1803 3663 systemd_220-4.dsc 8b502d0ba5afbd5503c765aa4728585987b0b424 154272 systemd_220-4.debian.tar.xz 029fe69d7afe0c692d01abb938bf413490784311 62340 libnss-myhostname_220-4_amd64.deb 96cff6a3f3692840464184988049bed7ba3b5e62 142566 libnss-mymachines_220-4_amd64.deb 5f1de780bead767140026f91f3a34112486e987c 146676 libpam-systemd_220-4_amd64.deb 79ff391232e033414e21624ffcb4f2799202fab1 41646 libsystemd-daemon-dev_220-4_amd64.deb a17de3af454309bfe2dfaa0570c5ba5d0f26c0b0 107966 libsystemd-dev_220-4_amd64.deb df4fc50f2257eeb0590de4e15c8c417c141e144e 41616 libsystemd-id128-dev_220-4_amd64.deb fb8f8aa23a0d22d95cb38fdc8078f694c6371aed 41622 libsystemd-journal-dev_220-4_amd64.deb f631a16760735c99ad1e29d20e5148fbc6b22e38 41630 libsystemd-login-dev_220-4_amd64.deb d95236211a3b093310930a78d957dfdba57dcc88 107708 libsystemd0_220-4_amd64.deb b2e2cf338f7348e76c49db7e660491b99b92a1c8 23006 libudev-dev_220-4_amd64.deb 7247d640666c253e0b0d64204abe7407745ddb7d 46120 libudev1-udeb_220-4_amd64.udeb 8c6874392b448cc6c706f9e628e5ab88e39eb596 88478 libudev1_220-4_amd64.deb 0bff6df5e353db064d79d863fbb829c048aae46e 73970 python3-systemd_220-4_amd64.deb 5c8d614544abf3da5c751b7d3b19d3e535e7e73c 23650926 systemd-dbg_220-4_amd64.deb 43fc708a9c2e8b6ac91ca1eb4e7ae77742905e08 46238 systemd-sysv_220-4_amd64.deb 130af9441684008b7d9ca8590f0e9a305e3e2afa 3551542 systemd_220-4_amd64.deb 0d19f3743a3d77ad57509b43cf4764f417abd601 251734 udev-udeb_220-4_amd64.udeb 5c67850def16150d5e1eb171c551abe234c4df5f 980962 udev_220-4_amd64.deb Checksums-Sha256: ab15b218d2fbdf7a5e38b699fc47cf426627fbb74477ec88d9e62d3edafb4290 3663 systemd_220-4.dsc c343736536a495eba63e7617336f0c0b3834c2ae33e8089c5d1b728236eb577f 154272 systemd_220-4.debian.tar.xz 4da8cb9afc2f4c9b921bcb0f10e67e2bbb04a8d65cb107a3896b909deff9e9c5 62340 libnss-myhostname_220-4_amd64.deb 4c138ab17188e8ea1937601570f31d9d39fbe613d6177e1267c6f613169c5920 142566 libnss-mymachines_220-4_amd64.deb 35c5a3855d8d600741b0994608ae689ee9cbcaee459184a52ce94a6d2d5c0622 146676 libpam-systemd_220-4_amd64.deb 1fcc167337fc37ab81745f7081d7b6d84f14c6c263df81b6d1e38a21124d24e3 41646 libsystemd-daemon-dev_220-4_amd64.deb da0feca3536296e1a563ad6d450efd9cba68fdfe9bc8cea53877cf56787956f3 107966 libsystemd-dev_220-4_amd64.deb a1434936ea46b3aafa3974c63757d780c5d0a7dfa941dc58dd0d17217e9a90a1 41616 libsystemd-id128-dev_220-4_amd64.deb c87b0f674e90a1eda6f8b7cc8b94df29367f2d518cc10693cb484131c4ff74a0 41622 libsystemd-journal-dev_220-4_amd64.deb 6d44fc2442eca46a906857b177113697f04939c890a87ca03f8b115974888ddc 41630 libsystemd-login-dev_220-4_amd64.deb c3c5532371a2c84b799ef808279e9bc83ed83cdfb5b69ceaa6fb9e08823e2623 107708 libsystemd0_220-4_amd64.deb c4c4024c0738d38a9e8e20bb880042e321cac237f1c4968212f40faec08441fb 23006 libudev-dev_220-4_amd64.deb 5caa6381b24df2bbdf40fdf644cb9309f8f2ce5d738769625680d6fbff2e6bf6 46120 libudev1-udeb_220-4_amd64.udeb 91fb553a682a7427b7e339a8d1dfc0c6cc6dc028cac671bdf33f6b72d009c008 88478 libudev1_220-4_amd64.deb 92bfd62fc3f02766c577b1dad8db704af17b64b75b0dc2ed53057d818041f66e 73970 python3-systemd_220-4_amd64.deb 51a8264778dba58fc8ece85c056e04a96947d40ba88a211d1923933ae507e36b 23650926 systemd-dbg_220-4_amd64.deb 668fe553d6c44e24b5d11d0f9f574d5a9a730c1bdb32acdcc9dcc4d9d1850205 46238 systemd-sysv_220-4_amd64.deb a53a531b7ebe538ce7dd937d8194f861c87f4f2cdd3cfe4e8ff968aee9702555 3551542 systemd_220-4_amd64.deb 0b5bbd04656a3a90660e8d3837d98555a624a149f100d507002a52b1e2d93b0f 251734 udev-udeb_220-4_amd64.udeb 65a09e9f06cbc1309ca9d8aa4445ba24066d57a8cac4535cbed8b71c444d2cdd 980962 udev_220-4_amd64.deb Files: 6caa880bb3a4045926073c5e51a427f7 3663 admin optional systemd_220-4.dsc 1c765deb07e32128b4ea50e5cf8b6fd6 154272 admin optional systemd_220-4.debian.tar.xz c739ac708d95a5eb86d4f24dce24d3d5 62340 admin extra libnss-myhostname_220-4_amd64.deb 8fb016a339057df116b924ce57765ac9 142566 admin extra libnss-mymachines_220-4_amd64.deb 1cd74672ef3e1b1c9a5867bf58acdec5 146676 admin optional libpam-systemd_220-4_amd64.deb 8878b1225372a671b376193161b0abc1 41646 oldlibs extra libsystemd-daemon-dev_220-4_amd64.deb b82b3270e80719a37174c485df6e6969 107966 libdevel optional libsystemd-dev_220-4_amd64.deb af1cd9ac00a1ec41f9fc5612fed4fc0b 41616 oldlibs extra libsystemd-id128-dev_220-4_amd64.deb c1de07f1de381d5550889f6c93f47515 41622 oldlibs extra libsystemd-journal-dev_220-4_amd64.deb 2828a3022010423b60151df33d9e245a 41630 oldlibs extra libsystemd-login-dev_220-4_amd64.deb d3631c2d0c6bfb6741cc74599843e5be 107708 libs optional libsystemd0_220-4_amd64.deb 1a981f18e2710a54b91a2ac0a8d4eac7 23006 libdevel optional libudev-dev_220-4_amd64.deb 9c0be932e9aa14b6a0d186efd0dfae0c 46120 debian-installer optional libudev1-udeb_220-4_amd64.udeb 55c68bbc5f42128219cf40bc3c2a4ec2 88478 libs important libudev1_220-4_amd64.deb d0df13c435ad01c5ab0eb0ef006fe5ec 73970 python optional python3-systemd_220-4_amd64.deb d1e8eaf2ea0fbaf9e42bb1cb55d54bcd 23650926 debug extra systemd-dbg_220-4_amd64.deb 843ed5c63ff0110bfe4f810245203629 46238 admin extra systemd-sysv_220-4_amd64.deb 0a52df23425d22c5d27b47f8371b7f04 3551542 admin optional systemd_220-4_amd64.deb 727176bc9ac3dda25c91bb21bb617e2d 251734 debian-installer optional udev-udeb_220-4_amd64.udeb 6710dd36f2d2ee6d68484b783b51e740 980962 admin important udev_220-4_amd64.deb Package-Type: udeb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJVbU6hAAoJENFO8V2v4RNHlmsQAI+PhpAAVbYUCZp5eikMJJme RjfapVUt4uCq6HamSZGvk7rN8XMakuWLGdfymAq9jvYBWy/DoeUL4u+fBuJpzwK6 G3gfpkM1ckiAC0OytdL0iBv47S2cRdqBWMLE3udYUREpdQW3O4kTTplzDKcUm9Is f9SHGFtCvEqYqEIE+cZu1hz62gl2pobqSqJUpn5QRH61dCmMRObelQXL5h7teEMR lhm4pOlr0qFWg7ZeSv6Ke0zjVEw5IbOdqdAMHyszO2WfUlNJz4p5lHky4ImskXXg jKkfGvSXY+CBa3hqF6x8QAP/w2bWwhO5XBb+TGoFe55Grc/RSlvtlIlrVxW/0R39 AKU8/bzYaAv0H9PvQJU9PPtCUOlivVTJzH15AC6slWAK6mxHmqh2Q2VMQhXQN1qA fzMiE04fGOO9zOhSmEV1VOAACFIRR3S1s5B2mMkawzog7yZi7Q5t8e0EmLKSHHcI XPpNA/+cBmvh1GeGG85iI3cJf9djrQasQKiYJLfux4BFjC2+Z5j/j5wrQWZnZrvb KNC7rNQzwyHSf8OeaZbXmUlUc7yzxdwrI3AG+AIV8huZJ5PvXUrxklDI1f/7ZEJ7 QCKaru/PSAJUw6/FmJJdPdSskqxKLim4GWEAzgwYkCYQgaHsFAqZojUfCpVhkqxj uCAxx5vlLboUFDz6l6MR =2zg0 -----END PGP SIGNATURE-----
--- End Message ---

