roobarb! wrote: ↑Sat May 16, 2020 2:17 am
Hey everyone,
Another rapid post; having used it myself for the past week or so, after a five year interlude I think it's time for
SqueezePlay v7.8.
You will need the latest
Ubuntu Bionic image on a USB stick or the image file downloaded onto the
Reflash System for writing to internal memory.
Fire up your Joggler, SSH in with username '
of' and password '
joggler' - the IP address is now shown on the login screen! - and then:
When it's done:
You should wind up with something that is remarkably similar to the previous 'SQPOS' version, but on an up-to-date operating system. Only big thing missing at the moment is shairport-sync for AirPlay compatibility, but I'll get that sorted.
Let me know how you get along with it!
Thank you, roobarb!
The above worked flawlwssly....
However, trying to add LMS Server (which worked in the past) on it, I still have trouble:
1) for some reason, this needs to be commented out from etc/fstab as Castalla shared earlier; (otherwise, LMS starts once, but after reboot hangs with 100% CPU load):
Code: Select all
tmpfs /var/log tmpfs noatime,size=16M 0 0
so, this is adressed.
2) Thie following I can not resolve and would appreciate help: I can not mount my NAS - which worked in the past via:
Code: Select all
sudo apt-get update
sudo apt-get install cifs-utils
sudo service autofs restart
Then edit /etc/fstab & add this line:
Code: Select all
//192.xxx.xxx.xxx/station /mnt/diskstation cifs password=xxxxxxx,iocharset=utf8,file_mode=0777,dir_mode=0777,rw,mand 0 0
This fails already when doing service autofs restart: "failed, service not found"
I installed autofs, but still the NAS does not mount.....
-> Any hints or ideas?
One additoinal question: How can I set a root password on this setup?
I used to do: sudo passwd root, but when I do this in this setup it does not complain, but it does not let me login with root & the new pw...:'wrong pw'