similar to: NTP

Displaying 20 results from an estimated 1000 matches similar to: "NTP"

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
2005 Apr 19
2
NTP on CentOS 3.4
Running CentOS 3.4, I enabled the ntpd service and noticed that it opens up a hole in the firewall for ntp from 127.127.1.0. I look in the ntpd initscript and see that it's reading in servers from /etc/ntp/step-tickers. However, that file is empty... /etc/ntp/ntpservers contains clock.redhat.com and clock2.redhat.com, but ntpservers isn't used *anywhere*. This looks like a bug, but
2008 Jan 16
2
ntpd stuck on stratum 16 = not synced
Maybe there's an ntp expert out there who can help me with this. I have an NTP server serving our local network. It is set up to use pool.ntp.org servers for it's upstream sync. ntpq -p reveals that the server is stuck on stratum 16, which I understand means "not synced". The clients are unable to sync with my local server because of this. Here's the output of ntpq -p
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
2009 Jun 25
1
[PATCH node] Rerunning network config resets all network config. bz#507393
When the user runs o-c-networking then it ensures that all features of networking that we configure are reset and only those settings touched are applied. Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- scripts/ovirt-config-networking | 46 +++++++++++++++++++++++++------------- 1 files changed, 30 insertions(+), 16 deletions(-) diff --git a/scripts/ovirt-config-networking
2001 Nov 29
3
Help me Please
Kind Attention: Andrew Tridgell Jeremy Allison Luke Kenneth Casson Leighton John H Terpstra Dear Sir, Good wishes. I am in big trouble. Please, help me. I am trying to setup and configure our college network. It comprises of the following: 1. RedHat Linux Server, Assembled PC, 20GB IDE, P-III, 400 MHz, 256 MB MM eth0: IP Address: 192.168.0.1,
2010 Jan 14
0
[PATCH] Presents duplicate DNS and NTP server entries.
Checks any entered address for DNS and NTP servers against previously entered ones in order to prevent duplicates. Resolves: rhbz#555373 Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- scripts/ovirt-config-networking | 41 ++++++++++++++++++++++++-------------- scripts/ovirt-functions | 7 ++++++ 2 files changed, 33 insertions(+), 15 deletions(-) diff --git
2008 May 20
2
Strange NTP problem
I have 30 identical Lenovo desktop systems running CentOS 5.1. On one of those systems the clock is running slow (5+ minutes from yesterday to this morning and another minute since this morning) despite the fact that NTP is running on all of them and they all have the exact same /etc/ntp.conf file (I compared the MD5 sums of that file on all the systems). Here is the output of
2010 Feb 11
3
[PATCH node] remove ipv4 validation for ntp and rely on actual ntp verification
--- scripts/ovirt-config-networking | 13 ++++++------- scripts/ovirt-functions | 16 ++++++++++++++++ 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/scripts/ovirt-config-networking b/scripts/ovirt-config-networking index ec154c2..40a2d2c 100755 --- a/scripts/ovirt-config-networking +++ b/scripts/ovirt-config-networking @@ -414,12 +414,7 @@ function configure_ntp
2004 Sep 15
2
smbclient's tar_re_search broken?
Hi all, My old and stable backup script don't work anymore. It's based on smbclient's tar command using crX parameters for creating archive, excluding files based on basic regular expressions. The box is running Fedora core 2, fully updated: kernel-2.6.8-1.521 samba-common-3.0.7-2.FC2 samba-client-3.0.7-2.FC2 The error is easily reproducible: smbclient //ntpdc/share -A credfile \ -c
2009 Jul 08
1
Final follow up patch to add warning for NTP...
Now, rather than displaying yet another warning, the NTP configuration just requires that the user select a NIC to configure first. That act alone provides the single warning to the user that they'll be changing their network configuration.
2015 Mar 09
0
Problem with ntp
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 peer" work? If so, then the problem is related to access via IPv6 and this line in
2015 Mar 09
0
Problem with ntp
Hi, On Mon, Mar 9, 2015 at 4:43 PM, C.L. Martinez <carlopmart at gmail.com> 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> > > By default NTP daemon is stopped in CentOS. Please see NTP daemon is
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
2003 Feb 28
1
Samba offering dynamic homes share trouble..
I have samba running on RH 8, samba 2.2.7-2, and using winbind.. Want "homes" share to automatically display as users access it. Thought I could use the %u but am having no luck.. Currently, have it set up but when user clicks on home share a username/password dialog displays and will not accept valid credentials for that user? Have my config and log snips from nmbd and machine
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
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
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
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
2017 Sep 18
0
File server questions ( about the ntp question )
Hai, Sorry for the long responce on this one, had a few days off. Some importent extra info here. If you run systemctl status ntp, you wil see if ntp is running correctly. The PC's, wil get there time through samba AD ( via /var/lib/samba/ntp_signd ) Linux clients needs ntp, point to the AD server(s) Windows ( domain joined ) clients get time through AD. Windows standalone, you need