Hello and greetings from Germany!
I've installed a LMS 7.9.0 on a small linux server (eisfair-1, https://www.eisfair.org/; https://www.pack-eis.de/index.php?p=slims), but have some issues with processor load *only* when starting the LMS using the script in etc/init.d. Processor load is at 100% and stays that way.
*BUT* when I deactivate or activate *any* plugin using the webinterface and restart using the webinterface, processor load drops immediately to "normal" under 10% (most of the time below 3%).
So I'm asking myself (and you): How can I write a little script that (re)starts the LMS exactly like the webinterface?
startet?
I already know that the file "Slim/Web/Settings/Server/Plugins.pm" uses a function or routine !main::restartServer()", which probably is the subroutine "restartServer" in "slimserver.pl".
But how can I use this subroutine in my own script?
Thanks a lot for your help!
René
I've installed a LMS 7.9.0 on a small linux server (eisfair-1, https://www.eisfair.org/; https://www.pack-eis.de/index.php?p=slims), but have some issues with processor load *only* when starting the LMS using the script in etc/init.d. Processor load is at 100% and stays that way.
*BUT* when I deactivate or activate *any* plugin using the webinterface and restart using the webinterface, processor load drops immediately to "normal" under 10% (most of the time below 3%).
So I'm asking myself (and you): How can I write a little script that (re)starts the LMS exactly like the webinterface?
startet?
I already know that the file "Slim/Web/Settings/Server/Plugins.pm" uses a function or routine !main::restartServer()", which probably is the subroutine "restartServer" in "slimserver.pl".
But how can I use this subroutine in my own script?
Thanks a lot for your help!
René
Comment