From owner-freebsd-stable@FreeBSD.ORG Mon Jul 5 23:39:46 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F09F6106566B for ; Mon, 5 Jul 2010 23:39:46 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 7C2698FC12 for ; Mon, 5 Jul 2010 23:39:46 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OVvGL-0006VW-Gu for freebsd-stable@freebsd.org; Tue, 06 Jul 2010 01:39:45 +0200 Received: from cpe-24-210-63-182.columbus.res.rr.com ([24.210.63.182]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Jul 2010 01:39:45 +0200 Received: from dsamms by cpe-24-210-63-182.columbus.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Jul 2010 01:39:45 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: David Samms Date: Mon, 05 Jul 2010 19:39:36 -0400 Lines: 47 Message-ID: References: <4C3240A9.9020603@tundraware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cpe-24-210-63-182.columbus.res.rr.com User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.10) Gecko/20100626 Thunderbird/3.0.5 In-Reply-To: <4C3240A9.9020603@tundraware.com> Subject: Re: 8.1-PRE Throwing Traps Going Multiuser X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2010 23:39:47 -0000 On 07/05/10 16:29, Tim Daneliuk wrote: > Is this a known problem (I've submitted a PR just in case it is not)? > > I am seeing this consistently when I try to do a build/installworld/kernel > with daily sources from the master tree: > > http://www.mediafire.com/imageview.php?quickkey=qmhizdtnhyo&thumb=4 > > The system boots fine single-user. Problem is repeatable with both > my kernel AND GENERIC. (My config file at end of this msg.) > > Attempting to enter multi-user causes the problem. This > occurs whether or not anything is enabled in /etc/rc.conf. > > Falling back to my 6-18-2010 system image makes everything right again. > > MOBO is an Intel D946GZIS with a single SATA drive and one additional > 3Com 3c905 NIC in addition to the onboard Intel NIC. > > > My Kernel Config > ============================================================= > > include GENERIC > > ident MACHINENAME > > options IPFIREWALL > options IPDIVERT > > options VESA > > # System console options > > options SC_DISABLE_REBOOT # disable reboot key sequence > options SC_HISTORY_SIZE=200 # number of history buffer lines > options SC_PIXEL_MODE # add support for the raster text mode > > # The following options will change the default colors of syscons. > > options SC_NORM_ATTR="(FG_GREEN|BG_BLACK)" > options SC_NORM_REV_ATTR="(FG_YELLOW|BG_GREEN)" > options SC_KERNEL_CONS_ATTR="(FG_RED|BG_BLACK)" > options SC_KERNEL_CONS_REV_ATTR="(FG_BLACK|BG_RED)" By chance do you have any modules being loaded in /boot/loader.conf. I had similar issues and it was VirtualBox needing to be recompiled.