On Tue, Oct 9, 2018 at 5:58 AM Olivier <[email protected]> wrote: > Hello, > > On a freshly update Debian Stretch packaged-Asterisk (13.14.1) box, I'm > reading this: > > asterisktuto*CLI> module load res_statsd.so > Unable to load module res_statsd.so > Command 'module load res_statsd.so' failed. > [Oct 9 12:53:26] WARNING[488]: loader.c:1077 load_resource: Module > 'res_statsd.so' already exists. > [asterisktuto*CLI> module reload res_statsd.so > No such module 'res_statsd.so' > > Can you explain this second message as res_statsd.so module seems to exist > ? >
The reload message is incorrect when the statsd.conf file has not changed. I have just put up a patch on gerrit [1] to fix it. There was another fix [2] made about a week ago that fixed a more general problem that affected the reported reload status of any module if it failed. Richard [1] https://gerrit.asterisk.org/#/c/asterisk/+/10453/ [2] https://gerrit.asterisk.org/#/c/asterisk/+/10351/
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Astricon is coming up October 9-11! Signup is available at: https://www.asterisk.org/community/astricon-user-conference Check out the new Asterisk community forum at: https://community.asterisk.org/ New to Asterisk? Start here: https://wiki.asterisk.org/wiki/display/AST/Getting+Started asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
