Installing squeezeboxserver on RaspberryPi 4
Install on a clean Rasbian Buster standard, updated to today
All necessary deps installed
the install ends with :
After the install the /usr/share/squeezeboxserver exists
Going to the web-interface all seems well, but I cannot chose the media directory on the attached USB drive
The /media directory is listed, but nothing inside (no pi directory)
so I think a permission problem
Not having much knowledge in the linux permissions circus, the question is:
What permissions must exist for LMS to acces the USB HDD
The USB HDD is accessible with the RPI file manager
The USB HDD is automounted with the Raspberry Pi automounter and has the HDD label as mount name.
I have tried some different permissions, but no luck
The strange thing is, I have installed LMS a couple of weeks ago in the same fashion and worked out of the box.
Something has changed, but what?
Install on a clean Rasbian Buster standard, updated to today
All necessary deps installed
the install ends with :
Code:
Setting up logitechmediaserver (7.9.3~1584993250) ...
Adding system user `squeezeboxserver' (UID 110) ...
Adding new user `squeezeboxserver' (UID 110) with group `nogroup' ...
Not creating home directory `/usr/share/squeezeboxserver'.
Processing triggers for systemd (241-7~deb10u3+rpi1) ...
Going to the web-interface all seems well, but I cannot chose the media directory on the attached USB drive
The /media directory is listed, but nothing inside (no pi directory)
so I think a permission problem
Code:
pi@RPIserver1:~ $ groups
pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi
pi@RPIserver1:~ $ groups squeezeboxserver
squeezeboxserver : nogroup
What permissions must exist for LMS to acces the USB HDD
The USB HDD is accessible with the RPI file manager
The USB HDD is automounted with the Raspberry Pi automounter and has the HDD label as mount name.
I have tried some different permissions, but no luck
The strange thing is, I have installed LMS a couple of weeks ago in the same fashion and worked out of the box.
Something has changed, but what?