search for: ntpstat

Displaying 20 results from an estimated 42 matches for "ntpstat".

2013 Jan 02
3
Time
...system and have its guests configured to only use that time server source. 4. On each guest have a cron job that checks for ntpd at regular intervals which reports failures and restarts the time service as necessary. We use: JOBNAME="Check ntpd status and restart if required" ; \ ntpstat > /dev/null && \ if [[ $? -gt 0 ]]; then /sbin/service ntpd start; fi -- *** E-Mail is NOT a SECURE channel *** James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive...
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 synchronization with our time so...
2017 Sep 13
4
File server questions
...ere to retrieve the time from > > server a.st1.ntp.br iburst prefer > > server b.st1.ntp.br iburst prefer > > server c.st1.ntp.br iburst prefer > > server d.st1.ntp.br iburst prefer > > > > driftfile       /var/lib/ntp/ntp.drift > > logfile         /var/log/ntpstats > > ntpsigndsocket  /var/lib/samba/ntp_signd/ > > > > # Access control > > # Default restriction: Allow clients only to query the time > > restrict default kod nomodify notrap nopeer mssntp > > > > # No restrictions for "localhost" > > rest...
2017 Sep 18
0
File server questions ( about the ntp question )
...mba/ntp_signd ) Linux clients needs ntp, point to the AD server(s) Windows ( domain joined ) clients get time through AD. Windows standalone, you need to configure the ntp client in windows and point to AD DC. Run on linux : ntpq -qq Or ntpq -pn 127.0.0.1 or Other option is : apt-get install ntpstat Run : ntpstat If you see errors, first thing you should check if the following. On which interfaces and ipnumbers is ntp running. netstat -taupn|grep udp|grep ntp And if you use the inteface lines, ( one or more ) #interface listen lo #interface listen eth0 #interface ignore wildcard #interfac...
2015 Feb 12
1
Why the command 'service ntpd stop' cause the time reversed?
...91 is an internal ntpd server configured by administrator, so i can not see what ntp server it synchronizes to or what is its time reference. But i have added a new line "server 192.168.0.191" into file "/etc/ntp.conf" on ntpd client machines, and the output to execute command ntpstat is as follows: synchronised to NTP server (192.168.0.191) at stratum 3 time correct to within 80 ms polling server every 128 s Is it an proper way to synchronize clock?
2010 Jan 11
0
ntpd appears to not be able to query ntp servers automatically?
...# Undisciplined Local Clock. This is a fake driver intended for backup # and when no outside source of synchronized time is available. server 127.127.1.0 # local clock fudge 127.127.1.0 stratum 10 and noticed that ntpd would fail down to using the undisciplined local clock if I checked with ntpstat. I commented those out, and now ntpstat simply says: unsynchronised time server re-starting polling server every 64 Any idea as to why ntpd -q will sync, but otherwise the clock will not stay in sync even when the local clock drifts by several minutes? It worked fine prior to reboot....
2013 Dec 13
1
[PATCH] sysprep: remove some Pegasus files, like certs (RHBZ#1041552).
...--git a/sysprep/sysprep_operation_logfiles.ml b/sysprep/sysprep_operation_logfiles.ml index 3055ca4..2558af1 100644 --- a/sysprep/sysprep_operation_logfiles.ml +++ b/sysprep/sysprep_operation_logfiles.ml @@ -91,6 +91,13 @@ let globs = List.sort compare [ (* log file of ntp *) "/var/log/ntpstats/*"; + + (* Pegasus certificates and other files *) + "/etc/Pegasus/*.cnf"; + "/etc/Pegasus/*.crt"; + "/etc/Pegasus/*.csr"; + "/etc/Pegasus/*.pem"; + "/etc/Pegasus/*.srl"; ] let globs_as_pod = String.concat "\n" (List.map ((^)...
2017 Sep 12
4
File server questions
On Tue, 12 Sep 2017 14:41:42 -0300 Flávio Silveira via samba <samba at lists.samba.org> wrote: > > Ok, I understand now, one question though: if realm is > AD.TECNOPON.COM.BR, does domain need to be AD? No, you can use anything you like, provided it is one word, 15 characters or less, without punctuation. > If I understand > correctly, realm is "full domain with
2015 Feb 09
1
member ntp time sync
...***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 /var/log/ntpstats/ statistics loopstats peerstats clockstats filegen loopstats file loopstats type day enable filegen peerstats file peerstats type day enable filegen clockstats file clockstats type day enable # You do need to talk to an NTP server or two (or three). #server ntp.your-provider.example # pool.ntp....
2020 Aug 04
3
Time synchronization issues in Samba 4
...d that the NTP server does not respond to requests from Windows NTPv3 clients, it only responds to NTPv4. Following my 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 /var/log/ntpstats/ statistics loopstats peerstats clockstats filegen loopstats file loopstats type day enable filegen peerstats file peerstats type day enable filegen clockstats file clockstats type day enable # Local clock. Note that is not the "localhost" address! server 127.127.1.0 version 3 fudge 127...
2017 Sep 13
1
File server questions
...7.127.1.0 stratum 10 > > # Where to retrieve the time from > server a.st1.ntp.br iburst prefer > server b.st1.ntp.br iburst prefer > server c.st1.ntp.br iburst prefer > server d.st1.ntp.br iburst prefer > > driftfile       /var/lib/ntp/ntp.drift > logfile         /var/log/ntpstats > ntpsigndsocket  /var/lib/samba/ntp_signd/ > > # Access control > # Default restriction: Allow clients only to query the time > restrict default kod nomodify notrap nopeer mssntp > > # No restrictions for "localhost" > restrict 127.0.0.1 > > # Enable the ti...
2015 Oct 28
2
net ads info: failed to get server's current time
...;working, then something else is wrong, can you post your ntp.conf and >bind9 conf files, also your /etc/resolv.conf & /etc/krb5.conf > >Rowland Here are the files: /etc/ntp.conf ------------- driftfile /var/lib/ntp/ntp.drift ntpsigndsocket /var/lib/samba/ntp_signd statsdir /var/log/ntpstats/ server 0.ch.pool.ntp.org server 1.ch.pool.ntp.org server 2.ch.pool.ntp.org server 3.ch.pool.ntp.org restrict -4 default kod notrap nomodify nopeer noquery mssntp restrict -6 default kod notrap nomodify nopeer noquery mssntp restrict 127.0.0.1 restrict ::1 restrict 0.ch.pool.ntp.org mask 255.2...
2007 Oct 08
2
rsync error: protocol incompatibility (code 2) at main.c(1385)
...4 gettimeofday({1191827977, 861075}, NULL) = 0 select(2, NULL, [1], [1], {60, 0}) = 1 (out [1], left {60, 0}) write(1, "- [08/Oct/2007:09:12:10 +0200] \""..., 4092) = 4092 gettimeofday({1191827977, 861253}, NULL) = 0 close(3) = 0 open("var/log/ntpstats/loopstats", O_RDONLY|O_LARGEFILE) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=1143, ...}) = 0 read(3, "54381 197.309 -0.001239000 -60.4"..., 1143) = 1143 select(2, NULL, [1], [1], {60, 0}) = 1 (out [1], left {60, 0}) write(1, "\374\17\0\7", 4) = 4 getti...
2015 Oct 28
2
net ads info: failed to get server's current time
...ports or >Jessie and my old DC is running wheezy and net ads info works on that. > >> Here are the files: >> >> /etc/ntp.conf >> ------------- >> driftfile /var/lib/ntp/ntp.drift >> ntpsigndsocket /var/lib/samba/ntp_signd >> >> statsdir /var/log/ntpstats/ >> >> server 0.ch.pool.ntp.org >> server 1.ch.pool.ntp.org >> server 2.ch.pool.ntp.org >> server 3.ch.pool.ntp.org >> >> restrict -4 default kod notrap nomodify nopeer noquery mssntp >> restrict -6 default kod notrap nomodify nopeer noquery mssntp &...
2015 Feb 13
2
ntpq -p ***Request timed out
...01.dts***m.lan. mask 255.255.255.255 nomodify notrap nopeer noquery The ntp.conf from one of the DC's: 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 /var/log/ntpstats/ statistics loopstats peerstats clockstats filegen loopstats file loopstats type day enable filegen peerstats file peerstats type day enable filegen clockstats file clockstats type day enable # You do need to talk to an NTP server or two (or three). #server ntp.your-provider.example # pool.ntp....
2013 Sep 05
6
[PATCH 1/5] sysprep: remove /var/log/audit/audit.log
audit.log is already included in /var/log/audit/*. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> --- sysprep/sysprep_operation_logfiles.ml | 1 - 1 file changed, 1 deletion(-) diff --git a/sysprep/sysprep_operation_logfiles.ml b/sysprep/sysprep_operation_logfiles.ml index 842b855..cdfe8fc 100644 --- a/sysprep/sysprep_operation_logfiles.ml +++
2007 May 30
7
Ticket 616, service resource takes over puppetd port
Hello Luke, After our services do now successfully restart, we hit now the already opened bug where the restarted service takes over puppetd port if it''s configured to listen. One solution is to remove the listen option but it''s very nice to invoke a puppetrun on the clients from the central server without waiting for its next run. Where you already able to take a look? It
2017 Sep 13
0
File server questions
...gt; notrap nopeer noquery > > Debian ntp.conf default is: > > > # /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 /var/log/ntpstats/ > > > > statistics loopstats peerstats clockstats filegen loopstats file > > loopstats type day enable filegen peerstats file peerstats type day > > enable filegen clockstats file clockstats type day enable > > > > > > # You do need to talk to an NTP se...
2015 Feb 13
2
ntpq -p ***Request timed out
...ict dc01.dts***m.lan. mask 255.255.255.255 nomodify notrap nopeer noquery The ntp.conf from one of the DC's: 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 /var/log/ntpstats/ statistics loopstats peerstats clockstats filegen loopstats file loopstats type day enable filegen peerstats file peerstats type day enable filegen clockstats file clockstats type day enable # You do need to talk to an NTP server or two (or three). #server ntp.your-provider.example # pool.ntp.org...
2015 Feb 12
2
Why the command 'service ntpd stop' cause the time reversed?
Hi guys, Thanks for your reply. I originally used the following command to synchronize time: ntpdate 192.168.0.191 but got the error: ntpdate[16715]: the NTP socket is in use, exiting So i used the way of stopping ntpd service. Now I have known that using command "ntpdate -u 192.168.0.191" can solve the above error, and also know using ntpdate command is an improper way, i.e. should use