Results 1 to 6 of 6

Thread: ‘open /dev/null failed’ error message while booting Lucid

  1. #1
    Join Date
    Jan 2012
    Posts
    43

    ‘open /dev/null failed’ error message while booting Lucid

    Well I am running Lucid 64 bit on my computer. as I am selection operating system at a grub menu the screen of my system is getting black and I am getting below mentioned error message as follow.
    udevd-work [332] open /dev/null failed no such file or directory
    I searched on the Google to get the root cause and solution to this particular problem but there was nothing which can help us to resolve the issue.

    Any help will be appreciated. Thanks a lot in advance.

  2. #2
    Join Date
    Jul 2011
    Posts
    352

    Re: ‘open /dev/null failed’ error message while booting Lucid

    After going through the issue of yours I think you will need to update grub list by using below mentioned command.
    Code:
    upate-grub
    so try the same and let me know whether it is working or not.

  3. #3
    Join Date
    Jul 2011
    Posts
    322

    Re: ‘open /dev/null failed’ error message while booting Lucid

    I think I am having something really interesting to share. As per Unix based operating system /dev/null or the null device considered as a special file which is discarding all the data which written on the same. however it also reports that write operation has been successfully done and it does not provides any data to any of the process which is reading from the same, in fact it yields EOF at the time of reading only. So in simple terms its just black hole which is used to avoid unwanted output and it’s a standard part of Linux file system.

  4. #4
    Join Date
    Aug 2011
    Posts
    418

    Re: ‘open /dev/null failed’ error message while booting Lucid

    Well I was suffering from the above mentioned problem and I managed to fix the issue by disabling floppy disk, serial and parallel ports from BIOS and after doing that there was no error message on my system.

  5. #5
    Join Date
    Aug 2011
    Posts
    397

    Re: ‘open /dev/null failed’ error message while booting Lucid

    If I am not wrong udev is responsible for creating /dev/null as a virtual node. I think there is something happening like race condition in system. thread is making an attempt to access the file before the thread has been created. Mostly it works perfectly but sometimes sync issue occurs and nodes were not available when it is requested.

    To resolve the issue I recommend below command and let me know whether it is working or not.
    Code:
    sudo rm -f /dev/null
    sudo mknod /dev/null c 1 3
    sudo chmod a+w /dev/null

  6. #6
    Join Date
    Jul 2011
    Posts
    235

    Re: ‘open /dev/null failed’ error message while booting Lucid

    Many people are claiming that the above mentioned happening due to bug issue and hence I am suggesting that you should contact the developers and file a bug report to them.

Similar Threads

  1. Replies: 3
    Last Post: 04-02-2012, 01:58 AM
  2. Replies: 8
    Last Post: 14-12-2011, 12:32 AM
  3. Replies: 4
    Last Post: 17-01-2011, 10:02 AM
  4. Nokia 6300 gives "Null Pointer" error message
    By Nadiaa in forum Portable Devices
    Replies: 4
    Last Post: 08-02-2010, 10:49 PM
  5. DNS - Failed to load control error on booting/logging in.
    By Kontaminator in forum Vista Help
    Replies: 6
    Last Post: 04-09-2009, 03:32 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,272,532.04891 seconds with 17 queries