From owner-freebsd-stable@FreeBSD.ORG Sat Nov 15 19:41:04 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5CAD7AFD for ; Sat, 15 Nov 2014 19:41:04 +0000 (UTC) Received: from mail-ie0-x230.google.com (mail-ie0-x230.google.com [IPv6:2607:f8b0:4001:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2A29CDD1 for ; Sat, 15 Nov 2014 19:41:04 +0000 (UTC) Received: by mail-ie0-f176.google.com with SMTP id rd18so20028205iec.35 for ; Sat, 15 Nov 2014 11:41:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=+4En/5kXqmVVpHj9iEjHcwqACna4QbbOxRAdbrvu6nM=; b=nKUnfvq77mn8qEEzcj75Asr+f9kGi4s5kIWMo7akQ0y6QYITtvHDuQPyCvnJX3xdiT 0RnRakySIWMe81fdl0vcuNtMtpJGvv4Y855MVQPMKcTq6vdMmuliyOdfm+r1CsPHtC66 1OcjCbLxPaSseiMs2VOBr0ken1ub5bJ8yL5BgQr74WJ1EMGMfruQhStGA7qm1e1qKRkc zYA0OtUMEdtqc+7iFV4XewgXN+ZD3gZjSwSIYx/ZvuBj2r68tSz1Le73YFxTS4potNBQ DE5ra2sJ+KI4PZChuSbSuvdV/TChR/TzAMLJljc6fM7NUL4ixLEwUFfV3XC/J44a5NGD 9TqQ== MIME-Version: 1.0 X-Received: by 10.42.142.201 with SMTP id t9mr9685399icu.60.1416080463467; Sat, 15 Nov 2014 11:41:03 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.107.7.169 with HTTP; Sat, 15 Nov 2014 11:41:03 -0800 (PST) In-Reply-To: <1416065576.26947.YahooMailNeo@web190701.mail.sg3.yahoo.com> References: <1416065576.26947.YahooMailNeo@web190701.mail.sg3.yahoo.com> Date: Sat, 15 Nov 2014 11:41:03 -0800 X-Google-Sender-Auth: RYfXI8SeghEhhwIL2xp_TsDU4WY Message-ID: Subject: Re: Upgrade from 10.1-RC3 to 10.1-RELEASE using freebsd-update From: Kevin Oberman To: Masoom Shaikh Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-stable@freebsd.org" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Nov 2014 19:41:04 -0000 On Sat, Nov 15, 2014 at 7:32 AM, Masoom Shaikh via freebsd-stable < freebsd-stable@freebsd.org> wrote: > I installed 10.1-RC3 via USB image on my laptop, in bid to upgrade > 10.1-RELEASE I ran > #freebsd-update fetch -r 10.1-RELEASE > it fails saying > Looking up update.FreeBSD.org mirrors... 5 mirrors found. > Fetching metadata signature for 10.1-RC3 from update5.freebsd.org... done. > Fetching metadata index... fetch: > http://update5.freebsd.org/10.1-RC3/amd64/t/c8fafcc79d7cc092c7782f4f1a29a777d751294183c8f2cb9daf940ba0525d96: > Not Found > failed. > > this topic has already been discussed here > > https://lists.freebsd.org/pipermail/freebsd-stable/2014-November/080954.html > and > > > https://forums.freebsd.org/threads/freebsd-update-r-10-1-rc4-upgrade-fails.48835/ > > > solution is actually mentioned in forums threads > what it suggest is > #freebsd-update rollback > #reboot > #freebsd-update fetch > #freebsd-update upgrade -r 10.1-RC4 > #freebsd-upgrade install > #reboot > #freebsd-upgrade install > > for me rollback fails saying > No rollback directory found. > maybe because I did not install RC3 via freebsd-update, nonetheless any > fix as yet? > _______________________________________________ > 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" > You're using the wrong command to freebsd-update. # freebsd-update upgrade -r 10.1-RELEASE "fetch" is appropriate to updating for patches to the release you are currently running. Since you installed from a USB distribution, there is no rollback. The rollback data is created by freebsd-update. Also, I suspect you entered the data above from memory as freebsd-upgrade is not a command in base freebsd. -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com