Magnus Hagander wrote:
>>>>> Okay folks...
>>>>>
>>>>>
>>>>> http://search2.postgresql.org/ is now ready for testing...
>>>>>
>>>>> Please report any issues you may find,..
>>>>
>>>> "Firefox can't find the server at search2.postgresql.org"
>>>>
>>>> :-(
>>>
>>> That would be that thing called DNS caching with timeout...
>>> Be patient!
>>
>> I wasn't aware that non-existence of records was cached.
>
> Not on the client (actually they are, but generally just for a minute
> or five), but I bet the whole zone is cached at your resolver...
>
> If you point to a hub.org DNS server it's there.
>
> But actually - it's not on the lerctr.org servers. Perhaps they don't
> respond to NOTIFYs or something?
>
> //Magnus
Am I pointing at the wrong master:
Mar 12 22:59:41 lerami named[1352]: zone postgresql.org/IN: refused notify
from non-master: 200.46.208.251#2330
Mar 12 22:59:50 lerami named[1352]: client 200.46.204.254#4289: received
notify for zone 'postgresql.org'
//PostgreSQL Global Development Group/Marc Fornier (scrappy@hub.org)
zone "postgresql.org" {
type slave;
file "cache/postgresql.org";
masters {
200.46.204.2;
};
};
zone "mirrors.postgresql.org" {
type slave;
file "cache/mirrors.postgresql.org";
masters {
62.65.68.81;
};
};
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 512-248-2683 E-Mail: ler@lerctr.org
US Mail: 430 Valona Loop, Round Rock, TX 78681-3893