I have OMV running in Vbox as a test, but cannot reproduce your error. 

I downloaded LMS directly 


Code:
--------------------
    
  root@omv-vm:/# wget -c 
http://downloads.slimdevices.com/nightly/7.9/sc/c558cb2/logitechmediaserver_7.9.1~1509357021_amd64.deb
  
--------------------
 

last step of script you used is just a "dpkg -i":


Code:
--------------------
    
  root@omv-vm:~# dpkg -i logitechmediaserver_7.9.1~1509357021_amd64.deb
  
--------------------


LMS seems to install and start normally


Code:
--------------------
    root@omv-vm:~# systemctl status logitechmediaserver
  ● logitechmediaserver.service - LSB: Startup script for the Logitech 
Media Server
  Loaded: loaded (/etc/init.d/logitechmediaserver; generated; vendor preset: 
enabled)
  Active: active (running) since Sat 2017-11-04 19:51:09 GMT; 48s ago
  Docs: man:systemd-sysv-generator(8)
  CPU: 3ms
  CGroup: /system.slice/logitechmediaserver.service
  ├─4205 /bin/bash /usr/sbin/squeezeboxserver_safe 
/usr/sbin/squeezeboxserver --prefsdir /var/lib/squeezeboxserver/prefs --logdir 
/var/log/squeezebo
  └─4207 /usr/bin/perl /usr/sbin/squeezeboxserver --prefsdir 
/var/lib/squeezeboxserver/prefs --logdir /var/log/squeezeboxserver/ --cachedir 
/var/lib
  
  Nov 04 19:51:09 omv-vm systemd[1]: Starting LSB: Startup script for the 
Logitech Media Server...
  Nov 04 19:51:09 omv-vm logitechmediaserver[4199]: Making sure that Logitech 
Media Server is not running first: No process in pidfile 
'/var/run/logitechmedias
  Nov 04 19:51:09 omv-vm logitechmediaserver[4199]: Starting Logitech Media 
Server.
  Nov 04 19:51:09 omv-vm systemd[1]: Started LSB: Startup script for the 
Logitech Media Server
  
--------------------



Code:
--------------------
    
  root@omv-vm:~# netstat -plant | grep perl
  tcp        0      0 0.0.0.0:3483            0.0.0.0:*               LISTEN    
  4207/perl           
  tcp        0      0 0.0.0.0:9090            0.0.0.0:*               LISTEN    
  4207/perl           
  tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN    
  4207/perl           
  tcp        0      0 0.0.0.0:36521           0.0.0.0:*               LISTEN    
  4207/perl
  
--------------------


I see you have plex running, but I'm not aware that should stop LMS from
working.  I'm afraid I don't have any ideas right now. It shouldn't be
necessary, but you can run LMS using docker on OMV with
https://github.com/snoopy86/logitechmediaserver for example.


------------------------------------------------------------------------
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

Reply via email to