From owner-freebsd-questions@freebsd.org Thu Dec 29 17:44:30 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62611C96F21 for ; Thu, 29 Dec 2016 17:44:30 +0000 (UTC) (envelope-from roger@qxxy.com) Received: from mail-ua0-x22c.google.com (mail-ua0-x22c.google.com [IPv6:2607:f8b0:400c:c08::22c]) (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 2ED401FBA for ; Thu, 29 Dec 2016 17:44:30 +0000 (UTC) (envelope-from roger@qxxy.com) Received: by mail-ua0-x22c.google.com with SMTP id 88so230617997uaq.3 for ; Thu, 29 Dec 2016 09:44:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=qxxy.com; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=ktMPRZfPWj2rAgn65O/9FTlhcU2I5FRpNyHnJ9dFB9I=; b=lNB9igGpReJ/vbju9FAzKsZ6Zq3Y9WR9/au+nmx3Az3RLGxlTULWalEJ1xW7XFHTD5 z2JOaH9bD0PpsoQMKlktRs819KX/amRJRSAZc9br0cpgVRQnTQyocGI3VcTAeQ2/UfMc x0OPa1EBmS20EF8WboIuoMXoVd6w+UyiaGprU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=ktMPRZfPWj2rAgn65O/9FTlhcU2I5FRpNyHnJ9dFB9I=; b=LYEdncEnaeofPnvLtKU8tiQilQ/rDHbauhNiQnpnT1M7hwK9qAzL/k72uIxfqw+wk/ 1S3kLXc1lhoeC3QggpHJZ3QnImW2s8XLNI1z1PWvzHv6aAwjTVCwheFto1+klgXaeWjT 1Q7U4i7YjiDYLB+ndh5sYR3VUYb+dByv/C2vTGmuxOQcvZrT3rX/VD+JDQpLom64flb9 C6khS2GIvTvhehtZmAKh9XKrQJ5S6Ab9/aoQ6zmROjBwXad36MJ2DZI913DVYfvlQnD2 cPvgw0oV0urkcdvmeoTIKZvPGFyIV9yVQMSmPPKP9Q8J4AllDaQoq5tRIG2pAIfNzyRw mG3g== X-Gm-Message-State: AIkVDXKfBkOuEi30EKtpNPE0jv+zQn0S87FBXgKwLK78+OLhkX5X0/x1/MLwLNRGhlnK8fnEe4fZjHPG6w51Lw== X-Received: by 10.159.33.97 with SMTP id 88mr32652664uab.156.1483033469084; Thu, 29 Dec 2016 09:44:29 -0800 (PST) MIME-Version: 1.0 Received: by 10.103.23.3 with HTTP; Thu, 29 Dec 2016 09:43:48 -0800 (PST) X-Originating-IP: [50.90.149.220] In-Reply-To: <625604110.3705032.1483032042526@mail.yahoo.com> References: <625604110.3705032.1483032042526.ref@mail.yahoo.com> <625604110.3705032.1483032042526@mail.yahoo.com> From: Roger Pate Date: Thu, 29 Dec 2016 12:43:48 -0500 Message-ID: Subject: Re: uname -a and freebsd-version show different output on my system To: Dino Vliet , freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 17:44:30 -0000 On Thu, Dec 29, 2016 at 12:20 PM, Dino Vliet via freebsd-questions wrote: > Dear peeps,I'm running freebsd11 in a virtualbox production machine and something really bothers me a few months already. I have the idea that freebsd-update is not installing the new kernel as uname-a shows: > 11.0-RELEASE-p2 FreeBSD 11.0-RELEASE-p2 #0: Mon Oct 24 06:55:27 UTC 2016 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/ > However freebsd-version shows:11.0-RELEASE-p6 The kernel is not updated with every patch level, but freebsd-version does show the current version: $ uname -r 10.2-RELEASE-p24 $ freebsd-version -k 10.2-RELEASE-p24 $ freebsd-version 10.2-RELEASE-p28 Was there a kernel update you expected to see between 11.0 p2 and p6?