[Dovecot] "Time just moved backwards" in Dovecot in a Xen DomU
i've
dovecot --version
1.2.5
hg log | grep changeset | head -n 1
changeset: 9407:a3e16df805e3
in my logs, i'm seeing
...
Oct 05 16:51:40 dovecot: Error: Time just moved backwards by 1
seconds. I'll sleep now until we're back in present. http://wiki.dovecot.org/TimeMovedBackwards Oct 05 17:07:22 dovecot: Error: Time just moved backwards by 1 seconds. I'll sleep now until we're back in present. http://wiki.dovecot.org/TimeMovedBackwards Oct 05 17:23:15 dovecot: Error: Time just moved backwards by 1 seconds. I'll sleep now until we're back in present. http://wiki.dovecot.org/TimeMovedBackwards Oct 05 17:38:23 dovecot: Error: Time just moved backwards by 1 seconds. I'll sleep now until we're back in present. http://wiki.dovecot.org/TimeMovedBackwards ...
i'm running Dovecot in a Xen DomU,
uname -a
Linux mail 2.6.27.29-0.1-xen #1 SMP 2009-08-15 17:53:59 +0200 x86_64
x86_64 x86_64 GNU/Linux
reading @, http://wiki.dovecot.org/TimeMovedBackwards
Bugs/Issues
* With Xen you should run ntpd only in dom0. Other domains should
synchronize time automatically (see this Xen FAQ).
@ my Dom0,
ps ax | grep ntp\.conf
5696 ? Ss 1:05 /usr/sbin/ntpd -p /var/run/ntp/ntpd.pid
-g -u ntp:ntp -i /var/lib/ntp -c /etc/ntp.conf
and,
grep localtime /etc/xen/vm/mail.cfg
localtime = 0
looking at my ntp logs around the same time(s).
... 5 Oct 16:41:17 ntpd[5696]: synchronized to 64.125.78.85, stratum 1 5 Oct 16:51:38 ntpd[5696]: time reset -2.140133 s 5 Oct 16:56:40 ntpd[5696]: synchronized to 66.220.9.122, stratum 1 5 Oct 17:01:28 ntpd[5696]: synchronized to 64.125.78.85, stratum 1 5 Oct 17:07:20 ntpd[5696]: time reset -2.137760 s 5 Oct 17:11:49 ntpd[5696]: synchronized to 204.152.184.72, stratum 1 5 Oct 17:15:01 ntpd[5696]: synchronized to 207.200.81.113, stratum 1 5 Oct 17:20:49 ntpd[5696]: synchronized to 66.220.9.122, stratum 1 5 Oct 17:23:14 ntpd[5696]: time reset -2.221749 s 5 Oct 17:27:57 ntpd[5696]: synchronized to 64.125.78.85, stratum 1 5 Oct 17:32:52 ntpd[5696]: synchronized to 207.200.81.113, stratum 1 5 Oct 17:38:22 ntpd[5696]: time reset -2.104476 s 5 Oct 17:42:48 ntpd[5696]: synchronized to 66.220.9.122, stratum 1 ...
1 second is not a terribly big deal, but it IS an error ...
not clear to me as to what/where the problem actually is. i've not seen an other dameons report any time issues; of course, i'm not sure they're _checking_ :-/
any suggestions as to what/how to fix?
thanks!
On Mon, 2009-10-05 at 18:54 -0700, PGNet Dev wrote:
i'm running Dovecot in a Xen DomU, .. @ my Dom0,
ps ax | grep ntp\.conf 5696 ? Ss 1:05 /usr/sbin/ntpd -p /var/run/ntp/ntpd.pid -g -u ntp:ntp -i /var/lib/ntp -c /etc/ntp.conf
And no ntpd in your DomU?
not clear to me as to what/where the problem actually is. i've not seen an other dameons report any time issues; of course, i'm not sure they're _checking_ :-/
I'm not aware of any other daemon that explicitly checks and complains about it. They might randomly break though. :)
any suggestions as to what/how to fix?
If no one here can give you a good answer, I'd try some Xen mailing list. I'm sure a lot of people are running Dovecot in Xen without time problems. If you do find out the problem, please let us know also.
hi,
On Mon, Oct 5, 2009 at 4:02 PM, Timo Sirainen <tss@iki.fi> wrote:
And no ntpd in your DomU?
nope.
service ntp status Checking for network time protocol daemon (NTPD): unused
any suggestions as to what/how to fix?
If no one here can give you a good answer, I'd try some Xen mailing list. I'm sure a lot of people are running Dovecot in Xen without time problems. If you do find out the problem, please let us know also.
i've been poring over the lists ... found nothing yet :-/
Hi,
Here comes an extract from Debian Wiki about Xen to allow a domU to keep its own time :
(...) your domU is likely using the xen clocksource instead of its own clock ticks. In practice, this seems to be the cause of infrequent lockups under load (and/or problems with suspending). A workaround is to decouple the clock in the domU from the dom0:
In your dom0 and domU /etc/sysctl.conf add the line: xen.independent_wallclock=1. On the dom0, edit the configuration file of the domU (e.g. /etc/xen/foobar.cfg and add (or expand) the extra-line: extra="clocksource=jiffies".
These settings can be activated without rebooting the domU. After editing the configuration files, issue sysctl -p and echo "jiffies"> /sys/devices/system/clocksource/clocksource0/current_clocksource on the domU prompt.
Because the clock won't be relying on the dom0 clock anymore, you probably need to use ntp on the domU to synchronize it properly to the world.
Hope this helps.
Thierry.
PGNet Dev a écrit :
hi,
On Mon, Oct 5, 2009 at 4:02 PM, Timo Sirainen <tss@iki.fi> wrote:
And no ntpd in your DomU?
nope.
service ntp status Checking for network time protocol daemon (NTPD): unused
any suggestions as to what/how to fix?
If no one here can give you a good answer, I'd try some Xen mailing list. I'm sure a lot of people are running Dovecot in Xen without time problems. If you do find out the problem, please let us know also.
i've been poring over the lists ... found nothing yet :-/
Hmm, I have been running dovecot inside xen for almost 3 years now
without any time issues. I checked my logs and I have no ntp time
reset messages for the last month.
I think it's more possible ntp is stepping the time instead of slewing
it (http://www.ntp.org/ntpfaq/NTP-s-algo.htm section 5.1.1.4), OR, the
ntp servers your using or network connection you have are giving you
lots of jitter. I personally try to pick 3 good low jitter, low
latency servers and 1 higher latency. Only running ntpd on the dom0
and nothing on the domU's.
Hmm, checking the lots on my home machine, even it doesn't have a time
reset log message, and it's network can be overloaded for hours at a
time.
Quoting Thierry DOSTES <tdostes@ibsm.cnrs-mrs.fr>:
Hi,
Here comes an extract from Debian Wiki about Xen to allow a domU to
keep its own time :
(...) your domU is likely using the xen clocksource instead of its
own clock ticks. In practice, this seems to be the cause of
infrequent lockups under load (and/or problems with suspending). A
workaround is to decouple the clock in the domU from the dom0:In your dom0 and domU /etc/sysctl.conf add the line:
xen.independent_wallclock=1. On the dom0, edit the configuration
file of the domU (e.g. /etc/xen/foobar.cfg and add (or expand) the
extra-line: extra="clocksource=jiffies".These settings can be activated without rebooting the domU. After
editing the configuration files, issue sysctl -p and echo "jiffies">
/sys/devices/system/clocksource/clocksource0/current_clocksource on
the domU prompt.Because the clock won't be relying on the dom0 clock anymore, you
probably need to use ntp on the domU to synchronize it properly to
the world.Hope this helps.
Thierry.
PGNet Dev a écrit :
hi,
On Mon, Oct 5, 2009 at 4:02 PM, Timo Sirainen <tss@iki.fi> wrote:
And no ntpd in your DomU?
nope.
service ntp status Checking for network time protocol daemon (NTPD): unused
any suggestions as to what/how to fix?
If no one here can give you a good answer, I'd try some Xen mailing list. I'm sure a lot of people are running Dovecot in Xen without time problems. If you do find out the problem, please let us know also.
i've been poring over the lists ... found nothing yet :-/
On 6/10/2009 12:54 PM, PGNet Dev wrote:
<snip - from dom0> looking at my ntp logs around the same time(s).
... 5 Oct 16:41:17 ntpd[5696]: synchronized to 64.125.78.85, stratum 1 5 Oct 16:51:38 ntpd[5696]: time reset -2.140133 s 5 Oct 16:56:40 ntpd[5696]: synchronized to 66.220.9.122, stratum 1 5 Oct 17:01:28 ntpd[5696]: synchronized to 64.125.78.85, stratum 1 5 Oct 17:07:20 ntpd[5696]: time reset -2.137760 s 5 Oct 17:11:49 ntpd[5696]: synchronized to 204.152.184.72, stratum 1
This indicates that ntpd is actually stepping the time 2 seconds into the past approx every 900 seconds. So dovecot is correct that time has moved backwards. You need to stop time moving backwards :-). [so not dovecot's fault, and likely not xen's fault either]
I'm no ntp expert, but I wonder if searching for 900s in the ntpd man page might help (caught my eye due to the step every 15 minutes - network congestion and excessive jitter causing stepping)? Otherwise perhaps a problem with a bad hardware driver stalling in the middle of an interrupt occasionally. Sorry - can't provide any further pointers. It is highly dependent on your hardware, kernel & drivers. If you have any other physical servers and they are also having 'time reset' error messages, then the problem is some odd network configuration - partial drop-outs and/or high jitter.
Unfortunately -x will not be a solution here as slew cannot possibly correct for a drift as big as 2 in every 900 seconds.
You may want to try just a single upstream ntp server as a debugging step (identify it by IP, not by a pool DNS record) and/or use the prefer keyword against your favourite.
Cheers, Rob Middleton.
This reminds me of an odd issue I had also, where mine stepped at a
given amount per time too. In the datacenter one server was at limited
it to 10mbit half duplex, and I had endless ntp issues. I could only
replicate this offsite with the same server using 10mbit and fully
saturating the network. Switching to Full duplex almost solved the
issue.
But the real issue was the time clock chosen by the freebsd kernel in
this case, APCI, was unreliable on that motherboard. Switching it to a
different timing method fixed the issue (TSC in this case).
In freebsd (default): kern.timecounter.choice: TSC(-100) ACPI-safe(1000) i8254(0) dummy(-1000000) kern.timecounter.hardware: ACPI-safe
I am not sure what the commands are in linux. I haven't had ntp go
nuts on a linux system so far.
Quoting Rob Middleton <robm-dovecot@centenary.org.au>:
On 6/10/2009 12:54 PM, PGNet Dev wrote:
<snip - from dom0> looking at my ntp logs around the same time(s).
... 5 Oct 16:41:17 ntpd[5696]: synchronized to 64.125.78.85, stratum 1 5 Oct 16:51:38 ntpd[5696]: time reset -2.140133 s 5 Oct 16:56:40 ntpd[5696]: synchronized to 66.220.9.122, stratum 1 5 Oct 17:01:28 ntpd[5696]: synchronized to 64.125.78.85, stratum 1 5 Oct 17:07:20 ntpd[5696]: time reset -2.137760 s 5 Oct 17:11:49 ntpd[5696]: synchronized to 204.152.184.72, stratum 1
This indicates that ntpd is actually stepping the time 2 seconds
into the past approx every 900 seconds. So dovecot is correct that
time has moved backwards. You need to stop time moving backwards :-). [so not dovecot's fault, and likely not xen's fault either]I'm no ntp expert, but I wonder if searching for 900s in the ntpd
man page might help (caught my eye due to the step every 15 minutes
the middle of an interrupt occasionally. Sorry - can't provide any
- network congestion and excessive jitter causing stepping)?
Otherwise perhaps a problem with a bad hardware driver stalling infurther pointers. It is highly dependent on your hardware, kernel &
drivers. If you have any other physical servers and they are also
having 'time reset' error messages, then the problem is some odd
network configuration - partial drop-outs and/or high jitter.Unfortunately -x will not be a solution here as slew cannot possibly
correct for a drift as big as 2 in every 900 seconds.You may want to try just a single upstream ntp server as a debugging
step (identify it by IP, not by a pool DNS record) and/or use the
prefer keyword against your favourite.Cheers, Rob Middleton.
progress, i think. thanks to all for comments.
referencing,
http://www.novell.com/communities/node/8629/time-synchronization-xen-setup http://www.linux.org.za/Lists-Archives/glug-tech-0905/msg00271.html http://www.gossamer-threads.com/lists/linux/kernel/1039416
i've decoupled DomU's time service from Dom0, @ both Dom0 & DomU
cat /proc/sys/xen/independent_wallclock
1
checking available kernel clocksources,
cat /sys/devices/system/clocksource/clocksource0/available_clocksource
xen jiffies
@ Dom0's /boot/grum/menu.lst, i've added,
module /vmlinuz-xen ... clocksource=jiffies ...
and, at DomU's .cfg in Dom0,
extra = '... clocksource=jiffies ...'
verifying in both Dom0 & DomU, i've
cat /sys/devices/system/clocksource/clocksource0/current_clocksource
jiffies
i've removed any pool servers, specifying local/regional Stratum 2/1 server, instead. both DomU & Dom0 have, atm,
cat /etc/ntp.conf
restrict default nomodify notrap noquery
restrict 127.0.0.1
restrict 192.168.1.0 mask 255.255.255.0 notrust nomodify notrap
server ac-ntp0.net.cmu.edu iburst
server ac-ntp1.net.cmu.edu iburst
server ac-ntp2.net.cmu.edu iburst
server clock.sjc.he.net iburst
driftfile /var/lib/ntp/drift/ntp.drift
logfile /var/log/ntpd/ntp.log
statsdir /var/log/ntpd/ # directory for statistics files
filegen peerstats file peerstats type day enable
filegen loopstats file loopstats type day enable
filegen clockstats file clockstats type day enable
and ntp is running,
ps ax | grep ntp
13012 ? S<s 0:00 /usr/sbin/ntpd -p /var/run/ntp/ntpd.pid
-g -u ntp:ntp -I eth0 -i /var/lib/ntp -c /etc/ntp.conf
after a few minutes, i've got time sync @ Stratum 2/3,
@ Dom0,
ntpq -p -c rv
assID=0 status=06f4 leap_none, sync_ntp, 15 events, event_peer/strat_chg,
version="ntpd 4.2.4p6@1.1549-o Fri May 8 08:40:54 UTC 2009 (1)",
processor="x86_64", system="Linux/2.6.27.29-0.1-xen", leap=00,
-> stratum=2, precision=-8, rootdelay=18.717, rootdispersion=1077.662, peer=35633, refid=216.218.254.202, reftime=ce7605a0.6d9086a4 Tue, Oct 6 2009 11:06:24.427, poll=6, clock=ce7606ac.ba2a0e0c Tue, Oct 6 2009 11:10:52.727, state=2, offset=-119.499, frequency=-37.025, jitter=455.226, noise=42.407, stability=0.040, tai=0 remote refid st t when poll reach delay offset jitter ============================================================================== +AC-NTP0.net.cmu 128.237.148.140 2 u 12 64 37 99.147 -669.34 452.011 +AC-NTP1.net.cmu 128.237.148.132 2 u 13 64 37 95.951 -667.96 454.264 +AC-NTP2.net.cmu 128.237.148.132 2 u 5 64 35 89.923 -688.34 496.274 *clock.sjc.he.ne .CDMA. 1 u 15 64 37 15.566 -673.46 455.158 ntpdc -c kerninfo pll offset: -0.09179 s pll frequency: -37.025 ppm maximum error: 0.135195 s estimated error: 0.042407 s status: 0001 pll pll time constant: 6 precision: 1e-06 s frequency tolerance: 500 ppm
@ DomU,
ntpq -p -c rv
assID=0 status=06f4 leap_none, sync_ntp, 15 events, event_peer/strat_chg,
version="ntpd 4.2.4p6@1.1549-o Fri May 8 08:40:54 UTC 2009 (1)",
processor="x86_64", system="Linux/2.6.27.29-0.1-xen", leap=00,
-> stratum=3, precision=-8, rootdelay=98.154, rootdispersion=357.033, peer=50391, refid=216.218.254.202, reftime=ce7605c4.85c9d4d7 Tue, Oct 6 2009 11:07:00.522, poll=6, clock=ce7606b2.b01ba2b4 Tue, Oct 6 2009 11:10:58.687, state=2, offset=-102.003, frequency=-2.249, jitter=367.417, noise=36.248, stability=0.409, tai=0 remote refid st t when poll reach delay offset jitter ============================================================================== +AC-NTP0.net.cmu 128.237.148.140 2 u 35 64 17 91.744 -557.29 359.884 +AC-NTP1.net.cmu 128.237.148.140 2 u 37 64 17 96.365 -548.70 355.430 +AC-NTP2.net.cmu 128.237.148.132 2 u 54 64 17 98.517 -509.63 363.221 *clock.sjc.he.ne .CDMA. 1 u 37 64 17 22.907 -553.69 366.781 ntpdc -c kerninfo pll offset: -0.080367 s pll frequency: -2.249 ppm maximum error: 0.12257 s estimated error: 0.036248 s status: 0001 pll pll time constant: 6 precision: 1e-06 s frequency tolerance: 500 ppm
with this setup,
service dovecot-custom restart
Stopping dovecot done
Starting dovecot ILoading modules from directory: /usr/local/lib/dovecot/imap
IModule loaded: /usr/local/lib/dovecot/imap/lib01_acl_plugin.so
IModule loaded: /usr/local/lib/dovecot/imap/lib10_quota_plugin.so
IModule loaded: /usr/local/lib/dovecot/imap/lib11_imap_quota_plugin.so
IEffective uid=65534, gid=65533, home=/tmp
IQuota root: name=storage=10240 backend=maildir args=
done
and watching,
tail -f /var/log/dovecot/*log
the problem appears again,
...
Oct 06 10:58:37 auth(default): Info: new auth connection: pid=17797
Oct 06 10:58:37 auth(default): Info: new auth connection: pid=17798
Oct 06 10:58:37 auth(default): Info: new auth connection: pid=17799
Oct 06 11:06:23 dovecot: Error: Time just moved backwards by 1
seconds. I'll sleep now until we're back in present. http://wiki.dovecot.org/TimeMovedBackwards
and, checking syslog,
...
Oct 6 11:06:22 mx ntpd[17697]: time reset -2.203456 s
Oct 6 11:07:00 mx ntpd[17697]: synchronized to 128.2.1.22, stratum 2
Oct 6 11:08:11 mx ntpd[17697]: synchronized to 216.218.254.202, stratum 1
so it _looks_ like a reset was done, then stratum 2 & 1 sync were achived.
as of,
date
Tue Oct 6 11:20:58 PDT 2009
there have been no further, related errors/entries in either dovecot logs or syslog.
fixed? improved? unclear ....
and, of course, immediately after hitting 'Send', i see in logs,
Oct 06 11:22:08 dovecot: Error: Time just moved backwards by 1 seconds. I'll sleep now until we're back in present. http://wiki.dovecot.org/TimeMovedBackwards
Oct 6 11:22:07 mx ntpd[17697]: time reset -2.075483 s Oct 6 11:22:16 mx ntpd[17697]: synchronized to 128.2.1.21, stratum 2
:-(
On Tue, 2009-10-06 at 11:24 -0700, PGNet Dev wrote:
and, of course, immediately after hitting 'Send', i see in logs,
Oct 06 11:22:08 dovecot: Error: Time just moved backwards by 1 seconds. I'll sleep now until we're back in present. http://wiki.dovecot.org/TimeMovedBackwards
Oct 6 11:22:07 mx ntpd[17697]: time reset -2.075483 s Oct 6 11:22:16 mx ntpd[17697]: synchronized to 128.2.1.21, stratum 2
The wiki page also suggests clockspeed or chrony if ntpd can't seem to keep the time correct. Maybe one of those helps. Hmm. The Chrony's web site seems to be gone, wonder if it has a new one somewhere..
The wiki page also suggests clockspeed or chrony if ntpd can't seem to keep the time correct. Maybe one of those helps. Hmm. The Chrony's web site seems to be gone, wonder if it has a new one somewhere..
sure, but with the _widespread_ use of ntp(d), this bears investigation.
and, unfortunately, at least on opensuse, both
http://software.opensuse.org/search?q=chrony http://software.opensuse.org/search?q=clockspeed
return empty. which means that a manual intervention -- certainly doable, but hardly 'mainstream' -- will be required.
atm, anyway, trying another approach. reading @,
http://lists.ntp.isc.org/pipermail/questions/2009-August/024110.html
changing,
@ Dom0 echo "1" > /proc/sys/xen/independent_wallclock echo "jiffies" > /sys/devices/system/clocksource/clocksource0/current_clocksource
@ DomU echo "0" > /proc/sys/xen/independent_wallclock echo "xen" > /sys/devices/system/clocksource/clocksource0/current_clocksource
i.e., Dom0 _not_ using xen timekeeping, rather 'traditional' ntpd service, and DomU (running Dovecot) depending on DomU _using_ the xen timesource drivers.
then, @ DomU
service ntp stop
service dovecot-custom restart
& watching,
tail -f /var/log/dovecot/*log /var/log/messages
returns,
Oct 06 11:41:53 dovecot: Info: Dovecot v1.2.6 starting up (core dumps disabled)
Oct 06 11:41:53 auth(default): Info: passwd-file
/data/mail/Data/USERS/imap_user_file: Read 2 users Oct 06 11:41:54 auth(default): Info: new auth connection: pid=18001 Oct 06 11:41:54 auth(default): Info: new auth connection: pid=18003 Oct 06 11:41:54 auth(default): Info: new auth connection: pid=18002 ...
with this approach, at least as of
Tue Oct 6 12:05:40 PDT 2009
no further errors. a 'new record' at 24 minutes ... encouraging, but will keep an eye on it for awhile.
just fwiw, as of 10/06/09 19:03:27 still no errors. apparently, time's moving forward again ...
so, it seems the config above works. why some others have NOT seen the same problems, remains for me a bit of a mystery.
If you notice in your ntpq dumps you did, you have >400ms of jitter. That is a hell of alot.
I dunno if it makes a difference but you used 3 servers from the same
edu, and they have 90ms on them, shouldn't matter, if they where the
only ones with jitter I would replace them, but all 4 of your entries
have high jitter.
Jitter stops ntp from doing it's job properly. I'm not sure what is
causing you jitter to be so bad, but it's caused by the delay amount
changing from packet to packet. The delay should stay consistant (like
a ping time). If it keeps bouncing all over the place, ntp can't
figure out what time it really is, cause it doesn't know how long that
packet was on the network. You can safely ignore offset, it is just
how much different your clock is from what the other computer is.
Try adding some of the pool servers in there, like: server 0.us.pool.ntp.org server 1.us.pool.ntp.org server 2.us.pool.ntp.org
I assume your in the us atleast, if not you could change to eu or
something (check www.pool.ntp.org)
A few samples from my dom0's (and noticing lots of people changed from
st 2/3 up to 1 lately it seems)
remote refid st t when poll reach delay offset jitter
============================================================================== *18.26.4.105 .PPS. 1 u 813 1024 377 7.939 -2.960 0.937 +64.90.182.55 .ACTS. 1 u 487 1024 377 9.375 4.435 0.670 +204.152.184.72 .GPS. 1 u 339 1024 377 82.343 -6.345 0.956 -10.1.11.62 206.246.118.250 2 u 3 16 377 0.191 0.965 0.085 10.1.11.69 10.1.11.61 3 u 15 16 376 0.146 0.448 0.036
remote refid st t when poll reach delay offset jitter
============================================================================== *206.246.118.250 .ACTS. 1 u 642 1024 377 11.615 1.992 0.934 +209.51.161.238 .CDMA. 1 u 955 1024 377 9.701 -0.562 0.200 -128.105.39.11 128.105.201.11 2 u 665 1024 377 37.122 -2.228 0.634 -10.1.11.61 18.26.4.105 2 u 10 16 376 0.184 -0.916 0.247 +10.1.11.69 10.1.11.61 3 u 11 16 376 0.215 -0.542 0.023
remote refid st t when poll reach delay offset jitter
============================================================================== +128.59.16.20 204.123.2.5 2 u 40 64 377 1.873 -0.291 0.092 -198.82.1.203 198.82.247.164 2 u 32 64 357 16.517 -3.454 0.300 -128.2.129.21 69.10.36.2 3 u 41 64 377 28.699 4.447 0.094 -132.236.56.250 129.6.15.29 2 u 2 64 377 9.290 -2.892 0.295 *10.1.11.61 18.26.4.105 2 u 1 16 377 0.161 -0.455 0.051 +10.1.11.62 206.246.118.250 2 u 5 16 377 0.206 0.546 0.020
Quoting PGNet Dev <pgnet.dev+dovecot@gmail.com>:
just fwiw, as of 10/06/09 19:03:27 still no errors. apparently, time's moving forward again ...
so, it seems the config above works. why some others have NOT seen the same problems, remains for me a bit of a mystery.
Hmm, I forgot to respond to this :)
I believe it's working for you, cause you last set dom0 to use it's
own clock, instead of xen, so now dom0's clock is getting synced via
ntp.
BUT the ALL of your domU's now, have no time sync. If your clock in
your computer is good, then all is fine (except the long and longer it
goes without a sync).
So basically what you did was just disable ntp for everything but dom0.
If you want to email a list that normally no traffic, but many people
willing to help with ntp, try timekeepers@fortytwo.ch (not sure if you
have to subscribe to send emails)
Quoting PGNet Dev <pgnet.dev+dovecot@gmail.com>:
just fwiw, as of 10/06/09 19:03:27 still no errors. apparently, time's moving forward again ...
so, it seems the config above works. why some others have NOT seen the same problems, remains for me a bit of a mystery.
On Tue, Oct 6, 2009 at 8:19 PM, Patrick Domack <patrickdk@patrickdk.com> wrote:
If you want to email a list that normally no traffic, but many people willing to help with ntp, try timekeepers@fortytwo.ch (not sure if you have to subscribe to send emails)
good reference, and good advice --> http://fortytwo.ch/mailman/pipermail/timekeepers/2009/004773.html
we'll see what comes of that, there.
thanks
participants (5)
-
Patrick Domack
-
PGNet Dev
-
Rob Middleton
-
Thierry DOSTES
-
Timo Sirainen