Re: [asterisk-users] Asterisk Died message

2007-09-05 Thread Perssy Llamosas
You are using safe_asterisk, it will restart automatically Asterisk 
after it crashes.

 Original Message 
Subject: [asterisk-users] Asterisk Died message
From: Nitesh Divecha [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com
Date: 04/09/2007 11:23 a.m.
 Hello All,

 Anyone knows what does this error message means and where to check for 
 the cause and why it happened?

 Asterisk on hyperion exited on signal 11. Might want to take a peek.

 But when I check Asterisk, its running fine...

 Cheers,
 Nitesh



 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--

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

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Asterisk Died message

2007-09-05 Thread Brian West

It will not after some types of crashes.

/b

On Sep 5, 2007, at 9:43 AM, Perssy Llamosas wrote:


You are using safe_asterisk, it will restart automatically Asterisk
after it crashes.


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Asterisk Died message

2007-09-05 Thread Tzafrir Cohen
On Wed, Sep 05, 2007 at 09:43:20AM -0500, Perssy Llamosas wrote:
 You are using safe_asterisk, it will restart automatically Asterisk 
 after it crashes.

Or will contantly die, clog the logs and make debugging the problem more
difficult than it is.

Or you might have two safe_asterisk processes trying to restart asterisk.

-- 
   Tzafrir Cohen   
icq#16849755jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Asterisk Died message

2007-09-05 Thread James FitzGibbon
On 9/5/07, Tzafrir Cohen [EMAIL PROTECTED] wrote:

 Or you might have two safe_asterisk processes trying to restart asterisk.


A symptom of this (when Asterisk is not actively crashing) is constant
remote UNIX connection messages on the console every few seconds (assuming
you have nothing that legitimately polls Asterisk using 'asterisk -rx'
running).

The solution is to use ps to find out which of the safe_asterisk processes
owns the actual running copy of Asterisk (using pid and ppid) and then kill
the other one.

-- 
j.
___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] Asterisk Died message

2007-09-04 Thread Nitesh Divecha
Hello All,

Anyone knows what does this error message means and where to check for 
the cause and why it happened?

Asterisk on hyperion exited on signal 11. Might want to take a peek.

But when I check Asterisk, its running fine...

Cheers,
Nitesh



___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Asterisk Died message

2007-09-04 Thread Moises Silva
Signal 11 is a segmentation fault, if you are not running unsupported
patches on Asterisk you should compile without Asterisk optimizations
and open a bug attaching the debugging backtrace.

Read This:
http://www.voip-info.org/wiki-Asterisk+debugging

Regards,

On 9/4/07, Nitesh Divecha [EMAIL PROTECTED] wrote:
 Hello All,

 Anyone knows what does this error message means and where to check for
 the cause and why it happened?

 Asterisk on hyperion exited on signal 11. Might want to take a peek.

 But when I check Asterisk, its running fine...

 Cheers,
 Nitesh



 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users



-- 
Within C++, there is a much smaller and cleaner language struggling
to get out.

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users