Bug#770737: unblock: kexec-tools/1:2.0.7-4
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package kexec-tools
The latest uplaod to unstable fixes bugs 766338 and 767449. Both of
these bugs have severity "important" but both of these bugs have severe
impact on the system. Effectively with these bugs, a system can not be
shut down. This is a severe limitation and would impact jeesie usability
significantly.
debdiff is at the end of this report.
unblock kexec-tools/1:2.0.7-4
*** /tmp/kexec-tools_2.0.7-4.debdiff
diff -Nru kexec-tools-2.0.7/debian/changelog kexec-tools-2.0.7/debian/changelog
--- kexec-tools-2.0.7/debian/changelog 2014-10-10 10:31:21.000000000 -0600
+++ kexec-tools-2.0.7/debian/changelog 2014-11-03 16:38:48.000000000 -0700
@@ -1,3 +1,10 @@
+kexec-tools (1:2.0.7-4) unstable; urgency=medium
+
+ * Changed the way systemd presence is detected to make shutdown more
+ reliable (closes: Bug#766338, closes: Bug#767449)
+
+ -- Khalid Aziz <khalid@debian.org> Mon, 03 Nov 2014 16:37:53 -0700
+
kexec-tools (1:2.0.7-3) unstable; urgency=medium
* Fixed kexec-load init script so it will detect systemd
diff -Nru kexec-tools-2.0.7/debian/kexec-load.init.d kexec-tools-2.0.7/debian/kexec-load.init.d
--- kexec-tools-2.0.7/debian/kexec-load.init.d 2014-10-10 10:12:29.000000000 -0600
+++ kexec-tools-2.0.7/debian/kexec-load.init.d 2014-11-03 16:25:20.000000000 -0700
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/sh -x
### BEGIN INIT INFO
# Provides: kexec-load
# Required-Start: $local_fs $remote_fs kexec
@@ -103,8 +103,7 @@
stop)
# If running systemd, we want kexec reboot only if current
# command is reboot
- pidof systemd > /dev/null 2>&1
- if [ $? -eq 0 ]; then
+ if [ -d /run/systemd/system ]; then
systemctl list-jobs systemd-reboot.service | grep -q systemd-reboot.service
if [ $? -ne 0 ]; then
exit 0
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Reply to: