Bug#791869: lvm2: updating src:lvm2 from 2.02.111-2.2 to 2.02.122-1 breaks booting, mounting LVs other than / fails

Michael Biebl biebl at debian.org
Tue Jul 28 07:10:15 UTC 2015


Am 28.07.2015 um 08:41 schrieb Bastian Blank:
> On Mon, Jul 27, 2015 at 05:40:39PM +0200, Michael Biebl wrote:
>> udev under systemd doesn't allow long running processes which background
>> to be started from udev rules, such processes are killed by udevd [4].
>> Not sure if that is happening here. But fixing [2] and making sure
>> pvscan is run via /bin/systemd-run look like should be done in any case.
> 
> The timeout for each event in udevd is 180 seconds and it should write
> an error to the log. Even a carefully placed sleep 60 does not break
> booting, however it takes a long time.

Have you tried running sleep in the background, detached from the
controlling terminal, like e.g:

#!/bin/sh
(
sleep 10
)  >/dev/null 2>/dev/null &



-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-lvm-maintainers/attachments/20150728/3517091e/attachment.sig>


More information about the pkg-lvm-maintainers mailing list