Re: Search machine is ready

From: "Larry Rosenman" <ler(at)lerctr(dot)org>
To: "'Magnus Hagander'" <mha(at)sollentuna(dot)net>, "'Dave Page'" <dpage(at)vale-housing(dot)co(dot)uk>, "'John Hansen'" <john(at)geeknet(dot)com(dot)au>, <pgsql-www(at)postgresql(dot)org>
Subject: Re: Search machine is ready
Date: 2006-03-13 15:10:43
Message-ID: 008701c646b0$4ceac300$0a0a0a0a@aus.pervasive.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)hub(dot)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(at)lerctr(dot)org
US Mail: 430 Valona Loop, Round Rock, TX 78681-3893

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Marc G. Fournier 2006-03-13 16:37:59 Re: Search machine is ready
Previous Message Larry Rosenman 2006-03-13 14:27:42 Re: Search machine is ready