Phil168;633921 Wrote: > OK, many thanks that seems to work, but only after changing the delay > (in /etc/init.d/ntpclient) from 30 seconds to 15 seconds. > > At 30 seconds my touch would not boot at all and required a hard reset > (it just cycled the Logitech opening screen repeatedly(!)),
That's weird, I can not explain that, and I don't see why it would happen. Another mystery. Phil168;633921 Wrote: > at 0 or 5 seconds it booted but the ntpclient process was not left > running (i.e. as before). At 15 seconds it seems to work fine. > Now that I think about it, I made a little mistake that may explain that. Now that ntpclient deamonise, the script should not launch it in the background, because that runs the risk of it being killed before it has time to fork. So, you need to remove the '&' at the end of the line in '/etc/init.d/ntpclient', like this : - /usr/sbin/ntpclient -s -l -q 0 -h 0.debian.pool.ntp.org > /dev/null & + /usr/sbin/ntpclient -s -l -q 0 -h 0.debian.pool.ntp.org > /dev/null I may try that later. Phil168;633921 Wrote: > In any case I'm very happy to have something working (at least for the > moment)... I'm not happy with having unsolved issues, but unfortunately I don't have much time to dig into that, and if I can't reproduce it it's hard :-( Have fun... 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
