Thanks, finally got around to rebooting, and udev now starts properly.
However, when the cleanuphook calls udevadm control --exit, it takes
quite a while (though the system later boots normally). With --debug
enabled, I see:
udevd message (EXIT) received
[10-20 seconds pass]
timeout, giving up
Hi Tom,
On Sun, May 24, 2015 at 6:30 AM, Tom Gundersen t...@jklm.no wrote:
On Sun, May 24, 2015 at 11:40 AM, Mantas Mikulėnas graw...@gmail.com wrote:
So, udev v220 crashes in my initramfs with the following message:
starting version v220
Assertion 'manager-pid == getpid()' failed at
So, udev v220 crashes in my initramfs with the following message:
starting version v220
Assertion 'manager-pid == getpid()' failed at src/udev/udevd.c:568,
function ev
Aborting.
It seems main calls manager_new() before forking, so the parent PID is
stored instead of child PID.
(I'm using