Bug#767671: ekeyd: fails to remove: subprocess installed post-removal script fails when udev is not running

2014-11-23 Thread Jonathan Wiltshire
On Sun, Nov 16, 2014 at 11:46:06AM +0100, intrigeri wrote: Hi, Cameron Norman wrote (16 Nov 2014 03:01:32 GMT) : diff --git a/debian/ekeyd.postrm b/debian/ekeyd.postrm index 484db5c..4efc368 100644 --- a/debian/ekeyd.postrm +++ b/debian/ekeyd.postrm @@ -1,9 +1,5 @@ #!/bin/sh -e

Bug#767671: ekeyd: fails to remove: subprocess installed post-removal script fails when udev is not running

2014-11-16 Thread intrigeri
Hi, Cameron Norman wrote (16 Nov 2014 03:01:32 GMT) : diff --git a/debian/ekeyd.postrm b/debian/ekeyd.postrm index 484db5c..4efc368 100644 --- a/debian/ekeyd.postrm +++ b/debian/ekeyd.postrm @@ -1,9 +1,5 @@ #!/bin/sh -e -if test -x /sbin/udevcontrol; then -udevcontrol

Bug#767671: ekeyd: fails to remove: subprocess installed post-removal script fails when udev is not running

2014-11-16 Thread Thorsten Glaser
intrigeri dixit: But anyway, a smaller fix may be better suited for a freeze exception: simply adding || true at the end of each udevadm or udevcontrol pipeline should be enough. What do you think? No, that’s not okay. The postrm script MUST NOT call udev to reload the rules directly AIUI. All

Bug#767671: ekeyd: fails to remove: subprocess installed post-removal script fails when udev is not running

2014-11-15 Thread Cameron Norman
Hello, I have attached a patch which addresses this issue. Please include it quickly so that this bug can be fixed. Thank you, -- Cameron Norman diff --git a/debian/ekeyd.postrm b/../ekeyd-767671/debian/ekeyd.postrm index 484db5c..4efc368 100644 --- a/debian/ekeyd.postrm +++

Bug#767671: ekeyd: fails to remove: subprocess installed post-removal script fails when udev is not running

2014-11-15 Thread Cameron Norman
On Sat, Nov 15, 2014 at 7:00 PM, Cameron Norman camerontnor...@gmail.com wrote: On Sat, Nov 15, 2014 at 6:45 PM, Cameron Norman camerontnor...@gmail.com wrote: Hello, I have attached a patch which addresses this issue. Please include it quickly so that this bug can be fixed. I apologize,

Bug#767671: ekeyd: fails to remove: subprocess installed post-removal script fails when udev is not running

2014-11-15 Thread Cameron Norman
On Sat, Nov 15, 2014 at 6:45 PM, Cameron Norman camerontnor...@gmail.com wrote: Hello, I have attached a patch which addresses this issue. Please include it quickly so that this bug can be fixed. I apologize, this patch was not easily applied. I have attached a new one that can be applied by

Bug#767671: ekeyd: fails to remove: subprocess installed post-removal script fails when udev is not running

2014-11-07 Thread Cameron Norman
Looks like a repeat of 624211. The fix is to just use invoke-rc.d --quiet udev reload || true instead of the whole udev rule reloading spiel in ekeyd.postrm. Best wishes, -- Cameron Norman