Your message dated Sat, 08 Apr 2017 15:32:15 +0000
with message-id <e1cwslx-000hqg...@fasolo.debian.org>
and subject line Bug#774430: fixed in systemd 215-17+deb8u7
has caused the Debian Bug report #774430,
regarding systemd: service incorrectly marked as not reloadable
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.)


-- 
774430: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774430
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: systemd
Version: 215-8
Severity: normal
X-Debbugs-Cc: debian-ad...@lists.debian.org

It seems systemd believes syslog-ng can't be reloaded for some reason:

minkus% sudo systemctl -p CanReload show syslog-ng.service
CanReload=no

This leads to invoke-rc.d and service failing to reload the service:

minkus% sudo systemctl show syslog-ng.service | grep Relo
ExecReload={ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no 
; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }
CanReload=no
NeedDaemonReload=no
minkus% sudo service syslog-ng reload                     
[FAIL] Reload system logging: syslog-ng failed!

If I run invoke-rc.d with sh -x, I get:

[...]
+ testexec /etc/init.d/syslog-ng
+ test 1 -gt 0
+ test -x /etc/init.d/syslog-ng
+ return 0
+ RC=102
+ setechoactions reload
+ test 1 -gt 1
+ echoaction=
+ test '!' -z reload
+ getnextaction reload
+ saction=reload
+ shift
+ ACTION=
+ test '!' -z
+ '[' -n '' ']'
+ '[' -n 1 ']'
+ '[' -n '' ']'
+ case $saction in
++ systemctl -p CanReload show syslog-ng.service
+ _canreload=CanReload=no
+ '[' CanReload=no = CanReload=no ']'
+ /etc/init.d/syslog-ng reload
[FAIL] Reload system logging: syslog-ng failed!
+ RC=1
+ test '!' -z ''
+ test '!' -z ''
+ printerror initscript syslog-ng, action '"reload"' failed.
+ test x = x
++ basename /usr/sbin/invoke-rc.d
+ echo invoke-rc.d: 'initscript syslog-ng, action "reload" failed.'
invoke-rc.d: initscript syslog-ng, action "reload" failed.
+ exit 1

syslog-ng.service:

minkus% cat syslog-ng.service 
[Unit]
Description=System Logger Daemon
Documentation=man:syslog-ng(8)

[Service]
Type=notify
Sockets=syslog.socket
ExecStart=/usr/sbin/syslog-ng -F
ExecReload=/bin/kill -HUP $MAINPID
StandardOutput=null
Restart=always

[Install]
WantedBy=multi-user.target
Alias=syslog.service

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are

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

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 774...@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: Fri, 10 Mar 2017 06:02:49 +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: 215-17+deb8u7
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: 774430 809405 856035 856985
Changes:
 systemd (215-17+deb8u7) stable; urgency=medium
 .
   * bus: Fix bus_print_property() to use "int" for booleans.
     This fixes the problem that on big endian architectures, like mips or
     powerpc, boolean properties that were retrieved via sd-bus were always
     set to 0 (no). (Closes: #774430)
   * systemctl: Add is-enabled support for SysV init scripts.
     The update-rc.d utility does not provide is-enabled, so implement it
     ourselves in systemctl using the same logic as systemd-sysv-install from
     Stretch. (Closes: #809405)
   * core: If the start command vanishes during runtime don't hit an assert.
     This can happen when the configuration is changed and reloaded while we
     are executing a service. Let's not hit an assert in this case.
     (Closes: #856985)
   * automount: If an automount unit is masked, don't react to activation
     anymore.
     Otherwise we'll hit an assert sooner or later. (Closes: #856035)
Checksums-Sha1:
 6d43fd859a53d9eea2c948d131128eb9e01727b4 4259 systemd_215-17+deb8u7.dsc
 b76eee8cdd3de4aa9a12cc8de2c394dd9162e03c 224056 
systemd_215-17+deb8u7.debian.tar.xz
 662e53b16f9fe552db779d1c4bf5408f8669c233 9583 
systemd_215-17+deb8u7_source.buildinfo
Checksums-Sha256:
 12faf93b32dd67b758d66c15a6a9b5fd5a94109d13f560ec95d060ca07e9b145 4259 
systemd_215-17+deb8u7.dsc
 f70c90bb8475741cc0dce62aed90bc4a404c17bee96beb9dfe1b5cade7fbded3 224056 
systemd_215-17+deb8u7.debian.tar.xz
 e8ab70da5b507ad5ede5f8a39131c11e555d25f1553f48c218ed4e16fc4882ed 9583 
systemd_215-17+deb8u7_source.buildinfo
Files:
 c77ead5c005cea5dfff6577f0c7014c4 4259 admin optional systemd_215-17+deb8u7.dsc
 8da2723adc0ecd0a78ba30cb48856f53 224056 admin optional 
systemd_215-17+deb8u7.debian.tar.xz
 79f4cdf84c819214377167b9c92013a3 9583 admin optional 
systemd_215-17+deb8u7_source.buildinfo

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

iQIzBAEBCAAdFiEECbOsLssWnJBDRcxUauHfDWCPItwFAljhgmIACgkQauHfDWCP
ItyMkw//aE3GNWtvfO5+QYSNT4kSCbKZriw03NE2Ydaa9WAOHC6Srb5pl+KTT12q
sZj7dLHRGtY74QEUvZfQuuRb5JyVYu6Oqu5B3YCTn7/EYTWnwyhWFoFu9MwoMjUH
z+LQSet+PQ1yZ6YnPwqgAWC4nMTAl8SA3o0LoV6TZmYMoKoAySja4B1iFRBDiFir
UH6bYoWTvTVqXK2HDHis658YDC7MKHoqDJwIVBo+7ccpERYktnE/bv5v7BwnrghZ
Yngj6qf+ovUC7MFK6eEH3nSHY86e2jolkEfyhVm9TQWzPjlMbXYjEptf3P3atVJG
eeS8nDFtjf0rOkWmzylTXmNFqCUg0fICW6Zg9nkNNEFUthHSFGmWHF2CMYf/210F
FEVjp91ncVZt+4Ok5xqGRbzoIOZID9blAegvWUic9MaIGn0FXx7CETmuK8HR9DsA
CXIZS8kVWQXa6s4MtxKddWi7coRSYhm67otVyJDEmwFVRybYbx/hJwTkXFHFNp2b
lBmatJ5SuqRCp+UiE0/hO4N/NrE9dMnZtTeUlBCPO0GkeRrE1XYz4yu8EUwgzWuX
F0Xb4yMAZhKkrAOOVm0jBJaKg3pxGUv3ENX5G4dJCG8D81kpUUEC8DwYJYZrbYhc
QT34VpBsmGrUYRcKlRhUGDQa/6QRid+PHgIXZ4Pogcg3Unj1y0Q=
=HUxo
-----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