Processed: Re: Bug#232415: mkinitrd trace

2004-03-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 232415 - moreinfo
Bug#232415: mkinitrd fails on cciss drive hardware
Tags were: moreinfo
Tags removed: moreinfo

> reassign 232415 debian-installer
Bug#232415: mkinitrd fails on cciss drive hardware
Bug reassigned from package `initrd-tools' to `debian-installer'.

> quit
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Re: Bug#232415: mkinitrd trace

2004-03-03 Thread Herbert Xu
tags 232415 - moreinfo
reassign 232415 debian-installer
quit

On Tue, Mar 02, 2004 at 04:15:55PM -0600, Nathan Poznick wrote:
> 
> I hit this same issue today, and was able to get the output of running
> the mkinitrd command in question with sh -x.  The output is attached.

Thanks.

> + '[' probe = probe ']'
> + script=
>   /^#/ { next }
>   $2 == "/" { print $1 " " $3 " " $4; exit }
>   
> ++ awk '
>   /^#/ { next }
>   $2 == "/" { print $1 " " $3 " " $4; exit }
>   ' /etc/fstab
> + root=/dev/cciss/disc0/part1 ext3 defaults,errors=remount-ro

OK, so the device name came from /etc/fstab.  It is the responbility
of the calling program to make sure that the device exists either by
creating it or by mounting devfs.

Therefore I'm reassigning this bug.
-- 
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email:  Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt


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