Your message dated Fri, 06 Jan 2017 21:17:47 +0000
with message-id <e1cpbtt-0002ls...@fasolo.debian.org>
and subject line Bug#776997: fixed in systemd 215-17+deb8u6
has caused the Debian Bug report #776997,
regarding shutdown: handle unknown options more gracefully
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 ow...@bugs.debian.org
immediately.)


-- 
776997: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776997
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: systemd-sysv
Version: 215-10
Severity: normal

Dear Maintainer,

* What led up to the situation?

  Upgrade a test VM from Debian wheezy to jessie

* What exactly did you do (or not do) that was effective (or
     ineffective)?

 'shutdown -rf now' command doesn't work anymore.

* What was the outcome of this action?

root@debianwheezy:~# shutdown -rf now
Code should not be reached 'Unhandled option' at 
../src/systemctl/systemctl.c:6316, function shutdown_parse_argv(). Aborting.
Aborted

* What outcome did you expect instead?
        
Either:
 * rebooting the system like it used to for wheezy
 * an error message that tells me that the '-f' flag is no (longer) supported

I did not expect to see an internal error in shutdown when called with wrong 
arguments.

FWIW if I use a truly unknown option I get a better error message:
# shutdown -z
shutdown: invalid option -- 'z'


* Workaround: use 'shutdown -r now' instead

-- System Information:
Debian Release: 8.0
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages systemd-sysv depends on:
ii  systemd  215-10

systemd-sysv recommends no packages.

