Results 1 to 3 of 3
Hi everybody. I add some command in /etc/rc.d/rc.local file. But when I start my slackware, It's not run /etc/rc.d/rc.local file!
I have been check permission of rc.local file. It have ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-11-2004 #1Just Joined!
- Join Date
- Oct 2004
- Location
- Bangkok, Thailand
- Posts
- 5
rc.local don't run in slackware 10 ???
Hi everybody. I add some command in /etc/rc.d/rc.local file. But when I start my slackware, It's not run /etc/rc.d/rc.local file!
I have been check permission of rc.local file. It have permission 755.
I check configuration in file /etc/rc.d/rc.M for run rc.local as below
# Start the local setup procedure.
if [ -x /etc/rc.d/rc.local ]; then
/etc/rc.d/rc.local
fi
I think it's should be OK. But rc.local don't run.
Can anybody help me?
- 11-11-2004 #2
Are you sure that it's rc.local that's not running? It may be a problem with the permissions of the actual script that you're calling from rc.local.
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 11-11-2004 #3Just Joined!
- Join Date
- Oct 2004
- Location
- Bangkok, Thailand
- Posts
- 5
Thank you
. I will try again.


Reply With Quote
