LinHES Forums
http://forum.linhes.org/

@boot rc.multi (& rc.local) Never gets called!
http://forum.linhes.org/viewtopic.php?f=25&t=22196
Page 1 of 1

Author:  luxluthor [ Thu Jul 21, 2011 5:03 pm ]
Post subject:  @boot rc.multi (& rc.local) Never gets called!

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:

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/