[gnome-system-tools] Remove obsolete time servers from list



commit c1a76a43eb30a7e230d1eff5b9a240efd250e47e
Author: Milan Bouchet-Valat <nalimilan club fr>
Date:   Mon Nov 9 20:23:45 2009 +0100

    Remove obsolete time servers from list
    
    These NTP servers are no longer available. This causes DNS lookups failures and add error messages to daemon.log.
    - From http://www.ntp.isc.org/bin/view/Servers/DiscontinuedStratumTwoTimeServers:
    clock.tricity.wsu.edu, constellation.ecn.uoknor.edu, libra.rice.edu, ntp.cmr.gov, ntp.landau.ac.ru
    - From http://support.ntp.org/bin/view/Servers/NtpCoxSmuEdu:
    ntp.cox.smu.edu
    - From http://lists.ntp.isc.org/pipermail/hackers/2003-June/000023.html
    ntp.mel.nml.csiro.au, ntp.per.nml.csiro.au, ntp.nml.csiro.au
    - Listed as working, but DNS lookup failing:
    ntp.shim.org
    
    Thanks to MechaMechanism for this list. See https://bugs.launchpad.net/ubuntu/+source/gnome-system-tools/+bug/477795.

 src/time/ntp-servers-list.c |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/src/time/ntp-servers-list.c b/src/time/ntp-servers-list.c
index c13a295..c23ba7d 100644
--- a/src/time/ntp-servers-list.c
+++ b/src/time/ntp-servers-list.c
@@ -39,17 +39,12 @@ struct NtpServer {
 	{ "time.nrc.ca", "Canada" },
 	{ "ntp1.cmc.ec.gc.ca", "Eastern Canada" },
 	{ "ntp2.cmc.ec.gc.ca", "Eastern Canada" },
-	{ "clock.tricity.wsu.edu", "Washington, USA" },
 	{ "wuarchive.wustl.edu", "Missouri, USA" },
 	{ "clock.psu.edu", "Pennsylvania, USA" },
-	{ "constellation.ecn.uoknor.edu", "Oklahoma, USA" },
 	{ "gilbreth.ecn.purdue.edu", "Indiana, USA" },
 	{ "molecule.ecn.purdue.edu", "Indiana, USA" },
-	{ "libra.rice.edu", "Texas, USA" },
-	{ "ntp.cox.smu.edu", "Texas, USA" },
 	{ "ntp.tmc.edu", "Texas, USA" },
 	{ "louie.udel.edu", "Delaware, USA" },
-	{ "ntp.cmr.gov", "Virginia, USA" },
 	{ "ntp0.cornell.edu", "New York, USA" },
 	{ "ntp-0.cso.uiuc.edu", "Illinois, USA" },
 	{ "ntp1.cs.wisc.edu", "Wisconsin, USA" },
@@ -64,15 +59,10 @@ struct NtpServer {
 	{ "fartein.ifi.uio.no", "Norway, Europe" },
 	{ "ntp1.arnes.si", "Slovenia, Europe" },
 	{ "ntp2.arnes.si", "Slovenia, Europe" },
-	{ "ntp.landau.ac.ru", "Moscow, Russia" },
 	{ "time.esec.com.au", "Australia" },
 	{ "ntp.adelaide.edu.au", "South Australia" },
-	{ "ntp.shim.org", "Singapore, Asia" },
 	{ "time.nuri.net", "Korea, Asia" },
 	{ "ntp.cs.mu.oz.au", "Melbourne, Australia" },
-	{ "ntp.mel.nml.csiro.au", "Melbourne, Australia" },
-	{ "ntp.nml.csiro.au", "Sydney, Australia" },
-	{ "ntp.per.nml.csiro.au", "Perth, Australia" },
 	{ "swisstime.ethz.ch", "Zurich, Switzerland" },
 	{ "ntp.cesnet.cz", "Prague, Czech Republic" },
 	{ "ntpa2.kph.uni-mainz.de", "Mainz, Germany" },



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]