Bug 168745

Summary: intermitent mknod failures
Product: [Fedora] Fedora Reporter: morgan read <mstuff>
Component: mkinitrdAssignee: Peter Jones <pjones>
Status: CLOSED INSUFFICIENT_DATA QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: harald
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-03-31 06:24:24 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description morgan read 2005-09-19 22:49:34 UTC
Description of problem:
- This is an intermittent fault.
- I presume the component's udev - please change if not.

- At boot I get:
mknod: failed to make node: /dev/console:17
mknod: failed to make node: /dev/null:17
mknod: failed to make node: /dev/zero:17

Version-Release number of selected component (if applicable):
udev-058-1

How reproducible:
Intermittent on boot, usually gone on reboot

Steps to Reproduce:
1.boot
2.
3.
  
Actual results:
mknod: failed to make node: /dev/console:17
mknod: failed to make node: /dev/null:17
mknod: failed to make node: /dev/zero:17


Expected results:
No fails

Additional info:

Comment 1 Radek Bíba 2005-09-20 06:53:01 UTC
Happens to me only after an incorrect shutdown. Perhaps these files stay in /dev
in this case and mknod fails because they already exist? Anyway, this is just a
cosmetic bug, these files _are_ available (checked once after system startup was
complete).

Or do you miss these files?

Comment 2 Harald Hoyer 2005-09-20 11:53:22 UTC
#define EEXIST          17      /* File exists */

Comment 3 morgan read 2005-09-25 11:43:09 UTC
Reopened because this doesn't seem to be caused by an incorrect shutdown.  Only
recently had the same problem again and remembered to check if the files existed
- and yes they do.  But, this happens when my shutdowns are all OKs.  Since
moving to fc4 I've always had lot of text (a screen or so) on auditd shutdown -
don't know if this might be relevant?

Comment 4 Andreas M. Kirchwitz 2005-12-19 09:24:40 UTC
By the way, the bug still exists in newest kernel 2.6.14-1.1653_FC4.
It looks like the same problem as described in ticket #157129
(which has been closed erroneously).

Comment 5 Harald Hoyer 2005-12-19 09:42:14 UTC
"at boot", is this in initrd?

Comment 6 Andreas M. Kirchwitz 2005-12-19 11:25:54 UTC
Yes, I think so. In initrd, the three lines

  mknod /dev/console c 5 1
  mknod /dev/null c 1 3
  mknod /dev/zero c 1 5

are processed. And it looks like this is where the error messages
come from. Because the devices already exist, there doesn't seem
to be any serious impact on the system. However, I don't know if
there's more going wrong (which we haven't noticed yet).


Comment 7 petrosyan 2008-02-29 02:00:22 UTC
Fedora Core 4 is no longer maintained. Can you reproduce this bug in Fedora 8?

Comment 8 petrosyan 2008-03-31 06:24:24 UTC
The information we've requested above is required in order
to review this problem report further and diagnose/fix the
issue if it is still present.  Since there have not been any
updates to the report since thirty (30) days or more since we
requested additional information, we're assuming the problem
is either no longer present in the current Fedora release, or
that there is no longer any interest in tracking the problem.

Setting status to "INSUFFICIENT_DATA".  If you still
experience this problem after updating to our latest Fedora
release and can provide the information previously requested, 
please feel free to reopen the bug report.

Thank you in advance.

Comment 9 morgan read 2008-03-31 10:03:56 UTC
Yes, I haven't experience this for a long long time.

Thank you.