[HACKERS] dns prob

2003-08-31 Thread ohp
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

Re: [HACKERS] dns prob

2003-08-31 Thread 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 sys8517 Aug 31 14:50 postgresql.org $ more postgresql.org $ grep ftp.fr postgresql.org $ $ head -20 postgresql.org $ORIGIN . $TTL 300;

Re: [HACKERS] dns prob

2003-08-31 Thread 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

Re: [HACKERS] dns prob

2003-08-31 Thread 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 ftp2A 130.79.200.5 ftp5CNAME mirrors.toulouse.inra.fr. newsCNAME news.pyrenet.fr. www

Re: [HACKERS] dns prob

2003-08-31 Thread ohp
PROTECTED] 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