Your message dated Tue, 25 Nov 2014 07:18:21 +0100
with message-id <[email protected]>
and subject line Re: Bug#770737: unblock: kexec-tools/1:2.0.7-4
has caused the Debian Bug report #770737,
regarding unblock: kexec-tools/1:2.0.7-4
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.)
--
770737: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770737
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
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 <[email protected]> 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
--- End Message ---
--- Begin Message ---
On 2014-11-25 01:39, Cyril Brulebois wrote:
> Control: tag -1 confirmed
>
> Niels Thykier <[email protected]> (2014-11-24):
>> [...]
>
> No objection, thanks.
>
> Mraw,
> KiBi.
>
Unblocked, thanks.
~Niels
--- End Message ---