From owner-freebsd-amd64@FreeBSD.ORG Thu Apr 12 19:54:08 2007 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1ABFB16A400 for ; Thu, 12 Apr 2007 19:54:08 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id D00B213C45D for ; Thu, 12 Apr 2007 19:54:07 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id 37B041B6C84; Thu, 12 Apr 2007 21:26:32 +0200 (CEST) Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.6/8.13.6) with ESMTP id l3CJNcv7011657; Thu, 12 Apr 2007 21:23:38 +0200 (CEST) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.6/8.13.6/Submit) id l3CJNcx8011656; Thu, 12 Apr 2007 21:23:38 +0200 (CEST) (envelope-from nox) Date: Thu, 12 Apr 2007 21:23:38 +0200 (CEST) From: Juergen Lock Message-Id: <200704121923.l3CJNcx8011656@saturn.kn-bremen.de> To: ulrich@pukruppa.net X-Newsgroups: local.list.freebsd.amd64 In-Reply-To: <20070412135855.A2987@small> Organization: home Cc: freebsd-amd64@freebsd.org Subject: Re: qemu crashes X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 19:54:08 -0000 In article <20070412135855.A2987@small> you write: >Hi, > >I tried qemu and qemu-devel from ports: Both build and install >well, I can start a boot process from an installation CD, but >then suddenly qemu will crash and dump core. > >Any hints what I could do? Hmm you didn't just forget to kldload aio? :) (Btw, this is documented in the pkg-message and even in UPDATING.) HTH, Juergen