<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feed.news.ntppool.org/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">
    <title>NTP Pool News</title>
    <link rel="alternate" type="text/html" href="http://news.ntppool.org/" />
    
    <id>tag:news.ntppool.org,2009-03-20://23</id>
    <updated>2012-02-20T06:30:27Z</updated>
    <subtitle>News from the NTP Pool Project</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Pro 4.37</generator>

<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feed.news.ntppool.org/ntppool" /><feedburner:info uri="ntppool" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>ntppool</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><entry>
    <title>New and better graphs using D3.js</title>
    <link rel="alternate" type="text/html" href="http://feed.news.ntppool.org/~r/ntppool/~3/qknXBLaUZk0/new-and-better-graphs-using-d3.html" />
    <id>tag:news.ntppool.org,2012://23.2968</id>

    <published>2012-02-20T06:17:43Z</published>
    <updated>2012-02-20T06:30:27Z</updated>

    <summary>Today I updated the graphs from being generated by rrdtool to be generated with Javascript and SVG using the wonderful d3.js library. You can see an example of the new graphs or if you have a server in the pool you can use the new graphs. There are a lot of things I wanted to do that using RRD made hard. Splitting the central parts of the system across more servers than the 2-3 it's running on now. Supporting multiple monitoring nodes. More interactive graphs. Showing historical data. Etcetera. None of it impossible with RRDtool or for example it's cousin graphite, but those tools really just aren't a good match for our needs here. The update today is just the beginning. Over on the "beta pool" we're already running with multiple monitors and on my development system I'll soon add some more features to the graphs so you can see...</summary>
    <author>
        <name>Ask Bjørn Hansen</name>
        <uri>http://askask.com/</uri>
    </author>
    
    <category term="graphs" label="graphs" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="website" label="website" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://news.ntppool.org/">
        &lt;p&gt;Today I updated the graphs from being generated by &lt;a href="http://oss.oetiker.ch/rrdtool/"&gt;rrdtool&lt;/a&gt; to be generated with Javascript and SVG using the wonderful &lt;a href="http://mbostock.github.com/d3/"&gt;d3.js&lt;/a&gt; library.  You can see &lt;a href="http://www.pool.ntp.org/scores/207.171.7.151"&gt;an example of the new graphs&lt;/a&gt; or if you have a server in the pool you can use the new graphs.&lt;/p&gt;

&lt;p&gt;There are a lot of things I wanted to do that using RRD made hard.  Splitting the central parts of the system across more servers than the 2-3 it's running on now. Supporting multiple monitoring nodes.  More interactive graphs.  Showing historical data.  Etcetera.&lt;/p&gt;

&lt;p&gt;None of it impossible with RRDtool or for example it's cousin &lt;a href="https://launchpad.net/graphite"&gt;graphite&lt;/a&gt;, but those tools really just aren't a good match for our needs here.&lt;/p&gt;

&lt;p&gt;The update today is just the beginning. Over on the "beta pool" we're already running with multiple monitors and on my development system I'll soon add some more features to the graphs so you can see the details of individual data points, go back in time a bit and so on.  There are also a number of places on the site still where the old graphs are used even if your browser does support SVG.&lt;/p&gt;

&lt;p&gt;I know many of you are using the old graphs on your own websites, ops charts, startpages and so on, and I intent do continue to maintain them at the current level for as long as possible.  They're also supposed to show if you visit with a browser without Javascript and SVG support.&lt;/p&gt;

&lt;p&gt;When the features and API have stabilized a bit, I'll also make a widget so you can put the D3 graphs on other sites and document the JSON API so you can use it to extract the data similar to the current CSV option.&lt;/p&gt;

        

    &lt;img src="http://feeds.feedburner.com/~r/ntppool/~4/qknXBLaUZk0" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://news.ntppool.org/2012/02/new-and-better-graphs-using-d3.html</feedburner:origLink></entry>

