From owner-freebsd-stable@FreeBSD.ORG Fri Dec 12 11:16:57 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 487B3E3 for ; Fri, 12 Dec 2014 11:16:57 +0000 (UTC) Received: from eu1sys200aog135.obsmtp.com (eu1sys200aog135.obsmtp.com [207.126.144.213]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58AD18C8 for ; Fri, 12 Dec 2014 11:16:03 +0000 (UTC) Received: from mail-wi0-f180.google.com ([209.85.212.180]) (using TLSv1) by eu1sys200aob135.postini.com ([207.126.147.11]) with SMTP ID DSNKVIrOVq2KhNUvIsX58BAWjoJr6184sOMj@postini.com; Fri, 12 Dec 2014 11:16:04 UTC Received: by mail-wi0-f180.google.com with SMTP id n3so2211369wiv.1 for ; Fri, 12 Dec 2014 03:15:34 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:cc:reply-to :in-reply-to; bh=er6ca1sGYUllHZZSb6sutcvGBP5Neimn2BipeaDakeQ=; b=D+x1n39+vypz1LdijIrB3cPVfeL+B1ICCb3cxl//UOmQwgYhC6NTxpKAJX/4Cl4vR0 NRI2Fake9KfJrxnzGRpQYiFSf6wPVJlCYVPJBcGKER/d8+aMfsgw1di5GSxoYrYhMJ6W HbpMfl7JbdvlBjEe+T9ffsDGlZmzEYJfBwBjgVKWHRVGB4Tx+XlBwqWD3dVQCVFN672C FjZJVlXT45FwYLqeewgBG0pjH/w63SxhUW3S/zkfPiCMnIFZ1q7qf4xjUUV7aYbkC2oa NjnwdeuBh8qZgkdtRmxrlerspl7zcfvwWCTRqWSFghrYT59dwBApSasBg0srSNwOkQtG YuFw== X-Gm-Message-State: ALoCoQnNuBQkn62/z/ndHgd+qKPt0KEeIF8bNyWnmFP/iX1IGJQ+daH7Ygr52yvPAnHWgY6ijyZS5PBpZCXms5CPp4pWMK/MeDD5JIOC6d2gU/othe/SzO6E3HnMSYrMf4Q69+VXLY6q3uQpAIc07cKMF5vUs4Z/Qw== X-Received: by 10.181.13.42 with SMTP id ev10mr6550680wid.78.1418382934088; Fri, 12 Dec 2014 03:15:34 -0800 (PST) X-Received: by 10.181.13.42 with SMTP id ev10mr6550666wid.78.1418382933989; Fri, 12 Dec 2014 03:15:33 -0800 (PST) Received: from mech-as221.men.bris.ac.uk (mech-as221.men.bris.ac.uk. [137.222.187.221]) by mx.google.com with ESMTPSA id h13sm1546417wiw.4.2014.12.12.03.15.32 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 12 Dec 2014 03:15:33 -0800 (PST) Date: Fri, 12 Dec 2014 03:15:33 -0800 (PST) X-Google-Original-Date: Fri, 12 Dec 2014 11:15:31 GMT Received: from mech-as221.men.bris.ac.uk (localhost [127.0.0.1]) by mech-as221.men.bris.ac.uk (8.14.9/8.14.9) with ESMTP id sBCBFWj3027867 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 12 Dec 2014 11:15:32 GMT (envelope-from mexas@mech-as221.men.bris.ac.uk) Received: (from mexas@localhost) by mech-as221.men.bris.ac.uk (8.14.9/8.14.9/Submit) id sBCBFV3m027866; Fri, 12 Dec 2014 11:15:31 GMT (envelope-from mexas) From: Anton Shterenlikht Message-Id: <201412121115.sBCBFV3m027866@mech-as221.men.bris.ac.uk> To: lists@opsec.eu, mexas@bris.ac.uk Subject: Re: wrong patchlevel after freebsd-update install? Reply-To: mexas@bris.ac.uk In-Reply-To: <20141212094059.GX44537@home.opsec.eu> 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: Fri, 12 Dec 2014 11:16:57 -0000 >From lists@opsec.eu Fri Dec 12 11:09:15 2014 > >Please add another > >freebsd-update install > >for the user-space. Sorry, what do you mean by "user-space"? Running freebsd-update install now does not achive anything: # freebsd-update install No updates are available to install. # >Use > >freebsd-version > >to compare. % freebsd-version 10.0-RELEASE-p13 > Some updates only change userspace, not kernels and >uname stays on the old patch level. Yes, annoying, not trivial to fix. Perhaps this is the case. Thanks Anton