From owner-freebsd-current@FreeBSD.ORG Tue Aug 6 16:36:53 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C54DD7FD; Tue, 6 Aug 2013 16:36:53 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from mail-ve0-x22d.google.com (mail-ve0-x22d.google.com [IPv6:2607:f8b0:400c:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7042527CF; Tue, 6 Aug 2013 16:36:53 +0000 (UTC) Received: by mail-ve0-f173.google.com with SMTP id cy12so655345veb.18 for ; Tue, 06 Aug 2013 09:36:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Ulvq9zFS2gCXmgFLAwpqZbAKigMgLezpmt6idDMDMAc=; b=p4lteXVrpwE2m55eOYrCf4S5eDfYFSZ8QrGVcEXR086xGyxH9gjftw7bpWGi7FlESs OuXwiBZcH1HeoRSioRiMGww203nJV0BEHBNevONr6PRQjQdT0PVHf+xg1seZXlEplHdL JXTaCSkQgDnM15DyPN4pCPUvtp8rqBOtRN5tZ4YGtx4MkbUSmImztBfxuOqTh25x43P8 BvIDcm8Sjx76rplYCc87xS7zGoc8frordGmEmKeFKPadsjqagk7DimEfZ8Km8ma7p3tA Al5zYqNeGBfSc/1QkTGFOA8ShLSOqOAlKExztkxz/nI2MIRB+7oqMBeoO/H2n4/mo1gp 2xTA== MIME-Version: 1.0 X-Received: by 10.58.34.178 with SMTP id a18mr606026vej.86.1375807012282; Tue, 06 Aug 2013 09:36:52 -0700 (PDT) Received: by 10.220.96.78 with HTTP; Tue, 6 Aug 2013 09:36:52 -0700 (PDT) In-Reply-To: References: <20130806075350.497414fd@ernst.home> Date: Tue, 6 Aug 2013 12:36:52 -0400 Message-ID: Subject: Re: Kernel Panic on FreeBSD 10.0-CURRENT #1 r253918 From: "Sam Fourman Jr." To: Craig Rodrigues Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: 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:36:53 -0000 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 > No wonder why, it wasn't working for me and I didn't know why -- Sam Fourman Jr.