jambam wrote: 
> Hi, 
> 
> After a few attempts , I was successful in installing SOA on a pogoplug
> , but I do have an issue with squeezelite not working.  The Web GUI for
> squeezelite states
> 
> Status loaded/enabled
> Active  failed/Result : exit code 
> 
> With the advanced option check , it states on the comment field
> 
> [18:02:13.360365] test_open:294 playback open error: No such file or
> directory
> 
> but if I Disable squeezelite  using the GUI button 
> 
> then access the pogoplug via ssh and just enter squeezelite on the cmd
> line it works . I can now see the player on the LMS server
> 
> I am guessing that something is wrong with the way that squeezelite is
> started thru the GUI
> Any clue on where I should check
> 
> Thanks


I was able make squeezelite work partly  by  commenting out in 
"/usr/lib/systemd/system/squeezelite.service "  

#EnvironmentFile=/etc/squeezelite.conf

[Unit]
Description=Squeezelite Player
After=network.target

[Service]
Nice=-10
LimitRTPRIO=99
LimitMEMLOCK=infinity
#ControlGroup=cpu:/
User=squeezelite
Group=squeezelite
SupplementaryGroups=audio
#EnvironmentFile=/etc/squeezelite.conf

ExecStart=/usr/bin/squeezelite -n SoA Player\
$OPTIONS\
$NAME $MAC $PRIORITY\
$MAX_RATE $AUDIO_DEV\
$BUFFER $CODEC $ALSA_PARAMS $VOLUME\
$LOG_FILE $LOG_LEVEL\
$UPSAMPLE $DOP $VISULIZER $SERVER_IP

[Install]
WantedBy=multi-user.target

I am not sure why the file is not found ,as  the file "squeezelite.conf"
is in the correct directory and in fact I could list out the file
contents...

Clues .. anyone


------------------------------------------------------------------------
jambam's Profile: http://forums.slimdevices.com/member.php?userid=63982
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to