Phil168;633412 Wrote: > OK so the `autostart' option is not working for me. After reboot I don't > get ntpclient (so lost 3 minutes this week). > The end of my modified file /etc/init.d/rcS is: > > # Start Samba > if [ -x /etc/init.d/samba ]; then > /etc/init.d/samba start & > fi > > /etc/init.d/ntpclient start & > > # Start squeezeplay > /etc/init.d/squeezeplay start > > > ---which looks alright to me >
Yes, this is pretty much what I mentioned at the end of my post. The individual start scripts are not called automatically, you have to do it explicitly in /etc/init.d/rcS. Phil168;633412 Wrote: > (should I really add the plus sign (+) that Jean wrote?). > No, the '+' only indicates that this line was added. This is classical unified diff format that people writing Linux read in their sleep : http://en.wikipedia.org/wiki/Diff#Unified_format Phil168;633412 Wrote: > I have checked (using ps) that the command /etc/init.d/ntpclient start > & > does indeed start ntpclient (and that it was not started after > booting). Am I missing something obvious? > No, it was pretty much what I found as well. The Touch seems to be using a cut down init, like I've seen on other platforms, so we can't expect much. Phil168;633412 Wrote: > (I suspect this is an unrelated problem?) This has happened twice now. I have trouble seeing how those two are related, seeing that ntp does not interact with the jive process and files, but I've seen weird things happening. Good luck figuring it out... Jean -- jean2 ------------------------------------------------------------------------ jean2's Profile: http://forums.slimdevices.com/member.php?userid=33946 View this thread: http://forums.slimdevices.com/showthread.php?t=87588 _______________________________________________ Touch mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/touch
