Hi,

I fixed the drift problem in two steps :

1/ A simple script /usr/bin/ntp.sh : 
msntp -P no -r pool.ntp.org > /dev/null 2>&1

2/ A second script loop.sh :
nohup watch -n 86400 /usr/bin/ntp.sh > /dev/null 2>&1

Of course one should issue 'chmod +x' for each script.

Then typing 'loop.sh' will trigger a query to update the clock once a
day. It is sufficient for me and the problem is solved.


------------------------------------------------------------------------
pgeorges's Profile: http://forums.slimdevices.com/member.php?userid=56903
View this thread: http://forums.slimdevices.com/showthread.php?t=98322

_______________________________________________
Touch mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/touch

Reply via email to