I unload, wipe the file reload and it says it&#39;s reloaded <br>This makes no sense<span></span><br>On Wednesday, March 2, 2016, Nathan Neulinger &lt;<a href="javascript:_e(%7B%7D,&#39;cvml&#39;,&#39;nneul@mst.edu&#39;);" target="_blank">nneul@mst.edu</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I think he said earlier that if he shuts down completely, it works fine, but he&#39;s wanting to be able to reload on the<br>
fly to test new changes.<br>
<br>
-- Nathan<br>
<br>
On 03/02/2016 08:59 AM, Ken Rice wrote:<br>
&gt; Have you completely shut FreeSwitch down?  There is a chance when you unload a module, that module doesn’t actually<br>
&gt; unload, its still loaded, just deactivated. You can easily verify this by making sure the .so for the module is gone,<br>
&gt; and restarting FreeSWITCH completely.<br>
&gt;<br>
&gt; *From:*<a>freeswitch-users-bounces@lists.freeswitch.org</a> [mailto:<a>freeswitch-users-bounces@lists.freeswitch.org</a>] *On Behalf<br>
&gt; Of *Chris Mandra<br>
&gt; *Sent:* Wednesday, March 2, 2016 8:30 AM<br>
&gt; *To:* FreeSWITCH Users Help &lt;<a>freeswitch-users@lists.freeswitch.org</a>&gt;<br>
&gt; *Subject:* Re: [Freeswitch-users] module question<br>
&gt;<br>
&gt; No, not chroot&#39;d. I&#39;m compiling a bunch of my own classes, could be my makefile?<br>
&gt;<br>
&gt; On Wednesday, March 2, 2016, Nathan Neulinger &lt;<a>nneul@mst.edu</a> &lt;mailto:<a>nneul@mst.edu</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;     Is there any chance you are running freeswitch chroot&#39;d?<br>
&gt;<br>
&gt;     On 03/02/2016 06:14 AM, Chris Mandra wrote:<br>
&gt;      &gt; Thank you for writing Stephen, I&#39;ve already tried that, and that&#39;s how I know it&#39;s reporting what it&#39;s reporting<br>
&gt;     and how<br>
&gt;      &gt; it doesn&#39;t make any sense.<br>
&gt;      &gt;<br>
&gt;      &gt; Fs is reporting this: /usr/local/freeswitch/mod/mod_test_dsp.so<br>
&gt;      &gt;<br>
&gt;      &gt; however that file doesn’t even exist<br>
&gt;      &gt;<br>
&gt;      &gt; and yet it still says it’s loading it<br>
&gt;      &gt;<br>
&gt;      &gt; how is that possible?<br>
&gt;      &gt;<br>
&gt;      &gt;<br>
&gt;      &gt; On Wednesday, March 2, 2016, Steven Ayre &lt;<a>steveayre@gmail.com</a> &lt;javascript:;&gt; &lt;mailto:<a>steveayre@gmail.com</a><br>
&gt;     &lt;javascript:;&gt;&gt;&gt; wrote:<br>
&gt;      &gt;<br>
&gt;      &gt;     When the file is loaded use find FreeSWITCH&#39;s PID and then use the &#39;lsof -p $PID | grep mod_&#39; command...<br>
&gt;     it&#39;ll show<br>
&gt;      &gt;     you a list of the modules FreeSWITCH currently has loaded. See if it&#39;s loading from a different path that way.<br>
&gt;      &gt;<br>
&gt;      &gt;     On 2 March 2016 at 02:52, Chris Mandra &lt;<a>mandra@gmail.com</a> &lt;javascript:;&gt;<br>
&gt;     &lt;javascript:_e(%7B%7D,&#39;cvml&#39;,&#39;<a>mandra@gmail.com</a> &lt;javascript:;&gt;&#39;);&gt;&gt; wrote:<br>
&gt;      &gt;<br>
&gt;      &gt;         Any other ideas?<br>
&gt;      &gt;<br>
&gt;      &gt;<br>
&gt;      &gt;         On Tuesday, March 1, 2016, Chris Mandra &lt;<a>mandra@gmail.com</a> &lt;javascript:;&gt;<br>
&gt;     &lt;javascript:_e(%7B%7D,&#39;cvml&#39;,&#39;<a>mandra@gmail.com</a> &lt;javascript:;&gt;&#39;);&gt;&gt; wrote:<br>
&gt;      &gt;<br>
&gt;      &gt;             Thanks for your responses so far guys. Italo, its only built from source so I don&#39;t think that&#39;s the<br>
&gt;     issue.<br>
&gt;      &gt;             This is baffling. I&#39;ve tried it in more one machine, same result.<br>
&gt;      &gt;<br>
&gt;      &gt;             On Tuesday, March 1, 2016, Chris Mandra &lt;<a>mandra@gmail.com</a> &lt;javascript:;&gt;&gt; wrote:<br>
&gt;      &gt;<br>
&gt;      &gt;                 So, FS is reporting<br>
&gt;      &gt;<br>
&gt;      &gt;                 reporting this: /usr/local/freeswitch/mod/mod_test_dsp.so<br>
&gt;      &gt;<br>
&gt;      &gt;                 however that file doesn’t even exist<br>
&gt;      &gt;<br>
&gt;      &gt;                 and yet it still says it’s loading it<br>
&gt;      &gt;<br>
&gt;      &gt;                 how is that possible?<br>
&gt;      &gt;<br>
&gt;      &gt;<br>
&gt;      &gt;                 On Tue, Mar 1, 2016 at 12:34 PM, Nathan Neulinger &lt;<a>nneul@mst.edu</a> &lt;javascript:;&gt;&gt; wrote:<br>
&gt;      &gt;<br>
&gt;      &gt;<br>
&gt;      &gt;<br>
&gt;      &gt;                     On 03/01/2016 09:41 AM, Chris Mandra wrote:<br>
&gt;      &gt;                     &gt; thanks for the reply Nathan - this is really weird:<br>
&gt;      &gt;                     &gt;<br>
&gt;      &gt;                     &gt; after i remove the .so files (and make sure they&#39;re gone from my disk)  it still reports it<br>
&gt;     successfully reloads<br>
&gt;      &gt;                     &gt;<br>
&gt;      &gt;<br>
&gt;      &gt;                     Ok, so issue &#39;lsof -p PID_OF_FREESWITCH&#39; and look for the path to the .so file that it<br>
&gt;     loaded. It&#39;s<br>
&gt;      &gt;                     likely pulling it in<br>
&gt;      &gt;                     from a different location.<br>
&gt;      &gt;<br>
&gt;      &gt;                     Or &#39;strace -v -f -s 500 -o /tmp/trc -p PID_OF_FREESWITCH&#39;, then issue the reload, then kill the<br>
&gt;      &gt;                     strace and look for what<br>
&gt;      &gt;                     file/path it searched/etc.<br>
&gt;      &gt;<br>
&gt;      &gt;                     -- Nathan<br>
&gt;      &gt;<br>
&gt;      &gt;                     ------------------------------------------------------------<br>
&gt;      &gt;                     Nathan Neulinger <a>nneul@mst.edu</a> &lt;javascript:;&gt;<br>
&gt;      &gt;                     Missouri S&amp;T Information Technology (573) 612-1412 &lt;tel:%28573%29%20612-1412&gt;<br>
&gt;      &gt;                     System Administrator - Architect<br>
&gt;      &gt;<br>
&gt;      &gt;                     _________________________________________________________________________<br>
&gt;      &gt;                     Professional FreeSWITCH Consulting Services:<br>
&gt;      &gt; <a>consulting@freeswitch.org</a> &lt;javascript:;&gt;<br>
&gt;      &gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;      &gt;<br>
&gt;      &gt;                     Official FreeSWITCH Sites<br>
&gt;      &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;      &gt; <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
&gt;      &gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;      &gt;<br>
&gt;      &gt;                     FreeSWITCH-users mailing list<br>
&gt;      &gt; <a>FreeSWITCH-users@lists.freeswitch.org</a> &lt;javascript:;&gt;<br>
&gt;      &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;      &gt;                     UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;      &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;      &gt;<br>
&gt;      &gt;<br>
&gt;      &gt;<br>
&gt;      &gt;<br>
&gt;      &gt;                 --<br>
&gt;      &gt;                 mandra<br>
&gt;      &gt;                 c:410.258.5281 &lt;tel:410.258.5281&gt;<br>
&gt;      &gt;<br>
&gt;      &gt;<br>
&gt;      &gt;<br>
&gt;      &gt;             --<br>
&gt;      &gt;             mandra<br>
&gt;      &gt;             c:410.258.5281 &lt;tel:410.258.5281&gt;<br>
&gt;      &gt;<br>
&gt;      &gt;<br>
&gt;      &gt;<br>
&gt;      &gt;         --<br>
&gt;      &gt;         mandra<br>
&gt;      &gt;         c:410.258.5281 &lt;tel:410.258.5281&gt;<br>
&gt;      &gt;<br>
&gt;      &gt;         _________________________________________________________________________<br>
&gt;      &gt;         Professional FreeSWITCH Consulting Services:<br>
&gt;      &gt; <a>consulting@freeswitch.org</a> &lt;javascript:;&gt; &lt;javascript:_e(%7B%7D,&#39;cvml&#39;,&#39;<a>consulting@freeswitch.org</a> &lt;javascript:;&gt;&#39;);&gt;<br>
&gt;      &gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;      &gt;<br>
&gt;      &gt;         Official FreeSWITCH Sites<br>
&gt;      &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;      &gt; <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
&gt;      &gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;      &gt;<br>
&gt;      &gt;         FreeSWITCH-users mailing list<br>
&gt;      &gt; <a>FreeSWITCH-users@lists.freeswitch.org</a> &lt;javascript:;&gt;<br>
&gt;     &lt;javascript:_e(%7B%7D,&#39;cvml&#39;,&#39;<a>FreeSWITCH-users@lists.freeswitch.org</a> &lt;javascript:;&gt;&#39;);&gt;<br>
&gt;      &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;      &gt;         UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;      &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;      &gt;<br>
&gt;      &gt;<br>
&gt;      &gt;<br>
&gt;      &gt;<br>
&gt;      &gt; --<br>
&gt;      &gt; mandra<br>
&gt;      &gt; c:410.258.5281<br>
&gt;      &gt;<br>
&gt;      &gt;<br>
&gt;      &gt; _________________________________________________________________________<br>
&gt;      &gt; Professional FreeSWITCH Consulting Services:<br>
&gt;      &gt; <a>consulting@freeswitch.org</a> &lt;javascript:;&gt;<br>
&gt;      &gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;      &gt;<br>
&gt;      &gt; Official FreeSWITCH Sites<br>
&gt;      &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;      &gt; <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
&gt;      &gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;      &gt;<br>
&gt;      &gt; FreeSWITCH-users mailing list<br>
&gt;      &gt; <a>FreeSWITCH-users@lists.freeswitch.org</a> &lt;javascript:;&gt;<br>
&gt;      &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;      &gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;      &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;      &gt;<br>
&gt;<br>
&gt;     --<br>
&gt;     ------------------------------------------------------------<br>
&gt;     Nathan Neulinger <a>nneul@mst.edu</a> &lt;javascript:;&gt;<br>
&gt;     Missouri S&amp;T Information Technology    (573) 612-1412<br>
&gt;     System Administrator - Architect<br>
&gt;<br>
&gt;     _________________________________________________________________________<br>
&gt;     Professional FreeSWITCH Consulting Services:<br>
&gt;     <a>consulting@freeswitch.org</a> &lt;javascript:;&gt;<br>
&gt;     <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt;     Official FreeSWITCH Sites<br>
&gt;     <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;     <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
&gt;     <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;<br>
&gt;     FreeSWITCH-users mailing list<br>
&gt;     <a>FreeSWITCH-users@lists.freeswitch.org</a> &lt;javascript:;&gt;<br>
&gt;     <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;     UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;     <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; mandra<br>
&gt; c:410.258.5281<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _________________________________________________________________________<br>
&gt; Professional FreeSWITCH Consulting Services:<br>
&gt; <a>consulting@freeswitch.org</a><br>
&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt; Official FreeSWITCH Sites<br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a>FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
<br>
--<br>
------------------------------------------------------------<br>
Nathan Neulinger                       <a>nneul@mst.edu</a><br>
Missouri S&amp;T Information Technology    (573) 612-1412<br>
System Administrator - Architect<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a>consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a>FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote>
<br><br>-- <br>mandra<br>c:410.258.5281<br>