I even copied it into /bin and /usr/bin - 2 places, but still won't auto execute, but it works manually in terminal.<br><br><b><i>Dick Seabrook <dick.seabrook@gmail.com></i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> <br><div class="gmail_quote">2008/2/18 Barry Yu <<a href="mailto:barryyu-cts@sbcglobal.net">barryyu-cts@sbcglobal.net</a>>:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <div><div></div><div class="Wj3C7c"><br><br><b><i>Barry Yu <<a href="mailto:barryyu-cts@sbcglobal.net" target="_blank">barryyu-cts@sbcglobal.net</a>></i></b> wrote:<blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;">  <br><br><b><i>Paul Lemmons <<a href="mailto:paul.lemmons@tmcaz.com" target="_blank">paul.lemmons@tmcaz.com</a>></i></b> wrote:<blockquote
 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 <br>To: Fedora list <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><a href="mailto:fedora-list@redhat.com" target="_blank">fedora-list@redhat.com</a><br>To unsubscribe:  <a href="https://www.redhat.com/mailman/listinfo/fedora-list"
 target="_blank">https://www.redhat.com/mailman/listinfo/fedora-list</a></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><a href="mailto:fedora-list@redhat.com" target="_blank">fedora-list@redhat.com</a><br> To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-list</a></blockquote><br></div></div>Below is the entire content of my script;<br> <br>xrandr --output VGA --auto --output TMDS-1 --auto --right-of VGA<br><br></blockquote></div>I think it's not being found.  Did you intend<br>   $HOME/Scripts/dumon<br>??<br>Dick S.<br><br clear="all"><br>--
 <br>Dick Seabrook ~ Anne Arundel Community College<br> <a href="http://enterprise.aacc.edu/%7Erhs">http://enterprise.aacc.edu/~rhs</a> ~ Speed the Net!<br> -- <br>fedora-list mailing list<br>fedora-list@redhat.com<br>To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list</blockquote><br>