<entry>
    <title>Website updates and translations</title>
    <link rel="alternate" type="text/html" href="http://feed.news.ntppool.org/~r/ntppool/~3/cE4GfUePGys/website-updates.html" />
    <id>tag:news.ntppool.org,2011://23.2908</id>

    <published>2011-11-10T08:18:37Z</published>
    <updated>2011-11-10T08:22:28Z</updated>

    <summary>As announced some days ago on the pool-dev mailing list, yesterday I moved the "manage your server" section to a separate site. This helps keep the main site fast and made it easier to make all connections to that site encrypted. Today the NTP Pool site got some changes to run better and faster. In the process there was 10 minutes of downtime late Tuesday (pacific time) and through much of the day Wednesday some pages might have loaded in a language that wasn't your usual preference. Speaking of languages, the website can (always) use help with translations. On the beta site I enabled some of the partially translated languages to show up. Japanese was just added there today thanks to Taro Yoshimoto. Translations of languages not on the list at all are of course also welcome....</summary>
    <author>
        <name>Ask Bjørn Hansen</name>
        <uri>http://askask.com/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://news.ntppool.org/">
        &lt;p&gt;As announced some days ago on the pool-dev mailing list, yesterday I moved the "manage your server" section to a &lt;a href="https://manage.ntppool.org/"&gt;separate site&lt;/a&gt;.  This helps keep the main site fast and made it easier to make all connections to that site encrypted.&lt;/p&gt;

&lt;p&gt;Today the &lt;a href="http://www.pool.ntp.org/"&gt;NTP Pool site&lt;/a&gt; got some changes to run better and faster.  In the process there was 10 minutes of downtime late Tuesday (pacific time) and through much of the day Wednesday some pages might have loaded in a language that wasn't your usual preference.&lt;/p&gt;

&lt;p&gt;Speaking of languages, the website can (always) use &lt;a href="http://www.pool.ntp.org/translators.html"&gt;help with translations&lt;/a&gt;.  On the &lt;a href="http://www.beta.grundclock.com/en/"&gt;beta site&lt;/a&gt; I enabled some of the partially translated languages to show up.  Japanese was just added there today thanks to Taro Yoshimoto.&lt;/p&gt;

&lt;p&gt;Translations of languages not on the list at all are of course also welcome.&lt;/p&gt;

        

    &lt;img src="http://feeds.feedburner.com/~r/ntppool/~4/cE4GfUePGys" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://news.ntppool.org/2011/11/website-updates.html</feedburner:origLink></entry>

<entry>
    <title>Continuing IPv6 deployment</title>
    <link rel="alternate" type="text/html" href="http://feed.news.ntppool.org/~r/ntppool/~3/jYI56_nCHDM/continuing-ipv6-deployment.html" />
    <id>tag:news.ntppool.org,2011://23.2850</id>

    <published>2011-06-09T00:36:32Z</published>
    <updated>2011-06-09T00:56:27Z</updated>

    <summary>World IPv6 Day is over, but we'll continue to serve AAAA (IPv6) records for 2.pool.ntp.org (and 2.europe, 2.fedora, 2.debian, etc). So far no problems have been reported, even the servers going through IPv6 tunnels seem to work fine. We already have almost 200 IPv6 servers in the pool; though that's less than 10% of all the pool servers and they're mostly in a handful of countries versus the wide deployment we have for IPv4. The pool system is tracking, but not yet showing separate stats for IPv6 servers by default. (You can however "hack" the graph URLs to show them by adding -v6 to the file name, for example the European counts. Below is the graph for the total number of IPv6 servers in the pool....</summary>
    <author>
        <name>Ask Bjørn Hansen</name>
        <uri>http://askask.com/</uri>
    </author>
    
    <category term="ipv6" label="ipv6" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://news.ntppool.org/">
        &lt;p&gt;&lt;a href="http://www.worldipv6day.org/"&gt;World IPv6 Day&lt;/a&gt; is over, but we'll continue to serve AAAA (IPv6) records for 2.pool.ntp.org (and 2.europe, 2.fedora, 2.debian, etc).&lt;/p&gt;

