Your message dated Wed, 24 May 2017 10:50:26 +0000
with message-id <e1ddts2-0006xb...@fasolo.debian.org>
and subject line Bug#861157: fixed in systemd 233-7
has caused the Debian Bug report #861157,
regarding Doesn't run all commands in Exec* if daemon is reloaded
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.)
--
861157: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861157
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: systemd
Version: 233-5
Severity: important
Tags: upstream
Hey,
There is a known issue in systemd that after a daemon reload it lost track of
where in an Exec* sequence it was, which causes the remaining commands not to
run.
I ran into a pretty nasty corner-case yesterday causing one of my boards to
reliably fail to boot thanks to interactions with ifupdown and the lsb init
helpers (I'll open another bug this in a bit). But it's generally a bit
problematic (but usually uncommon) that a (unrelated) daemon-reload can cause
an unchanged service to not start as expected
A fix for the issue got fixed upstream in commit e266c068 (PR:
https://github.com/systemd/systemd/pull/5354).
Upstream issue report: https://github.com/systemd/systemd/issues/518
-- Package-specific info:
-- System Information:
Debian Release: 9.0
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'unstable'), (500, 'testing'),
(500, 'stable'), (1, 'experimental')
Architecture: amd64
(x86_64)
Foreign Architectures: i386, armhf, arm64
Kernel: Linux 4.10.0-trunk-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 /usr/bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages systemd depends on:
ii adduser 3.115
ii libacl1 2.2.52-3+b1
ii libapparmor1 2.11.0-3
ii libaudit1 1:2.6.7-2
ii libblkid1 2.29.2-1
ii libc6 2.24-10
ii libcap2 1:2.25-1
ii libcryptsetup4 2:1.7.3-3
ii libgcrypt20 1.7.6-1
ii libgpg-error0 1.26-2
ii libidn11 1.33-1
ii libip4tc0 1.6.0+snapshot20161117-6
ii libkmod2 24-1
ii liblz4-1 0.0~r131-2+b1
ii liblzma5 5.2.2-1.2+b1
ii libmount1 2.29.2-1
ii libpam0g 1.1.8-3.5
ii libseccomp2 2.3.1-2.1
ii libselinux1 2.6-3+b1
ii libsystemd0 233-5
ii mount 2.29.2-1
ii util-linux 2.29.2-1
Versions of packages systemd recommends:
ii dbus 1.10.18-1
ii libpam-systemd 233-5
Versions of packages systemd suggests:
ii policykit-1 0.105-17
ii systemd-container 233-5
pn systemd-ui <none>
Versions of packages systemd is related to:
ii dracut 044+241-3
pn initramfs-tools <none>
ii udev 233-4
-- Configuration Files:
/etc/systemd/logind.conf changed [not included]
/etc/systemd/resolved.conf changed [not included]
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: systemd
Source-Version: 233-7
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 861...@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, 24 May 2017 12:26:18 +0200
Source: systemd
Binary: systemd systemd-sysv systemd-container systemd-journal-remote
systemd-coredump systemd-tests libpam-systemd libnss-myhostname
libnss-mymachines libnss-resolve libnss-systemd libsystemd0 libsystemd-dev udev
libudev1 libudev-dev udev-udeb libudev1-udeb
Architecture: source
Version: 233-7
Distribution: experimental
Urgency: medium
Maintainer: Debian systemd Maintainers
<pkg-systemd-maintainers@lists.alioth.debian.org>
Changed-By: Michael Biebl <bi...@debian.org>
Description:
libnss-myhostname - nss module providing fallback resolution for the current
hostname
libnss-mymachines - nss module to resolve hostnames for local container
instances
libnss-resolve - nss module to resolve names via systemd-resolved
libnss-systemd - nss module providing dynamic user and group name resolution
libpam-systemd - system and service manager - PAM module
libsystemd-dev - systemd utility library - development files
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-container - systemd container/nspawn tools
systemd-coredump - tools for storing and retrieving coredumps
systemd-journal-remote - tools for sending and receiving remote journal logs
systemd-sysv - system and service manager - SysV links
systemd-tests - tests for systemd
udev - /dev/ and hotplug management daemon
udev-udeb - /dev/ and hotplug management daemon (udeb)
Closes: 861157 861171 862062 862292 863111
Changes:
systemd (233-7) experimental; urgency=medium
.
[ Michael Biebl ]
* basic/journal-importer: Fix unaligned access in get_data_size()
(Closes: #862062)
* ima: Ensure policy exists before asking the kernel to load it
(Closes: #863111)
* Add Depends: procps to systemd.
It's required by /usr/lib/systemd/user/systemd-exit.service which calls
/bin/kill to stop the systemd --user instance. (Closes: #862292)
* service: Serialize information about currently executing command
(Closes: #861157)
* seccomp: Add clone syscall definitions for mips (Closes: #861171)
.
[ Dimitri John Ledkov ]
* ubuntu: disable dnssec on any ubuntu releases (LP: #1690605)
.
[ Felipe Sateler ]
* Specify nobody user and group.
Otherwise nss-systemd will translate to group 'nobody', which doesn't
exist on debian systems.
Checksums-Sha1:
c6ba428319c7b0dbcc28026da185938087768339 4864 systemd_233-7.dsc
dd3a2bfcd56ac420d2e0cecfb3837f026d7080ae 141388 systemd_233-7.debian.tar.xz
ccb63e38c62e6b2b3943287ef50b6f45b1561a2b 10033 systemd_233-7_source.buildinfo
Checksums-Sha256:
1f3cff24d3ef3130a1ba2a98bb049135db11793463d42ae040a0c9d048cedb6d 4864
systemd_233-7.dsc
449e405d3b8f9bbc2fc62ee418a878f22b9ad132ed2837be044d81111832da1f 141388
systemd_233-7.debian.tar.xz
92845b7289eeaf911a92865c1dc1e45287d79230f07222fc976a13014e341672 10033
systemd_233-7_source.buildinfo
Files:
8a0cbf77aab203d5080a3fc621318de8 4864 admin optional systemd_233-7.dsc
ac40d7035953630e8023156671ae16b1 141388 admin optional
systemd_233-7.debian.tar.xz
9579c853041e55ccefbc044b131485e1 10033 admin optional
systemd_233-7_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEECbOsLssWnJBDRcxUauHfDWCPItwFAlklYDMACgkQauHfDWCP
Itwz9Q//QByCF2KOzlzT1/K//6jcLDgYLvyZTfDJtI7broclLWyJBsk+z/vRfs/I
SQ/+nRBj2h2KUQBqSNYMogyWpIRs/28JHZ6SjoRBCvPQrJ0uQ7O7Mwoa2OQ8S17p
q5mJRx+NYNn4+zI6w382u2txQJArEISwUA5XAdPrpkBwLUO7cjcAT5zKj3F1xabK
wyzRk2fNBTK7k6xtIaqp4DgdZm4Rk8+Ec+Mg+3Q60ESR5mYtUSmwZYcJuYuF+BqK
mzuy2xIVLWuF6qQpj/DN40eGwXonY95yeC++CNBMXL6i8JzU0HUlaZ0K90Qt/qud
eLNJ2VqTMRV9rngmI8DMAsEQ/uklaa9Qs+F6fyt6YBC9uUudiDjicqsTJAT9rFDj
ShbEGmVzUg3QDWxlheH8Xi1QbsQCyAyIhOCT7Q6n/2EvAWRYiMoPcdYafXEGcSWE
tURNVNlqTpaGpMpohQA4xkguV0mTze1PhCsMft0GdJ2K0W8Mg8mF2F2O8q37dLkh
n2eQgOYXU1SBKD0COHSyvYaOSg4MfmsrmB7WWlZJ6gjtrpi2iPa7Jzdd84X0SGXp
mIwhy9XwlmTOYzbRVNXJPOJXSjgIABrT7yDw9ZX7Ol8MO3zKpGp8hw6kOtpzUGGj
Kukl4ql1J3QVimDDRMkBvxvdcDJBYo7W/4mtaA8NfLvEjQUJEws=
=jT3E
-----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