From owner-freebsd-questions@FreeBSD.ORG Tue Mar 24 20:42:37 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0966E236 for ; Tue, 24 Mar 2015 20:42:37 +0000 (UTC) Received: from mail-ie0-x22b.google.com (mail-ie0-x22b.google.com [IPv6:2607:f8b0:4001:c03::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C402D3A1 for ; Tue, 24 Mar 2015 20:42:36 +0000 (UTC) Received: by iedfl3 with SMTP id fl3so8417930ied.1 for ; Tue, 24 Mar 2015 13:42:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=WL52Tfrjtk0+ME7VNKxufwgrjtEEmWhyZxqdJj89eg4=; b=nOBHw2DrI6ThawWxFwXIFmFbPUVhZeAV5GJF4lYpY2UzaeO49G+Y/xfamAcqd6SFLO lUte3f/vUKa8ZNFJSO4mv0D8OWFVkrqKl9m5f+bB1/knz+wsQgo5kB/Wx//Ev4N+NCNU VZzpUFLzq8mYkl6KKCyUxeCD/hZ4+qqr/LWgna6n31PUBgkFFqIWNVcg2pkc91mP+aBl PZs3hUF1at+XO2QmcRZ8o38zh/hmtLJxfIEpozNcXPHLiKyH9ODJ7g8jnmwd93/V9uTZ QbQh/4jeH2PEZpwC6bdPupHBdsEO0UUWci4OXBvNbjguOXlLjZ82bOuBwEj1olkbW36s q7+Q== MIME-Version: 1.0 X-Received: by 10.42.193.205 with SMTP id dv13mr3928855icb.53.1427229756343; Tue, 24 Mar 2015 13:42:36 -0700 (PDT) Received: by 10.107.6.8 with HTTP; Tue, 24 Mar 2015 13:42:36 -0700 (PDT) In-Reply-To: <5511BFD1.8060202@hiwaay.net> References: <5510A3AA.3020801@hiwaay.net> <5510DBBB.3040703@hiwaay.net> <5511BFD1.8060202@hiwaay.net> Date: Tue, 24 Mar 2015 14:42:36 -0600 Message-ID: Subject: Re: freebsd-update question From: Paul Smith To: "William A. Mahaffey III" Content-Type: text/plain; charset=UTF-8 Cc: freebsd-questions@freebsd.org 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: Tue, 24 Mar 2015 20:42:37 -0000 > I had /usr/src, but it was empty. I removed 'src' from the > freebsd-update-conf file & got the above. uname thinks I am still @ p10: > > [root@kabini1, /etc, 10:44:24am] 333 % uname -a > FreeBSD kabini1.local 9.3-RELEASE-p10 FreeBSD 9.3-RELEASE-p10 #0: Tue Feb 24 > 21:28:03 UTC 2015 > root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 > [root@kabini1, /etc, 2:48:47pm] 334 % > > base DB out of alignment ? The version stated by uname(1) only updates when there is a change to the actual kernel. Since p11 and p12 dealt only with the OpenSSL issues in the userland, no changes to the kernel took place. So, as Jason stated, uname(1) will still say p10 when you are at p12. FreeBSD 10 and above have tried to fix this confusion with freebsd-version(1). For example, on my 10.1 system, uname(1) states 10.1-RELEASE-p6 while freebsd-version(1) states 10.1-RELEASE-p8. Since freebsd-update(8) thinks you are at p12, you are at p12.