&lt;p&gt;So far no problems have been reported, even the servers going through IPv6 tunnels seem to work fine.&lt;/p&gt;

&lt;p&gt;We already have almost 200 IPv6 servers in the pool; though that's less than 10% of all the pool servers and they're mostly in a handful of countries versus the wide deployment we have for IPv4.&lt;/p&gt;

&lt;p&gt;The pool system is tracking, but not yet showing separate stats for IPv6 servers by default. (You can however "hack" the graph URLs to show them by adding -v6 to the file name, for &lt;a href="http://www.pool.ntp.org/zone/graph/europe-v6.png"&gt;example the European counts&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Below is the graph for the total number of IPv6 servers in the pool.&lt;/p&gt;

&lt;p&gt;&lt;img src="http://www.pool.ntp.org/zone/graph/.-v6.png" alt="Total IPv6 NTP servers" title="" /&gt;&lt;/p&gt;

        

    &lt;img src="http://feeds.feedburner.com/~r/ntppool/~4/jYI56_nCHDM" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://news.ntppool.org/2011/06/continuing-ipv6-deployment.html</feedburner:origLink></entry>

<entry>
    <title>Monitoring of some servers temporarily suspended</title>
    <link rel="alternate" type="text/html" href="http://feed.news.ntppool.org/~r/ntppool/~3/4eIc3YRYjQk/monitoring-of-some-servers-tem.html" />
    <id>tag:news.ntppool.org,2011://23.2848</id>

    <published>2011-06-07T08:10:25Z</published>
    <updated>2011-06-07T08:27:21Z</updated>

    <summary>While the system is rebuilding some internal statistics, monitoring of some of the IPv4 servers in the pool have been suspended. They'll be reactivated in about 6 hours. All servers with IDs below 8500 are being monitored again after a break of a couple of hours. In addition all IPv6 servers are being monitored now and are slowly increasing their scores for inclusion in the "2." pool!...</summary>
    <author>
        <name>Ask Bjørn Hansen</name>
        <uri>http://askask.com/</uri>
    </author>
    
    <category term="ipv6" label="ipv6" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://news.ntppool.org/">
        &lt;p&gt;While the system is rebuilding some internal statistics, monitoring of some of the IPv4 servers in the pool have been suspended. They'll be reactivated in about 6 hours.  All servers with IDs below 8500 are being monitored again after a break of a couple of hours.&lt;/p&gt;

&lt;p&gt;In addition all IPv6 servers are being monitored now and are slowly increasing their scores &lt;a href="http://news.ntppool.org/2011/06/experimentally-enabling-ipv6.html"&gt;for inclusion in the "2." pool&lt;/a&gt;!&lt;/p&gt;

        

    &lt;img src="http://feeds.feedburner.com/~r/ntppool/~4/4eIc3YRYjQk" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://news.ntppool.org/2011/06/monitoring-of-some-servers-tem.html</feedburner:origLink></entry>

<entry>
    <title>Experimentally enabling IPv6</title>
    <link rel="alternate" type="text/html" href="http://feed.news.ntppool.org/~r/ntppool/~3/PzGm2bp452Y/experimentally-enabling-ipv6.html" />
    <id>tag:news.ntppool.org,2011://23.2846</id>

    <published>2011-06-07T05:40:52Z</published>
    <updated>2011-06-07T05:50:32Z</updated>

    <summary>If you are following the pool mailing lists you'll have seen that the last days have carried a flurry of activity as new code for IPv6 support (and distributed monitoring) has been tested on the "beta pool" site. June 8th is World IPv6 Day where many sites small and big will enable the IPv6 protocol for the day to help test everyones IPv6 readiness. Here at the NTP pool we are today enabling monitoring of IPv6 servers; and over the next 12 hours we will start in a limited fashion to serve AAAA (IPv6) DNS records to clients asking for them. Right now the pool site is enjoying a brief break while the new code and database updates are being deployed. For now this will only be on the "2.pool.ntp.org" zone; but unlike Google, Facebook and most other sites we are not planning to turn this off again on June...</summary>
    <author>
        <name>Ask Bjørn Hansen</name>
        <uri>http://askask.com/</uri>
    </author>
    
    <category term="ipv6" label="ipv6" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://news.ntppool.org/">
        &lt;p&gt;If you are following the &lt;a href="http://www.pool.ntp.org/mailinglists.html"&gt;pool mailing lists&lt;/a&gt; you'll have seen that the last days have carried a &lt;a href="https://github.com/abh/ntppool/commits/master"&gt;flurry of activity&lt;/a&gt; as new code for IPv6 support (and distributed monitoring) has been tested on the "beta pool" site.&lt;/p&gt;

&lt;p&gt;June 8th is &lt;a href="http://www.worldipv6day.org/"&gt;World IPv6 Day&lt;/a&gt; where many sites small and big will enable the IPv6 protocol for the day to help test everyones &lt;a href="http://test-ipv6.com/"&gt;IPv6 readiness&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Here at the NTP pool we are today enabling monitoring of IPv6 servers; and over the next 12 hours we will start in a limited fashion to serve AAAA (IPv6) DNS records to clients asking for them.  Right now the pool site is enjoying a brief break while the new code and database updates are being deployed.&lt;/p&gt;

&lt;p&gt;For now this will only be on the "2.pool.ntp.org" zone; but unlike Google, Facebook and most other sites we are not planning to turn this off again on June 9th.&lt;/p&gt;

        

    &lt;img src="http://feeds.feedburner.com/~r/ntppool/~4/PzGm2bp452Y" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://news.ntppool.org/2011/06/experimentally-enabling-ipv6.html</feedburner:origLink></entry>

<entry>
    <title>Brief web outage</title>
    <link rel="alternate" type="text/html" href="http://feed.news.ntppool.org/~r/ntppool/~3/8LQS7sYxSqY/brief-web-outage.html" />
    <id>tag:news.ntppool.org,2011://23.2840</id>

    <published>2011-05-30T02:49:17Z</published>
    <updated>2011-05-30T02:50:55Z</updated>

    <summary>One of the database replicas had some corruption; so I took down the primary database briefly to run some consistency checks there, too. This is taking down the NTP Pool website and delaying some of the monitoring. Everything will be back shortly....</summary>
    <author>
        <name>Ask Bjørn Hansen</name>
        <uri>http://askask.com/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://news.ntppool.org/">
        &lt;p&gt;One of the database replicas had some corruption; so I took down the primary database briefly to run some consistency checks there, too.  This is taking down the &lt;a href="http://www.ntppool.org"&gt;NTP Pool website&lt;/a&gt; and delaying some of the monitoring.&lt;/p&gt;

&lt;p&gt;Everything will be back shortly.&lt;/p&gt;

        

    &lt;img src="http://feeds.feedburner.com/~r/ntppool/~4/8LQS7sYxSqY" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://news.ntppool.org/2011/05/brief-web-outage.html</feedburner:origLink></entry>

<entry>
    <title>New web server on the NTP Pool site</title>
    <link rel="alternate" type="text/html" href="http://feed.news.ntppool.org/~r/ntppool/~3/-QwYns5BdBM/new-web-server-on-the-ntp-pool.html" />
    <id>tag:news.ntppool.org,2011://23.2834</id>

    <published>2011-05-24T16:47:05Z</published>
    <updated>2011-05-24T16:51:03Z</updated>

    <summary>Today the NTP Pool site was upgraded to run on Plack and Starman instead of Apache. Please let me know if you encounter any trouble! This was a bit of work to get done and with this done I’ll get back to adding new features to the system. First up: Integrating some of the contributed translations and finishing the changes to support distributed monitoring and IPv6 support that Martin von Löwis started a while back....</summary>
    <author>
        <name>Ask Bjørn Hansen</name>
        <uri>http://askask.com/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://news.ntppool.org/">
        &lt;p&gt;Today the &lt;a href="http://www.pool.ntp.org/"&gt;NTP Pool&lt;/a&gt; site was upgraded to run on &lt;a href="http://plackperl.org/"&gt;Plack&lt;/a&gt; and &lt;a href="http://search.cpan.org/dist/Starman/lib/Starman.pm"&gt;Starman&lt;/a&gt; instead of Apache.&lt;/p&gt;

&lt;p&gt;Please let me know if you encounter any trouble!&lt;/p&gt;

&lt;p&gt;This was a bit of work to get done and with this done I&amp;#8217;ll get back to adding new features to the system.  First up: Integrating some of the contributed translations and finishing the changes to support distributed monitoring and IPv6 support that Martin von Löwis started a while back.&lt;/p&gt;

        

    &lt;img src="http://feeds.feedburner.com/~r/ntppool/~4/-QwYns5BdBM" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://news.ntppool.org/2011/05/new-web-server-on-the-ntp-pool.html</feedburner:origLink></entry>

<entry>
    <title>Expanding the anycast DNS server</title>
    <link rel="alternate" type="text/html" href="http://feed.news.ntppool.org/~r/ntppool/~3/KRyj-LnS3WM/expanding-the-anycast-dns-serv.html" />
    <id>tag:news.ntppool.org,2011://23.2802</id>

    <published>2011-03-11T22:42:52Z</published>
    <updated>2011-03-11T22:46:38Z</updated>

    <summary>"pool.ntp.org" is serviced by a number of DNS servers. One of them, a.ntpns.org, is actually several servers in an anycast cloud. Until today it was just served by two nodes, one in Los Angeles and another in Luxembourg (both provided by YellowBot). Today a third node in Northern California is joining in, hosted by Sonic.net! If you are able to provide a server (most virtual servers work, too) on a network with BGP routers to join the anycast cloud, please email ask@develooper.com....</summary>
    <author>
        <name>Ask Bjørn Hansen</name>
        <uri>http://askask.com/</uri>
    </author>
    
    <category term="dns" label="dns" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://news.ntppool.org/">
        &lt;p&gt;"pool.ntp.org" is serviced by a number of DNS servers.  One of them, a.ntpns.org, is actually several servers in an &lt;a href="http://en.wikipedia.org/wiki/Anycast"&gt;anycast cloud&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Until today it was just served by two nodes, one in Los Angeles and another in Luxembourg (both provided by &lt;a href="http://www.yellowbot.com/"&gt;YellowBot&lt;/a&gt;).  Today a third node in Northern California is joining in, hosted by &lt;a href="http://www.sonic.net/"&gt;Sonic.net&lt;/a&gt;!&lt;/p&gt;

&lt;p&gt;If you are able to provide a server (most virtual servers work, too) on a network with BGP routers to join the anycast cloud, please email ask@develooper.com.&lt;/p&gt;

        

    &lt;img src="http://feeds.feedburner.com/~r/ntppool/~4/KRyj-LnS3WM" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://news.ntppool.org/2011/03/expanding-the-anycast-dns-serv.html</feedburner:origLink></entry>

<entry>
    <title>New pool system servers</title>
    <link rel="alternate" type="text/html" href="http://feed.news.ntppool.org/~r/ntppool/~3/9ppC7RI4Q6s/new-pool-servers.html" />
    <id>tag:news.ntppool.org,2011://23.2790</id>

    <published>2011-01-26T08:48:09Z</published>
    <updated>2011-01-26T08:58:13Z</updated>

    <summary>Earlier today the website and monitoring system had several 10-15 minute outages while the databases got moved around; backups reconfigured etc. Our friends at sonic.net have for years provided some servers that are used for backups and auxiliary functions to the main servers hosted by Phyber. Recently Sonic.net also started hosting one of the excellent GPS Time Servers donated by Meinberg and when the system eventually starts doing distributed monitoring their servers will likely be the first "second monitoring system". (While looking for links for this post, I noticed that if you want to rent a server from Sonic, they have a bunch of affordable options)....</summary>
    <author>
        <name>Ask Bjørn Hansen</name>
        <uri>http://askask.com/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://news.ntppool.org/">
        &lt;p&gt;Earlier today the website and monitoring system had several 10-15 minute outages while the databases got moved around; backups reconfigured etc.&lt;/p&gt;

&lt;p&gt;Our friends at &lt;a href="http://www.sonic.net/"&gt;sonic.net&lt;/a&gt; have for years provided some servers that are used for backups and auxiliary functions to the main servers hosted by &lt;a href="http://www.phyber.com/"&gt;Phyber&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Recently Sonic.net also &lt;a href="http://twitter.com/#!/augie/status/28616727260561408"&gt;started hosting&lt;/a&gt; one of the excellent &lt;a href="http://www.meinberg.de/english/products/ntp-time-server.htm"&gt;GPS Time Servers&lt;/a&gt; donated by Meinberg and when the system eventually starts doing distributed monitoring their servers will likely be the first "second monitoring system".&lt;/p&gt;

&lt;p&gt;(While looking for links for this post, I noticed that if you want to rent a server from Sonic, they have a bunch of &lt;a href="https://signup.sonic.net/1u/"&gt;affordable options&lt;/a&gt;).&lt;/p&gt;

        

    &lt;img src="http://feeds.feedburner.com/~r/ntppool/~4/9ppC7RI4Q6s" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://news.ntppool.org/2011/01/new-pool-servers.html</feedburner:origLink></entry>

<entry>
    <title>Brief outage</title>
    <link rel="alternate" type="text/html" href="http://feed.news.ntppool.org/~r/ntppool/~3/OtvMxNYCuU0/brief-outage.html" />
    <id>tag:news.ntppool.org,2010://23.2726</id>

    <published>2010-09-30T03:01:42Z</published>
    <updated>2010-09-30T03:01:42Z</updated>

    <summary>The pool servers are having a 45 minute outage to be moved to a new datacenter....</summary>
    <author>
        <name>Ask Bjørn Hansen</name>
        <uri>http://askask.com/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://news.ntppool.org/">
        &lt;p&gt;The pool servers are having a 45 minute outage to be moved to a new datacenter. &lt;/p&gt;

        

    &lt;img src="http://feeds.feedburner.com/~r/ntppool/~4/OtvMxNYCuU0" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://news.ntppool.org/2010/09/brief-outage.html</feedburner:origLink></entry>

<entry>
    <title>Brief outage today</title>
    <link rel="alternate" type="text/html" href="http://feed.news.ntppool.org/~r/ntppool/~3/spLhnqrbC-Q/brief-outage-today.html" />
    <id>tag:news.ntppool.org,2010://23.2722</id>

    <published>2010-09-26T00:05:03Z</published>
    <updated>2010-09-26T00:06:28Z</updated>

    <summary>The primary server in the pool system had a brief outage today after running out of memory. All is better now. Because of the distributed nature of the service itself, serving of time to ntp users around the world wasn't materially affected....</summary>
    <author>
        <name>Ask Bjørn Hansen</name>
        <uri>http://askask.com/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://news.ntppool.org/">
        &lt;p&gt;The primary server in the pool system had a brief outage today after running out of memory.   All is better now.  Because of the distributed nature of the service itself, serving of time to ntp users around the world wasn't materially affected.&lt;/p&gt;

        

    &lt;img src="http://feeds.feedburner.com/~r/ntppool/~4/spLhnqrbC-Q" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://news.ntppool.org/2010/09/brief-outage-today.html</feedburner:origLink></entry>

<entry>
    <title>Mailing lists are moving</title>
    <link rel="alternate" type="text/html" href="http://feed.news.ntppool.org/~r/ntppool/~3/q5CsMGWb-6c/mailing-lists-are-moving.html" />
    <id>tag:news.ntppool.org,2010://23.2636</id>

    <published>2010-05-09T20:36:41Z</published>
    <updated>2010-05-10T04:36:42Z</updated>

    <summary>Adrian von Bidder has generously hosted and maintained the mailing lists since he started the project 7 years ago and it's time for the lists to move. In the next few days the lists will move from fortytwo.ch to lists.ntp.org. The 'timekeepers', 'i18n' and 'dev' lists will be moved over; but the announcements list will be discontinued since de-facto the news.ntppool.org site is where the announcements are. You can subscribe either with the Atom feed or via Feedburner's email feature at the mailing list page....</summary>
    <author>
        <name>Ask Bjørn Hansen</name>
        <uri>http://askask.com/</uri>
    </author>
    
    <category term="mailinglists" label="mailinglists" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://news.ntppool.org/">
        &lt;p&gt;Adrian von Bidder has generously hosted and maintained the mailing lists since he started the project 7 years ago and it's time for the lists to move.   In the next few days the lists will move from &lt;a href="http://fortytwo.ch/"&gt;fortytwo.ch&lt;/a&gt; to &lt;a href="http://lists.ntp.org/"&gt;lists.ntp.org&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The 'timekeepers', 'i18n' and 'dev' lists will be moved over; but the announcements list will be discontinued since de-facto the &lt;a href="http://news.ntppool.org/"&gt;news.ntppool.org&lt;/a&gt; site is where the announcements are.  You can subscribe either with the Atom feed or via Feedburner's email feature at &lt;a href="http://www.pool.ntp.org/mailinglists.html"&gt;the mailing list page&lt;/a&gt;.&lt;/p&gt;

        

    &lt;img src="http://feeds.feedburner.com/~r/ntppool/~4/q5CsMGWb-6c" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://news.ntppool.org/2010/05/mailing-lists-are-moving.html</feedburner:origLink></entry>

<entry>
    <title>Routing trouble at the NTP Pool monitoring server</title>
    <link rel="alternate" type="text/html" href="http://feed.news.ntppool.org/~r/ntppool/~3/4kfx3rjlqhA/routing-trouble-at-the-ntp-poo.html" />
    <id>tag:news.ntppool.org,2010://23.2610</id>

    <published>2010-04-25T21:19:39Z</published>
    <updated>2010-04-26T05:08:58Z</updated>

    <summary>Since Saturday morning the NTP Pool server have had trouble routing to some servers in the pool system (about 5%). This was too few to trigger the "help help, something's wrong!" alerts; so thanks to those of you who sent in tickets! I opened a support with our provider and hopefully the issue will be resolved shortly. The monitoring server is on the same network as www.pool.ntp.org (in AS 7012) if you have trouble and want to check traceroutes or BGP information from your end. Due to the distributed nature of the pool system, time serving for clients should not be affected. Update - One of the "upstream" providers were dropping a seemingly random group of networks. Phyber took down the BGP session to them until it's sorted and all is well again as of around 5pm pacific time....</summary>
    <author>
        <name>Ask Bjørn Hansen</name>
        <uri>http://askask.com/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://news.ntppool.org/">
        &lt;p&gt;Since Saturday morning the NTP Pool server have had trouble routing to some servers in the pool system (about 5%).   This was too few to trigger the "help help, something's wrong!" alerts; so thanks to those of you who sent in tickets!&lt;/p&gt;

&lt;p&gt;I opened a support with our provider and hopefully the issue will be resolved shortly.&lt;/p&gt;

&lt;p&gt;The monitoring server is on the same network as www.pool.ntp.org (in AS 7012) if you have trouble and want to check traceroutes or BGP information from your end.&lt;/p&gt;

&lt;p&gt;Due to the distributed nature of the pool system, time serving for clients should not be affected.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Update&lt;/em&gt; - One of the "upstream" providers were dropping a seemingly random group of networks. Phyber took down the BGP session to them until it's sorted and all is well again as of around 5pm pacific time.&lt;/p&gt;

        

    &lt;img src="http://feeds.feedburner.com/~r/ntppool/~4/4kfx3rjlqhA" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://news.ntppool.org/2010/04/routing-trouble-at-the-ntp-poo.html</feedburner:origLink></entry>

<entry>
    <title>www.pool.ntp.org is ipv6 enabled</title>
    <link rel="alternate" type="text/html" href="http://feed.news.ntppool.org/~r/ntppool/~3/cs5jZbQQt0o/wwwpoolntporg-is-ipv6-enabled.html" />
    <id>tag:news.ntppool.org,2009://23.2501</id>

    <published>2009-11-13T22:56:20Z</published>
    <updated>2009-11-13T22:58:39Z</updated>

    <summary>If you are IPv6 connected, the www.pool.ntp.org site will now be delivered to you via IPv6. I did tests on a hundred thousand visitors to the site and nobody who could connect with IPv4 had trouble talking to a site with both "AAAA" and "A" records. The test only included users with javascript however, so it could still miss appliances, older boxes etc. More tests are needed to make the pool.ntp.org service "ipv6 enabled"....</summary>
    <author>
        <name>Ask Bjørn Hansen</name>
        <uri>http://askask.com/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://news.ntppool.org/">
        &lt;p&gt;If you are IPv6 connected, the www.pool.ntp.org site will now be delivered to you via IPv6. &lt;/p&gt;

&lt;p&gt;I did tests on a hundred thousand visitors to the site and nobody who could connect with IPv4 had trouble talking to a site with both "AAAA" and "A" records.  The test only included users with javascript however, so it could still miss appliances, older boxes etc.  More tests are needed to make the pool.ntp.org service "ipv6 enabled".&lt;/p&gt;
        
    &lt;img src="http://feeds.feedburner.com/~r/ntppool/~4/cs5jZbQQt0o" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://news.ntppool.org/2009/11/wwwpoolntporg-is-ipv6-enabled.html</feedburner:origLink></entry>

<entry>
    <title>NTP Pool website available via IPv6</title>
    <link rel="alternate" type="text/html" href="http://feed.news.ntppool.org/~r/ntppool/~3/8xZ3yGZwz4A/ntp-pool-website-available-via.html" />
    <id>tag:news.ntppool.org,2009://23.2482</id>

    <published>2009-10-17T02:29:22Z</published>
    <updated>2009-10-17T02:37:28Z</updated>

    <summary>In our ongoing process of getting the NTP Pool IPv6 compatible we took a first (small!) step getting the website partially available via IPv6. For now it's via an IPv6-only hostname: www6.ntppool.org. So far the anecdotal reports are that it's working fine for people with IPv6. The next tests will be to see how connectivity is affected for everyone else if a host has both AAAA (IPv6) and A (IPv4) records in DNS. As part of the same change, the website is now served through Varnish which makes it a bit faster and more importantly makes it inconsequential when people rudely try to "sync time" via HTTP to the server....</summary>
    <author>
        <name>Ask Bjørn Hansen</name>
        <uri>http://askask.com/</uri>
    </author>
    
    <category term="ipv6" label="ipv6" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://news.ntppool.org/">
        &lt;p&gt;In our ongoing process of getting the NTP Pool IPv6 compatible we took a first (small!) step getting the website partially available via IPv6.   For now it's via an IPv6-only hostname: &lt;a href="http://www6.ntppool.org/"&gt;www6.ntppool.org&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;So far the anecdotal reports are that it's working fine for people with IPv6.  The next tests will be to see how connectivity is affected for everyone else if a host has both AAAA (IPv6) and A (IPv4) records in DNS.&lt;/p&gt;

&lt;p&gt;As part of the same change, the website is now served through &lt;a href="http://varnish.projects.linpro.no/"&gt;Varnish&lt;/a&gt; which makes it a bit faster and more importantly makes it inconsequential when people rudely try to "sync time" via HTTP to the server.&lt;/p&gt;

        

    &lt;img src="http://feeds.feedburner.com/~r/ntppool/~4/8xZ3yGZwz4A" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://news.ntppool.org/2009/10/ntp-pool-website-available-via.html</feedburner:origLink></entry>

</feed>

