|
From: Dan B. <dba...@or...> - 2011-09-28 20:05:02
|
On 09/28/2011 02:53 PM, richard -rw- weinberger wrote:
> On Tue, Sep 27, 2011 at 7:09 PM, Dan Bassett<dba...@or...> wrote:
>
>> I did some more digging after finding some more debugging flags for
>> start_udev and I have more information today. After serializing udev's
>> startup process, it looks like the boot process always hangs in the same
>> spot. During the processing of the persistent storage rules that ship with
>> udev, the following rule is encountered:
>>
>> KERNEL!="sr*", IMPORT{program}="/sbin/blkid -o udev -p $tempnode"
>>
>> This results in /sbin/blkid being run for ubd0/a as such:
>>
>> util_run_program: '/sbin/blkid -o udev -p /dev/.tmp-block-98:0' started
>>
> The attached patch should fix the issue.
> Please confirm. :-)
>
Richard-
Yes, I can confirm that the patch works. Thanks for fixing this!
Dan
|