Re: Bug#352700: can't boot with 2.6.15-1-686 kernel : /scripts/init-premount/udev : 21 : udevd : not found

2006-02-17 Thread Florian Iragne
maximilian attems a écrit :
 On Wed, 15 Feb 2006, Florian Iragne wrote:
 
 
ok, now that the lvm is activated, i can exit the minimal shell and the
boot process complete succefully

I would also point the fact that this problem first appears on a laptop
with the same version of debian, packages, but wihtout lvm.
 
 
 can you please upgrade to latest udev in unstable 084-5 and
 update-initramfs -u -t
  
 can you still reproduce the error,
 the command i told you should be done by initramfs-tools automaticaly.
 so i hope that newer udev fixes your troubles.
 
 regards

no more errors or problem after the update,

thanks,


Florian



signature.asc
Description: OpenPGP digital signature


Bug#352700: can't boot with 2.6.15-1-686 kernel : /scripts/init-premount/udev : 21 : udevd : not found

2006-02-16 Thread maximilian attems
On Wed, 15 Feb 2006, Florian Iragne wrote:

 
 ok, now that the lvm is activated, i can exit the minimal shell and the
 boot process complete succefully
 
 I would also point the fact that this problem first appears on a laptop
 with the same version of debian, packages, but wihtout lvm.

can you please upgrade to latest udev in unstable 084-5 and
update-initramfs -u -t
 
can you still reproduce the error,
the command i told you should be done by initramfs-tools automaticaly.
so i hope that newer udev fixes your troubles.

regards

-- 
maks


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



Bug#352700: can't boot with 2.6.15-1-686 kernel : /scripts/init-premount/udev : 21 : udevd : not found

2006-02-15 Thread maximilian attems
On Wed, 15 Feb 2006, Florian Iragne wrote:

 i already provided them :
 udevd-event[1625]: run_program: exec of program '/lib/udev/ide.agent' failed
 device-mapper: 4.4.0-ioctl (2005-01-12) initialised: [EMAIL PROTECTED]
 unable to find volume group LVMDEBIAN
 ALERT! /dev/mapper/LVMDEBIAN-LVMDEBIANROOT does not exist. dropping to a
 shell!!
 
 and finally i got a minimal shell (busybox v1.01)
 
 i have then this message : can't access tty! job control turned off
 
  also from there the output of:
  cat /proc/cmdline
 root=/dev/mapper/LVMDEBIAN-LVMDEBIANROOT ro bootkbd=fr resume=/dev/hda3
 elevator=cfq vga=792
 video=i810fb:vram=2:xres=1024:yres=768:bpp=24:hsync1=30:hsync2=49:vsync1=40:vsync2=70:accel:mtrr
 pci=biosirq
 
that looks fine.

  cat /proc/modules
 dm-mod

