Package Details: lyrionmusicserver 9.0.0-2

Git Clone URL: https://aur.archlinux.org/lyrionmusicserver.git (read-only, click to copy)
Package Base: lyrionmusicserver
Description: Slimserver for Logitech Squeezebox players. This server is also called Logitech Media Server)
Upstream URL: https://github.com/LMS-Community/slimserver
Licenses: GPL-2.0-only
Submitter: FabioLolix
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 0
Popularity: 0.000000
First Submitted: 2025-03-23 22:23 (UTC)
Last Updated: 2025-03-23 22:23 (UTC)

Latest Comments

alistairCheesema commented on 2025-05-23 11:08 (UTC) (edited on 2025-05-23 11:09 (UTC) by alistairCheesema)

so I've built this package and worked out what needs to change to get this running. Essentially, the service file is copied verbatum from the -git version of this package and the paths need to be updated to not have the '-git' suffix, addtionally the user in the systemd file is incorrect. I have copied the output of a patch command if it helps

--- /data/build-aur/lyrionmusicserver/lyrionmusicserver.service 2025-03-23 22:23:04.000000000 +0000
+++ /etc/systemd/system/multi-user.target.wants/lyrionmusicserver.service       2025-05-23 11:59:33.680277089 +0100
@@ -3,17 +3,17 @@
 After=network.target

 [Service]
-User=lyrionmusicserver
-Group=lyrionmusicserver
-WorkingDirectory=/opt/lyrionmusicserver-git
-RuntimeDirectory=lyrionmusicserver-git
+User=lyrionms
+Group=lyrionms
+WorkingDirectory=/opt/lyrionmusicserver
+RuntimeDirectory=lyrionmusicserver
 PIDFile=${RUNTIME_DIRECTORY}/slimserver.pid
-ExecStart=/opt/lyrionmusicserver-git/slimserver.pl \
-        --prefsdir /opt/lyrionmusicserver-git/prefs \
-        --cachedir /opt/lyrionmusicserver-git/cache \
-        --logdir /opt/lyrionmusicserver-git/Logs \
+ExecStart=/opt/lyrionmusicserver/slimserver.pl \
+        --prefsdir /opt/lyrionmusicserver/prefs \
+        --cachedir /opt/lyrionmusicserver/cache \
+        --logdir /opt/lyrionmusicserver/Logs \
         --pidfile ${RUNTIME_DIRECTORY}/slimserver.pid \
         --noimage --novideo

schlunze commented on 2025-05-09 17:28 (UTC)

same here :(

chrismate commented on 2025-03-28 11:33 (UTC)

Hi Just installed lyrionmusicserver 9.0.0-2 from the AUR and when I start it it throws the error: (erver.pl)[70077]: lyrionmusicserver.service: Failed to determine user credentials: No such process (erver.pl)[70077]: lyrionmusicserver.service: Failed at step USER spawning /opt/lyrionmusicserver-git/slimserver.pl: No such process It looks like it's looking for the git version which doesn't exist on my system.