sondale wrote: > I have adapted a script based on Raspberry Pi which I had used > successfully a few days ago, however I cannot get it to run at Startup. > I have put the script 'squeeze lite' into /etc/init.d/ and then made it > executable and run 'update-rc.d squeezelite defaults'. > > When I restart the machine squeezelite is not running, I have to go to > /etc/init.d and run the script, works fine. > > Sound wise I am pleased, it does sound better than the Touch I normally > use, listening to BBC Radio 3 is much improved.
sondale wrote: > I have adapted a script based on Raspberry Pi which I had used > successfully a few days ago, however I cannot get it to run at Startup. > I have put the script 'squeeze lite' into /etc/init.d/ and then made it > executable and run 'update-rc.d squeezelite defaults'. > > When I restart the machine squeezelite is not running, I have to go to > /etc/init.d and run the script, works fine. > > Sound wise I am pleased, it does sound better than the Touch I normally > use, listening to BBC Radio 3 is much improved. I got v.close to getting a cubietruck myself, so it's interesting to hear your views on the SQ. Is this via SPDIF, or usb, to external DAC? Personally, I would prefer to install a known working deb package rather than spend time trying to debug an init script. Basic checks are: 1. 755 perms for file in /etc/init.d/ 2. Check run level you are, with runlevel 3. Check links in runlelvel's rc.d. e.g. ls /etc/rc2.d/S* if runlevel was 2 ,you should see a squeezelite file. 4. Check your logs (cat daemon.log, etc.) ------------------------------------------------------------------------ Krisbee's Profile: http://forums.slimdevices.com/member.php?userid=59080 View this thread: http://forums.slimdevices.com/showthread.php?t=97046 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
