From owner-freebsd-questions@FreeBSD.ORG Wed Apr 22 11:45:37 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 A68331065672 for ; Wed, 22 Apr 2009 11:45:37 +0000 (UTC) (envelope-from h.skuhra@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.248]) by mx1.freebsd.org (Postfix) with ESMTP id 5C28A8FC0C for ; Wed, 22 Apr 2009 11:45:36 +0000 (UTC) (envelope-from h.skuhra@gmail.com) Received: by an-out-0708.google.com with SMTP id c3so1368560ana.13 for ; Wed, 22 Apr 2009 04:45:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=HyRVm8nGTClhza1tajOmiO1ExcvAdKNHQ4HQ6JW5GgY=; b=VZTK+Dtu406fnrNJ/zSMOqJjG+VGgkt189LM2h/AnI6RGnkC43nuQOXIdLknUAjMsk aYp4OPgJRCgow2+BkpLvPX6k9DObr13fT5qAzeIAqOwhbSc9WByYh+TaqKRh68ufcW78 MLt2T/tBXwd0ljGkEQ1oBX+crc+IPUWz0yrv0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=v/XMSV/k9b9UunNRnob0rRMdLNU25SW0hDT4Bt1JKvtyXoyN1T/ZxEmp/yikmpPLmd NHUenb/M43qAcVlwMtk63n9HQ1wfGOU5gu4Hz9kpzF+1e2uHtKpZWBjOdAz7/2XNmyh2 etc7BixHLGvAIzBfBErC9UQa0wtiiSvfJRSX8= Received: by 10.100.10.15 with SMTP id 15mr11376378anj.6.1240399128433; Wed, 22 Apr 2009 04:18:48 -0700 (PDT) Received: from oslo.ath.cx (oslo.ath.cx [79.140.38.79]) by mx.google.com with ESMTPS id d21sm2375266and.17.2009.04.22.04.18.47 (version=SSLv3 cipher=RC4-MD5); Wed, 22 Apr 2009 04:18:48 -0700 (PDT) Date: Wed, 22 Apr 2009 13:18:31 +0200 From: "Herbert J. Skuhra" To: freebsd-questions@freebsd.org Message-ID: <20090422111830.GA18012@oslo.ath.cx> References: <20090422105555.14566qcf7y0xsuck@horde.ukgrid.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090422105555.14566qcf7y0xsuck@horde.ukgrid.net> User-Agent: Mutt/1.5.19 (2009-01-05) Subject: Re: freebsd-update on FreeBSD 6.x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Apr 2009 11:45:37 -0000 On Wed, Apr 22, 2009 at 10:55:55AM +0100, Andy Smith wrote: > Hi, > > when running "freebsd-update fetch" on FreeBSD 6.x I get the error: > > Fetching public key... > fetch: http://update.freebsd.org/i386/6.1/pub.key: No address record > Error fetching updates So, you are running FreeBSD 6.1. > I've previously had a search around and compared the config file with > that present by default on FreeBSD 7.x (which works without any > hacking etc) but I never did work out what is wrong or what should be > in a good config file. For one thing the directory its looking in for > the pub.key seems to be hardcoded as "/i386/6.1/" or at least that > path is not present in my conf file, perhaps its possible to add an > additional line to the conf file to modify this... Can anyone point me > in the right direction? http://lists.freebsd.org/pipermail/freebsd-security/2008-April/004699.html RELENG_6_1/RELENG_6_2 is EOL since May 31, 2008 (announced in May 2006!). You should have upgraded your system (to RELENG_6_3) before this date! - Herbert