UZI wrote: 
> 1. You need to ssh to your OMV.
> 2. Create a script, e.g. nano update_lms.sh
> 3. reffering to http://wiki.slimdevices.com/index.php/Debian_Package
> you have to edit following lines
> ==========
> url="http://www.mysqueezebox.com/update/?version=7.9.0&revision=1&geturl=1&os=deb";
> latest_lms=$(wget -q -O - "$url")
> mkdir -p /sources
> cd /sources
> wget $latest_lms
> lms_deb=${latest_lms##*/}
> dpkg -i $lms_deb
> ===========
> 4. save script with ctrl-x
> 5. chmod 755 update.sh
> 6. ./update.sh
> 7. script should install lms 7.9 latest nightly
> 
> Regards
> UZI
> 
> BTW: LMS is up and running on my OMV since 3 years now without any issue


Not really worth writing a script, its only 2 commands !

I just spun up an OMV VM :-

Code:
--------------------
    
  root@openmediavault:~# wget 
http://downloads.slimdevices.com/nightly/7.9/sc/ea5aae1/logitechmediaserver_7.9.0~1456293066_amd64.deb
  --2016-02-24 22:53:09--  
http://downloads.slimdevices.com/nightly/7.9/sc/ea5aae1/logitechmediaserver_7.9.0~1456293066_amd64.deb
  Resolving downloads.slimdevices.com (downloads.slimdevices.com)... 
54.230.14.129, 54.230.14.185, 54.230.14.234, ...
  Connecting to downloads.slimdevices.com 
(downloads.slimdevices.com)|54.230.14.129|:80... connected.
  HTTP request sent, awaiting response... 200 OK
  Length: 50296478 (48M) [text/plain]
  Saving to: `logitechmediaserver_7.9.0~1456293066_amd64.deb'
  
  100%[================================================================>] 
50,296,478  4.04M/s   in 13s
  
  2016-02-24 22:53:23 (3.63 MB/s) - 
`logitechmediaserver_7.9.0~1456293066_amd64.deb' saved [50296478/50296478]
  
  root@openmediavault:~# dpkg -i logitechmediaserver_7.9.0~1456293066_amd64.deb
  Selecting previously unselected package logitechmediaserver.
  (Reading database ... 28811 files and directories currently installed.)
  Unpacking logitechmediaserver (from 
logitechmediaserver_7.9.0~1456293066_amd64.deb) ...
  Setting up logitechmediaserver (7.9.0~1456293066) ...
  Adding system user `squeezeboxserver' (UID 111) ...
  Adding new user `squeezeboxserver' (UID 111) with group `nogroup' ...
  Not creating home directory `/usr/share/squeezeboxserver'.
  Making sure that Logitech Media Server is not running first: No process in 
pidfile '/var/run/logitechmediaserver.pid' found running; none killed.
  Starting Logitech Media Server.
  root@openmediavault:~#
  
--------------------


Runs fine !



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezePlayer,PiCorePlayer
x3,Wandboard
*Server:* LMS Version: 7.9.0 - 1453293926 on Centos 7 VM on ESXi 6 on HP
N54L
*Plugins:* AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud
*Remotes:* iPeng8/Orangesqueeze/PC/Jivelite
*Music:* 383GB,1269 albums 17756 songs 4381 artists mostly FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS
------------------------------------------------------------------------
Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
View this thread: http://forums.slimdevices.com/showthread.php?t=97803

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to