From owner-freebsd-current@FreeBSD.ORG Tue Aug 6 16:02:26 2013 Return-Path: Delivered-To: freebsd-current@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 ESMTP id 383B7BF8 for ; Tue, 6 Aug 2013 16:02:26 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-lb0-x22f.google.com (mail-lb0-x22f.google.com [IPv6:2a00:1450:4010:c04::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AEBAD25B7 for ; Tue, 6 Aug 2013 16:02:25 +0000 (UTC) Received: by mail-lb0-f175.google.com with SMTP id 13so632761lba.20 for ; Tue, 06 Aug 2013 09:02:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=/rmrgif7vSU5G6vuhFi1mZFgD0mby1yD4s8s23Ob8Nk=; b=w/49W5/pWn1TM5hdGHrkfXZYa+P264n9zlTSfsYIBr/lVAfd2TkPewWQEU7ButXRdQ /h1lXgufaQejSjuybry0grGdXAeguEcTvrNyDY5/kuP0/v4PhbFJC3rV3zqIEjzdtIsw 172gZeta0X0UyjIxoLVBUv5C6CzFnmGg2zdlS81aM1P07h/Slba4lLpclnSwb6EtyKEj liAa03F2DcHAg/69TJSwjXG6GX/QlUQGgKYi3pbbN1UIq3uxv0g+v0CMhVbXPz2iaRC1 QMxkbdilcIArwBkw4q4hA2+Y+ZcK2QQnRttiMP4KnKaQStupoXizqPG2wpGq1HeE2TsD js7A== MIME-Version: 1.0 X-Received: by 10.112.55.207 with SMTP id u15mr1529289lbp.58.1375804943525; Tue, 06 Aug 2013 09:02:23 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.22.100 with HTTP; Tue, 6 Aug 2013 09:02:23 -0700 (PDT) In-Reply-To: <20130806075350.497414fd@ernst.home> References: <20130806075350.497414fd@ernst.home> Date: Tue, 6 Aug 2013 09:02:23 -0700 X-Google-Sender-Auth: 9tvAW_-5vMmHFd1lVHpACeSvhIY Message-ID: Subject: Re: Kernel Panic on FreeBSD 10.0-CURRENT #1 r253918 From: Craig Rodrigues To: gljennjohn@googlemail.com Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "Sam Fourman Jr." , FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Aug 2013 16:02:26 -0000 On Mon, Aug 5, 2013 at 10:53 PM, Gary Jennejohn wrote: > On Mon, 5 Aug 2013 10:29:23 -0700 > Craig Rodrigues wrote: > > > > > On the booted an running system, if you type: > > > > sysctl kern.conftxt > > > > that will display the actual kernel config options used to build the > > running kernel. > > > > Not necessarily > > sysctl kern.conftxt > sysctl: unknown oid 'kern.conftxt': No such file or directory > I forgot to mention, sysctl kern.conftxt will only display something if you have this in your kernel config: options INCLUDE_CONFIG_FILE # Include this file in kernel It's always handy to have that in your kernel config. -- Craig