1 - lubuntu 21.04 clean install
2- Install apache
sudo apt-get install apache2 phpmyadmin lamp-server^ mail-server^ openssh-server^
3 - Install ssh
4 - install NFS server
sudo apt install nfs-kernel-server
sudo apt install nfs-common
5 - run snake oil install script
sudo ./snakeoil-installer-1.2.0-x86_64.sh
6 - apache2 conflicts with snakoil web server - disable apache 2:
sudo systemctl stop apache2
sudo update-rc.d apache2 disable
7 - enable Logitech media server
184 /etc/init.d/logitechmediaserver start
185 /etc/init.d/logitechmediaserver status
186 /etc/init.d/logitechmediaserver enable
8 - to this point the REST server interface was working great. I created several share folders in /media/share and used Snakeoil to mount my NFS shares there for LMS. At this point, I went to LMS, went through it's setup wizard and started the LMS library scan. Sometime in the middle of that scan, the REST server started to malfunction.
9 - DUring the process of playing with LMS after the library scan (while trying to troubleshoot the REST server with you) I ran the LMS update script from LMS
sudo dpkg -i /var/lib/squeezeboxserver/cache/updates/logitechmediaserver_8.1.1_amd64.deb
10 - I reran the SnakeOil script and the REST server started to work again. LMS stopped working though. A check of it's status said it was running (but still no web interface)
11 - I re-ran the LMS .deb from above and LMS now works great again at the cost of the REST server not working again.
That's where I am and pretty much everything I've done up to this point \