Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Linux Engineer Freston's Avatar
    Join Date
    Mar 2007
    Location
    The Netherlands
    Posts
    1,047
    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?
    Code:
    ls -l /etc/rc.d/rc.local  /home/userAdmin/Storage/renderFarm/drqueue/bin/master.Linux.x86_64
    It should say something like:
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...