[Bug 387086] Re: udevadm settle hangs

2010-11-19 Thread Launchpad Bug Tracker
[Expired for cryptsetup (Ubuntu) because there has been no activity for 60 days.] ** Changed in: cryptsetup (Ubuntu) Status: Incomplete = Expired -- udevadm settle hangs https://bugs.launchpad.net/bugs/387086 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 387086] Re: udevadm settle hangs

2009-10-27 Thread Scott James Remnant
** Package changed: udev (Ubuntu) = cryptsetup (Ubuntu) -- udevadm settle hangs https://bugs.launchpad.net/bugs/387086 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 387086] Re: udevadm settle hangs

2009-10-26 Thread Christian Iversen
Why is this bug incomplete? It has all the steps to reproduce, and it can be consistently reproduced. -- udevadm settle hangs https://bugs.launchpad.net/bugs/387086 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 387086] Re: udevadm settle hangs

2009-10-26 Thread Christian Iversen
This bug has a proposed patch and a discussion of the problem: http://thread.gmane.org/gmane.linux.kernel.device-mapper.dm-crypt/2804 -- udevadm settle hangs https://bugs.launchpad.net/bugs/387086 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 387086] Re: udevadm settle hangs

2009-10-26 Thread Christian Iversen
One last thing. The Gentoo Bugs mailing list has a discussion of the same problem. Several people have reported back that the mentioned patch works fine. No one has reported that it does not work: http://bugs.gentoo.org/242778 Please consider getting this patch into cryptsetup, as the

[Bug 387086] Re: udevadm settle hangs

2009-10-23 Thread Patrick Domack
I am having the same issue, using lkus dm_crypt mount on user login. Using ubuntu 9.04 with all updates current as of today. I made a sample wrapper script also like said above, but it still hangs with the --timeout=10 #!/bin/sh OPTION= if [ $1 = settle ]; then OPTION=--timeout=10 fi

[Bug 387086] Re: udevadm settle hangs

2009-10-23 Thread Thomas Zehetbauer
mv /sbin/udevadm /sbin/udevadm.real cat /sbin/udevadm EOF #!/bin/sh if [ $1 == settle ] ; then sleep 1 else exec /sbin/udevadm.real $@ fi EOF chmod 755 /sbin/udevadm -- udevadm settle hangs https://bugs.launchpad.net/bugs/387086 You received this bug notification because you are a member

[Bug 387086] Re: udevadm settle hangs

2009-06-16 Thread Thomas Zehetbauer
I now wrote a wrapper to call udevadm settle --timeout 30 instead of udevadm. It still hangs in rt_sigsuspend(~[TRAP KILL SEGV STOP RTMIN RT_1]) -- udevadm settle hangs https://bugs.launchpad.net/bugs/387086 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 387086] Re: udevadm settle hangs

2009-06-15 Thread Scott James Remnant
Try udevadm settle --timeout=10 it may print output after 10s, if so, supply that ** Changed in: udev (Ubuntu) Status: New = Incomplete -- udevadm settle hangs https://bugs.launchpad.net/bugs/387086 You received this bug notification because you are a member of Ubuntu Bugs, which is