I followed instructions given in another thread to fix time drift issue
:

bojo60 wrote: 
> Well, I just succeeded in automatically adjusting the time in my Touch.
> Here is how you do it:
> Log in to your sb as root
> Create required directories for crontab
> 
> # mkdir -p /var/spool/cron/crontabs
> 
> # crontab -e
> 
> and add the next line:
> 
> 0 * * * * /usr/sbin/msntp -r pool.ntp.org >> /tmp/output 2>&1
> 
> This will run the command every hour, on the hour and errors will be
> appended to the file /tmp/output
> 
> 

But the /tmp/output does not exist, and time has shifted a little bit,
so my guess is that the command '/usr/sbin/msntp -r pool.ntp.org' is not
executed. Checking processes I can't find any crond, so I wonder if the
crontab is ever used at all.

So could someone give me a hint on how to fix that ?
Thanks a lot.


------------------------------------------------------------------------
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