Обсуждение: dns prob

Поиск
Список
Период
Сортировка

dns prob

От
ohp@pyrenet.fr
Дата:
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

-- 
Olivier PRENANT                    Tel: +33-5-61-50-97-00 (Work)
6, Chemin d'Harraud Turrou           +33-5-61-50-97-01 (Fax)
31190 AUTERIVE                       +33-6-07-63-80-64 (GSM)
FRANCE                          Email: ohp@pyrenet.fr
------------------------------------------------------------------------------
Make your life a dream, make your dream a reality. (St Exupery)


Re: dns prob

От
Larry Rosenman
Дата:
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@pyrenet.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@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749



Re: dns prob

От
"Marc G. Fournier"
Дата:

works here:

> nslookup ftp.fr.postgresql.org
Server:  ganymede.hub.org
Address:  192.168.1.4

Non-authoritative answer:
Name:    ftp.fr.postgresql.org
Address:  194.250.190.252

there was a problem earlier this morning though ... upgraded the OS on the
master DNS server and somehow /dev/null goes reverted to 600 ... didn't
notice it until this aft though, when I noticed that amavisd wasn't
running ... all should be fine now though ...

On Sun, 31 Aug 2003 ohp@pyrenet.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
>
> --
> Olivier PRENANT                    Tel: +33-5-61-50-97-00 (Work)
> 6, Chemin d'Harraud Turrou           +33-5-61-50-97-01 (Fax)
> 31190 AUTERIVE                       +33-6-07-63-80-64 (GSM)
> FRANCE                          Email: ohp@pyrenet.fr
> ------------------------------------------------------------------------------
> Make your life a dream, make your dream a reality. (St Exupery)
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>


Re: dns prob

От
ohp@pyrenet.fr
Дата:
Yep, seems to be running again...

I had sevral crashes today...
On Sun, 31 Aug 2003, Marc G. Fournier wrote:

> Date: Sun, 31 Aug 2003 17:29:18 -0300 (ADT)
> From: Marc G. Fournier <scrappy@hub.org>
> To: ohp@pyrenet.fr
> Cc: pgsql-hackers list <pgsql-hackers@postgresql.org>,
>      Larry Rosenman <ler@lerctr.org>
> Subject: Re: [HACKERS] dns prob
>
>
>
> works here:
>
> > nslookup ftp.fr.postgresql.org
> Server:  ganymede.hub.org
> Address:  192.168.1.4
>
> Non-authoritative answer:
> Name:    ftp.fr.postgresql.org
> Address:  194.250.190.252
>
> there was a problem earlier this morning though ... upgraded the OS on the
> master DNS server and somehow /dev/null goes reverted to 600 ... didn't
> notice it until this aft though, when I noticed that amavisd wasn't
> running ... all should be fine now though ...
>
> On Sun, 31 Aug 2003 ohp@pyrenet.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
> >
> > --
> > Olivier PRENANT                    Tel: +33-5-61-50-97-00 (Work)
> > 6, Chemin d'Harraud Turrou           +33-5-61-50-97-01 (Fax)
> > 31190 AUTERIVE                       +33-6-07-63-80-64 (GSM)
> > FRANCE                          Email: ohp@pyrenet.fr
> > ------------------------------------------------------------------------------
> > Make your life a dream, make your dream a reality. (St Exupery)
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
> >
>

-- 
Olivier PRENANT                    Tel: +33-5-61-50-97-00 (Work)
6, Chemin d'Harraud Turrou           +33-5-61-50-97-01 (Fax)
31190 AUTERIVE                       +33-6-07-63-80-64 (GSM)
FRANCE                          Email: ohp@pyrenet.fr
------------------------------------------------------------------------------
Make your life a dream, make your dream a reality. (St Exupery)


Re: dns prob

От
Larry Rosenman
Дата:
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@lerctr.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@pyrenet.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@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749