Re: Search machine is ready - Mailing list pgsql-www

From Larry Rosenman
Subject Re: Search machine is ready
Date
Msg-id 008701c646b0$4ceac300$0a0a0a0a@aus.pervasive.com
Whole thread Raw
In response to Re: Search machine is ready  ("Magnus Hagander" <mha@sollentuna.net>)
Responses Re: Search machine is ready  ("Marc G. Fournier" <scrappy@postgresql.org>)
List pgsql-www
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


pgsql-www by date:

Previous
From: "Larry Rosenman"
Date:
Subject: Re: Search machine is ready
Next
From: "Marc G. Fournier"
Date:
Subject: Re: Search machine is ready