Hello
I'm trying to get the latest stable LMS 8.1.1 running on this new debian server I'm moving my media stuff over to, but the service won't start.
The installation process I've undertaken:
I can't find any kind of error, nothing is appended to /var/log/squeezeboxserver/server.logCode:$ sudo dpkg -i logitechmediaserver_8.1.1_amd64.deb Selecting previously unselected package logitechmediaserver. (Reading database ... 144653 files and directories currently installed.) Preparing to unpack logitechmediaserver_8.1.1_amd64.deb ... Unpacking logitechmediaserver (8.1.1) ... Setting up logitechmediaserver (8.1.1) ... Adding system user `squeezeboxserver' (UID 118) ... Adding new user `squeezeboxserver' (UID 118) with group `nogroup' ... Not creating home directory `/usr/share/squeezeboxserver'. invoke-rc.d: policy-rc.d denied execution of start. $ sudo systemctl start logitechmediaserver.service $ sudo systemctl status logitechmediaserver.service ● logitechmediaserver.service - LSB: Startup script for the Logitech Media Server Loaded: loaded (/etc/init.d/logitechmediaserver; generated) Active: active (exited) since Sun 2021-06-13 12:36:49 BST; 18min ago Docs: man:systemd-sysv-generator(8) Tasks: 0 (limit: 9486) Memory: 0B CPU: 0 CGroup: /system.slice/logitechmediaserver.service Jun 13 12:36:49 brian-syno systemd[1]: Starting LSB: Startup script for the Logitech Media Server... Jun 13 12:36:49 brian-syno logitechmediaserver[422]: Making sure that Logitech Media Server is not running first: Jun 13 12:36:49 brian-syno logitechmediaserver[463]: Warning: Fake start-stop-daemon called, doing nothing. Jun 13 12:36:49 brian-syno logitechmediaserver[422]: Starting Logitech Media Server Jun 13 12:36:49 brian-syno logitechmediaserver[465]: Warning: Fake start-stop-daemon called, doing nothing. Jun 13 12:36:49 brian-syno logitechmediaserver[422]: . Jun 13 12:36:49 brian-syno systemd[1]: Started LSB: Startup script for the Logitech Media Server.
However if I use this:
After a first installation or following a apt purge squeezeboxserver I need to install LMS again to fix sqlite errors, but once that is done it loads with the --debug above and I can see the web page on port 9000, but the systemctl service still will not start.Code:sudo /usr/sbin/squeezeboxserver --user squeezeboxserver --group nogroup --debug
Any Ideas?
Thanks
Karl.
Results 1 to 4 of 4
Threaded View
-
2021-06-13, 05:12 #1
- Join Date
- Aug 2005
- Posts
- 14
LMS won't start on new Debian server