Any one of netstat, ps, top, htop at the CLI should confirm if LMS is running and on what ports on your system. Jessie/OMV uses systemd so it's better to use systemctl commands, e.g. systemctl status logitechmediaserver, systemctl restart logitechmediaserver, etc. Assuming you have enabled ssh access to Jessie/OMV command line.
In OMV you could also use the webui to look at the running process. Using "netstat -plant" as root should show a perl program is listening on 127.0.0.1:9000 in a default LMS setup. Use something like "ps aux | grep squeeze" to show slimserver.pl is running. ------------------------------------------------------------------------ Krisbee's Profile: http://forums.slimdevices.com/member.php?userid=59080 View this thread: http://forums.slimdevices.com/showthread.php?t=108217 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
