From owner-freebsd-current@FreeBSD.ORG Wed Sep 19 22:10:39 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 324921065670; Wed, 19 Sep 2012 22:10:39 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id EE2568FC1B; Wed, 19 Sep 2012 22:10:38 +0000 (UTC) Received: by pbbrp2 with SMTP id rp2so3935760pbb.13 for ; Wed, 19 Sep 2012 15:10:38 -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=qf4sJX08FnOOQqCqjg9bg5dHyZ8hv2ohki0uHPwk9iY=; b=ni/M8EseblhIdYHugVXAf3O+I9UeY+oO5IGRHCCfJB7sWp9ggSPhWHkF0vVPXka+gc TNk9mkoyQMRmaMZRJTXOckhZdMhGaMOh4tSpt47Yfucc8YBm6w4kPTOC7jeOCz3nqL8p 8GkZt4rAlCcOVvgemyZjLRquBsdl3kGpCCFWl7OdoIf8Qz5zYFUsZ4SzOofZsWVjhCoo OZPKD5LBhTfVg4sFkNK/Iozsn/+GGVel/eUGyzEkEO+TPVr+oAKn3N1B7DSf4cHLELXS /BwSyi6B/1q29/yak241Gfo141h8rbZcG6qx3Y2mDp04caurEXs3YC8O0dwhYxs7sOry evJw== MIME-Version: 1.0 Received: by 10.68.189.164 with SMTP id gj4mr1605991pbc.48.1348092638288; Wed, 19 Sep 2012 15:10:38 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.68.36.106 with HTTP; Wed, 19 Sep 2012 15:10:38 -0700 (PDT) In-Reply-To: References: <80840563.20120920002200@serebryakov.spb.ru> <1252171344.20120920003724@serebryakov.spb.ru> <1348087584.95562.55.camel@revolution.hippie.lan> Date: Wed, 19 Sep 2012 15:10:38 -0700 X-Google-Sender-Auth: YDy3E1TQVr9bExArXF_-KjLDJ8c Message-ID: From: Adrian Chadd To: Garrett Cooper Content-Type: text/plain; charset=ISO-8859-1 Cc: Ian Lepore , lev@freebsd.org, freebsd-current@freebsd.org Subject: Re: Latest -CURRENT/i386 could not start under VirutalBox 4.1.18 and 4.2 (Windows host): hangs up after atrtc0 detection X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 19 Sep 2012 22:10:39 -0000 On 19 September 2012 14:57, Garrett Cooper wrote: > On Wed, Sep 19, 2012 at 1:46 PM, Ian Lepore > wrote: > > ... > >> Yes, exactly. I updated the PR to request that my patch not get >> committed because it locks up virtualbox. I hope to find time soon to >> learn enough about installing/configuring virtualbox to figure out what >> the problem is (offhand,I suspect it hangs in the loop that probes for >> the need to re-index, because vbox doesn't quite emulate the hardware >> behavior fully). > > Why not just detect VBox and disable that functionality? VMware at > least has a sane way of determining whether or not you're running it > based on the SMBios ident.. Sure, but that doens't answer the underlying reason(s) of "why is it failing?". :-) Adrian