> After rebooting my SlimCD machine, I found that /etc/init.d had been > rewritten from /KNOPPIX again, so the change was wiped out, and I was > back in the original state again.
Ouch! I thought this should work. I'll see what I can do. In the meantime you can fix this issue by using /opt/bootlocal.sh: this script is run when booting your SlimCD/DSL system. You can add any command you want to be run automatically. Add the following lines to have slimserver start correctly: # make sure the cache folder does exist and has the right permissions touch /tmp/.slimcache chown dsl:staff /tmp/.slimcache This should allow for SlimServer to start automatically. -- Michael ----------------------------------------------------------------- http://www.herger.net/SlimCD - your SlimServer on a CD http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
