From owner-freebsd-stable@FreeBSD.ORG Wed Feb 1 09:46:10 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9966A1065678 for ; Wed, 1 Feb 2012 09:46:10 +0000 (UTC) (envelope-from andrei693@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 210C88FC14 for ; Wed, 1 Feb 2012 09:46:09 +0000 (UTC) Received: by bkbzx1 with SMTP id zx1so1145834bkb.13 for ; Wed, 01 Feb 2012 01:46:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=BgmLeilkwdXnd8qV3CN6eTrDhVF972n+FAMzMIbmkqg=; b=mf5lrDidcRllN5eL4n93gZZRVcZgDWw2seE5JoWfcwQbCx50QWTDo9QG0xDs1oiUf0 5iW5asDb2l2QA3TwmFmxREbn4TK6AY926n5sVIun+sz9OVeRpnS40f/Ge6MNNROMAWan SiOLbNAzEeTjk/4pijxQvq8VjpuFDrqd48Qn4= Received: by 10.204.154.86 with SMTP id n22mr11956373bkw.85.1328087861194; Wed, 01 Feb 2012 01:17:41 -0800 (PST) Received: from [127.0.0.1] ([87.213.55.2]) by mx.google.com with ESMTPS id 20sm41786424bkr.0.2012.02.01.01.17.40 (version=SSLv3 cipher=OTHER); Wed, 01 Feb 2012 01:17:40 -0800 (PST) Message-ID: <4F290331.4090907@gmail.com> Date: Wed, 01 Feb 2012 10:17:37 +0100 From: Andrei Brezan User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <4F284C04.9060608@speakeasy.org> In-Reply-To: <4F284C04.9060608@speakeasy.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Freebsd.update 8.2 to 9.0 Success X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2012 09:46:10 -0000 On 1/31/2012 9:16 PM, Thomas D. Dean wrote: > Maybe the wrong list, but, this was from STABLE -> STABLE. > > I have an old 32-bit machine that had 8.2-STABLE on it. > > I tried to upgrade using 8.2 update > > # freebsd.update upgrade -r 9.0 > failed with the no more mirrors message > # env UNAME_r=8.2-RELEASE freebsd.update upgrade -r 9.0 > failed with the no more mirrors message > I tried > # sed -i '' -e 's/=_/=%@_/' /usr/sbin/freebsd-update > # env UNAME_r=8.2-RELEASE freebsd.update upgrade -r 9.0 > similar failure > > I copied freebsd.update from my 9.0 amd64 system. > > # env UNAME_r=8.2-RELEASE ./freebsd.update upgrade -r 9.0 > > Worked! > > After following directions until update completed and updating ports > with portupgrade -a -PP, the 32-bit machine was running 9.0 with no > known problems. > > I changed stable-supfile to > ... > *default release=cvs tag=RELENG_9 > ... > > I updated the source tree, did the '11 step program' in > /usr/src/Makefile. All succeeded. > > > ssh <32-bit machine> uname -a > ... > FreeBSD asus.tddhome 9.0-STABLE FreeBSD 9.0-STABLE #0: Tue Jan 31 > 07:39:04 PST 2012 tomdean@asus.tddhome:/usr/src/sys/GENERIC i386 > > > Tom Dean > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" Hi Tom, Is that a typo? I know freebsd-update not freebsd.update and that works only for REALEASE not STABLE. I always update STABLE with csup and make buildworld/installworld as in handbook. You can see also http://forums.freebsd.org/showthread.php?t=2930 Regards, Andrei Brezan