I posted before that I'd built an Arch Linux armv5 image and that when
the Squeezelite service started at boot it was sending a MAC address of
00:00:00:00:00:00 to the LMS server, whereas when I manually started the
service it was sending the correct MAC address.
I've changed my service file to be the same as that from the SoA
distribution and I'm still seeing the same thing.
I don't want to hardcode the MAC address, because I want to be able to
deploy this image across a number of machines.
Anyone have any thought on why I'm seeing this, and are people seeing
the same on SoA as well, or is everyone using hardcoded MAC addresses
for the players?
Service file is as follows:
Code:
--------------------
[Unit]
Description=Squeezelite Player
After=network.target
[Service]
Nice=-10
LimitRTPRIO=99
LimitMEMLOCK=infinity
User=squeezelite
Group=squeezelite
SupplementaryGroups=audio
EnvironmentFile=-/etc/squeezelite.conf
ExecStart=/usr/bin/squeezelite\
$SERVER_IP\
$AUDIO_DEV\
$ALSA_PARAMS\
$BUFFER\
$CODEC\
$LOG_LEVEL\
$LOG_FILE\
$MAC_ADDRESS\
$MODEL_NAME\
$PLAYER_NAME\
$PRIORITY\
$PID_FILENAME\
$MAX_RATE\
$OTHER_OPTION
[Install]
WantedBy=multi-user.target
--------------------
Two track 1's and no track 2 after a scan for new and changed? Please
vote for serious scanning bug '17782'
(http://bugs.slimdevices.com/show_bug.cgi?id=17782)
Receiver stuck at blue LED state after reboot? Please vote for bug
'17462' (http://bugs.slimdevices.com/show_bug.cgi?id=17462)
------------------------------------------------------------------------
paulster's Profile: http://forums.slimdevices.com/member.php?userid=23073
View this thread: http://forums.slimdevices.com/showthread.php?t=97046
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix