Hi,<br><div><br></div><div>I have started asterisk using strace, and the log is listed in pastebin <a href="http://pastebin.com/ry2Q1e6x">http://pastebin.com/ry2Q1e6x</a> </div><div><br></div><div>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,</div>

<div><ol><li>OpenSuse fresh installation</li><li>Login to root in terminal (sudo -i)</li><li>Download libpri, dahdi and Asterisk</li><li>Install libpri and dahdi (even though I am not using any dahdi hardware) - make and make install</li>

<li>Installation of Asterisk (./configure, make menuconfig, make, make install and make samples)</li><li>Start Asterisk (asterisk -vvvvc) - here hangs while loading modules. </li></ol><div>any other packages has to be installed or the installation is fine! please advice!</div>

</div><div><br></div><div>Regards. </div><div><br><br><div class="gmail_quote">On Thu, Aug 30, 2012 at 7:03 PM, Tzafrir Cohen <span dir="ltr">&lt;<a href="mailto:tzafrir.cohen@xorcom.com" target="_blank">tzafrir.cohen@xorcom.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Thu, Aug 30, 2012 at 01:42:06PM +0200, Patrick Lists wrote:<br>
&gt; On 08/30/2012 09:45 AM, Gopalakrishnan N wrote:<br>
&gt; &gt;Hi,<br>
&gt; &gt;<br>
&gt; &gt;I have installed libpri, Dahdi 2.6 and Asterisk 1.8.15, in normal host,<br>
&gt; &gt;I am not using any virtualbox, still i struck in loading the modules.<br>
&gt;<br>
&gt; Please do not top post.<br>
&gt;<br>
&gt; Install strace and then start asterisk with the command:<br>
&gt; # strace asterisk<br>
<br>
</div>Asterisk will fork into the background and the process you trace will<br>
exit.<br>
<br>
  strace -f asterisk #?<br>
  strace asterisk -f #?<br>
<br>
Just in case you wonder, &#39;asterisk -f strace&#39; will not work as you might<br>
have expected from the above examples. Nither will &#39;-f strace asterisk&#39;.<br>
<br>
&#39;-U asterisk &#39; may also come in handy.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
               Tzafrir Cohen<br>
icq#16849755              <a href="mailto:jabber%3Atzafrir.cohen@xorcom.com">jabber:tzafrir.cohen@xorcom.com</a><br>
+972-50-7952406           mailto:<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a><br>
<a href="http://www.xorcom.com" target="_blank">http://www.xorcom.com</a>  <a href="http://iax:guest@local.xorcom.com/tzafrir" target="_blank">iax:guest@local.xorcom.com/tzafrir</a><br>
</font></span><div class="HOEnZb"><div class="h5"><br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br></div>