|
From: richard -r. w. <ric...@gm...> - 2011-09-28 19:53:50
|
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. :-)
--
Thanks,
//richard
|