On Wed, Sep 06, 2006 at 10:26:32PM +0200, Marco d'Itri wrote:
> Please comment (ASAP, I need to upload a new release tomorrow).
> 
> -- 
> ciao,
> Marco

i've seen those errors on boxes using usplash without splash bootarg.

> From: Tim Phipps <[EMAIL PROTECTED]>
> To: Debian Bug Tracking System <[EMAIL PROTECTED]>
> Date: Wed, 06 Sep 2006 15:24:25 +0100
> 
> Package: udev
> Version: 0.093-1
> Severity: minor
> 
> I've traced a couple of error messages down to upslash_write being used
> after initramfs.bottom has run. usplash_write tries to use stuff in /dev
> but initramfs.bottom has moved /dev to $rootmnt/dev. The following patch
> replaces the empty /dev with a symlink to the new location. It has to be
> a symlink rather than a 'mount -o bind' so that nuke can remove it later
> just before pivot_root.

the analysis looks right,
didn't see any errors when usplash is running due to splash bootarg.
errors seems harmless, haven't had time to check the fix,
that looks right at the first sight.
 
> --- udev-0.098.orig/extra/initramfs.bottom.orig 2006-09-06
> +++ udev-0.098.orig/extra/initramfs.bottom      2006-09-06
> @@ -26,4 +26,5 @@
>  mkdir /dev/.static/dev/
>  mount -n -o bind $rootmnt/dev /dev/.static/dev
>  mount -n -o move /dev $rootmnt/dev
>  -
>  +nuke /dev
>  +ln -s $rootmnt/dev /dev
> 
> 

-- 
maks


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to