[Home]

Summary:ASTERISK-20962: CLONE - "Unable to connect to remote asterisk" message on service asterisk start, even though service is running
Reporter:Danny Nicholas (sethsdad)Labels:
Date Opened:2013-01-18 15:37:19.000-0600Date Closed:2013-01-18 15:52:16.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:Core/General
Versions:11.2.0 Frequency of
Occurrence
Related
Issues:
is a clone ofASTERISK-20945 "Unable to connect to remote asterisk" message on service asterisk start, even though service is running
Environment:Suse Enterprise 11.0 2.6.32.12-0.7-default #1 SMP 2010-05-20 11:14:20 +0200 x86_64 x86_64 x86_64 GNU/Linux Attachments:
Description:Installed asterisk 11.0.0, worked fine. Installed 11.2.0, and started seeing the following issues, with the same config files for both:

When I start the asterisk service using "service asterisk start" from the command line, this is the output:

{noformat}
[root@pbx ~]# service asterisk start
Unable to connect to remote asterisk (does /var/run/asterisk/asterisk.ctl exist?)
Starting asterisk:
{noformat}

However, the /var/run/asterisk/asterisk.ctl file is being created and the process is starting:

{noformat}
[root@pbx ~]# ls -lh /var/run/asterisk/
total 4.0K
srwxr-xr-x 1 root root 0 Jan 16 12:07 asterisk.ctl
-rw-r--r-- 1 root root 6 Jan 16 12:07 asterisk.pid
{noformat}

However, I'm no longer getting the usual splash message when I connect to the asterisk console...this is what I get:

{noformat}
[root@pbx ~]# asterisk -r
Verbosity is at least 3
pbx*CLI>
{noformat}

Comments: