Re: [asterisk-users] Asterisk hangs while starting in OpenSuse 12.2

2012-09-03 Thread Gopalakrishnan N
Hi,

I have started asterisk using strace, and the log is listed in pastebin
http://pastebin.com/ry2Q1e6x

Moreover, for some peoples Asterisk is properly installed in OpenSuse 12.1
(i586), can you please correct me with the installation steps what I did,
my steps as follows,

   1. OpenSuse fresh installation
   2. Login to root in terminal (sudo -i)
   3. Download libpri, dahdi and Asterisk
   4. Install libpri and dahdi (even though I am not using any dahdi
   hardware) - make and make install
   5. Installation of Asterisk (./configure, make menuconfig, make, make
   install and make samples)
   6. Start Asterisk (asterisk -c) - here hangs while loading modules.

any other packages has to be installed or the installation is fine! please
advice!

Regards.


On Thu, Aug 30, 2012 at 7:03 PM, Tzafrir Cohen tzafrir.co...@xorcom.comwrote:

 On Thu, Aug 30, 2012 at 01:42:06PM +0200, Patrick Lists wrote:
  On 08/30/2012 09:45 AM, Gopalakrishnan N wrote:
  Hi,
  
  I have installed libpri, Dahdi 2.6 and Asterisk 1.8.15, in normal host,
  I am not using any virtualbox, still i struck in loading the modules.
 
  Please do not top post.
 
  Install strace and then start asterisk with the command:
  # strace asterisk

 Asterisk will fork into the background and the process you trace will
 exit.

   strace -f asterisk #?
   strace asterisk -f #?

 Just in case you wonder, 'asterisk -f strace' will not work as you might
 have expected from the above examples. Nither will '-f strace asterisk'.

 '-U asterisk ' may also come in handy.

 --
Tzafrir Cohen
 icq#16849755  jabber:tzafrir.co...@xorcom.com
 +972-50-7952406   mailto:tzafrir.co...@xorcom.com
 http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

 --
 _
 -- 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] Asterisk hangs while starting in OpenSuse 12.2

2012-09-03 Thread Bryant Zimmerman
Gopalakrishnan

I download and compile from libpri, dahdi, and asterisk. You have to insure 
that you have all of the dependencies when you compile there are many. Also 
compile and install spandsp as well. I did a 12.1 system over the weekend 
without issue. 

Thanks

Bryant Zimmerman (ZK Tech Inc.)
616-855-1030 Ext. 2003 


 From: Gopalakrishnan N gopalakrishnan...@gmail.com
Sent: Monday, September 03, 2012 5:43 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com
Subject: Re: [asterisk-users] Asterisk hangs while starting in OpenSuse 
12.2

Hi,

 I have started asterisk using strace, and the log is listed in pastebin 
http://pastebin.com/ry2Q1e6x  
 Moreover, for some peoples Asterisk is properly installed in OpenSuse 12.1 
(i586), can you please correct me with the installation steps what I did, 
my steps as follows,   OpenSuse fresh installation Login to root in 
terminal (sudo -i) Download libpri, dahdi and Asterisk Install 
libpri and dahdi (even though I am not using any dahdi hardware) - make and 
make install Installation of Asterisk (./configure, make menuconfig, 
make, make install and make samples) Start Asterisk (asterisk -c) - 
here hangs while loading modules.   any other packages has to be installed 
or the installation is fine! please advice!  
 Regards.  

On Thu, Aug 30, 2012 at 7:03 PM, Tzafrir Cohen tzafrir.co...@xorcom.com 
wrote:
 On Thu, Aug 30, 2012 at 01:42:06PM +0200, Patrick Lists wrote:
 On 08/30/2012 09:45 AM, Gopalakrishnan N wrote:
 Hi,
 
 I have installed libpri, Dahdi 2.6 and Asterisk 1.8.15, in normal host,
 I am not using any virtualbox, still i struck in loading the modules.

 Please do not top post.

 Install strace and then start asterisk with the command:
 # strace asterisk

 Asterisk will fork into the background and the process you trace will
exit.

  strace -f asterisk #?
  strace asterisk -f #?

Just in case you wonder, 'asterisk -f strace' will not work as you might
have expected from the above examples. Nither will '-f strace asterisk'.

'-U asterisk ' may also come in handy.

--
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

--
_
-- 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] Asterisk hangs while starting in OpenSuse 12.2

2012-08-30 Thread Gopalakrishnan N
Hi,

I have installed libpri, Dahdi 2.6 and Asterisk 1.8.15, in normal host, I
am not using any virtualbox, still i struck in loading the modules.

Regards.


On Tue, Aug 28, 2012 at 10:47 PM, Bryant Zimmerman brya...@zktech.comwrote:

 I would install both dahdi and libpri. I brought up a 12.2 RC-2 VM on
 hyper-v Windows 8 and followed our standard asterisk build and have no
 issues yet but we have not run full testing to confirm.  Also a point of
 not 12.2 is RC for the next 8 days or so.


 Thanks

 Bryant Zimmerman (ZK Tech Inc.)
 616-855-1030 Ext. 2003


 --
 *From*: Gopalakrishnan N gopalakrishnan...@gmail.com
 *Sent*: Tuesday, August 28, 2012 1:13 PM
 *To*: Asterisk Users Mailing List - Non-Commercial Discussion 
 asterisk-users@lists.digium.com

 *Subject*: Re: [asterisk-users] Asterisk hangs while starting in OpenSuse
 12.2


 If I don't need to install dahdi hardware, is it really I need to have
 libpri installed?

 Regards.
 On Aug 28, 2012 10:26 PM, Danny Nicholas da...@debsinc.com wrote:

  Check Jason Parker’s post from today and see if you skipped any of the
 preliminary build steps.  It is possible that something like libpri is
 biting you.



 *From:* asterisk-users-boun...@lists.digium.com [mailto:
 asterisk-users-boun...@lists.digium.com] *On Behalf Of *Gopalakrishnan N
 *Sent:* Tuesday, August 28, 2012 11:52 AM
 *To:* Asterisk Users Mailing List - Non-Commercial Discussion
 *Subject:* Re: [asterisk-users] Asterisk hangs while starting in
 OpenSuse 12.2



 I tried that too, what happens is asterisk is loading but after that if I
 try to start any one module for example chan_sip.so, asterisk hangs.

 Regards.

 On Aug 28, 2012 6:44 PM, Danny Nicholas da...@debsinc.com wrote:

 Extensions/trunks.  Another thought is that you might make your
 modules.conf not load anything to start with so you can eliminate a rogue
 module as the problem.  Just change autoload=yes to autoload=no.



 *From:* asterisk-users-boun...@lists.digium.com [mailto:
 asterisk-users-boun...@lists.digium.com] *On Behalf Of *Gopalakrishnan N
 *Sent:* Monday, August 27, 2012 11:47 PM
 *To:* Asterisk Users Mailing List - Non-Commercial Discussion
 *Subject:* Re: [asterisk-users] Asterisk hangs while starting in
 OpenSuse 12.2



 Hi danny,

 Are you talking about modules or sip extensions and dahdi extensions
 because its a fresh installation also it doesn't have dahdi interface, I am
 just trying to have only ip side.

 Regards

 On Aug 27, 2012 7:27 PM, Danny Nicholas da...@debsinc.com wrote:

 I use OpenSuse here (our production boxes are Suse Enterprise 11 SP1 and
 10 SP2).  My advice would be to try to start the box with as few SIP/DAHDI
 channels as possible to begin with and add as you get things stable.



 *From:* asterisk-users-boun...@lists.digium.com [mailto:
 asterisk-users-boun...@lists.digium.com] *On Behalf Of *Gopalakrishnan N
 *Sent:* Monday, August 27, 2012 8:52 AM
 *To:* Asterisk Users Mailing List - Non-Commercial Discussion
 *Subject:* Re: [asterisk-users] Asterisk hangs while starting in
 OpenSuse 12.2



 Hi Patrick,



 With other OS it works like charm. Only with OpenSuse, I am facing this
 issue, since I have a situation to stick with OpenSuse, I am struggling in
 this.



 Regards.

 On Mon, Aug 27, 2012 at 4:24 PM, Patrick Lists 
 asterisk-l...@puzzled.xs4all.nl wrote:

 On 27-08-12 08:25, Gopalakrishnan N wrote:

 This is really tuff working with OpenSuse. I am clueless how to sort our
 this.



 Maybe switch to a different distribution? I have used CentOS and RHEL for
 years without any problems and as far as I know both debian and ubuntu
 should work without problems too.

 Regards,
 Patrick




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

 --
 _
 -- Bandwidth and Colocation

Re: [asterisk-users] Asterisk hangs while starting in OpenSuse 12.2

2012-08-30 Thread Patrick Lists

On 08/30/2012 09:45 AM, Gopalakrishnan N wrote:

Hi,

I have installed libpri, Dahdi 2.6 and Asterisk 1.8.15, in normal host,
I am not using any virtualbox, still i struck in loading the modules.


Please do not top post.

Install strace and then start asterisk with the command:
# strace asterisk

That should give you some low level info what's going on. More info 
about strace and available options can be found in:


$ man strace

Regards,
Patrick


--
_
-- 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] Asterisk hangs while starting in OpenSuse 12.2

2012-08-30 Thread Tzafrir Cohen
On Thu, Aug 30, 2012 at 01:42:06PM +0200, Patrick Lists wrote:
 On 08/30/2012 09:45 AM, Gopalakrishnan N wrote:
 Hi,
 
 I have installed libpri, Dahdi 2.6 and Asterisk 1.8.15, in normal host,
 I am not using any virtualbox, still i struck in loading the modules.
 
 Please do not top post.
 
 Install strace and then start asterisk with the command:
 # strace asterisk

Asterisk will fork into the background and the process you trace will
exit.

  strace -f asterisk #?
  strace asterisk -f #?

Just in case you wonder, 'asterisk -f strace' will not work as you might
have expected from the above examples. Nither will '-f strace asterisk'.

'-U asterisk ' may also come in handy.

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

--
_
-- 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] Asterisk hangs while starting in OpenSuse 12.2

2012-08-28 Thread Danny Nicholas
Extensions/trunks.  Another thought is that you might make your modules.conf
not load anything to start with so you can eliminate a rogue module as the
problem.  Just change autoload=yes to autoload=no.

 

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Gopalakrishnan
N
Sent: Monday, August 27, 2012 11:47 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Asterisk hangs while starting in OpenSuse 12.2

 

Hi danny,

Are you talking about modules or sip extensions and dahdi extensions because
its a fresh installation also it doesn't have dahdi interface, I am just
trying to have only ip side. 

Regards

On Aug 27, 2012 7:27 PM, Danny Nicholas da...@debsinc.com wrote:

I use OpenSuse here (our production boxes are Suse Enterprise 11 SP1 and 10
SP2).  My advice would be to try to start the box with as few SIP/DAHDI
channels as possible to begin with and add as you get things stable.

 

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Gopalakrishnan
N
Sent: Monday, August 27, 2012 8:52 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Asterisk hangs while starting in OpenSuse 12.2

 

Hi Patrick,

 

With other OS it works like charm. Only with OpenSuse, I am facing this
issue, since I have a situation to stick with OpenSuse, I am struggling in
this. 

 

Regards. 

On Mon, Aug 27, 2012 at 4:24 PM, Patrick Lists
asterisk-l...@puzzled.xs4all.nl wrote:

On 27-08-12 08:25, Gopalakrishnan N wrote:

This is really tuff working with OpenSuse. I am clueless how to sort our
this.

 

Maybe switch to a different distribution? I have used CentOS and RHEL for
years without any problems and as far as I know both debian and ubuntu
should work without problems too.

Regards,
Patrick





--
_
-- 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] Asterisk hangs while starting in OpenSuse 12.2

2012-08-28 Thread Gopalakrishnan N
I tried that too, what happens is asterisk is loading but after that if I
try to start any one module for example chan_sip.so, asterisk hangs.

Regards.
On Aug 28, 2012 6:44 PM, Danny Nicholas da...@debsinc.com wrote:

 Extensions/trunks.  Another thought is that you might make your
 modules.conf not load anything to start with so you can eliminate a rogue
 module as the problem.  Just change autoload=yes to autoload=no.

 ** **

 *From:* asterisk-users-boun...@lists.digium.com [mailto:
 asterisk-users-boun...@lists.digium.com] *On Behalf Of *Gopalakrishnan N
 *Sent:* Monday, August 27, 2012 11:47 PM
 *To:* Asterisk Users Mailing List - Non-Commercial Discussion
 *Subject:* Re: [asterisk-users] Asterisk hangs while starting in OpenSuse
 12.2

 ** **

 Hi danny,

 Are you talking about modules or sip extensions and dahdi extensions
 because its a fresh installation also it doesn't have dahdi interface, I am
 just trying to have only ip side. 

 Regards

 On Aug 27, 2012 7:27 PM, Danny Nicholas da...@debsinc.com wrote:

 I use OpenSuse here (our production boxes are Suse Enterprise 11 SP1 and
 10 SP2).  My advice would be to try to start the box with as few SIP/DAHDI
 channels as possible to begin with and add as you get things stable.

  

 *From:* asterisk-users-boun...@lists.digium.com [mailto:
 asterisk-users-boun...@lists.digium.com] *On Behalf Of *Gopalakrishnan N
 *Sent:* Monday, August 27, 2012 8:52 AM
 *To:* Asterisk Users Mailing List - Non-Commercial Discussion
 *Subject:* Re: [asterisk-users] Asterisk hangs while starting in OpenSuse
 12.2

  

 Hi Patrick,

  

 With other OS it works like charm. Only with OpenSuse, I am facing this
 issue, since I have a situation to stick with OpenSuse, I am struggling in
 this. 

  

 Regards. 

 On Mon, Aug 27, 2012 at 4:24 PM, Patrick Lists 
 asterisk-l...@puzzled.xs4all.nl wrote:

 On 27-08-12 08:25, Gopalakrishnan N wrote:

 This is really tuff working with OpenSuse. I am clueless how to sort our
 this.

  

 Maybe switch to a different distribution? I have used CentOS and RHEL for
 years without any problems and as far as I know both debian and ubuntu
 should work without problems too.

 Regards,
 Patrick





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

--
_
-- 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] Asterisk hangs while starting in OpenSuse 12.2

2012-08-28 Thread Danny Nicholas
Check Jason Parker's post from today and see if you skipped any of the
preliminary build steps.  It is possible that something like libpri is
biting you.

 

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Gopalakrishnan
N
Sent: Tuesday, August 28, 2012 11:52 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Asterisk hangs while starting in OpenSuse 12.2

 

I tried that too, what happens is asterisk is loading but after that if I
try to start any one module for example chan_sip.so, asterisk hangs.

Regards.

On Aug 28, 2012 6:44 PM, Danny Nicholas da...@debsinc.com wrote:

Extensions/trunks.  Another thought is that you might make your modules.conf
not load anything to start with so you can eliminate a rogue module as the
problem.  Just change autoload=yes to autoload=no.

 

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Gopalakrishnan
N
Sent: Monday, August 27, 2012 11:47 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Asterisk hangs while starting in OpenSuse 12.2

 

Hi danny,

Are you talking about modules or sip extensions and dahdi extensions because
its a fresh installation also it doesn't have dahdi interface, I am just
trying to have only ip side. 

Regards

On Aug 27, 2012 7:27 PM, Danny Nicholas da...@debsinc.com wrote:

I use OpenSuse here (our production boxes are Suse Enterprise 11 SP1 and 10
SP2).  My advice would be to try to start the box with as few SIP/DAHDI
channels as possible to begin with and add as you get things stable.

 

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Gopalakrishnan
N
Sent: Monday, August 27, 2012 8:52 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Asterisk hangs while starting in OpenSuse 12.2

 

Hi Patrick,

 

With other OS it works like charm. Only with OpenSuse, I am facing this
issue, since I have a situation to stick with OpenSuse, I am struggling in
this. 

 

Regards. 

On Mon, Aug 27, 2012 at 4:24 PM, Patrick Lists
asterisk-l...@puzzled.xs4all.nl wrote:

On 27-08-12 08:25, Gopalakrishnan N wrote:

This is really tuff working with OpenSuse. I am clueless how to sort our
this.

 

Maybe switch to a different distribution? I have used CentOS and RHEL for
years without any problems and as far as I know both debian and ubuntu
should work without problems too.

Regards,
Patrick





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

--
_
-- 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] Asterisk hangs while starting in OpenSuse 12.2

2012-08-28 Thread Gopalakrishnan N
If I don't need to install dahdi hardware, is it really I need to have
libpri installed?

Regards.
 On Aug 28, 2012 10:26 PM, Danny Nicholas da...@debsinc.com wrote:

 Check Jason Parker’s post from today and see if you skipped any of the
 preliminary build steps.  It is possible that something like libpri is
 biting you.

 ** **

 *From:* asterisk-users-boun...@lists.digium.com [mailto:
 asterisk-users-boun...@lists.digium.com] *On Behalf Of *Gopalakrishnan N
 *Sent:* Tuesday, August 28, 2012 11:52 AM
 *To:* Asterisk Users Mailing List - Non-Commercial Discussion
 *Subject:* Re: [asterisk-users] Asterisk hangs while starting in OpenSuse
 12.2

 ** **

 I tried that too, what happens is asterisk is loading but after that if I
 try to start any one module for example chan_sip.so, asterisk hangs.

 Regards.

 On Aug 28, 2012 6:44 PM, Danny Nicholas da...@debsinc.com wrote:

 Extensions/trunks.  Another thought is that you might make your
 modules.conf not load anything to start with so you can eliminate a rogue
 module as the problem.  Just change autoload=yes to autoload=no.

  

 *From:* asterisk-users-boun...@lists.digium.com [mailto:
 asterisk-users-boun...@lists.digium.com] *On Behalf Of *Gopalakrishnan N
 *Sent:* Monday, August 27, 2012 11:47 PM
 *To:* Asterisk Users Mailing List - Non-Commercial Discussion
 *Subject:* Re: [asterisk-users] Asterisk hangs while starting in OpenSuse
 12.2

  

 Hi danny,

 Are you talking about modules or sip extensions and dahdi extensions
 because its a fresh installation also it doesn't have dahdi interface, I am
 just trying to have only ip side. 

 Regards

 On Aug 27, 2012 7:27 PM, Danny Nicholas da...@debsinc.com wrote:

 I use OpenSuse here (our production boxes are Suse Enterprise 11 SP1 and
 10 SP2).  My advice would be to try to start the box with as few SIP/DAHDI
 channels as possible to begin with and add as you get things stable.

  

 *From:* asterisk-users-boun...@lists.digium.com [mailto:
 asterisk-users-boun...@lists.digium.com] *On Behalf Of *Gopalakrishnan N
 *Sent:* Monday, August 27, 2012 8:52 AM
 *To:* Asterisk Users Mailing List - Non-Commercial Discussion
 *Subject:* Re: [asterisk-users] Asterisk hangs while starting in OpenSuse
 12.2

  

 Hi Patrick,

  

 With other OS it works like charm. Only with OpenSuse, I am facing this
 issue, since I have a situation to stick with OpenSuse, I am struggling in
 this. 

  

 Regards. 

 On Mon, Aug 27, 2012 at 4:24 PM, Patrick Lists 
 asterisk-l...@puzzled.xs4all.nl wrote:

 On 27-08-12 08:25, Gopalakrishnan N wrote:

 This is really tuff working with OpenSuse. I am clueless how to sort our
 this.

  

 Maybe switch to a different distribution? I have used CentOS and RHEL for
 years without any problems and as far as I know both debian and ubuntu
 should work without problems too.

 Regards,
 Patrick





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

 --
 _
 -- 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] Asterisk hangs while starting in OpenSuse 12.2

2012-08-28 Thread Bryant Zimmerman
I would install both dahdi and libpri. I brought up a 12.2 RC-2 VM on hyper-v 
Windows 8 and followed our standard asterisk build and have no issues yet but 
we have not run full testing to confirm.  Also a point of not 12.2 is RC for 
the next 8 days or so.

Thanks

Bryant Zimmerman (ZK Tech Inc.)
616-855-1030 Ext. 2003


 From: Gopalakrishnan N gopalakrishnan...@gmail.com
Sent: Tuesday, August 28, 2012 1:13 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com
Subject: Re: [asterisk-users] Asterisk hangs while starting in OpenSuse 12.2

If I don't need to install dahdi hardware, is it really I need to have libpri 
installed?

Regards. On Aug 28, 2012 10:26 PM, Danny Nicholas da...@debsinc.com wrote:  
  Check Jason Parker's post from today and see if you skipped any of the 
preliminary build steps.  It is possible that something like libpri is biting 
you.   From: asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Gopalakrishnan N
Sent: Tuesday, August 28, 2012 11:52 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Asterisk hangs while starting in OpenSuse 12.2

I tried that too, what happens is asterisk is loading but after that if I try 
to start any one module for example chan_sip.so, asterisk hangs.

Regards.  On Aug 28, 2012 6:44 PM, Danny Nicholas da...@debsinc.com wrote:  
 Extensions/trunks.  Another thought is that you might make your modules.conf 
not load anything to start with so you can eliminate a rogue module as the 
problem.  Just change autoload=yes to autoload=no.   From: 
asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Gopalakrishnan N
Sent: Monday, August 27, 2012 11:47 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Asterisk hangs while starting in OpenSuse 12.2

Hi danny,

Are you talking about modules or sip extensions and dahdi extensions because 
its a fresh installation also it doesn't have dahdi interface, I am just trying 
to have only ip side.

Regards  On Aug 27, 2012 7:27 PM, Danny Nicholas da...@debsinc.com wrote:   
I use OpenSuse here (our production boxes are Suse Enterprise 11 SP1 and 10 
SP2).  My advice would be to try to start the box with as few SIP/DAHDI 
channels as possible to begin with and add as you get things stable.   From: 
asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Gopalakrishnan N
Sent: Monday, August 27, 2012 8:52 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Asterisk hangs while starting in OpenSuse 12.2   
Hi Patrick,  With other OS it works like charm. Only with OpenSuse, I am 
facing this issue, since I have a situation to stick with OpenSuse, I am 
struggling in this.Regards.   On Mon, Aug 27, 2012 at 4:24 PM, Patrick 
Lists asterisk-l...@puzzled.xs4all.nl wrote:  On 27-08-12 08:25, 
Gopalakrishnan N wrote: This is really tuff working with OpenSuse. I am 
clueless how to sort our
this.Maybe switch to a different distribution? I have used CentOS and RHEL 
for years without any problems and as far as I know both debian and ubuntu 
should work without problems too.

Regards,
Patrick

--
_
-- 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
--
_
-- 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] Asterisk hangs while starting in OpenSuse 12.2

2012-08-27 Thread Gopalakrishnan N
Hi Bryant,

As you said, I dont have Hyper-V, I avoided virtualbox and tested in normal
host directly, even then it hangs while loading modules.
 *Asterisk Dynamic Loader Starting:*
*  == Parsing '/etc/asterisk/modules.conf':   == Found*
*[Aug 27 11:52:21] NOTICE[22886]: loader.c:1133 load_modules: 186 modules
will be loaded.*

This is really tuff working with OpenSuse. I am clueless how to sort our
this.

Regards.

On Fri, Aug 24, 2012 at 3:55 AM, Hans Witvliet aster...@a-domani.nl wrote:

 On Thu, 2012-08-23 at 15:01 +0530, Gopalakrishnan N wrote:
  Hi,
 
 
  Again I stuck up with OpenSuse 12.1 also, Installed OpenSuse 12.1
  (32bit) version in virtualbox. Downloaded Asterisk 1.8.15. Installed,
  installation went fine.
 
 

 Have you tried the versions from the OBS?

 Or perhaps a virtualbox issue? Its notorious for vapourizing
 cpu-cycles...

 hw



 --
 _
 -- 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] Asterisk hangs while starting in OpenSuse 12.2

2012-08-27 Thread Patrick Lists

On 27-08-12 08:25, Gopalakrishnan N wrote:

This is really tuff working with OpenSuse. I am clueless how to sort our
this.


Maybe switch to a different distribution? I have used CentOS and RHEL 
for years without any problems and as far as I know both debian and 
ubuntu should work without problems too.


Regards,
Patrick



--
_
-- 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] Asterisk hangs while starting in OpenSuse 12.2

2012-08-27 Thread Gopalakrishnan N
Hi Patrick,

With other OS it works like charm. Only with OpenSuse, I am facing this
issue, since I have a situation to stick with OpenSuse, I am struggling in
this.

Regards.

On Mon, Aug 27, 2012 at 4:24 PM, Patrick Lists 
asterisk-l...@puzzled.xs4all.nl wrote:

 On 27-08-12 08:25, Gopalakrishnan N wrote:

 This is really tuff working with OpenSuse. I am clueless how to sort our
 this.


 Maybe switch to a different distribution? I have used CentOS and RHEL for
 years without any problems and as far as I know both debian and ubuntu
 should work without problems too.

 Regards,
 Patrick




 --
 __**__**_
 -- 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-**usershttp://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] Asterisk hangs while starting in OpenSuse 12.2

2012-08-27 Thread Danny Nicholas
I use OpenSuse here (our production boxes are Suse Enterprise 11 SP1 and 10
SP2).  My advice would be to try to start the box with as few SIP/DAHDI
channels as possible to begin with and add as you get things stable.

 

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Gopalakrishnan
N
Sent: Monday, August 27, 2012 8:52 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Asterisk hangs while starting in OpenSuse 12.2

 

Hi Patrick,

 

With other OS it works like charm. Only with OpenSuse, I am facing this
issue, since I have a situation to stick with OpenSuse, I am struggling in
this. 

 

Regards. 

On Mon, Aug 27, 2012 at 4:24 PM, Patrick Lists
asterisk-l...@puzzled.xs4all.nl wrote:

On 27-08-12 08:25, Gopalakrishnan N wrote:

This is really tuff working with OpenSuse. I am clueless how to sort our
this.

 

Maybe switch to a different distribution? I have used CentOS and RHEL for
years without any problems and as far as I know both debian and ubuntu
should work without problems too.

Regards,
Patrick





--
_
-- 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] Asterisk hangs while starting in OpenSuse 12.2

2012-08-27 Thread Gopalakrishnan N
Hi danny,

Are you talking about modules or sip extensions and dahdi extensions
because its a fresh installation also it doesn't have dahdi interface, I am
just trying to have only ip side.

Regards
On Aug 27, 2012 7:27 PM, Danny Nicholas da...@debsinc.com wrote:

 I use OpenSuse here (our production boxes are Suse Enterprise 11 SP1 and
 10 SP2).  My advice would be to try to start the box with as few SIP/DAHDI
 channels as possible to begin with and add as you get things stable.

 ** **

 *From:* asterisk-users-boun...@lists.digium.com [mailto:
 asterisk-users-boun...@lists.digium.com] *On Behalf Of *Gopalakrishnan N
 *Sent:* Monday, August 27, 2012 8:52 AM
 *To:* Asterisk Users Mailing List - Non-Commercial Discussion
 *Subject:* Re: [asterisk-users] Asterisk hangs while starting in OpenSuse
 12.2

 ** **

 Hi Patrick,

 ** **

 With other OS it works like charm. Only with OpenSuse, I am facing this
 issue, since I have a situation to stick with OpenSuse, I am struggling in
 this. 

 ** **

 Regards. 

 On Mon, Aug 27, 2012 at 4:24 PM, Patrick Lists 
 asterisk-l...@puzzled.xs4all.nl wrote:

 On 27-08-12 08:25, Gopalakrishnan N wrote:

 This is really tuff working with OpenSuse. I am clueless how to sort our
 this.

 ** **

 Maybe switch to a different distribution? I have used CentOS and RHEL for
 years without any problems and as far as I know both debian and ubuntu
 should work without problems too.

 Regards,
 Patrick





 --
 _
 -- 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] Asterisk hangs while starting in OpenSuse 12.2

2012-08-23 Thread Gopalakrishnan N
Hi,

Again I stuck up with OpenSuse 12.1 also, Installed OpenSuse 12.1 (32bit)
version in virtualbox. Downloaded Asterisk 1.8.15. Installed, installation
went fine.

While starting Asterisk, it hangs here,
*Asterisk Dynamic Loader Starting:*
*  == Parsing '/etc/asterisk/modules.conf':   == Found*
*[Aug 23 14:56:14] NOTICE[19340]: loader.c:1133 load_modules: 186 modules
will be loaded.*

any my linux machine uname -a output is below,
*Linux linux-w6le.site 3.1.0-1.2-default #1 SMP Thu Nov 3 14:45:45 UTC 2011
(187dde0) i686 i686 i386 GNU/Linux*
*
*
Any suggestion would be much appreciated.

Regards,
Gopal.

On Tue, Aug 21, 2012 at 11:24 AM, Gopalakrishnan N 
gopalakrishnan...@gmail.com wrote:

 Ok Thanks Bryant, let me try with OpenSuse 12.1.

 Regards.


 On Mon, Aug 20, 2012 at 7:46 PM, Bryant Zimmerman brya...@zktech.comwrote:

 I have the current version of 8.x and 10.x on systems. I am using
 OpenSuse 12.1, We are working on getting a 12.2 boxs up just running out of
 time. Asterisk on all of our boxes are complied from source.

 Thanks

 Bryant Zimmerman (ZK Tech Inc.)
 616-855-1030 Ext. 2003


 --
 *From*: Gopalakrishnan N gopalakrishnan...@gmail.com
 *Sent*: Monday, August 20, 2012 10:11 AM
 *To*: Bryant Zimmerman brya...@zktech.com
 *Subject*: Re: [asterisk-users] Asterisk hangs while starting in
 OpenSuse 12.2


 It's really glad that asterisk is installed at your machine in open suse.
 Can you let me know which version you are using and the architecture.

 Regards.
 On Aug 20, 2012 6:22 PM, Bryant Zimmerman brya...@zktech.com wrote:

 I compile from source..

 Sent from my Verizon Wireless Phone

 - Reply message -
 From: Gopalakrishnan N gopalakrishnan...@gmail.com
 Date: Mon, Aug 20, 2012 8:15 am
 Subject: [asterisk-users] Asterisk hangs while starting in OpenSuse 12.2
 To: Asterisk Users Mailing List - Non-Commercial Discussion 
 asterisk-users@lists.digium.com

  From the forum I understand OpenSuse 12.2 is pre-relase and better to
 use OpenSuse 12.1. Lets check with OpenSuse 12.1.

  Regards.


 On Mon, Aug 20, 2012 at 5:34 PM, Gopalakrishnan N 
 gopalakrishnan...@gmail.com wrote:

 Its really weird working with OpenSuse. I am not sure how others are
 using with OpenSuse. Through Yast also I tried to install Asterisk package,
 it didn't find.

  Now I am clueless to work with OpenSuse.



  Regards.


 On Fri, Aug 17, 2012 at 2:38 PM, Gopalakrishnan N 
 gopalakrishnan...@gmail.com wrote:

 Hi Patrick,

  Thanks for your suggestion, even though I added my hostname in the
 /etc/hosts, still the problem persists. Also I tried to install in 
 OpenSuse
 12.2 (32bit) in virtualbox (like vmware) even there I faced problem like
 hanging at modules while starting Asterisk.

  Regards,
 Gopal.



  Please do not top post and properly trim your replies.

 Have you made sure that on the OpenSuse box your DNS is configured
 properly? You should be able to lookup your IP address/FQDN both ways. So
 for example 192.168.1.1 (replace with your IP adres) should resolve in
 your.box.com (replace with your FQDN) and vice versa your.box.comshould 
 resolve into 192.168.1.1. See man dig or man nslookup for commands
 that can do DNS lookups.

 Regards,
 Patrick




 --
 _
 -- 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] Asterisk hangs while starting in OpenSuse 12.2

2012-08-23 Thread Bryant Zimmerman
Have you tried vmware or hyper-v as your host. I have had issues with 
OpenSuse 12.x with Virtual Box. Asterisk not starting was one of them. Also 
in a virtual env I found that I had to alwyas build asterisk from source to 
make things work don't know why but that was the mix that worked for me. I 
moved to Hyper-V. OpenSuse 12.x as a VM is kind of a black art with 
asterisk for some reason. Once you get it working it works great. You have 
to watch how your virtual nic's are setup that can really mess with you as 
well. But virtual box was a no go for me never spent the time to figure out 
why. I took the path of least resistance.

Thanks

Bryant


 From: Gopalakrishnan N gopalakrishnan...@gmail.com
Sent: Thursday, August 23, 2012 5:35 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com
Subject: Re: [asterisk-users] Asterisk hangs while starting in OpenSuse 
12.2

Hi,  
 Again I stuck up with OpenSuse 12.1 also, Installed OpenSuse 12.1 (32bit) 
version in virtualbox. Downloaded Asterisk 1.8.15. Installed, installation 
went fine.  
 While starting Asterisk, it hangs here,  Asterisk Dynamic Loader Starting: 
  == Parsing '/etc/asterisk/modules.conf':   == Found [Aug 23 14:56:14] 
NOTICE[19340]: loader.c:1133 load_modules: 186 modules will be loaded. 
  any my linux machine uname -a output is below, Linux linux-w6le.site 
3.1.0-1.2-default #1 SMP Thu Nov 3 14:45:45 UTC 2011 (187dde0) i686 i686 
i386 GNU/Linux 
 Any suggestion would be much appreciated.  
 Regards, Gopal. 

On Tue, Aug 21, 2012 at 11:24 AM, Gopalakrishnan N 
gopalakrishnan...@gmail.com wrote:
Ok Thanks Bryant, let me try with OpenSuse 12.1.  
 Regards.  

On Mon, Aug 20, 2012 at 7:46 PM, Bryant Zimmerman brya...@zktech.com 
wrote:
I have the current version of 8.x and 10.x on systems. I am using OpenSuse 
12.1, We are working on getting a 12.2 boxs up just running out of time. 
Asterisk on all of our boxes are complied from source. 

Thanks

Bryant Zimmerman (ZK Tech Inc.)
616-855-1030 Ext. 2003 


 From: Gopalakrishnan N gopalakrishnan...@gmail.com
 Sent: Monday, August 20, 2012 10:11 AM
To: Bryant Zimmerman brya...@zktech.com
Subject: Re: [asterisk-users] Asterisk hangs while starting in OpenSuse 
12.2  

It's really glad that asterisk is installed at your machine in open suse. 
Can you let me know which version you are using and the architecture. 

Regards. On Aug 20, 2012 6:22 PM, Bryant Zimmerman brya...@zktech.com 
wrote: I compile from source..

Sent from my Verizon Wireless Phone

- Reply message -
From: Gopalakrishnan N gopalakrishnan...@gmail.com
Date: Mon, Aug 20, 2012 8:15 am
Subject: [asterisk-users] Asterisk hangs while starting in OpenSuse 12.2
To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com

 From the forum I understand OpenSuse 12.2 is pre-relase and better to use 
OpenSuse 12.1. Lets check with OpenSuse 12.1.  
 Regards. 

On Mon, Aug 20, 2012 at 5:34 PM, Gopalakrishnan N 
gopalakrishnan...@gmail.com wrote:
Its really weird working with OpenSuse. I am not sure how others are using 
with OpenSuse. Through Yast also I tried to install Asterisk package, it 
didn't find.  
 Now I am clueless to work with OpenSuse.  
   
 Regards.   

On Fri, Aug 17, 2012 at 2:38 PM, Gopalakrishnan N 
gopalakrishnan...@gmail.com wrote:
Hi Patrick, 
 Thanks for your suggestion, even though I added my hostname in the 
/etc/hosts, still the problem persists. Also I tried to install in OpenSuse 
12.2 (32bit) in virtualbox (like vmware) even there I faced problem like 
hanging at modules while starting Asterisk. 
 Regards, Gopal.  

 Please do not top post and properly trim your replies.

Have you made sure that on the OpenSuse box your DNS is configured 
properly? You should be able to lookup your IP address/FQDN both ways. So 
for example 192.168.1.1 (replace with your IP adres) should resolve in 
your.box.com (replace with your FQDN) and vice versa your.box.com should 
resolve into 192.168.1.1. See man dig or man nslookup for commands that can 
do DNS lookups.

Regards,
Patrick  

--
_
-- 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] Asterisk hangs while starting in OpenSuse 12.2

2012-08-23 Thread Hans Witvliet
On Thu, 2012-08-23 at 15:01 +0530, Gopalakrishnan N wrote:
 Hi,
 
 
 Again I stuck up with OpenSuse 12.1 also, Installed OpenSuse 12.1
 (32bit) version in virtualbox. Downloaded Asterisk 1.8.15. Installed,
 installation went fine. 
 
 

Have you tried the versions from the OBS?

Or perhaps a virtualbox issue? Its notorious for vapourizing
cpu-cycles...

hw



--
_
-- 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] Asterisk hangs while starting in OpenSuse 12.2

2012-08-20 Thread Gopalakrishnan N
Its really weird working with OpenSuse. I am not sure how others are using
with OpenSuse. Through Yast also I tried to install Asterisk package, it
didn't find.

Now I am clueless to work with OpenSuse.



Regards.


On Fri, Aug 17, 2012 at 2:38 PM, Gopalakrishnan N 
gopalakrishnan...@gmail.com wrote:

 Hi Patrick,

 Thanks for your suggestion, even though I added my hostname in the
 /etc/hosts, still the problem persists. Also I tried to install in OpenSuse
 12.2 (32bit) in virtualbox (like vmware) even there I faced problem like
 hanging at modules while starting Asterisk.

 Regards,
 Gopal.



 Please do not top post and properly trim your replies.

 Have you made sure that on the OpenSuse box your DNS is configured
 properly? You should be able to lookup your IP address/FQDN both ways. So
 for example 192.168.1.1 (replace with your IP adres) should resolve in
 your.box.com (replace with your FQDN) and vice versa your.box.com should
 resolve into 192.168.1.1. See man dig or man nslookup for commands that can
 do DNS lookups.

 Regards,
 Patrick




 --
 __**__**_
 -- 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-**usershttp://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] Asterisk hangs while starting in OpenSuse 12.2

2012-08-20 Thread Gopalakrishnan N
From the forum I understand OpenSuse 12.2 is pre-relase and better to use
OpenSuse 12.1. Lets check with OpenSuse 12.1.

Regards.


On Mon, Aug 20, 2012 at 5:34 PM, Gopalakrishnan N 
gopalakrishnan...@gmail.com wrote:

 Its really weird working with OpenSuse. I am not sure how others are using
 with OpenSuse. Through Yast also I tried to install Asterisk package, it
 didn't find.

 Now I am clueless to work with OpenSuse.



 Regards.


 On Fri, Aug 17, 2012 at 2:38 PM, Gopalakrishnan N 
 gopalakrishnan...@gmail.com wrote:

 Hi Patrick,

 Thanks for your suggestion, even though I added my hostname in the
 /etc/hosts, still the problem persists. Also I tried to install in OpenSuse
 12.2 (32bit) in virtualbox (like vmware) even there I faced problem like
 hanging at modules while starting Asterisk.

 Regards,
 Gopal.



 Please do not top post and properly trim your replies.

 Have you made sure that on the OpenSuse box your DNS is configured
 properly? You should be able to lookup your IP address/FQDN both ways. So
 for example 192.168.1.1 (replace with your IP adres) should resolve in
 your.box.com (replace with your FQDN) and vice versa your.box.comshould 
 resolve into 192.168.1.1. See man dig or man nslookup for commands
 that can do DNS lookups.

 Regards,
 Patrick




 --
 __**__**
 _
 -- 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-**usershttp://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] Asterisk hangs while starting in OpenSuse 12.2

2012-08-20 Thread Gopalakrishnan N
Ok Thanks Bryant, let me try with OpenSuse 12.1.

Regards.

On Mon, Aug 20, 2012 at 7:46 PM, Bryant Zimmerman brya...@zktech.comwrote:

 I have the current version of 8.x and 10.x on systems. I am using OpenSuse
 12.1, We are working on getting a 12.2 boxs up just running out of time.
 Asterisk on all of our boxes are complied from source.

 Thanks

 Bryant Zimmerman (ZK Tech Inc.)
 616-855-1030 Ext. 2003


 --
 *From*: Gopalakrishnan N gopalakrishnan...@gmail.com
 *Sent*: Monday, August 20, 2012 10:11 AM
 *To*: Bryant Zimmerman brya...@zktech.com
 *Subject*: Re: [asterisk-users] Asterisk hangs while starting in OpenSuse
 12.2


 It's really glad that asterisk is installed at your machine in open suse.
 Can you let me know which version you are using and the architecture.

 Regards.
 On Aug 20, 2012 6:22 PM, Bryant Zimmerman brya...@zktech.com wrote:

 I compile from source..

 Sent from my Verizon Wireless Phone

 - Reply message -
 From: Gopalakrishnan N gopalakrishnan...@gmail.com
 Date: Mon, Aug 20, 2012 8:15 am
 Subject: [asterisk-users] Asterisk hangs while starting in OpenSuse 12.2
 To: Asterisk Users Mailing List - Non-Commercial Discussion 
 asterisk-users@lists.digium.com

  From the forum I understand OpenSuse 12.2 is pre-relase and better to
 use OpenSuse 12.1. Lets check with OpenSuse 12.1.

  Regards.


 On Mon, Aug 20, 2012 at 5:34 PM, Gopalakrishnan N 
 gopalakrishnan...@gmail.com wrote:

 Its really weird working with OpenSuse. I am not sure how others are
 using with OpenSuse. Through Yast also I tried to install Asterisk package,
 it didn't find.

  Now I am clueless to work with OpenSuse.



  Regards.


 On Fri, Aug 17, 2012 at 2:38 PM, Gopalakrishnan N 
 gopalakrishnan...@gmail.com wrote:

 Hi Patrick,

  Thanks for your suggestion, even though I added my hostname in the
 /etc/hosts, still the problem persists. Also I tried to install in OpenSuse
 12.2 (32bit) in virtualbox (like vmware) even there I faced problem like
 hanging at modules while starting Asterisk.

  Regards,
 Gopal.



  Please do not top post and properly trim your replies.

 Have you made sure that on the OpenSuse box your DNS is configured
 properly? You should be able to lookup your IP address/FQDN both ways. So
 for example 192.168.1.1 (replace with your IP adres) should resolve in
 your.box.com (replace with your FQDN) and vice versa your.box.comshould 
 resolve into 192.168.1.1. See man dig or man nslookup for commands
 that can do DNS lookups.

 Regards,
 Patrick




 --
 _
 -- 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] Asterisk hangs while starting in OpenSuse 12.2

2012-08-17 Thread Gopalakrishnan N
Hi Patrick,

Thanks for your suggestion, even though I added my hostname in the
/etc/hosts, still the problem persists. Also I tried to install in OpenSuse
12.2 (32bit) in virtualbox (like vmware) even there I faced problem like
hanging at modules while starting Asterisk.

Regards,
Gopal.


 Please do not top post and properly trim your replies.

 Have you made sure that on the OpenSuse box your DNS is configured
 properly? You should be able to lookup your IP address/FQDN both ways. So
 for example 192.168.1.1 (replace with your IP adres) should resolve in
 your.box.com (replace with your FQDN) and vice versa your.box.com should
 resolve into 192.168.1.1. See man dig or man nslookup for commands that can
 do DNS lookups.

 Regards,
 Patrick




 --
 __**__**_
 -- 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-**usershttp://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] Asterisk hangs while starting in OpenSuse 12.2

2012-08-14 Thread Patrick Lists

On 14-08-12 08:29, Gopalakrishnan N wrote:

If I change autoload=no then asterisk is starting, but post to that
loading modules even chan_sip.so asterisk hangs. Its strange, only in
OpenSuse I am facing this. In CentOS, Ubuntu its working fine, same
Asterisk version with same hardware.


Please do not top post and properly trim your replies.

Have you made sure that on the OpenSuse box your DNS is configured 
properly? You should be able to lookup your IP address/FQDN both ways. 
So for example 192.168.1.1 (replace with your IP adres) should resolve 
in your.box.com (replace with your FQDN) and vice versa your.box.com 
should resolve into 192.168.1.1. See man dig or man nslookup for 
commands that can do DNS lookups.


Regards,
Patrick



--
_
-- 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] Asterisk hangs while starting in OpenSuse 12.2

2012-08-13 Thread Bryant Zimmerman
I am running OpenSuse 12.1 with no issues. I have not tried 12.2 beta yet.

Thanks

Bryant Zimmerman (ZK Tech Inc.)
616-855-1030 Ext. 2003 


 From: Gopalakrishnan N gopalakrishnan...@gmail.com
Sent: Monday, August 13, 2012 8:19 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com
Subject: [asterisk-users] Asterisk hangs while starting in OpenSuse 12.2

Hi, 
 I am using OpenSuse 12.2 64bit OS which uses Kernel 3.3.x version and 
downloaded Asterisk 1.8 current version, after installing Asterisk, while 
starting Asterisk it hangs at the stage of loading modules.conf, I checked 
the forum https://issues.asterisk.org/jira/browse/ASTERISK-19245 but still 
after updating through yast also i am facing the issue. 
 Have anybody faced this type of issue with OpenSuse 12.2, its really wired 
working with OpenSuse 12.2, even i tried with OpenSuse 12.1 as well which 
results to same failure.  

 Regards, Gopal.  

--
_
-- 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] Asterisk hangs while starting in OpenSuse 12.2

2012-08-13 Thread Gopalakrishnan N
Hi,

Thanks for your comments. Even I tried with 12.1 also, its the same issue,
I am not sure whether it may be hardware related. Logs below,

OS details - uname -a
Linux laptop-prasad 3.3.0-2-desktop #1 SMP PREEMPT Sat Mar 24 00:11:53 UTC
2012 (7e9dd21) x86_64 x86_64 x86_64 GNU/Linux

while executing asterisk -c from the root prompt, its stuck as below
and the CPU usage is fully utilized,

  == Manager registered action DBPut
  == Manager registered action DBDel
  == Manager registered action DBDelTree
  == Parsing '/etc/asterisk/enum.conf':   == Found
  == Registered application 'CallCompletionRequest'
  == Registered application 'CallCompletionCancel'
  == Parsing '/etc/asterisk/ccss.conf':   == Found
 Asterisk Dynamic Loader Starting:
  == Parsing '/etc/asterisk/modules.conf':   == Found
[Aug 14 10:48:36] NOTICE[3805]: loader.c:1133 load_modules: 184 modules
will be loaded.


Any advice would be much appreciated.

Regards,
Gopal.


On Tue, Aug 14, 2012 at 3:37 AM, Bryant Zimmerman brya...@zktech.comwrote:

 I am running OpenSuse 12.1 with no issues. I have not tried 12.2 beta yet.

 Thanks

 Bryant Zimmerman (ZK Tech Inc.)
 616-855-1030 Ext. 2003


 --
 *From*: Gopalakrishnan N gopalakrishnan...@gmail.com
 *Sent*: Monday, August 13, 2012 8:19 AM
 *To*: Asterisk Users Mailing List - Non-Commercial Discussion 
 asterisk-users@lists.digium.com
 *Subject*: [asterisk-users] Asterisk hangs while starting in OpenSuse 12.2


 Hi,

  I am using OpenSuse 12.2 64bit OS which uses Kernel 3.3.x version and
 downloaded Asterisk 1.8 current version, after installing Asterisk, while
 starting Asterisk it hangs at the stage of loading modules.conf, I checked
 the forum https://issues.asterisk.org/jira/browse/ASTERISK-19245 but
 still after updating through yast also i am facing the issue.

  Have anybody faced this type of issue with OpenSuse 12.2, its really
 wired working with OpenSuse 12.2, even i tried with OpenSuse 12.1 as well
 which results to same failure.


  Regards,
 Gopal.


 --
 _
 -- 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] Asterisk hangs while starting in OpenSuse 12.2

2012-08-13 Thread Steve Edwards

On Tue, 14 Aug 2012, Gopalakrishnan N wrote:

while executing asterisk -c from the root prompt, its stuck as below 
and the CPU usage is fully utilized,


[snip]


  == Parsing '/etc/asterisk/modules.conf':   == Found
[Aug 14 10:48:36] NOTICE[3805]: loader.c:1133 load_modules: 184 modules will be 
loaded.


I'm just a 1.2 Luddite, but I'll take a stab...

I'm guessing you're autoloading everything. (My personal preference is to 
turn autoloading off and explicitly load just what I need.)


Mung a directory listing of your modules so each module name is prefixed 
with 'noload'


Paste this into you modules.conf.

Comment out the first half of the 'noloads.' If Asterisk still hangs, the 
problem is somewhere in the second half. If not, un-comment the ones you 
just commented and comment out the second half.


Continue this process (bi-section search) until you identify the errant 
module.


You'll have to fiddle a bit as you discover module inter-dependencies.

You could probably make some educated guesses and start with modules that 
touch hardware like dahdi or any timing cruft, but the above process will 
work -- even after a couple of beers.


--
Thanks in advance,
-
Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867 PST
Newline  Fax: +1-760-731-3000--
_
-- 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