From owner-freebsd-ports@FreeBSD.ORG Fri Feb 1 11:10:50 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 368A4A10 for ; Fri, 1 Feb 2013 11:10:50 +0000 (UTC) (envelope-from matthew@freebsd.org) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id B703FD33 for ; Fri, 1 Feb 2013 11:10:49 +0000 (UTC) Received: from rufus.webfusion.com (mail.heartinternet.co.uk [79.170.40.31]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.6/8.14.6) with ESMTP id r11BAjoh021340 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Fri, 1 Feb 2013 11:10:45 GMT (envelope-from matthew@freebsd.org) DKIM-Filter: OpenDKIM Filter v2.7.4 smtp.infracaninophile.co.uk r11BAjoh021340 Authentication-Results: smtp.infracaninophile.co.uk/r11BAjoh021340; dkim=none reason="no signature"; dkim-adsp=none (insecure policy) X-Authentication-Warning: lucid-nonsense.infracaninophile.co.uk: Host mail.heartinternet.co.uk [79.170.40.31] claimed to be rufus.webfusion.com Message-ID: <510BA2B5.3030609@freebsd.org> Date: Fri, 01 Feb 2013 11:10:45 +0000 From: Matthew Seaman User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130129 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: pkgng update - No address record References: <510B936D.7070305@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.97.6 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Feb 2013 11:10:50 -0000 On 01/02/2013 10:16, Ivan Voras wrote: > I've verified that the URL is the same on two of the machines. However, > the two machines are on different DNS servers. I've tried to debug using > "dig -t SRV pkg.freebsd.org" but on both machines it shows no response. > I've also tried this: > http://dnsrlookup.onlinetoolkit.org/?host=pkg.freebsd.org&recordtype=SRV > with same results, so it's probably not the way to debug it :) Looks like the SRV record has mysteriously disappeared: % dig pkg.freebsd.org IN SRV ; <<>> DiG 9.8.4-P1 <<>> pkg.freebsd.org IN SRV ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 59444 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 ;; QUESTION SECTION: ;pkg.freebsd.org. IN SRV ;; AUTHORITY SECTION: freebsd.org. 600 IN SOA ns0.freebsd.org. hostmaster.freebsd.org. 2013013104 3600 900 604800 600 ;; Query time: 45 msec ;; SERVER: ::1#53(::1) ;; WHEN: Fri Feb 1 11:09:57 2013 ;; MSG SIZE rcvd: 84 Hmmm.... Matthew