systemd-sysv suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: systemd
Source-Version: 215-17+deb8u6

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 776...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Biebl <bi...@debian.org> (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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 21 Dec 2016 21:33:51 +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 amd64
Version: 215-17+deb8u6
Distribution: stable
Urgency: medium
Maintainer: Debian systemd Maintainers 
<pkg-systemd-maintainers@lists.alioth.debian.org>
Changed-By: Michael Biebl <bi...@debian.org>
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: 774153 776997 818978 819314 833849 839607
Changes:
 systemd (215-17+deb8u6) stable; urgency=medium
 .
   [ Michael Biebl ]
   * Don't return any error in manager_dispatch_notify_fd().
     If manager_dispatch_notify_fd() fails and returns an error then the
     handling of service notifications will be disabled entirely leading to a
     compromised system.
     For example pid1 won't be able to receive the WATCHDOG messages anymore
     and will kill all services supposed to send such messages. (CVE-2016-7796)
     (Closes: #839607)
   * core: Rework logic to determine when we decide to add automatic deps for
     mounts.
     This adds a concept of "extrinsic" mounts. If mounts are extrinsic we
     consider them managed by something else and do not add automatic ordering
     against umount.target, local-fs.target, remote-fs.target.
     Extrinsic mounts include API mounts such as everything below /proc, /sys,
     /dev. This avoids a crash in LXC containers where /dev/urandom is a bind
     mount from the host system and unmounting it leads to an assert in
     systemd. (Closes: #818978)
   * Various ordering fixes for ifupdown.
     Run ifup after all kernel modules have been loaded and all sysctl settings
     are applied. Update ifup@.service to add missing After= for the device
     unit we bind to. This ensures that the device unit is active when systemd
     tries to start the service. (Closes: #819314)
   * systemctl: Fix argument handling when invoked as shutdown.
     (Closes: #776997)
 .
   [ Simon McVittie ]
   * localed: tolerate absence of /etc/default/keyboard.
     The debian-specific patch to read Debian config files was not tolerating
     the absence of /etc/default/keyboard. This causes systemd-localed to fail
     to start on systems where that file isn't populated (like embedded systems
     without keyboards). (Closes: #833849)
 .
   [ Martin Pitt ]
   * systemctl, loginctl, etc.: Don't start polkit agent when running as root.
     (Closes: #774153, LP: #1565617)
Checksums-Sha1:
 1b96f7aa9097c0d7cf6c151eee20ecf614c2f4af 4149 systemd_215-17+deb8u6.dsc
 e85b3a3b189a2e78265c21e14d09b903e49e363c 221404 
systemd_215-17+deb8u6.debian.tar.xz
 84f4b282b12873d9b3be4ea40289d266c264af6e 2544598 
systemd_215-17+deb8u6_amd64.deb
 2adfff335e587f1adb7d8cd5b842a74a803d03ed 36280 
systemd-sysv_215-17+deb8u6_amd64.deb
 06b1ed733cd3c67ffc108ed6cb2152547a86d9ae 126012 
libpam-systemd_215-17+deb8u6_amd64.deb
 2b751b839dbddf8c6a4e849ebbd7af0e23dd0d05 89362 
libsystemd0_215-17+deb8u6_amd64.deb
 0389f9126ef1fdd84fa20df2ddaef43c20381e43 95308 
libsystemd-dev_215-17+deb8u6_amd64.deb
 ab57904678d58adf3089d11de4b0a22df0f7858b 49514 
libsystemd-login0_215-17+deb8u6_amd64.deb
 5076d1586b7aa8a6c0dde97b8056762a3eebdecc 31950 
libsystemd-login-dev_215-17+deb8u6_amd64.deb
 a6a6a11ef075c531200f62ab5e56a8623f3dc80e 38608 
libsystemd-daemon0_215-17+deb8u6_amd64.deb
 3c9a0d1777a0e9939b5c18720597b824b8b86105 31970 
libsystemd-daemon-dev_215-17+deb8u6_amd64.deb
 f2cd2d290e59a0198184d09448d8488dfb8bc0ad 74796 
libsystemd-journal0_215-17+deb8u6_amd64.deb
 71a5ebcf4ddf4a911ef79899daf18a250073cede 31942 
libsystemd-journal-dev_215-17+deb8u6_amd64.deb
 663bcc0cebca50d3e4fff39d5a11217b3671d204 37538 
libsystemd-id128-0_215-17+deb8u6_amd64.deb
 ecb26c31405527027bb9d6a8d9c3c6e339e24df1 31924 
libsystemd-id128-dev_215-17+deb8u6_amd64.deb
 0550712a2e5323d68a86e54947d74e7edf379853 876958 udev_215-17+deb8u6_amd64.deb
 e42931b86013d02109375afb062410ef06a4a4cd 57628 libudev1_215-17+deb8u6_amd64.deb
 7cb9c3c5b44b9556c151c4cf8f8a6f9746951a12 23344 
libudev-dev_215-17+deb8u6_amd64.deb
 71b475a1a102e54c7b8c02af88d794a81a47ffd6 195726 
udev-udeb_215-17+deb8u6_amd64.udeb
 c5f09c2ef96e8912655c54429d55a03cc050729d 24734 
libudev1-udeb_215-17+deb8u6_amd64.udeb
 719aff904e29a2be28a4d98adea86f559c37c3a9 42256 
libgudev-1.0-0_215-17+deb8u6_amd64.deb
 074dde333609b0c4a06a07c52745c7dab0303049 2824 
gir1.2-gudev-1.0_215-17+deb8u6_amd64.deb
 2e8095d0bae14ac8f55fcefe27386a9d0f7f7e62 24598 
libgudev-1.0-dev_215-17+deb8u6_amd64.deb
 d1fc4986a5ed863de263f9e2091b39e5289f91c2 61628 
python3-systemd_215-17+deb8u6_amd64.deb
 692cd12a0c7a6440c2056e285a0c99ef6aa2ddb4 15987192 
systemd-dbg_215-17+deb8u6_amd64.deb
Checksums-Sha256:
 2cdd3d1dec1d772d6a7e0c5be9c750ea2d24fd59382f889112302dbfd10d1ddc 4149 
systemd_215-17+deb8u6.dsc
 b44d9676923cccb9f10b1c6385fd3e1d080621760c9ccb43c898b8b03096ee76 221404 
systemd_215-17+deb8u6.debian.tar.xz
 6ba244411144be1c272d7caaff18c023c2fdd2c3fd40d055b0dce6da8e417afb 2544598 
systemd_215-17+deb8u6_amd64.deb
 820126468e0d9e3c8c33687b7ea396bf3ff4abb84a968fa4e473289dc28ac1f0 36280 
systemd-sysv_215-17+deb8u6_amd64.deb
 0dec0d1d65b6192d240340622eab719a834248479b49cff24e5f551244e5a2e7 126012 
libpam-systemd_215-17+deb8u6_amd64.deb
 14c8fcefebf121b8aac21cdadb152df2f4a7e5b3cff96a4e7f84c208eff76628 89362 
libsystemd0_215-17+deb8u6_amd64.deb
 bd07dec4e72b9fc2c3b774a3c5c9b5fdb731d9b203bcf28eaa5b75857c28271f 95308 
libsystemd-dev_215-17+deb8u6_amd64.deb
 3b09e39bc10b86d457e25128835ec38a9a626905c7caaafa937da4b3ab7dead1 49514 
libsystemd-login0_215-17+deb8u6_amd64.deb
 4150866c6ac1c87a13b088a077680258192ce07902b09c39f3830e987997265f 31950 
libsystemd-login-dev_215-17+deb8u6_amd64.deb
 93677b63462edacfdd58223bdacc6d92e0933b95142dc504a6fd316b5b62f546 38608 
libsystemd-daemon0_215-17+deb8u6_amd64.deb
 c4942166a896b41e80b8ab57104720a06c556b1f7fde79a0e7bcd1a45716fe51 31970 
libsystemd-daemon-dev_215-17+deb8u6_amd64.deb
 613b0ab19deac415e95e243a12c042ff7061cf93a2f83a4b5396b80bfeb9517b 74796 
libsystemd-journal0_215-17+deb8u6_amd64.deb
 8aae99f1fc90355327bcdc4c49ffc360a73266f90bc57fc71edc93655aa69915 31942 
libsystemd-journal-dev_215-17+deb8u6_amd64.deb
 cf9dddf85d3a94b6175008affdd24376f42eb2007c59522187bd3936d273f440 37538 
libsystemd-id128-0_215-17+deb8u6_amd64.deb
 54ab7d4530a6f4cfdd2360fe8712273dc070330a1edd401a60adf994d592fd56 31924 
libsystemd-id128-dev_215-17+deb8u6_amd64.deb
 f0701539b82885dbd4a60a155b08df3d38411151176380f70505355acd69db14 876958 
udev_215-17+deb8u6_amd64.deb
 26f294842b2995eb348be45d9412eb50dc6e9c77eb49c401991b72943230c3d7 57628 
libudev1_215-17+deb8u6_amd64.deb
 67a673c929d4b91d9270c857adf981e3e83c9da9def5e3f00bf8d8b87c5828a8 23344 
libudev-dev_215-17+deb8u6_amd64.deb
 313e5270fc405c30c1a16cca864eb7a7c0182696443ae53c01cad039549f3115 195726 
udev-udeb_215-17+deb8u6_amd64.udeb
 b9f809ad59ec307ebf4421cc1bee328e91946b25ed02571d2929cec28ed6a52d 24734 
libudev1-udeb_215-17+deb8u6_amd64.udeb
 4467cea3e522f6603781bdc483cc544e71133b3789e729c6f351f684d12b5135 42256 
libgudev-1.0-0_215-17+deb8u6_amd64.deb
 e612c53763b370fb3bc09670f185b9ed7e2c60ee2576d63a73d0dd4a4b0b64a3 2824 
gir1.2-gudev-1.0_215-17+deb8u6_amd64.deb
 2a523fae198b59c57fe76abdb7d3996594e6a3639f0a7633d249e3ce1cd514c8 24598 
libgudev-1.0-dev_215-17+deb8u6_amd64.deb
 a49a46fa380923c00b00eabc5d2a1000867b5c85195be5e4b8fac28248ce6ee5 61628 
python3-systemd_215-17+deb8u6_amd64.deb
 8c79e1d1fb1fc02a6af69cd5f7254e667371100617ee601a36078af54cfaaff2 15987192 
systemd-dbg_215-17+deb8u6_amd64.deb
Files:
 42c3835f657897ddf4453dad7853a543 4149 admin optional systemd_215-17+deb8u6.dsc
 0229e4d8d08f1dc5c09a5c4f32ef4bd3 221404 admin optional 
systemd_215-17+deb8u6.debian.tar.xz
 7e5ce86ac9bbbbf6f7694bf5cbf13735 2544598 admin optional 
systemd_215-17+deb8u6_amd64.deb
 e9667660cab3c9a075b3ae5200281725 36280 admin extra 
systemd-sysv_215-17+deb8u6_amd64.deb
 23be69ba8da276680d704d85b5cce103 126012 admin optional 
libpam-systemd_215-17+deb8u6_amd64.deb
 8e5271535a62a9bacf6c1761c75c7a1e 89362 libs optional 
libsystemd0_215-17+deb8u6_amd64.deb
 6b23bd66b27e46ec96a17bdae7038a1e 95308 libdevel optional 
libsystemd-dev_215-17+deb8u6_amd64.deb
 c7c69517ab962a06e8fb0bac5a2d4432 49514 oldlibs extra 
libsystemd-login0_215-17+deb8u6_amd64.deb
 f7af6e0162bec85d27d2051f908fc2a2 31950 oldlibs extra 
libsystemd-login-dev_215-17+deb8u6_amd64.deb
 26a47202d1cf17167e549604e890057e 38608 oldlibs extra 
libsystemd-daemon0_215-17+deb8u6_amd64.deb
 baa09fa0d38bef427b34508675189d28 31970 oldlibs extra 
libsystemd-daemon-dev_215-17+deb8u6_amd64.deb
 5a6da99aad73dea727229df3d6c66756 74796 oldlibs extra 
libsystemd-journal0_215-17+deb8u6_amd64.deb
 1b72cc017eb0ab3bbc395ee6cd906197 31942 oldlibs extra 
libsystemd-journal-dev_215-17+deb8u6_amd64.deb
 be85193736cc4b9bdd254f945d77e488 37538 oldlibs extra 
libsystemd-id128-0_215-17+deb8u6_amd64.deb
 71cdf79169359819d15e83884cbea997 31924 oldlibs extra 
libsystemd-id128-dev_215-17+deb8u6_amd64.deb
 15f27cb3089847f67d7ebc38c5209a3a 876958 admin important 
udev_215-17+deb8u6_amd64.deb
 cb3463ffdce9380b8c6f28bdb5d52cd5 57628 libs important 
libudev1_215-17+deb8u6_amd64.deb
 93a4a901154714d713a80196f69758df 23344 libdevel optional 
libudev-dev_215-17+deb8u6_amd64.deb
 afe058e5cfeed07e43454d17aa0c9e24 195726 debian-installer optional 
udev-udeb_215-17+deb8u6_amd64.udeb
 0403dd5d2ba1dbdfc143f3cdbf843954 24734 debian-installer optional 
libudev1-udeb_215-17+deb8u6_amd64.udeb
 1204ee39d21c3d2ee84a44dd5d4e9ec3 42256 libs optional 
libgudev-1.0-0_215-17+deb8u6_amd64.deb
 03a30c62ce3aee30ec83f862286ef4e1 2824 introspection optional 
gir1.2-gudev-1.0_215-17+deb8u6_amd64.deb
 75536210f0dcf61b99b044566f198e4f 24598 libdevel optional 
libgudev-1.0-dev_215-17+deb8u6_amd64.deb
 eeb55d08cfe715b72701025ae6868b54 61628 python optional 
python3-systemd_215-17+deb8u6_amd64.deb
 1e6f0d691ac98951cf1b8e2d00e311f5 15987192 debug extra 
systemd-dbg_215-17+deb8u6_amd64.deb
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEECbOsLssWnJBDRcxUauHfDWCPItwFAlhtiL4ACgkQauHfDWCP
Itwihw//c5FEJuX4j2l4Ayjyc0nJKseKiWWES8OjbNNSWp1upAdSJQ7DmftzfwPX
yyzDKl+NRQ1H4hJzjFNn5YDD8LcCSTzkUI6ISGl8xY7AYx46h182IE6XDTzz8fXA
dv0TmTaWy6qwBVUhzDTOXtQj/YT/V/i5RmwKHF9NCEWJs16x6/7ZraPt2zbEyJXJ
u4mllMgIiKtuwBixfp0M0Z9hy4zCPZsdBPmfsVXhC8qVvdIkTyxtrH1Z4b6FPv4W
Xhw8EGSESNEHdVijVwii4OeE7alrCvEYQih9ODD7/o41WUNfcBYC0Ka997VwhKfw
OzyPayC0YT1wbPD4zvzyTuJU48a10cvdafDjimEWvKf8QCCceaT3qFe2E9kkVmYF
YxrL+dPhfxFgzjbBIdCN7vXo6Cppy17OJqrlJ/qtVTaVHxBmfnslXcRnWyeGdLKm
mJZ1pVKPpyO94y1MFbgnyTAXTUhDqYvs3GPsWaPtbJxY/blm7xZ7aX3FyAOAx1Ms
scTjK2wmtYN5px22PWp5hdZyJN+fv4xeY5EplZX/TFj/9iLx2Y8Tv8j6QFrKVu5O
H3czwdHSlEi2bLDx1krdTj0YMpVVo8GndwmamhSRVSMhE1DG4xoYCY3HpyOy1kV1
p2DF9skrt8pdYRCrQDuzh21ZiDQnAK9VtiiuCaIMMtPCJ9eBGYo=
=q2v5
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-systemd-maintainers mailing list
Pkg-systemd-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers

Reply via email to