[asterisk-users] Error of FreePBX after installing from Yum Repository of Asterisk

bruce bruce bruceb444 at gmail.com
Tue Jun 8 14:27:13 CDT 2010


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's not available?

#if test "x$TTY" != "x" ; then
#       if test -c /dev/tty${TTY} ; then
#               TTY=tty${TTY}
#       elif test -c /dev/vc/${TTY} ; then
#               TTY=vc/${TTY}
#       else
#               message "Cannot find specified TTY (${TTY})"
#               exit 1
#       fi
#       ASTARGS="${ASTARGS} -vvvg"
#       if test "x$CONSOLE" != "xno" ; then
#               ASTARGS="${ASTARGS} -c"
#       fi
#fi


On Mon, Jun 7, 2010 at 8:12 PM, bruce bruce <bruceb444 at gmail.com> wrote:

> I did see the TTY=9 on the third or fourth line but commenting that doesn't
> help much. I would really appreciate it if you can send the changes you
> made.
>
> Indeed it is a VPS.
>
> Thanks,
> Bruce
>
> On Mon, Jun 7, 2010 at 7:49 PM, Warren Selby <wcselby at selbytech.com>wrote:
>
>>
>> *chown: cannot access `/dev/tty9': No such file or directory*
>>
>>
>> I had this error on a VPS (virtual server) that did not have access to
>> tty's. You can take the TTY statement out of safe_asterisk script and then
>> try it again.  I don't have the exact code right now because I'm on my
>> phone, but you should be able to find it if you read through that file.
>>
>> Thanks,
>> --Warren Selby
>>
>> --
>> _____________________________________________________________________
>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>> New to Asterisk? Join us for a live introductory webinar every Thurs:
>>               http://www.asterisk.org/hello
>>
>> asterisk-users mailing list
>> To UNSUBSCRIBE or update options visit:
>>   http://lists.digium.com/mailman/listinfo/asterisk-users
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100608/da9129c9/attachment.htm 


More information about the asterisk-users mailing list