Re: [asterisk-users] Issue after upgrade to 1.8.20 - Unable to connect to remote asterisk message on service asterisk start

2013-01-18 Thread Danny Nicholas
I cloned this ticket for 11.2

https://issues.asterisk.org/jira/browse/ASTERISK-20962

 

 

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Warren Selby
Sent: Wednesday, January 16, 2013 1:42 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Issue after upgrade to 1.8.20 - Unable to
connect to remote asterisk message on service asterisk start

 

On Wed, Jan 16, 2013 at 1:37 PM, Danny Nicholas da...@debsinc.com wrote:

Same issue exists with 11.2





I've created issue 20945 to track this, at least for 1.8.20.0.

https://issues.asterisk.org/jira/browse/ASTERISK-20945

-- 
Thanks,
--Warren Selby, dCAP
http://www.SelbyTech.com

--
_
-- 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

Re: [asterisk-users] Issue after upgrade to 1.8.20 - Unable to connect to remote asterisk message on service asterisk start

2013-01-18 Thread Matthew Jordan
On 01/18/2013 03:42 PM, Danny Nicholas wrote:
 I cloned this ticket for 11.2
 
 https://issues.asterisk.org/jira/browse/ASTERISK-20962
 

There's actually no need to clone the issue for multiple versions. Bugs
are always fixed in the oldest supported release branch (1.8) and merged
up stream. Asterisk 11 gets every fix for every bug that originates in
the 1.8 branch.

See the bug fix section of this page for more information on how the
merge process works:

https://wiki.asterisk.org/wiki/display/AST/Software+Configuration+Management+Policies

Matt

-- 
Matthew Jordan
Digium, Inc. | Engineering Manager
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
Check us out at: http://digium.com  http://asterisk.org



--
_
-- 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


[asterisk-users] Issue after upgrade to 1.8.20 - Unable to connect to remote asterisk message on service asterisk start

2013-01-16 Thread Warren Selby
I'm trying to decide if I need to open an issue for this or if it's just a
misconfiguration issue of some sort.  Here's the situation - yesterday
morning, I downloaded asterisk 1.8.19.1 and installed it on a fresh CentOS
5.8 installation and got a shell of a basic asterisk install setup (minimum
required configuration files, etc, with no dialplan or sip peers setup
yet).  In the afternoon, I got the notification that asterisk 1.8.20.0 had
been released, so today, I downloaded the latest 1.8-current.tar.gz and
compiled and installed it (./configure, make menuselect and choose all the
same options as my previous install, make, make install).

Now, when I start the asterisk service using service asterisk start from
the command line, this is the output:

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

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

