From owner-freebsd-questions@FreeBSD.ORG Sat Aug 8 18:14:12 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE8F81065673 for ; Sat, 8 Aug 2009 18:14:12 +0000 (UTC) (envelope-from mahlerrd@yahoo.com) Received: from web51007.mail.re2.yahoo.com (web51007.mail.re2.yahoo.com [206.190.38.138]) by mx1.freebsd.org (Postfix) with SMTP id 9A26C8FC2A for ; Sat, 8 Aug 2009 18:14:11 +0000 (UTC) Received: (qmail 16264 invoked by uid 60001); 8 Aug 2009 18:14:11 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1249755250; bh=rV/NGrqxyagA5m7CXT6xqz8qapSGuCT7rqCieyGuGb4=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=QhdRBvKAC4nYEmJ8bXqcz6V5d5lH5+DKq5tk7QX1Dc3nK/muh6/q/TQI8E+GqN1Xagz3ryh/CuBkV4vwVRfENYNH98R6eextwGugmGpnYC2fx5nv0LWhYpRUagt+0qthuwVv4AKUNouCb10JFDK6JsaawYrfJnUPFVamwl5Czpw= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=dX9baV7Qsq94t5TheZXhZmerzLFPOX78UoeMkutg+znPFxLI+zekHbL9Gq2qSfx6u5/SqlQDhzXLY16LyRTa+PdcwXR5rFw5J2UnnIYGHOiKzJAYLFKNNuUsGLAWFPCiFDEuXU1+7hY2kesWmsmnBCEl132xUwSmPSOaHpUysG8=; Message-ID: <953691.2052.qm@web51007.mail.re2.yahoo.com> X-YMail-OSG: FNLw0XIVM1lWYyRoofx0rASqvwwRHEEG0yGU39M5PT4hCbfe.9R9_PFegXSLxekBvCtfMtqXYU.1mV1ywk_dhXNLrDs.tQ7k36jbwM4MJZmyiywhd2Ev6yS57kIm6KE_5zjegoxSk9HdQHAlQuuMdaLizNwZLbe3LZttFaLFp4dFD7sABS7fqY0x.lVvV4vlkR3.Sw1Mnd0g3ieL6WO5vjI7vU5B4dlz8JdSqbuApjrkY8JtZg0BxW82gYSjUQL3.nUY5mEf3P3V3ze9ELftYyejCyfLT3lbDpxI49mQM0zhJrs- Received: from [71.117.53.27] by web51007.mail.re2.yahoo.com via HTTP; Sat, 08 Aug 2009 11:14:10 PDT X-Mailer: YahooMailClassic/6.1.2 YahooMailWebService/0.7.338.2 Date: Sat, 8 Aug 2009 11:14:10 -0700 (PDT) From: Richard Mahlerwein To: freebsd-questions@freebsd.org In-Reply-To: <20090808164634.0499b052@gumby.homeunix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Freebsd-update question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mahlerrd@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Aug 2009 18:14:13 -0000 > From: RW > Subject: Re: Freebsd-update question > To: freebsd-questions@freebsd.org > Date: Saturday, August 8, 2009, 11:46 AM > On Sat, 8 Aug 2009 07:16:15 -0700 > (PDT) > Richard Mahlerwein > wrote: > > > I thought I'd give freebsd-update a try since I run a > GENERIC kernel. > > > > mobius# freebsd-update -s update.freebsd.org fetch > > Looking up update.freebsd.org mirrors... none found. > > Fetching public key from update.freebsd.org... > failed. > > No mirrors remaining, giving up. > > Can you access the svr record? > > $ dig +short _http._tcp.update.freebsd.org srv > 1 50 80 update5.FreeBSD.org. > 2 10 80 update1.FreeBSD.org. > 1 35 80 update4.FreeBSD.org. > > If not try running freebsd-update with servers 4 and 5. > mobius# dig +short _http._tcp.update.freebsd.org srv (returns nothing) I tried various of the update servers both via 'dig' and via 'freebsd-update', all returned the same. I attempted using a "-s 216.14.97.73" seeing if pointing it to IP would work, but no go - same failure. For what it's worth, making up a -s responds identically (like '-s bleh.a.oorg'). How is freebsd-update resolving addresses? I'm sure this is all user error somewhere along the line.