From owner-freebsd-questions@FreeBSD.ORG Fri Jul 18 05:59:14 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69829490 for ; Fri, 18 Jul 2014 05:59:14 +0000 (UTC) Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1blp0183.outbound.protection.outlook.com [207.46.163.183]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E457C2A96 for ; Fri, 18 Jul 2014 05:59:13 +0000 (UTC) Received: from [IPv6:2601:2:4780:2fd:f50f:2579:fc6c:3208] (2601:2:4780:2fd:f50f:2579:fc6c:3208) by CY1PR0301MB0842.namprd03.prod.outlook.com (25.160.163.148) with Microsoft SMTP Server (TLS) id 15.0.985.8; Fri, 18 Jul 2014 05:59:04 +0000 Message-ID: <53C8B7A2.1060504@my.hennepintech.edu> Date: Fri, 18 Jul 2014 00:58:58 -0500 From: Andrew Berg User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Subject: Re: Freebsd-update to 9.3 from 9.2 References: <4CA0146F-BD4E-4613-9050-DB0C1FDB7EA4@lafn.org> In-Reply-To: <4CA0146F-BD4E-4613-9050-DB0C1FDB7EA4@lafn.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [2601:2:4780:2fd:f50f:2579:fc6c:3208] X-ClientProxiedBy: BY2PR03CA074.namprd03.prod.outlook.com (10.141.249.47) To CY1PR0301MB0842.namprd03.prod.outlook.com (25.160.163.148) X-Microsoft-Antispam: BCL:0;PCL:0;RULEID: X-Forefront-PRVS: 02760F0D1C X-Forefront-Antispam-Report: SFV:NSPM; SFS:(6009001)(189002)(24454002)(199002)(74502001)(47776003)(101416001)(54356999)(79102001)(42186005)(33656002)(81342001)(21056001)(87976001)(65956001)(4396001)(50466002)(85306003)(81542001)(83322001)(31966008)(64706001)(75432001)(87266999)(76176999)(20776003)(110136001)(106356001)(74662001)(88552001)(46102001)(105586002)(85852003)(92566001)(80022001)(89122001)(77982001)(65816999)(23676002)(77096002)(76482001)(102836001)(83072002)(59896001)(50986999)(86362001)(95666004)(65806001)(92726001)(99396002)(83506001)(107886001)(107046002)(2351001)(3826002); DIR:OUT; SFP:; SCL:1; SRVR:CY1PR0301MB0842; H:[IPv6:2601:2:4780:2fd:f50f:2579:fc6c:3208]; FPR:; MLV:sfv; PTR:InfoNoRecords; MX:1; LANG:en; X-OriginatorOrg: my.hennepintech.edu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2014 05:59:14 -0000 On 2014.07.18 00:11, Doug Hardie wrote: > I have a system that has been running 9.2. To get it to 9.3 I did the usual freebsd-update approach. Everything appeared to go fine. When the process completed, uname -a showed 9.3. Since I need a custom kernel for this system and src is on the system, I then went and did a buildworld and buildkernel. After booting the new kernel, uname -a now shows 9.2 P10. I know that there were updates to the src files since freebsd-update listed a bunch of them and the previous kernel was 9.2-P8. So, what system do I have? Is this an issue with the version not showing correctly, or did the src directory not get updated properly? /usr/src still had 9.2 (and BTW, building world is not necessary for a custom kernel). I'm not surprised that freebsd-update didn't update source to 9.3 since it's on a different branch, but it sounds like freebsd-update updated source to the latest version of RELENG for 9.2 even though you told it to update to 9.3. If that is the case, it's a bug and you should file a PR.