Re: udev warning message on Debian 5.0

2009-08-03 Thread Tzafrir Cohen
On Fri, Jul 31, 2009 at 11:27:19AM -0700, Kushal Koolwal wrote: > > >Either use a Live CD or add init=/bin/bash to the kernel commandline > > to make it accessible. > > Doing > > init=/bin/bash > mount -o rw,remount / > rm -rf /dev/.udev/ > > worked fine! mount -o remount,ro / exec /sbin/init

RE: udev warning message on Debian 5.0

2009-07-31 Thread Kushal Koolwal
>Either use a Live CD or add init=/bin/bash to the kernel commandline > to make it accessible. Doing init=/bin/bash mount -o rw,remount / rm -rf /dev/.udev/ worked fine! Thank you very much guys. You rock. Kushal Koolwal I do blog at http://blogs.koolwal.net/ __

Re: udev warning message on Debian 5.0

2009-07-30 Thread Sven Joachim
On 2009-07-30 21:49 +0200, Kushal Koolwal wrote: >>You should rm -rf /dev/.udev/, but it is better to leave the rest of >>/dev alone.Sven, I did rm -rf /dev/.udev/ and when I restarted my system I >>again > got the warning message and /dev/.udev was created again automatically. You will need to

RE: udev warning message on Debian 5.0

2009-07-30 Thread Kushal Koolwal
>You should rm -rf /dev/.udev/, but it is better to leave the rest of >/dev alone.Sven, I did rm -rf /dev/.udev/ and when I restarted my system I >again got the warning message and /dev/.udev was created again automatically. Also I checked on another system which does not give this message and

Re: udev warning message on Debian 5.0

2009-07-30 Thread Sven Joachim
On 2009-07-30 18:53 +0200, Kushal Koolwal wrote: >>Assuming Kushal uses an initramfs, without it the boot process will >> halt rather early if the kernel cannot find /dev/console. > Actually I am not using initramfs. Would leaving /dev/console and deleting > everything under /dev/.udev/ work? Yo

RE: udev warning message on Debian 5.0

2009-07-30 Thread Kushal Koolwal
>Assuming Kushal uses an initramfs, without it the boot process will > halt rather early if the kernel cannot find /dev/console. Actually I am not using initramfs. Would leaving /dev/console and deleting everything under /dev/.udev/ work? Kushal Koolwal I do blog at http://blogs.koolwal.net/

Re: udev warning message on Debian 5.0

2009-07-30 Thread Sven Joachim
On 2009-07-30 12:21 +0200, Γιώργος Πάλλας wrote: > Kushal Koolwal wrote: >> Recently I was having some trouble with my udev, so I purged udev, rebooted >> system and re-install udev again. After that most of the udev startup error >> went away but now I get the following warning message during s

Re: udev warning message on Debian 5.0

2009-07-30 Thread Γιώργος Πάλλας
Kushal Koolwal wrote: > Recently I was having some trouble with my udev, so I purged udev, rebooted > system and re-install udev again. After that most of the udev startup error > went away but now I get the following warning message during system boot: > > .udev/ already exists on the static /de

udev warning message on Debian 5.0

2009-07-28 Thread Kushal Koolwal
Recently I was having some trouble with my udev, so I purged udev, rebooted system and re-install udev again. After that most of the udev startup error went away but now I get the following warning message during system boot: .udev/ already exists on the static /dev! Any ideas? Please copy me