Displaying 20 results from an estimated 30 matches for "ntpserver".
Did you mean:
nt4server
2009 Jun 25
1
[PATCH node] Rerunning network config resets all network config. bz#507393
...op_log; exit $__st' 0
trap 'exit $?' 1 2 13 15
-CONFIG_FILE_ROOT="/files/etc/sysconfig/network-scripts/ifcfg"
+IFCONFIG_FILE_ROOT="/files/etc/sysconfig/network-scripts/ifcfg"
+NTPCONF_FILE_ROOT="/files/etc/ntp"
NTP_CONFIG_FILE="/etc/ntp.conf"
+NTPSERVERS=""
CONFIGURED_NIC=""
# if local storage is not configured, then exit the script
@@ -55,10 +57,10 @@ function configure_interface
printf "\nConfigure $BRIDGE for use by $NIC..\n\n"
- local IF_ROOT="$CONFIG_FILE_ROOT-$NIC"
+ local IF_ROOT=&q...
2010 Jan 14
0
[PATCH] Presents duplicate DNS and NTP server entries.
...printf "${ADDRESS} is an invalid address.\n"
fi
done
done
@@ -403,24 +409,29 @@ function configure_ntp
{
local AUTO=$2
if [[ "$AUTO" == "AUTO" && -n "$OVIRT_NTP" ]]; then
- NTPSERVERS=$OVIRT_NTP
+ NTPSERVERS=$OVIRT_NTP
else
- NTPSERVERS=""
+ NTPSERVERS=""
fi
if [ -z "$AUTO" ]; then
if has_configured_interface true; then
- while true; do
- read -ep "Enter an NTP server (hit return when finishe...
2010 Jan 14
1
Ignore that last patch...
The first line of the comment had a typo in it.
2010 Mar 24
1
Resending a refactored patch...
This was an older patch that had to be rebased against the current
tip.
2010 Mar 24
1
Supercedes previous patch...
This includes a missed break and two spots where $ADDRESS was copied
as $address instead.
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 maybe I'm overlooking something stupid. I
reviewed the RHEL manuals, but they only reference the GUI utilities
now (grrr).
Any ideas a) where 127.127.1.0 is coming from (...
2012 Nov 06
2
ntpserver in domainU vm
Hello all,
I try to set a ntp server in domainU, but other vms cannot synchronizes with the ntpserver VM. When I choose to set ntp server in domain0, synchronization can be done. Why is that?
I install xcp-xapi 1.5 on ubuntu server 12.04 64-bit.
Many thanks!
clayton
claytonly
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xe...
2010 Jan 18
1
Refactored patch...
This patch supercedes the previous and includes fixes based on feedback
from apevec. Duplicate checks now check the whole address, so substrings
won't cause false positives.
2010 Jan 18
1
Fixed a karg issue...
I missed one situation in the last patch. It wasn't properly handling
the karg for NTP. This patch fixes that.
2009 Jul 07
1
Obsoletes previous patch
This patch obsoletes the previously submitted patch. It adds a
warning message to the user when they select to change the NTP settings.
2007 May 21
3
defining client/server configs
...another templated file, requiring the names of the (other) NTP
servers and the network to allow queries from
This could be the same templated file, but in other circumstances
these two files would be _vastly_ different.
Is having an ntp class for the clients and then overriding this with
an ntpserver class for the servers sensible? I believe I''m correct in
saying that even if I have a setup like this then puppet does what I
want, but I''m not convinced that I should expect or trust that behaviour.
class basenode {
include ntp
...
}
node fred {
include basenode
...
}...
2010 Feb 11
3
[PATCH node] remove ipv4 validation for ntp and rely on actual ntp verification
...networking
+++ b/scripts/ovirt-config-networking
@@ -414,12 +414,7 @@ function configure_ntp
read -ep "Enter an NTP server (hit return when finished): "
if [ -z "$REPLY" ]; then break; fi
-
- if is_valid_ipv4 $REPLY; then
- NTPSERVERS="${NTPSERVERS}:${REPLY}"
- else
- printf "${REPLY} is an invalid address.\n"
- fi
+ NTPSERVERS="${NTPSERVERS}:${REPLY}"
done
fi
fi
@@ -560,5 +555,9 @@ if [ "$net_configured"...
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.
2008 May 06
5
Environments and tiers
Does anyone have any suggestions about how to deal with multiple
environments/tiers?
For instance, we have several environments ( production, dev, qa,
etc.. ) and within each environment, different tiers ( web, data, app,
etc ). Each tier is a different IP network segment, so all the hosts
in each tier have different configurations for certain things like
resolv.conf, ntp.conf and so on.
We do
2010 Oct 25
0
[PATCH node] add network.py script
...class Network:
+
+ def __init__(self):
+ self.WORKDIR=tempfile.mkdtemp()
+ self.IFCONFIG_FILE_ROOT="/files/etc/sysconfig/network-scripts/ifcfg"
+ self.NTPCONF_FILE_ROOT="/files/etc/ntp"
+ self.NTP_CONFIG_FILE="/etc/ntp.conf"
+ self.NTPSERVERS=""
+ self.CONFIGURED_NIC= ""
+ self.IF_CONFIG = ""
+ self.BR_CONFIG = ""
+ self.VL_CONFIG = ""
+ self.VLAN_ID=""
+ self.VL_ROOT=""
+ self.VL_FILENAME =""
+ self.n...
2007 Sep 17
2
ntp policy example question
I would like to configure a linux ntp server on my lan as the ntp server for
my windows xp clients
I'm not able to come to an understandable solution (due probably to my lack
in windows knowledge)
I found this in samba archives:
CLASS MACHINE
CATEGORY !!Time
POLICY !!NTPServer
KEYNAME SYSTEM\CurrentControlSet\Services\W32Time\Parameters
PART !!NTP_SERVER EDITTEXT
VALUENAME "NtpServer"
END PART
PART !!SERVERTYPE EDITTEXT
VALUENAME "type"
END PART
END POLICY
END CATEGORY ; Time
[Strings]
Time="Time Servers"
NTPServer=&quo...
2005 Nov 10
2
w32time and Samba PDC Domains
I see that the w32time service as it is configured when a Win2K Pro client joins a Samba PDC Domain is not configured in such a way that the service is able to successfully sync time with Samba.
I:\>w32tm -source -v
W32Time: BEGIN:InitAdjIncr
W32Time: Adj 100144 , Incr 100144 fAdjust 0
W32Time: END:Line 2503
W32Time: BEGIN:TsUpTheThread
W32Time: END Line 1407
W32Time: TimeMMInit()
2004 Oct 13
2
time server directive and synchronizing Win XP clients
Hi all!
I have configured a Samba PDC (3.0.7) on a Fedora Core 2 machine with LDAP
authentication (conform http://samba.idealx.org/smbldap-howto.en.html). I
have about 180 Windows XP Pro clients using this PDC to log onto the
domain, which works great!
However I seem to have trouble synchronizing the time on the clients to
the time on the server. The users (in group Domain Users) do not have
2008 Jan 16
2
ntpd stuck on stratum 16 = not synced
...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 along with my ntp.conf file:
[root at ntpserver /root]# ntpq -p
remote refid st t when poll reach delay offset disp
==============================================================================
echo.sureproxy. 0.0.0.0 16 u 29 64 0 0.00 0.000 16000.0
nist.netservice 0.0.0.0 16 u 19...
2006 May 24
1
NTP
...he past few
updates? Reason I ask, whenever I run the ntpq or ntpdc, I immediately
get a response of Name or service not known. I know things used to work
sometime back, and never saw this kind of stuff. Nothing has changed in
the /etc/ntp.conf file, nor has anything changed in the
/etc/ntp/ntpservers files.
T hanks......
Sam