[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

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

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

I don't have any peers setup yet, or even any dialplan configured to test,
but when I go through the logs, I don't find any errors or warnings that
I'm not expecting.

I've gone back to the asterisk 1.8.19.1 install and everything works as
expected (no error messages, full splash about license / version on
connection to console, etc).  I performed make clean in my 1.8.20 source
directory, then ./configure, make menuselect, make, make install, and even
make config, and I'm still seeing this message pop up when restarting /
starting the service.

I went through the CHANGELOG.TXT for 1.8.20.0 and it appears there are some
items talking about changing the way the process starts up (commit
r376428), but I'm not enough of a coder to understand if those would cause
what I'm seeing.

Is anyone else seeing this issue?  Should I open an issue on the tracker?
Anyone see something obvious I missed?

-- 
Thanks,
--Warren Selby, dCAP
http://www.SelbyTech.com http://www.selbytech.com
--
_
-- 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

Re: [asterisk-users] Issue after upgrade to 1.8.20 - Unable to connect to remote asterisk message on service asterisk start

2013-01-16 Thread Eric Wieling
I am also experiencing this issue.  Asterisk is in fact running, you can verify 
by running asterisk -rvvv (-r connects to an EXISTING asterisk process) or 
using ps.



-Original Message-
From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Warren Selby
Sent: Wednesday, January 16, 2013 1:21 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Issue after upgrade to 1.8.20 - Unable to connect to 
remote asterisk message on service asterisk start

I'm trying to decide if I need to open an issue for this or if it's just a 
misconfiguration issue of some sort.  Here's the situation - yesterday morning, 
I downloaded asterisk 1.8.19.1 and installed it on a fresh CentOS 5.8 
installation and got a shell of a basic asterisk install setup (minimum 
required configuration files, etc, with no dialplan or sip peers setup yet).  
In the afternoon, I got the notification that asterisk 1.8.20.0 had been 
released, so today, I downloaded the latest 1.8-current.tar.gz and compiled and 
installed it (./configure, make menuselect and choose all the same options as 
my previous install, make, make install).  


Now, when I start the asterisk service using service asterisk start from the 
command line, this is the output:

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


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

[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


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

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


I don't have any peers setup yet, or even any dialplan configured to test, but 
when I go through the logs, I don't find any errors or warnings that I'm not 
expecting.


I've gone back to the asterisk 1.8.19.1 install and everything works as 
expected (no error messages, full splash about license / version on connection 
to console, etc).  I performed make clean in my 1.8.20 source directory, then 
./configure, make menuselect, make, make install, and even make config, and I'm 
still seeing this message pop up when restarting / starting the service.  


I went through the CHANGELOG.TXT for 1.8.20.0 and it appears there are some 
items talking about changing the way the process starts up (commit r376428), 
but I'm not enough of a coder to understand if those would cause what I'm 
seeing.  


Is anyone else seeing this issue?  Should I open an issue on the tracker?  
Anyone see something obvious I missed?


--
Thanks,
--Warren Selby, dCAP
http://www.SelbyTech.com


--
_
-- 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


Re: [asterisk-users] Issue after upgrade to 1.8.20 - Unable to connect to remote asterisk message on service asterisk start

2013-01-16 Thread Bakko

me too.

regards

El 16/01/2013 13:25, Eric Wieling escribió:

I am also experiencing this issue.  Asterisk is in fact running, you can verify by 
running asterisk -rvvv (-r connects to an EXISTING asterisk process) or using 
ps.



-Original Message-
From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Warren Selby
Sent: Wednesday, January 16, 2013 1:21 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Issue after upgrade to 1.8.20 - Unable to connect to 
remote asterisk message on service asterisk start

I'm trying to decide if I need to open an issue for this or if it's just a 
misconfiguration issue of some sort.  Here's the situation - yesterday morning, 
I downloaded asterisk 1.8.19.1 and installed it on a fresh CentOS 5.8 
installation and got a shell of a basic asterisk install setup (minimum 
required configuration files, etc, with no dialplan or sip peers setup yet).  
In the afternoon, I got the notification that asterisk 1.8.20.0 had been 
released, so today, I downloaded the latest 1.8-current.tar.gz and compiled and 
installed it (./configure, make menuselect and choose all the same options as 
my previous install, make, make install).


Now, when I start the asterisk service using service asterisk start from the 
command line, this is the output:

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


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

[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


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

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


I don't have any peers setup yet, or even any dialplan configured to test, but 
when I go through the logs, I don't find any errors or warnings that I'm not 
expecting.


I've gone back to the asterisk 1.8.19.1 install and everything works as 
expected (no error messages, full splash about license / version on connection 
to console, etc).  I performed make clean in my 1.8.20 source directory, then 
./configure, make menuselect, make, make install, and even make config, and I'm 
still seeing this message pop up when restarting / starting the service.


I went through the CHANGELOG.TXT for 1.8.20.0 and it appears there are some 
items talking about changing the way the process starts up (commit r376428), 
but I'm not enough of a coder to understand if those would cause what I'm 
seeing.


Is anyone else seeing this issue?  Should I open an issue on the tracker?  
Anyone see something obvious I missed?


--
Thanks,
--Warren Selby, dCAP
http://www.SelbyTech.com


--
_
-- 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




--
_
-- 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


Re: [asterisk-users] Issue after upgrade to 1.8.20 - Unable to connect to remote asterisk message on service asterisk start

2013-01-16 Thread Danny Nicholas
Same issue exists with 11.2

-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Bakko
Sent: Wednesday, January 16, 2013 1:27 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Issue after upgrade to 1.8.20 - Unable to
connect to remote asterisk message on service asterisk start

me too.

regards

El 16/01/2013 13:25, Eric Wieling escribió:
 I am also experiencing this issue.  Asterisk is in fact running, you can
verify by running asterisk -rvvv (-r connects to an EXISTING asterisk
process) or using ps.



 -Original Message-
 From: asterisk-users-boun...@lists.digium.com 
 [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Warren 
 Selby
 Sent: Wednesday, January 16, 2013 1:21 PM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: [asterisk-users] Issue after upgrade to 1.8.20 - Unable to 
 connect to remote asterisk message on service asterisk start

 I'm trying to decide if I need to open an issue for this or if it's just a
misconfiguration issue of some sort.  Here's the situation - yesterday
morning, I downloaded asterisk 1.8.19.1 and installed it on a fresh CentOS
5.8 installation and got a shell of a basic asterisk install setup (minimum
required configuration files, etc, with no dialplan or sip peers setup yet).
In the afternoon, I got the notification that asterisk 1.8.20.0 had been
released, so today, I downloaded the latest 1.8-current.tar.gz and compiled
and installed it (./configure, make menuselect and choose all the same
options as my previous install, make, make install).


 Now, when I start the asterisk service using service asterisk start from
the command line, this is the output:

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


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

 [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


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

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


 I don't have any peers setup yet, or even any dialplan configured to test,
but when I go through the logs, I don't find any errors or warnings that I'm
not expecting.


 I've gone back to the asterisk 1.8.19.1 install and everything works as
expected (no error messages, full splash about license / version on
connection to console, etc).  I performed make clean in my 1.8.20 source
directory, then ./configure, make menuselect, make, make install, and even
make config, and I'm still seeing this message pop up when restarting /
starting the service.


 I went through the CHANGELOG.TXT for 1.8.20.0 and it appears there are
some items talking about changing the way the process starts up (commit
r376428), but I'm not enough of a coder to understand if those would cause
what I'm seeing.


 Is anyone else seeing this issue?  Should I open an issue on the tracker?
Anyone see something obvious I missed?


 --
 Thanks,
 --Warren Selby, dCAP
 http://www.SelbyTech.com


 --
 _
 -- 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



--
_
-- 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


--
_
-- 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


Re: [asterisk-users] Issue after upgrade to 1.8.20 - Unable to connect to remote asterisk message on service asterisk start

2013-01-16 Thread Warren Selby
On Wed, Jan 16, 2013 at 1:37 PM, Danny Nicholas da...@debsinc.com wrote:

 Same issue exists with 11.2


I've created issue 20945 to track this, at least for 1.8.20.0.

https://issues.asterisk.org/jira/browse/ASTERISK-20945

-- 
Thanks,
--Warren Selby, dCAP
http://www.SelbyTech.com http://www.selbytech.com
--
_
-- 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