so the lvm init-top script got run as this is loaded.
can you try to run from the busybox shell:
vgchange -ay LVMDEBIAN

 
  and check if your root device is there ls /dev/hda4 or whatever..
 my root device (/dev/mapper/LVMDEBIAN-LVMROOT is not there

on which physical device is your volumegroup?
/dev/sda3 or whatever is that present?

thanks for your feedback.

-- 
maks


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



Re: Bug#352700: can't boot with 2.6.15-1-686 kernel : /scripts/init-premount/udev : 21 : udevd : not found

2006-02-15 Thread Florian Iragne
maximilian attems a écrit :
 so the lvm init-top script got run as this is loaded.
 can you try to run from the busybox shell:
 vgchange -ay LVMDEBIAN
that command works. I have not thought to force the name of lvm vg (i
use to run vgscan  vgchange -ay)

and check if your root device is there ls /dev/hda4 or whatever..

my root device (/dev/mapper/LVMDEBIAN-LVMROOT is not there
 on which physical device is your volumegroup?
 /dev/sda3 or whatever is that present?
the physical device is present

ok, now that the lvm is activated, i can exit the minimal shell and the
boot process complete succefully

I would also point the fact that this problem first appears on a laptop
with the same version of debian, packages, but wihtout lvm.

thanks for your help

Florian




signature.asc
Description: OpenPGP digital signature


Bug#352700: can't boot with 2.6.15-1-686 kernel : /scripts/init-premount/udev : 21 : udevd : not found

2006-02-14 Thread maximilian attems
tags -unreproducible
stop

this looks like a dup of #352753.

On Tue, Feb 14, 2006 at 10:37:33AM +0100, Florian Iragne wrote:
 maximilian attems a écrit :
 
 initramfs-tools/linux-image-2.6-686
 
 on reboot, the error is still there with this message :
 udevd-event[1625]: run_program: exec of program '/lib/udev/ide.agent' failed
 
 then:
 device-mapper: 4.4.0-ioctl (2005-01-12) initialised: [EMAIL PROTECTED]
 unable to find volume group LVMDEBIAN
 
 and finally i got a minimal shell (busybox v1.01)
 
 the same problem appears on another laptop, without lvm

with latest udev for some reason ide-generic doesn't get loaded
please try to modprobe ide-generic,
boot should continue then.

you should also be able to add it in /etc/mkinitramfs/modules

thanks for your feedback.

--
maks



Re: Bug#352700: can't boot with 2.6.15-1-686 kernel : /scripts/init-premount/udev : 21 : udevd : not found

2006-02-14 Thread Florian Iragne
maximilian attems a écrit :
 with latest udev for some reason ide-generic doesn't get loaded
 please try to modprobe ide-generic,
 boot should continue then.
 
 you should also be able to add it in /etc/mkinitramfs/modules
 
 thanks for your feedback.

both idea didn't work

i still got the error message about udev ide.agent, can't continue
normal boot process

Florian



signature.asc
Description: OpenPGP digital signature


Bug#352700: can't boot with 2.6.15-1-686 kernel : /scripts/init-premount/udev : 21 : udevd : not found

2006-02-14 Thread maximilian attems
On Tue, 14 Feb 2006, Florian Iragne wrote:

 maximilian attems a écrit :
  with latest udev for some reason ide-generic doesn't get loaded
  please try to modprobe ide-generic,
  boot should continue then.
  
  you should also be able to add it in /etc/mkinitramfs/modules
  
  thanks for your feedback.
 
 both idea didn't work
 
 i still got the error message about udev ide.agent, can't continue
 normal boot process
 
 Florian

those error messages are harmless they were surpressed until shortly
by udev. no they are not pretty

please provide the last error messages you see when getting dropped
into the shell.

also from there the output of:
cat /proc/cmdline
cat /proc/modules

and check if your root device is there ls /dev/hda4 or whatever..

-- 
maks



Re: Bug#352700: can't boot with 2.6.15-1-686 kernel : /scripts/init-premount/udev : 21 : udevd : not found

2006-02-13 Thread Marco d'Itri
#If it only breaks your own system and it's unconfirmed then it's not RC, sorry
severity 352700 important
thanks

On Feb 13, Florian Iragne [EMAIL PROTECTED] wrote:

 The error message is mentionned in the subject :
 /scripts/init-premount/udev : 21 : udevd : not found
 
 So, it can't mount the root and can't continue the normal boot process.
 I can boot on a live-cd and chroot in my system if there is a need.
 
 I can provide any supplementary information if needed.
AFAICS the udev initramfs hook script copies udevd as expected.
I do not use initramfs or Debian kernels, so I fear that you will have
to debug this by yourself.
Maybe the people who actually know about initramfs-tools can provide
some advice.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: Bug#352700: can't boot with 2.6.15-1-686 kernel : /scripts/init-premount/udev : 21 : udevd : not found

2006-02-13 Thread Florian Iragne
Marco d'Itri a écrit :
 #If it only breaks your own system and it's unconfirmed then it's not RC, 
 sorry
 severity 352700 important
 thanks
 
 On Feb 13, Florian Iragne [EMAIL PROTECTED] wrote:
 
 
The error message is mentionned in the subject :
/scripts/init-premount/udev : 21 : udevd : not found

So, it can't mount the root and can't continue the normal boot process.
I can boot on a live-cd and chroot in my system if there is a need.

I can provide any supplementary information if needed.
 
 AFAICS the udev initramfs hook script copies udevd as expected.
 I do not use initramfs or Debian kernels, so I fear that you will have
 to debug this by yourself.
 Maybe the people who actually know about initramfs-tools can provide
 some advice.

ok, it seems to be a initramfs bug. I just installed yaird and purged
initramfs and reinstalled linux-image-2.6.15-1-686, and now it works.

i'm going to make a bug report about this

thanks a lot

Florian




signature.asc
Description: OpenPGP digital signature


Processed: Re: Bug#352700: can't boot with 2.6.15-1-686 kernel : /scripts/init-premount/udev : 21 : udevd : not found

2006-02-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 352700 initramfs-tools
Bug#352700: can't boot with 2.6.15-1-686 kernel : /scripts/init-premount/udev 
: 21 : udevd : not found
Bug reassigned from package `udev' to `initramfs-tools'.

 tags 352700 moreinfo unreproducible
Bug#352700: can't boot with 2.6.15-1-686 kernel : /scripts/init-premount/udev 
: 21 : udevd : not found
There were no tags set.
Tags added: moreinfo, unreproducible

 stop
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#352700: can't boot with 2.6.15-1-686 kernel : /scripts/init-premount/udev : 21 : udevd : not found

2006-02-13 Thread maximilian attems
reassign 352700 initramfs-tools
tags 352700 moreinfo unreproducible
stop

On Mon, Feb 13, 2006 at 06:26:12PM +0100, Florian Iragne wrote:
 
 ok, it seems to be a initramfs bug. I just installed yaird and purged
 initramfs and reinstalled linux-image-2.6.15-1-686, and now it works.
 

please retry with initramfs-tools.

also i would be glad to get some info how to reproduce your bug.
especially i would need the generated initramfs.

verified that initramfs-tools works fine with latest udev on linux-2.6

 i'm going to make a bug report about this

no need i reassign, please provide further info.

--
maks


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