<div dir="ltr"><div><div>Hi,<br><br></div>I think I was (once more) tricked by SELinux's enforce mode.<br>Changing it to permissive improved things.<br><br></div><div>Anyway, as I would like to learn more about strace, SELinux and Asterisk module loading, I'll leave this thread "open"<br></div><div>and append my findings, in couple of days, when I'll be back from a business trip.<br><br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-06-12 15:29 GMT+02:00 Tzafrir Cohen <span dir="ltr"><<a href="mailto:tzafrir.cohen@xorcom.com" target="_blank">tzafrir.cohen@xorcom.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Mon, Jun 12, 2017 at 10:36:21AM +0200, Olivier wrote:<br>
> Hello,<br>
><br>
> I was tasked to install Asterisk 13.16.0. from source on a CentOS7 platform.<br>
><br>
> For that purpose, I used an unmaintened script of mine, written 10 monthes<br>
> ago, and I was surprised to get segmentation violations whenever I ran<br>
> "asterisk -cvvvvvvv -U asterisk".<br>
><br>
> Usually, my /etc/asterisk/modules.conf file includes "autoload=yes" setting.<br>
><br>
> Basically, I see two alternative methods:<br>
><br>
> 1. leave "autoload=yes and remove modules one by one in modules.conf.<br>
> When segmentation violations stops, then focus on latest disabled module.<br>
<br>
</span>Never a good idea. Disable half for starters. Then disable/enable half<br>
of the remaining, etc.<br>
<span class=""><br>
><br>
> 2.set  "autoload=no and add modules one by one in modules.conf.<br>
> When segmentation violations starts, then focus on latest enabled module.<br>
<br>
</span>3. strace -eopen asterisk -U asterisk -c<br>
<br>
IIRC the message that Asterisk prints for loading a module is only<br>
printed after the module is loaded, and hence you need strace.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
               Tzafrir Cohen<br>
<a href="tel:%2B972-50-7952406" value="+972507952406">+972-50-7952406</a>           mailto:<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.<wbr>com</a><br>
<a href="http://www.xorcom.com" rel="noreferrer" target="_blank">http://www.xorcom.com</a><br>
<br>
--<br>
______________________________<wbr>______________________________<wbr>_________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" rel="noreferrer" target="_blank">http://www.api-digital.com</a> --<br>
<br>
Check out the new Asterisk community forum at: <a href="https://community.asterisk.org/" rel="noreferrer" target="_blank">https://community.asterisk.<wbr>org/</a><br>
<br>
New to Asterisk? Start here:<br>
      <a href="https://wiki.asterisk.org/wiki/display/AST/Getting+Started" rel="noreferrer" target="_blank">https://wiki.asterisk.org/<wbr>wiki/display/AST/Getting+<wbr>Started</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" rel="noreferrer" target="_blank">http://lists.digium.com/<wbr>mailman/listinfo/asterisk-<wbr>users</a><br>
</font></span></blockquote></div><br></div>