<br><br><b><i>Barry Yu <barryyu-cts@sbcglobal.net></i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> <br><br><b><i>Paul Lemmons <paul.lemmons@tmcaz.com></i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> ------- Original Message  --------<br>Subject: Working script won't work in rc.local<br>From: Barry Yu <barryyu-cts@sbcglobal.net><br>To: Fedora list <fedora-list@redhat.com><br>Date: 02/18/2008 09:10 AM<br>> My working script won't work at startup when I inserted it into <br>> rc.local - It works perfectly in terminal when I manually execute it <br>> there. Am I putting my script in wrong place and how can I auto <br>> execute it when starting up F8?<br>> Thanks for helping<br>><br>What is the first line of your script? Is it "#!/bin/bash"? Is it marked <br>as executable? Is there more
 information you can give as to what is <br>happening?<br>-- <br>fedora-list mailing list<br>fedora-list@redhat.com<br>To unsubscribe:  https://www.redhat.com/mailman/listinfo/fedora-list</fedora-list@redhat.com></barryyu-cts@sbcglobal.net></blockquote><br>Here is my rc.local file, my script is the last line;<br><br>#!/bin/sh<br>#<br># This script will be executed *after* all the other init scripts.<br># You can put your own initialization stuff in here if you don't<br># want to do the full Sys V style init stuff.<br><br>touch /var/lock/subsys/local<br>/home/Scripts/./dumon<br>-- <br>fedora-list mailing list<br>fedora-list@redhat.com<br>To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list</blockquote><br>Below is the entire content of my script;<br><br>xrandr --output VGA --auto --output TMDS-1 --auto --right-of VGA<br>