Welcome! Log In Create A New Profile

Advanced

ugly udev log on boot

Posted by gorgone 
ugly udev log on boot
September 08, 2010 07:01AM
hello
i have an ugly log entry on boot
.udev/ already exists on the static /dev
delete not help

i change the /etc/init.d/udev file

case "$1" in
    start)
    if [ -e "$udev_root/.udev/" ]; then
                if mountpoint -q $udev_root/; then
                log_failure_msg "udev is already active on $udev_root."
                log_end_msg 1
           else                
                log_warning_msg ".udev/ already exists on the static $udev_root!"
           fi
    fi
to
case "$1" in
    start)
    if [ -e "$udev_root/.udev/" ]; then
                if mountpoint -q $udev_root/; then
                log_failure_msg "udev is already active on $udev_root."
                log_end_msg 1
           else                
                rm -R /dev/.udev >/dev/null
                log_warning_msg "remove old udev!"                
           fi
    fi

is there a cleaner solution ?
ecc
Re: ugly udev log on boot
September 08, 2010 07:18AM
gorgone Wrote:
-------------------------------------------------------
> i have an ugly log entry on boot
> .udev/ already exists on the static /dev
> [...]
> is there a cleaner solution ?

If your root is on USB, plug the drive into another machine and remove the /dev/.udev directory. If you're booting from flash, temporarily boot from USB and do the same.
Re: ugly udev log on boot
September 08, 2010 07:21AM
i say delete not help
i mount this drive ino another system and remove the dir
but after 2 boots the message come back
my ugly solution works but i dont like it
ecc
Re: ugly udev log on boot
September 08, 2010 11:20AM
I don't see this message on my system (running my own 2.6.35 kernel). Can you post more of the boot log? Are you running the "makefile-style concurrent boot" (the default in squeeze)?
Re: ugly udev log on boot
September 08, 2010 12:36PM
i see it only with serial connect not with dmesg
and yes i use makefile-style concurrent boot
Author:

Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: