View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 1 post ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Thu Jul 21, 2011 5:03 pm 
Offline
Joined: Thu Oct 19, 2006 11:21 am
Posts: 51
Is this normal? (for Linhes)

I boot and rc.multi never gets called. rc.sysinit is the last rc.x that gets called.

Who usually calls rc.multi? should rc.sysinit chain to rc.mult?

This is the last few lines of my rc.sysinit:

Code:

# Adding persistent network/cdrom generated rules
if [ -f "/dev/.udev/tmp-rules--70-persistent-cd.rules" ]; then
   stat_busy "Adding persistent cdrom udev rules"
   /bin/cat /dev/.udev/tmp-rules--70-persistent-cd.rules >> /etc/udev/rules.d/70-persistent-cd.rules
   stat_done
fi
if [ -f "/dev/.udev/tmp-rules--70-persistent-net.rules" ]; then
   stat_busy "Adding persistent network udev rules"
   /bin/cat /dev/.udev/tmp-rules--70-persistent-net.rules >> /etc/udev/rules.d/70-persistent-net.rules
   stat_done
fi

# Save our dmesg output from this boot
if [ -f /var/log/dmesg.log ]; then
   /bin/rm /var/log/dmesg.log
fi
/bin/dmesg > /var/log/dmesg.log

# End of file
# vim: set ts=2 noet:


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 16 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu