Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51168 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6649 invoked from network); 31 Dec 2010 19:53:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Dec 2010 19:53:41 -0000 Authentication-Results: pb1.pair.com header.from=glopes@nebm.ist.utl.pt; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=glopes@nebm.ist.utl.pt; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain nebm.ist.utl.pt from 193.136.128.21 cause and error) X-PHP-List-Original-Sender: glopes@nebm.ist.utl.pt X-Host-Fingerprint: 193.136.128.21 smtp1.ist.utl.pt Linux 2.6 Received: from [193.136.128.21] ([193.136.128.21:52738] helo=smtp1.ist.utl.pt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C3/81-32063-2C43E1D4 for ; Fri, 31 Dec 2010 14:53:39 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp1.ist.utl.pt (Postfix) with ESMTP id 5110A70003C4 for ; Fri, 31 Dec 2010 19:53:35 +0000 (WET) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at ist.utl.pt Received: from smtp1.ist.utl.pt ([127.0.0.1]) by localhost (smtp1.ist.utl.pt [127.0.0.1]) (amavisd-new, port 10025) with LMTP id InuanyYZw4k8 for ; Fri, 31 Dec 2010 19:53:35 +0000 (WET) Received: from mail2.ist.utl.pt (mail.ist.utl.pt [IPv6:2001:690:2100:1::8]) by smtp1.ist.utl.pt (Postfix) with ESMTP id 0023D700043C for ; Fri, 31 Dec 2010 19:53:34 +0000 (WET) Received: from damnation.dulce.lo.geleia.net (damnation-air.dulce.lo.geleia.net [IPv6:2001:470:94a2:2:dc38:b9de:61a9:b30]) (Authenticated sender: ist155741) by mail2.ist.utl.pt (Postfix) with ESMTPSA id CBAA02005268 for ; Fri, 31 Dec 2010 19:53:33 +0000 (WET) Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: internals@lists.php.net References: <4D1E30EA.3070509@no-surprises.co.uk> Date: Fri, 31 Dec 2010 19:53:30 -0000 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Organization: =?utf-8?Q?N=C3=BAcleo_de_Eng=2E_Biom=C3=A9di?= =?utf-8?Q?ca_do_IST?= Message-ID: In-Reply-To: <4D1E30EA.3070509@no-surprises.co.uk> User-Agent: Opera Mail/11.00 (Win32) Subject: Re: [PHP-DEV] LXR From: glopes@nebm.ist.utl.pt ("Gustavo Lopes") On Fri, 31 Dec 2010 19:37:14 -0000, Michael Maclean wrote: > Hi, > I've seen quite a few reports that some people are seeing a CentOS test > page when going to http://lxr.php.net. I, however, don't. If anyone > reading this sees this, can you reply and let me know what your DNS > resolves lxr.php.net as? Ideally, the output from dig or dnstracer would > be handy. It *should* be resolving as a CNAME to sp2.php.net. > ns6.easydns.net seems to be giving a bad response. $ dig +noall +trace +answer lxr.php.net [snip] php.net. 172800 IN NS ns1.easydns.com. php.net. 172800 IN NS ns2.easydns.com. php.net. 172800 IN NS remote1.easydns.com. php.net. 172800 IN NS remote2.easydns.com. php.net. 172800 IN NS ns3.easydns.org. php.net. 172800 IN NS ns6.easydns.net. ;; Received 255 bytes from 192.26.92.30#53(c.gtld-servers.net) in 145 ms lxr.php.net. 86400 IN CNAME sp2.php.net. sp2.php.net. 86400 IN A 173.236.52.218 php.net. 86400 IN NS ns2.easydns.com. php.net. 86400 IN NS ns1.easydns.com. php.net. 86400 IN NS remote2.easydns.com. php.net. 86400 IN NS remote1.easydns.com. ;; Received 218 bytes from 72.52.2.1#53(ns2.easydns.com) in 58 ms $ dig +noall +answer +norec @ns1.easydns.com lxr.php.net lxr.php.net. 86400 IN CNAME sp2.php.net. sp2.php.net. 86400 IN A 173.236.52.218 glopes@nebm:~$ dig +noall +answer +norec @ns1.easydns.com lxr.php.net lxr.php.net. 86400 IN CNAME sp2.php.net. sp2.php.net. 86400 IN A 173.236.52.218 glopes@nebm:~$ dig +noall +answer +norec @remote1.easydns.com lxr.php.net lxr.php.net. 86400 IN CNAME sp2.php.net. sp2.php.net. 86400 IN A 173.236.52.218 glopes@nebm:~$ dig +noall +answer +norec @remote2.easydns.com lxr.php.net lxr.php.net. 86400 IN CNAME sp2.php.net. sp2.php.net. 86400 IN A 173.236.52.218 glopes@nebm:~$ dig +noall +answer +norec @ns3.easydns.org lxr.php.net lxr.php.net. 86400 IN CNAME sp2.php.net. sp2.php.net. 86400 IN A 173.236.52.218 glopes@nebm:~$ dig +noall +answer +norec @ns6.easydns.net lxr.php.net lxr.php.net. 86400 IN A 94.23.222.92 -- Gustavo Lopes