From owner-freebsd-questions@FreeBSD.ORG Wed Aug 11 15:40:43 2010 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 401471065672 for ; Wed, 11 Aug 2010 15:40:43 +0000 (UTC) (envelope-from christopher.maness@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id BB7A58FC1A for ; Wed, 11 Aug 2010 15:40:42 +0000 (UTC) Received: by eyh6 with SMTP id 6so158494eyh.13 for ; Wed, 11 Aug 2010 08:40:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=N/7JphQ0kaEnWHxP/5dN1mzTvh0tHth5607h4M+vmeg=; b=vVtOR0G6yegLsLe3FvJ6GUI2S02VJBDXBSMCRsWb0rJOuRbq9b0mS2b1XKvALWQ0f5 EOM4QpMB7XDgJ5F4I5mgaQQ3eu7N2kmwz0IPOIh+h0IF+5m9vivpMiHEIvgRAHQz/REQ Fyyf3xZ1LBIGQ2THrl9JuV0nYbdzOGvJqlGNc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=J33epO8+/0OClc0mhT8pS+mRg4iP8+8yeScSwK2xWjQLxGJyQSx/n68Bp9Zjtuh6jh qttEOWOk+Dft7WP5zKEzCx0b5JFLtcW/QlGhlIANYqtTsnA2DDKZZr0/IAG7aeOE6syr cuNmBd3c5Xa4U40vKCrk1CJOVmYPCDPYZy29o= MIME-Version: 1.0 Received: by 10.213.31.143 with SMTP id y15mr15213834ebc.38.1281541241688; Wed, 11 Aug 2010 08:40:41 -0700 (PDT) Sender: christopher.maness@gmail.com Received: by 10.14.123.74 with HTTP; Wed, 11 Aug 2010 08:40:41 -0700 (PDT) In-Reply-To: References: <20100810230827.GB63330@slackbox.erewhon.net> <20100811142250.GA18896@dan.emsphone.com> Date: Wed, 11 Aug 2010 08:40:41 -0700 X-Google-Sender-Auth: sNkzzA2QUXu0T7xP6a9p6ZdKqv4 Message-ID: From: Chris Maness To: Adam Vande More Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Roland Smith , Dan Nelson , freebsd-questions@freebsd.org Subject: Re: Spontaneous Reboots with Virtualbox Kernel Modules 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: Wed, 11 Aug 2010 15:40:43 -0000 On Wed, Aug 11, 2010 at 8:31 AM, Adam Vande More wr= ote: > On Wed, Aug 11, 2010 at 10:22 AM, Chris Maness > wrote: >> >> I am running 3.2.6 and it was crashing. > > On the <=3D 3.2.4 stuff, only time is crashed was with multiple cpu vm's. > Doesn't happen any longer and my systems are up for months running vm's. > I'd try to find the root cause of your issue, somethings to check > > are sources vs installed kernel/world in sync? This is the case with the second crash, but I have since upgraded to 8.1. > Is this from a clean install?=A0 if not, you may have dependency issues. A clean install of the OS? I am not 100% sure of what you mean here. > Finding these can be difficult, save yourself the headache and following = the > instructions on the portmaster man page for a complete system rebuild, th= is > will take awhile. I have rebuilt and fixed dependency issues. It took me a while to clean up the issues so that vbox would even build. I had some stale includes that were not removed by their scripts. After removing by hand, I was able to rebuild all of these old dependencies and fixed other issues on my server. It is amazing how one little file can cause so much grief. Thanks, Chris Maness > Review and follow instructions on freebsd vbox wiki. > > > -- > Adam Vande More >