On 2011-11-22, [email protected] <[email protected]> wrote: > My ntpd running on embedded Linux sometimes exits and does not log any > reason for it. It's hard to say when it exactly happens, usually some > time (a few minutes or more) after synchronisation. I have ntpd in > version 4.2.4p2, uClibc 0.9.29. > > Is there any reason for this behaviour? Is it a crash? > > Here is config: > > /etc/ntp.conf : > enable stats > statsdir /var/log > statistics clockstats loopstats
Add peerstats so you can see each time a packet is exchanged with the servers. Try running ntpd with multiple -d arguments to increase the debugging level and -l /tmp/ntplog > > driftfile /etc/ntp.drift > > server 0.uk.pool.ntp.org > server 1.uk.pool.ntp.org > server 2.uk.pool.ntp.org > server 3.uk.pool.ntp.org > > includefile /etc/ntp-addr.conf >==== > /etc/ntp-addr.conf : > server > > > Regards > Marcin Adamski _______________________________________________ questions mailing list [email protected] http://lists.ntp.org/listinfo/questions
