From: | Larry Rosenman <ler(at)lerctr(dot)org> |
---|---|
To: | ohp(at)pyrenet(dot)fr, pgsql-hackers list <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: dns prob |
Date: | 2003-08-31 20:30:55 |
Message-ID: | 341600000.1062361855@lerlaptop.lerctr.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
And I didn't grep / look far enough it actually is in that zone:
$ORIGIN fr.postgresql.org.
ftp A 194.250.190.252
ftp2 A 130.79.200.5
ftp5 CNAME mirrors.toulouse.inra.fr.
news CNAME news.pyrenet.fr.
www A 194.250.190.252
www2
--On Sunday, August 31, 2003 15:27:19 -0500 Larry Rosenman <ler(at)lerctr(dot)org>
wrote:
> Looks like Marc's script removed it....
> $ cd /var/adm/named/cache
> $ grep ftp.fr postgresql.org
> $ ls -l postgresql.org
> -rw-r--r-- 1 root sys 8517 Aug 31 14:50 postgresql.org
> $ more postgresql.org
> $ grep ftp.fr postgresql.org
> $
> $ head -20 postgresql.org
> $ORIGIN .
> $TTL 300 ; 5 minutes
> postgresql.org IN SOA ns.hub.org. root.hub.org. (
> 2003083115 ; serial
> 10800 ; refresh (3 hours)
> 3600 ; retry (1 hour)
> 604800 ; expire (1 week)
> 300 ; minimum (5 minutes)
> )
> NS ns.hub.org.
> NS ns2.hub.org.
> NS ns3.hub.org.
> NS ns-a.lerctr.org.
> NS ns-b.lerctr.org.
> A 64.117.224.193
> MX 0 svr1.postgresql.org.
> MX 10 svr2.postgresql.org.
> MX 20 svr3.postgresql.org.
> MX 30 svr4.postgresql.org.
> $ORIGIN postgresql.org.
> $
>
>
> --On Sunday, August 31, 2003 22:18:40 +0200 ohp(at)pyrenet(dot)fr wrote:
>
>> Is there a problem with DNS? a few hours ago, www.fr.postgresql.org was
>> not defined, now that it works again, ftp.fr.postgresql.org dosn't exist
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-08-31 23:06:38 | Preliminary notes about hash index concurrency (long) |
Previous Message | ohp | 2003-08-31 20:30:34 | Re: dns prob |