Describe the bug
After updating from v9.0.3 to v.9.1.0 LMS fails to start. Note that v9.0.3 ran perfectly fine on ARMv6
To Reproduce
Steps to reproduce the behavior:
On a Raspberry Pi 1 (or other ARMv6) run:
cat /proc/cpuinfo | grep model
model name : ARMv6-compatible processor rev 7 (v6l)
sudo dpkg -i /var/lib/squeezeboxserver/cache/updates/lyrionmusicserver_9.1.0_arm.deb
sudo systemctl status lyrionmusicserver
● lyrionmusicserver.service - Lyrion Music Server
Loaded: loaded (/lib/systemd/system/lyrionmusicserver.service; enabled; vendor preset: enabled)
Active: failed (Result: signal) since Sat 2026-03-14 21:09:56 CET; 512ms ago
Process: 1562 ExecStart=/usr/sbin/squeezeboxserver --prefsdir $PREFSDIR --logdir $LOGDIR --cachedir $CACHEDIR --charset $CHARSET $SLIMOPTIONS (code=killed, signal=ILL)
Main PID: 1562 (code=killed, signal=ILL)
CPU: 9.671s
Mar 14 21:09:45 xxx systemd[1]: Started Lyrion Music Server.
Mar 14 21:09:56 xxx systemd[1]: lyrionmusicserver.service: Main process exited, code=killed, status=4/ILL
Mar 14 21:09:56 xxx systemd[1]: lyrionmusicserver.service: Failed with result 'signal'.
Mar 14 21:09:56 xxx systemd[1]: lyrionmusicserver.service: Consumed 9.671s CPU time.
Describe the bug
After updating from v9.0.3 to v.9.1.0 LMS fails to start. Note that v9.0.3 ran perfectly fine on ARMv6
To Reproduce
Steps to reproduce the behavior:
On a Raspberry Pi 1 (or other ARMv6) run: