search for: configure_ntp

Displaying 18 results from an estimated 18 matches for "configure_ntp".

2009 Jun 25
1
[PATCH node] Rerunning network config resets all network config. bz#507393
...RKDIR/augtool-br${CONFIGURED_NIC}" - local IF_ROOT="$CONFIG_FILE_ROOT-br${CONFIGURED_NIC}" + local IF_ROOT="$IFCONFIG_FILE_ROOT-br${CONFIGURED_NIC}" local IF_CONFIG= if [ -z "$AUTO" ]; then @@ -241,12 +243,11 @@ function configure_dns function configure_ntp { - local NTP=$1 local AUTO=$2 if [[ "$AUTO" == "AUTO" && -n "$OVIRT_NTP" ]]; then - NTP=$OVIRT_NTP + NTPSERVERS=$OVIRT_NTP else - NTP="" + NTPSERVERS="" fi if [ -z "$AUTO" ]; then @@ -255,18 +256,29...
2013 Jul 27
2
Correct NTP Settings for Samba 4.0.6?
Hello, I recently compiled Samba 4.0.6 (as an AD DC) and am running it on Ubuntu 12.04. I followed the instructions on the Samba wiki (https://wiki.samba.org/index.php/Configure_NTP) for how to configure ntp, however the domain clients are rejecting the DCs as being acceptable time sources. Below is my ntp.conf: server 127.127.1.0 fudge 127.127.1.0 stratum 10 server 0.pool.ntp.org iburst prefer server 1.pool.ntp.org iburst prefer driftfile /var/lib/ntp/ntp.drift logfile /v...
2009 May 27
4
[PATCH node] REPOST Joey's and Darryl's ovirt-config-* patches
This is a repost of patches for ovirt-config-* ACK to all. Pushed.
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.
2010 Oct 25
0
[PATCH node] add network.py script
...em("echo \"set %s/DNS1 %s\n\" >> %s") % (IF_ROOT, DNS1) + if not DNS2 is None: + os.system("echo \"set %s/DNS2 %s\n\" >> %s") % (IF_ROOT, DNS2) + except: + pass + + def configure_ntp(self): + if OVIRT_VARS.has_key("OVIRT_NTP"): + NTPSERVERS=OVIRT_NTP + else: + NTPSERVERS="" + + def save_ntp_configuration(self): + ntproot = "/files/etc/ntp.conf" + ntpconf = "rm %s\n" % ntproot + n...
2013 Jul 08
1
Samba4, NTP, and Ubuntu 12.04
Hello, I have a question regarding signed NTP support for Samba4 on Ubuntu 12.04. I have followed most of the steps outlined here: https://wiki.samba.org/index.php/Configure_NTP These steps I did differently are: * I did not install from source because the latest Ubuntu package for ntp available on Ubuntu 12.04 includes ntp-signd support already * I did not install Samba4 to /usr/local/samba, so I also modified that part of ntp.conf * Ubuntu uses AppArmor instead of SELi...
2009 May 22
0
[PATCH node] Restricts network configuration to a single NIC.
...quot;***** WARNING *****\n" select NIC in $NICS "DNS" "NTP" "Save & Exit" do @@ -269,6 +285,7 @@ else case "$NIC" in "DNS") configure_dns "$OVIRT_DNS"; break ;; "NTP") configure_ntp "$OVIRT_NTP"; break ;; + "Abort") rm -f "${WORKDIR}"/augtool-*; exit 99;; "Save & Exit") break 2;; *) if [[ -n "${NIC}" ]] && [[ "${NICS}" =~ "${NIC}&qu...
2010 Jan 14
0
[PATCH] Presents duplicate DNS and NTP server entries.
...else - printf "${REPLY} is an invalid address.\n" + 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...
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.
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 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.
2013 Dec 23
4
debian wheezy, sernet samba 4.1.3 join Windows 2008R2 AD as DC. Success ( basic Howto included )
...dows 2008R2 AD DC , with dhcp and dns. # SETUP : Samba 4 AD DC with bind9 DLZOPEN?, joined as DC. # # info found on these site linkes: # # https://wiki.samba.org/index.php/Samba4/HOWTO/Join_a_domain_as_a_DC # http://wiki.samba.org/index.php/Dns-backend_bind # https://wiki.samba.org/index.php/Configure_NTP # https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO # # and lots of info for the mailing list users, thank you guys and girls. # # # PRE SETUP ! # Im adding the linux hostname and IP adres in the dns server of windows in front installing debian. # # Install a minimal debian wheezy with only...
2014 Sep 03
2
time sync for windows workstations
Hi all, On our DC's we use ntp to keep time synced. I've googled a bit on AD and time sync on workstations, and it seems they are supposed to sync their time with the time on the DC. I see however that in our network, this is not occuring: there is a minute time difference between the dc's and my workstation. Is this something that samba has not yet implemented, or is there
2010 Feb 11
3
[PATCH node] remove ipv4 validation for ntp and rely on actual ntp verification
...| 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 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 - pri...
2014 Feb 07
1
Time sync
Hy Guys, My samba version: 4.0.13 ntp version: 4.2.6p3 Ubuntu 12.04.3 LTS I have a weird problem, I sat up the time service via https://wiki.samba.org/index.php/Configure_NTP On the servers I have no firewall. This port is open when i check with nmap, ntp runs. Looks like all of my Windows 7 clients works fine but w32tm /resync says Permission denied 0x8007005, so not that good :) Windows XP, Windows 2003 server machines could not syncronize, my logs are full of w32t...