similar to: ntpd stuck on stratum 16 = not synced

Displaying 20 results from an estimated 1000 matches similar to: "ntpd stuck on stratum 16 = not synced"

2024 Feb 16
2
samba 4.19 Windows 11 clients Time sync problem
Dear all, We just have a samba 4.19 domain running. And what i recognized ist hat some windows 10/11 clients does not sync time with the dc. The time is not the real time as on the dc, about 10 minutes back or several minutes in the future. Is this a bug or did spmething chance in the behaviour of samba? My ntp.conf/ Debian11: driftfile /var/lib/ntp/ntp.drift server 127.127.1.0 fudge
2015 Feb 13
2
ntpq -p ***Request timed out
Copied Roweland's DC ntp.conf file into my two DC's. Restarted (all) ntp. Member still timing out! (I am starting to think that there is 'something' about the sernet packages that "they" do differently.) Rowland, Could I ask you to copy the ntp.conf from your client (appears to be your laptop) so I could review it's contents? --- ------------------------- Bob
2024 Feb 16
1
samba 4.19 Windows 11 clients Time sync problem
Hi there. A few NTP experts around here lately. We need more info. Distro, and wether your are using NTP (nrpsec) or Chrony. Regards. LP On 16 Feb 2024 at 14:37 +0100, Daniel M?ller via samba <samba at lists.samba.org>, wrote: > Dear all, > > We just have a samba 4.19 domain running. And what i recognized ist hat some > windows 10/11 clients does not sync time with the dc.
2015 Feb 13
2
ntpq -p ***Request timed out
Made the suggested adjustments (4 locations in the member server ntp.conf file) and restarted ntp. Still (member server) timing out. Not sure what you mean about removing "server 0.debian.pool.ntp.org iburst" lines. Those on the DC's. Aren't they necessary? Running 'ntpq -p' on DC's results in correct response. --- ------------------------- Bob Wooden of
2015 Feb 13
4
SOLVED Re: ntpq -p ***Request timed out
Thank you, Rowland. Copied your simpler ntp.conf file into my member server. Made the appropriate changes. Restarted all the ntp service on all machines (just in case.) Ran 'ntpq -p' (on member server) and got the correct answer. Proper connection to DC's. --- ------------------------- Bob Wooden of Donelson Trophy 615.885.2846 (main) www.donelsontrophy.com [1] "Everyone
2024 Feb 26
1
samba 4.19 Windows 11 clients Time sync problem
Hello, It is debian 11, and it is ntp, as you can see below my ntp.conf. Ntp service is running fine . Some , not all, W10/11 clients do not sync with the dc (samba 4.19). What i did on the clients: net stop w32time w32tm /unregister w32tm /register net start w32time But after some time the wrong time shows up again? Greetings Daniel -----Urspr?ngliche Nachricht----- Von: Luis Peromarta
2015 Mar 09
4
Problem with ntp
Hi all, I have a problem with ntpd daemon in my CentOS7 vm. When I try to list peers, command fails: [root at c7tst ntpstats]# ntpq ntpq> pe ntpq: read: Connection refused ntpq> My actual ntp.conf: # For more information about this file, see the man pages # ntp.conf(5), ntp_acc(5), ntp_auth(5), ntp_clock(5), ntp_misc(5), ntp_mon(5). driftfile /var/lib/ntp/drift # Permit time
2015 Feb 13
0
ntpq -p ***Request timed out
On 13/02/15 16:43, Bob of Donelson Trophy wrote: > > > Made the suggested adjustments (4 locations in the member server > ntp.conf file) and restarted ntp. > > Still (member server) timing out. > > Not sure what you mean about removing "server 0.debian.pool.ntp.org > iburst" lines. Those on the DC's. Aren't they necessary? > > Running 'ntpq
2019 Nov 14
5
I can't get Win10 clients to sync time with the DC
I'm running a Samba AD DC v4.9.9 with Windows 10 clients connected to it and just noticed that the clients are not synchronizing time with the server. I'm not sure why not. My setup is a bit special in that the DC is running inside a (privileged) linux container. For that reason, it's not possible or necessary for the container to correct the system clock, this is done on the
2015 Feb 13
0
ntpq -p ***Request timed out
On 13/02/15 17:26, Bob of Donelson Trophy wrote: > > > Copied Roweland's DC ntp.conf file into my two DC's. Restarted (all) > ntp. Member still timing out! > > (I am starting to think that there is 'something' about the sernet > packages that "they" do differently.) > > Rowland, Could I ask you to copy the ntp.conf from your client (appears
2015 Feb 13
0
SOLVED Re: ntpq -p ***Request timed out
On 13/02/15 19:48, Bob of Donelson Trophy wrote: > > > Thank you, Rowland. > > Copied your simpler ntp.conf file into my member server. Made the > appropriate changes. Restarted all the ntp service on all machines (just > in case.) Ran 'ntpq -p' (on member server) and got the correct answer. > Proper connection to DC's. > --- > >
2015 Feb 13
2
ntpq -p ***Request timed out
I have two DC's running Version 4.1.16-SerNet-Debian-9.wheezy and a member server running Version 4.1.11-Debian. When I 'ntpq -p' from the member server I get: localhost: timed out, nothing received ***Request timed out Member server ntp.conf file: cat /etc/ntp.conf # Local clock (this is not the localhost address!) server 127.127.1.0 fudge 127.127.1.0 stratum 10 # The source,
2015 Feb 09
1
member ntp time sync
On my member server, running 'ntpq -p' yields: ntpq -p localhost: timed out, nothing received ***Request timed out The ntp.conf file is trying to use the DC's hostnames addresses: user at DC01:~# cat /etc/ntp.conf # /etc/ntp.conf, configuration for ntpd; see ntp.conf(5) for help driftfile /var/lib/ntp/ntp.drift # Enable this if you want statistics to be logged. #statsdir
2015 Feb 12
1
ntptrace ***Request timed out with stock C6 ntpd
Following the recent ntp posts I decided to check my setup with ntptrace. localhost: stratum 3, offset -0.000020, synch distance 0.016330 81.95.117.62: timed out, nothing received ***Request timed out service ntpd status ntpd (pid 3018) is gestart... grep server /etc/ntp.conf | grep -v "#" server 0.centos.pool.ntp.org iburst server 1.centos.pool.ntp.org iburst server
2015 Mar 09
1
Problem with ntp
On 03/09/2015 03:42 PM, Paul Heinlein wrote: > On Mon, 9 Mar 2015, C.L. Martinez wrote: > >> Hi all, >> >> I have a problem with ntpd daemon in my CentOS7 vm. When I try to list >> peers, command fails: [....] >> >> [root at c7tst ntpstats]# ntpq >> ntpq> pe >> ntpq: read: Connection refused >> ntpq> > > Does "ntpq -4 -c
2018 Jul 23
3
Failed to establish your Kerberos Ticket cache due time differences with the domain controller
Thanks Louis. Results below. > Hai, > > I've reading this thread more closely. > > I suggest you try the followoing. > > Check the servers hardware clock in the bios first. > Set these within 5 min, if they are not about the same. > There no RTC in the pi; the other DC is running in a VM with RTC set to UTC. I have disabled the guest from getting the time
2007 May 21
1
CentOS 4.5, kernel-2.6.9-55, NTPD trouble
Following the update this morning, NTP is failing with the same symptoms that I saw several years ago (pre-CentOS, I believe) when Anaconda mistakenly blessed my ASUS A7N8X, Athlon (CPU: AMD Athlon(tm) XP 2600+ stepping 00) based system with an SMP kernel. The symptom is that NTPD never establishes sync with a server, showing over the top jitter values. [root at mavis log]# uname -r
2004 May 26
1
clock skew again
Hi, ok this time i have really done every thing i can do. i went to http://www.bytefusion.com/download/win2000/middle.htm and downloaded the presentTense time server for windows 2000. i installed it on my backup domain controller. my sys admin wont allow it on the primary domain controller. ok so after installing it on niit91 (10.10.11.91) i came back to my linux box started the ntpd and
2015 Feb 13
0
ntpq -p ***Request timed out
bob. server dc02.dts***m.lan. iburst prefer server dc01.dts***m.lan. iburst prefer remove the . after lan and try like this server dc02.dts***m.lan server dc01.dts***m.lan and optional, i advice, remove all lines : server 0.debian.pool.ntp.org iburst Louis ' >-----Oorspronkelijk bericht----- >Van: bob at donelsontrophy.net >[mailto:samba-bounces at lists.samba.org] Namens
2017 Sep 13
4
File server questions
Hai Flavio, > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Flávio Silveira via samba > Verzonden: woensdag 13 september 2017 16:19 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] File server questions > > > > Em 13/09/2017 10:36, L.P.H. van Belle via samba escreveu: > > Hai, Flavio, > >