sbp wrote: > Hi thanks for finding the bug. > > It seems like it still is trying to write to sda1 which is the name of > an attached USB stick. > So for now the easiest option would be to attach a USB stick and then > reboot. Then your log will be on the USB. > We will fix it for the next version. > > If you are willing to try to fix it yourself, you will need to edit this > file using the editor vi or nano: > /usr/etc/init.d/squeezelite > > So use: sudo vi /usr/local/etc/init.d/squeezelite > > change this: > [ x"" != x"$LOGFILE" ] && LOGFILE="-f /mnt/sda1/$LOGFILE" > to > [ x"" != x"$LOGFILE" ] && LOGFILE="-f /tmp/$LOGFILE" > > Save the file. > Then backup (otherwise you will loose the changes after a reboot.) > sudo filetool.sh -b > > Regards > Steen
Thanks for the quick response - I've made the change you suggested, restarted squeezelite and can confirm all is now okay. :cool: ------------------------------------------------------------------------ FatPete's Profile: http://forums.slimdevices.com/member.php?userid=64294 View this thread: http://forums.slimdevices.com/showthread.php?t=97803 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
