https://bugzilla.novell.com/show_bug.cgi?id=758879 https://bugzilla.novell.com/show_bug.cgi?id=758879#c0 Summary: NetworkManager doesn't write NTP servers provided by DHCP to netconfig Classification: openSUSE Product: openSUSE 12.1 Version: Final Platform: x86-64 OS/Version: openSUSE 12.1 Status: NEW Severity: Normal Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: suse+build@de-korte.org QAContact: qa-bugs@suse.de Found By: --- Blocker: --- Created an attachment (id=487784) --> (http://bugzilla.novell.com/attachment.cgi?id=487784) Actual NetworkManager.netconfig User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20100101 Firefox/11.0 The dynamic configuration of NTP servers is broken when NetworkManager is used. In the lease file, the 'ntp-servers' option is mentioned, but the value is not propagated in the /var/run/netconfig/NetworkManager.netconfig file in the NTPSERVERS variable. Therefor, when netconfig runs, the NTP_SERVER_LIST is always empty: # netconfig update -m ntp-runtime -v debug: lockfile created (/var/run/netconfig.pid) for PID 4152 debug: lockfile created debug: Module order: dns-resolver dns-bind dns-dnsmasq nis ntp-runtime debug: dns-resolver module skipped debug: dns-bind module skipped debug: dns-dnsmasq module skipped debug: nis module skipped debug: ntp-runtime Module called debug: Static Fallback debug: Use NetworkManager policy merged settings debug: exec get_ntp_settings: /var/run/netconfig/NetworkManager.netconfig debug: get_ntp_settings: NTP_SERVER_LIST='' debug: exit get_ntp_settings: /var/run/netconfig/NetworkManager.netconfig debug: write_ntp_servers: 194.109.22.18 debug: No changes for /var/run/ntp/servers-netconfig This causes netconfig to fallback to the NETCONFIG_NTP_STATIC_SERVERS, which is something I would like to avoid if DHCP suggests a NTP server (which most likely will have a much lower latency than any arbitrary one). Reproducible: Always Steps to Reproduce: 1. Configure 'option ntp-servers 192.168.1.10;' on the DHCP server (and restart DHCP server) 2. Set NETCONFIG_NTP_STATIC_SERVERS to something else on a client 3. Connect client through NetworkManager 4. Examine /var/run/netconfig/NetworkManager.netconfig on client Actual Results: NTPSERVERS is absent Expected Results: NTPSERVERS='192.168.1.10' -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.