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, givin
Hi Tom,
On Sun, May 24, 2015 at 6:30 AM, Tom Gundersen wrote:
> On Sun, May 24, 2015 at 11:40 AM, Mantas Mikulėnas wrote:
>> 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,
>>>
Hi Mantas,
On Sun, May 24, 2015 at 11:40 AM, Mantas Mikulėnas wrote:
> 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
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