LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-05-2018, 12:46 PM   #1
RandomTroll
Senior Member
 
Registered: Mar 2010
Distribution: Slackware
Posts: 1,959

Rep: Reputation: 271Reputation: 271Reputation: 271
rc.udev can't create /run/static-nodes


While booting /etc/rc.d/rc.udev runs:
Code:
              kmod static-nodes -f tmpfiles --output /run/static-nodes
              grep "^d\ " /run/static-nodes | while read line ; do
                mkdir -p -m $(echo $line | cut -f 3 -d ' ') $(echo $line | cut -f 2 -d ' ')
              done
              grep -v "^d\ " /run/static-nodes | while read line ; do
                mknod -m $(echo $line | cut -f 3 -d ' ') \
                $(echo $line | cut -f 2 -d ' ') \
                $(echo $line | cut -b1 ) \
                $(echo $line | cut -f 7 -d ' ' | cut -f 1 -d :) \
                $(echo $line | cut -f 7 -d ' ' | cut -f 2 -d :) 2> /dev/null
              done
              rm -f /run/static-nodes


which returns:
Quote:
Creating static nodes in /dev
Error: could not create /run/static-nodes, read-only file system
then grep returns that there is no /run/static-nodes.

I don't know that this causes a problem.

What's up?
 
Old 05-07-2018, 06:41 PM   #2
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
If the system works then it's not a problem. It might be something no longer necessary but no one took it out yet. OR, it could be that the root file system is being remounted as ro because it has errors. Check that out.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux Fails to boot with error "Starting Create Static Device Nodes in /dev..." gump74 Linux - Software 0 12-04-2015 08:45 AM
udev does not actually create my device nodes pascaltaf Linux From Scratch 6 04-07-2015 03:24 AM
nVidia udev nodes in gentoo superkav Linux - Hardware 3 02-08-2006 06:18 PM
udev doesn't create scd* device nodes for scsi cdrom kejava Slackware 3 09-15-2005 02:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:17 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration