merlinus wrote: 
> LMS not running after upgrade to Ubuntu 18.04.1
> No problems until the upgrade.  LMS is installed but I cannot get it to
> run.
> 

Hi,

lms works on 18.04.1 but we dont know what was your previous ubuntu.
As seen in the wiki you can only use 7.9.1/7.9.2 if your lms was eg. 7.8
it wont run because of your perl version doesnt match.

since the wiki doesnt allow me to change the script to install 7.9.2
these are the steps

Code:
--------------------
    
  sudo dpkg -P  logitechmediaserver
  sudo apt-get install libio-socket-ssl-perl
  os=$(dpkg --print-architecture)
  if [ "$os" = "armhf" ]; then os=arm; fi
  
url="http://www.mysqueezebox.com/update/?version=7.9.2&revision=1&geturl=1&os=deb$os";
  latest_lms=$(wget -q -O - "$url")
  mkdir -p /sources
  cd /sources
  wget $latest_lms
  lms_deb=${latest_lms##*/}
  sudo dpkg -i $lms_deb
  sudo apt-get -f install
--------------------


------------------------------------------------------------------------
DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=109639

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

Reply via email to