From owner-freebsd-questions@FreeBSD.ORG Tue Dec 4 18:02:14 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 670F716A419 for ; Tue, 4 Dec 2007 18:02:14 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.freebsd.org (Postfix) with ESMTP id 13BBC13C46E for ; Tue, 4 Dec 2007 18:02:13 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from localhost (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.13.8/8.13.8) with ESMTP id lB4I2Cfu060784; Tue, 4 Dec 2007 12:02:12 -0600 (CST) (envelope-from kdk@daleco.biz) X-Virus-Scanned: amavisd-new at daleco.biz Received: from ezekiel.daleco.biz ([127.0.0.1]) by localhost (ezekiel.daleco.biz [127.0.0.1]) (amavisd-new, port 10024) with LMTP id hNZ7eYGEv4Lj; Tue, 4 Dec 2007 12:02:06 -0600 (CST) Received: from archangel.daleco.biz (dsl.daleco.biz [209.125.108.70]) by ezekiel.daleco.biz (8.13.8/8.13.8) with ESMTP id lB4I23lQ060780; Tue, 4 Dec 2007 12:02:04 -0600 (CST) (envelope-from kdk@daleco.biz) Message-ID: <47559616.5050003@daleco.biz> Date: Tue, 04 Dec 2007 12:01:58 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2) Gecko/20070418 SeaMonkey/1.1.1 MIME-Version: 1.0 To: Patrick.Baldwin@studsvik.com References: <4755900F.3080906@studsvik.com> In-Reply-To: <4755900F.3080906@studsvik.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Determining kernel? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2007 18:02:14 -0000 Patrick Baldwin wrote: > I was reading through the handbook section on updating, as I'd > like to update a FreeBSD 6.2 system. One of the things I noticed > is that you need to specify what kernel you want in the KERNCONF > line. Is there any way to get a running FreeBSD system to tell > me what kernel is being used? > See uname(1). KDK