rc.local not running on boot???
Hi,
I've added some lines to rc.local. I've pre tested the commands and they all run at a command prompt eg :
smbd -D
nmbd -D
named
Problem is, rc.local does not execute on startup????
It runs if i run it from command prompt :
/etc/rc.d/rc.local
I've checked /etc/rc.d/rc.M and sure enough :
# Start the local setup procedure.
if [ -x /etc/rc.d/rc.local ]; then
. /etc/rc.d/rc.local
fi
And yes the file exists !! Totally bizzare !!!
I've made sure that multi user is enabled , and checked inittab under etc
# Default runlevel. (Do not set to 0 or 6)
id:3:initdefault:
Anyone else had this problem???? It's spooking me out!!
|