From owner-freebsd-questions@FreeBSD.ORG Sat Sep 27 17:22:16 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 649C3E49 for ; Sat, 27 Sep 2014 17:22:16 +0000 (UTC) Received: from mail-qg0-x230.google.com (mail-qg0-x230.google.com [IPv6:2607:f8b0:400d:c04::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 29D02879 for ; Sat, 27 Sep 2014 17:22:16 +0000 (UTC) Received: by mail-qg0-f48.google.com with SMTP id i50so241462qgf.21 for ; Sat, 27 Sep 2014 10:22:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=f1y0FTFyE2a1/8/DBInsUN6h9jGWPj8bb/h+ByjaiRE=; b=bLNesHlmFEjwwhV30Otc9e0YJqVa95NC62udmH6myq3T7XS0Ys5w58ufWwbvCyVgXN iVGGDcF8dzQf+/f1iSXiBpjLr3jLtNAF6UFMCl4m3ElsgtxicHXhntn4cikBoqa+aXCu b1rlbKvE55VC80+dzNQeGwvUP4mJf5KiVVtaPiDY0Mv0eSuFab8BxKjKZpEw/KvFqTce ie+1+S1aCPNolSy2F8s47ZaB5OrLh+P5TFx9Hf7LJVUVLgU11+rDvqgjaYDb9blwNcZu S/xWCiNKEzq7Hz9XgnyN9EGy4OTOPpqLb367Jn4db2kQLCTadalHKLBvVdFVPpg2Of25 9ypQ== MIME-Version: 1.0 X-Received: by 10.140.95.234 with SMTP id i97mr4749820qge.93.1411838535272; Sat, 27 Sep 2014 10:22:15 -0700 (PDT) Received: by 10.96.27.103 with HTTP; Sat, 27 Sep 2014 10:22:15 -0700 (PDT) Date: Sat, 27 Sep 2014 13:22:15 -0400 Message-ID: Subject: freebsd-update question From: "firmdog@gmail.com" To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2014 17:22:16 -0000 Hi, Trying to use freebsd-update to go from 8.3 to 8.4 and I am doing this: # freebsd-update -r 8.4-RELEASE upgrade # freebsd-update install # reboot After reboot I am still at 8.3-RELEASE FreeBSD 8.3-RELEASE #0 What am I doing wrong?