I actually commented all this in safe_asterisk and now asterisk loads all fine at the beginning. Is this okay to do? Also at the beginning of the file I commented #TTY=9 as well. Can someone shade some light as to what TTY is and how it can have an adverse effect if it&#39;s not available?<div>

<br></div><div><div>#if test &quot;x$TTY&quot; != &quot;x&quot; ; then</div><div>#       if test -c /dev/tty${TTY} ; then</div><div>#               TTY=tty${TTY}</div><div>#       elif test -c /dev/vc/${TTY} ; then</div>
<div>
#               TTY=vc/${TTY}</div><div>#       else</div><div>#               message &quot;Cannot find specified TTY (${TTY})&quot;</div><div>#               exit 1</div><div>#       fi</div><div>#       ASTARGS=&quot;${ASTARGS} -vvvg&quot;</div>

<div>#       if test &quot;x$CONSOLE&quot; != &quot;xno&quot; ; then</div><div>#               ASTARGS=&quot;${ASTARGS} -c&quot;</div><div>#       fi</div><div>#fi</div><div><br></div><br><div class="gmail_quote">On Mon, Jun 7, 2010 at 8:12 PM, bruce bruce <span dir="ltr">&lt;<a href="mailto:bruceb444@gmail.com">bruceb444@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I did see the TTY=9 on the third or fourth line but commenting that doesn&#39;t help much. I would really appreciate it if you can send the changes you made.<div>

<br></div><div>Indeed it is a VPS.</div><div><br></div><div>
Thanks,</div><div>Bruce<font color="#888888"><br><br></font><div class="gmail_quote"><div><div></div><div class="h5">On Mon, Jun 7, 2010 at 7:49 PM, Warren Selby <span dir="ltr">&lt;<a href="mailto:wcselby@selbytech.com" target="_blank">wcselby@selbytech.com</a>&gt;</span> wrote:<br>

</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div class="h5">
<div bgcolor="#FFFFFF"><div><div><br></div><blockquote type="cite"><div><div><div><b>chown: cannot access `/dev/tty9&#39;: No such file or directory</b></div><div><span style="font-weight:bold"><br></span></div>
</div></div></blockquote><br></div><div>I had this error on a VPS (virtual server) that did not have access to tty&#39;s. You can take the TTY statement out of safe_asterisk script and then try it again.  I don&#39;t have the exact code right now because I&#39;m on my phone, but you should be able to find it if you read through that file.  </div>


<div><br></div><div>Thanks,</div><div>--Warren Selby</div></div><br></div></div><div class="im">--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></div></blockquote></div><br></div>
</blockquote></div><br></div>