X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by postgresql.org (Postfix) with ESMTP id A82469DC85C; Mon, 23 Jan 2006 04:51:39 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 93166-08; Mon, 23 Jan 2006 04:51:40 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey- X-Greylist: from auto-whitelisted by SQLgrey- Received: from mx-2.sollentuna.net (mx-2.sollentuna.net [195.84.163.199]) by postgresql.org (Postfix) with ESMTP id 2C9779DC806; Mon, 23 Jan 2006 04:51:34 -0400 (AST) Received: from ALGOL.sollentuna.se (janus.sollentuna.se [62.65.68.67]) by mx-2.sollentuna.net (Postfix) with ESMTP id 983198F284; Mon, 23 Jan 2006 09:51:35 +0100 (CET) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: Re: DNS: mirrors? Date: Mon, 23 Jan 2006 09:51:35 +0100 Message-ID: <6BCB9D8A16AC4241919521715F4D8BCE6C7F00@algol.sollentuna.se> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [pgsql-www] DNS: mirrors? Thread-Index: AcYeoAPBulqHJRHQTuOvuRnXRygXAgBWTcRQ From: "Magnus Hagander" To: "Marc G. Fournier" Cc: "Larry Rosenman" , X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, score=0.087 required=5 tests=[AWL=0.087] X-Spam-Score: 0.087 X-Spam-Level: X-Archive-Number: 200601/243 X-Sequence-Number: 9431 > 'k, I can't see anything about ns1.pgadmin.org in teh zone file: >=20 > www IN CNAME static.mirrors.postgresql.org. > mirrors IN NS ns.hub.org. > mirrors IN NS ns2.hub.org. > mirrors IN NS ns3.hub.org. > mirrors IN NS ns-1.sollentuna.net. > mirrors IN NS ns-a.lerctr.org. > mirrors IN NS ns-b.lerctr.org. >=20 > I'm obviously missing something here ... Yup. That's not the actual zone, that's the glue records. You get the zone by doing a NS query to the blind primary. They should always be in sync, so don't change the glue records without having the zone updated. The zone right now has (after I updated the NS records for the hub.org ones that were incorrect): ;; QUESTION SECTION: ;mirrors.postgresql.org. IN NS ;; ANSWER SECTION: mirrors.postgresql.org. 900 IN NS ns2.hub.org. mirrors.postgresql.org. 900 IN NS ns2.vale-housing.co.uk. mirrors.postgresql.org. 900 IN NS ns3.hub.org. mirrors.postgresql.org. 900 IN NS ns-1.sollentuna.net. mirrors.postgresql.org. 900 IN NS ns-a.lerctr.org. mirrors.postgresql.org. 900 IN NS ns-b.lerctr.org. mirrors.postgresql.org. 900 IN NS ns.hub.org. mirrors.postgresql.org. 900 IN NS ns1.vale-housing.co.uk. ;; ADDITIONAL SECTION: ns.hub.org. 458120 IN A 200.46.204.13 ns1.vale-housing.co.uk. 5356 IN A 194.217.48.34 ns2.hub.org. 7756 IN A 66.98.250.36 ns2.vale-housing.co.uk. 5356 IN A 81.187.210.23 ns3.hub.org. 7756 IN A 200.46.204.4 ns-1.sollentuna.net. 172756 IN A 62.65.68.8 ns-a.lerctr.org. 86356 IN A 192.147.25.11 ns-b.lerctr.org. 86356 IN A 192.147.25.45 Please make sure your glue records match those. //Magnus