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