From owner-freebsd-current@FreeBSD.ORG Mon Aug 5 17:29:25 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 DA3C5DAD for ; Mon, 5 Aug 2013 17:29:25 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-la0-x233.google.com (mail-la0-x233.google.com [IPv6:2a00:1450:4010:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5C5112A2C for ; Mon, 5 Aug 2013 17:29:25 +0000 (UTC) Received: by mail-la0-f51.google.com with SMTP id fp13so2243912lab.24 for ; Mon, 05 Aug 2013 10:29: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 :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=xHhwbsK+9Y/i2l1e93JfA3pmsqc+hc0RPhRTPjHm110=; b=L57sT/u0b+XpJWBfz5wp/FZNj0fzfs2bqKCMK3KiY+vgqaqzEfUSP+OeFBTUfj8/li AQ4xp7FF92PL1tkJIsNAkE278b6w0TrwH/6O1aWkE7Nz33Wgn5AB0lcvyGqlLFX6p/Gj BoqttomWYWOxp0XpBQabHAoH0q1Iz/rdZeaMMjuJQTMDrwqhpEc7YGsXkKUriiW4tktB WuuvCWWGq2RfuluKouakCSqco8xeti0ygH8LPUYBYcSmBEfzZIk4FhxPEpX3v8otgARH LTBV2G/n0U7fJLQteJQdWJtwvYKMlkHAgDnY2/3EJFjzjEb5pcZUQfIccas5TwuF/cV8 M9ig== MIME-Version: 1.0 X-Received: by 10.112.156.133 with SMTP id we5mr2565398lbb.81.1375723763192; Mon, 05 Aug 2013 10:29:23 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.22.100 with HTTP; Mon, 5 Aug 2013 10:29:23 -0700 (PDT) In-Reply-To: References: Date: Mon, 5 Aug 2013 10:29:23 -0700 X-Google-Sender-Auth: upDLD_oWmZEgRaJCk36z0MG59zg Message-ID: Subject: Re: Kernel Panic on FreeBSD 10.0-CURRENT #1 r253918 From: Craig Rodrigues To: "Sam Fourman Jr." 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: Mon, 05 Aug 2013 17:29:26 -0000 On Sun, Aug 4, 2013 at 3:59 PM, Sam Fourman Jr. wrote: > > > > Craig, > > Thank you for getting back to me, I will get to work on this right away > and get you what you need. > but are we CERTAIN this panic could be from VIMAGE? I totally thought I > had a # infront of that line when I built this kernel... > > if you notice I did post the kernel config at the bottom of that email, > and VIMAGE is NOT included... > but maybe I did something wrong and somehow built VIMAGE in anyway.. > > is there some sort of command I can run to ask the system if it does > indeed have VIMAGE? > 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. This is handy because once or twice when doing development, I edited a kernel config file and forgot to rebuild the kernel before installing it. It would still be useful if you could run through those steps which I gave you and provide the debugging output, just to double check. -- Craig