Bug#770737: unblock: kexec-tools/1:2.0.7-4

2014-11-24 Thread Niels Thykier
Control: tags -1 -moreinfo +d-i

On 2014-11-23 22:58, Khalid Aziz wrote:
 On Sun, 2014-11-23 at 19:19 +0100, Niels Thykier wrote:
 [...]
^
 Is this change intentional?  It does not look like it and it is not
 mentioned in the changelog.
 
 No, that certainly was not. Unfortunately it ended up accidentally in
 the version I uploaded to unstable. I will make this one change and
 upload 1:2.0.7-5.
 
 Thanks for catching that.
 
 --
 Khalid


You are welcome; the -5 looks good from my point of view.  It just needs
a d-i ack now - KiBi, all yours. :)

~Niels


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#770737: unblock: kexec-tools/1:2.0.7-4

2014-11-24 Thread Cyril Brulebois
Control: tag -1 confirmed

Niels Thykier ni...@thykier.net (2014-11-24):
 On 2014-11-23 22:58, Khalid Aziz wrote:
  On Sun, 2014-11-23 at 19:19 +0100, Niels Thykier wrote:
  [...]
 ^
  Is this change intentional?  It does not look like it and it is not
  mentioned in the changelog.
  
  No, that certainly was not. Unfortunately it ended up accidentally in
  the version I uploaded to unstable. I will make this one change and
  upload 1:2.0.7-5.
  
  Thanks for catching that.
  
  --
  Khalid
 
 
 You are welcome; the -5 looks good from my point of view.  It just needs
 a d-i ack now - KiBi, all yours. :)

No objection, thanks.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#770737: unblock: kexec-tools/1:2.0.7-4

2014-11-23 Thread Khalid Aziz
Package: release.debian.org
Severity: normal
User: release.debian@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.0 -0600
+++ kexec-tools-2.0.7/debian/changelog  2014-11-03 16:38:48.0 -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 kha...@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.0 
-0600
+++ kexec-tools-2.0.7/debian/kexec-load.init.d  2014-11-03 16:25:20.0 
-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 21
-   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


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#770737: unblock: kexec-tools/1:2.0.7-4

2014-11-23 Thread Niels Thykier
Control: tags -1 moreinfo

On 2014-11-23 19:08, Khalid Aziz wrote:
 Package: release.debian.org
 Severity: normal
 User: release.debian@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
 

Hi,

One question about the actual change (see below):

 [...]
* 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.d2014-10-10 
 10:12:29.0 -0600
 +++ kexec-tools-2.0.7/debian/kexec-load.init.d2014-11-03 
 16:25:20.0 -0700
 @@ -1,4 +1,4 @@
 -#! /bin/sh
 +#! /bin/sh -x
   ^
Is this change intentional?  It does not look like it and it is not
mentioned in the changelog.

 [...]

~Niels


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#770737: unblock: kexec-tools/1:2.0.7-4

2014-11-23 Thread Adam D. Barratt
Control: tags -1 + moreinfo

On Sun, 2014-11-23 at 11:08 -0700, Khalid Aziz wrote:
 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.

 -#! /bin/sh
 +#! /bin/sh -x

I assume you didn't mean to include that bit.

Regards,

Adam


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#770737: unblock: kexec-tools/1:2.0.7-4

2014-11-23 Thread Khalid Aziz
On Sun, 2014-11-23 at 19:19 +0100, Niels Thykier wrote:
 Control: tags -1 moreinfo
 
 On 2014-11-23 19:08, Khalid Aziz wrote:
  Package: release.debian.org
  Severity: normal
  User: release.debian@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
  
 
 Hi,
 
 One question about the actual change (see below):
 
  [...]
 * 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.0 -0600
  +++ kexec-tools-2.0.7/debian/kexec-load.init.d  2014-11-03 
  16:25:20.0 -0700
  @@ -1,4 +1,4 @@
  -#! /bin/sh
  +#! /bin/sh -x
^
 Is this change intentional?  It does not look like it and it is not
 mentioned in the changelog.

No, that certainly was not. Unfortunately it ended up accidentally in
the version I uploaded to unstable. I will make this one change and
upload 1:2.0.7-5.

Thanks for catching that.

--
Khalid

 
  [...]
 
 ~Niels
 
 


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org