Results 1 to 2 of 2
hey there i am somewhat a n00b when it comes to linux comands
I want this command to start when linux starts at log-on screen
/home/userAdmin/Storage/renderFarm/drqueue/bin/master.Linux.x86_64
i placed this in ...
- 09-09-2009 #1Just Joined!
- Join Date
- Sep 2009
- Posts
- 1
rc.local won't run command
hey there i am somewhat a n00b when it comes to linux comands
I want this command to start when linux starts at log-on screen
/home/userAdmin/Storage/renderFarm/drqueue/bin/master.Linux.x86_64
i placed this in /etc/rc.d/rc.loca
so is there a reason this isn't working???
thanks
- 09-10-2009 #2
Welcome to the forums!
Two things come to mind. Are both /etc/rc.d/rc.local and /home/userAdmin/Storage/renderFarm/drqueue/bin/master.Linux.x86_64 executable?
It should say something like:Code:ls -l /etc/rc.d/rc.local /home/userAdmin/Storage/renderFarm/drqueue/bin/master.Linux.x86_64
Code:-rwxrwxrwx 1 root root 21 2008-07-26 00:13 /etc/rc.d/rc.local -rwxr-x--- 1 username users 267K 2009-09-05 20:53 /home/userAdmin/Storage/renderFarm/drqueue
Can't tell an OS by it's GUI


Reply With Quote