From owner-freebsd-questions@FreeBSD.ORG Mon Mar 24 13:25:45 2008 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 9DD24106566B for ; Mon, 24 Mar 2008 13:25:45 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.176]) by mx1.freebsd.org (Postfix) with ESMTP id 64AA88FC12 for ; Mon, 24 Mar 2008 13:25:45 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: by el-out-1112.google.com with SMTP id v27so1137093ele.12 for ; Mon, 24 Mar 2008 06:25:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=pLLPvnqakAONaQH/oC5BryzbcAraVQBSREBP2931BcE=; b=aACHYWvpYTrBcVb9HroI0d6+ZDq1KY/jiOhfD/L+sue4aau7nsCww0cyDbZU+p/HC7O4Jfa5lbelYbEZReDhN8SxGLuZjOhKRcCmNusRXtLTfggtP65VwNR99uYZ1XNFBv/8hLBua5vYhNfGJAOIgdgl7xOZCIdZlJ65/ZzmKos= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DnRoVTEqvcu4gZDJSRem6MWn/1llWOqIVkD6ZBGObkNTwKxVPzPqf76aCegOVjme+2e6e2ENjT0PqodRowHw6SfKVBPpo/Stim0f/4yjHN/bHDYKP/MxbFqQpZXAZsd4RCNO0nfNiUh5b83m/M3Q5sJ58aqh3bGjClRX3I0vVMs= Received: by 10.115.61.1 with SMTP id o1mr11606913wak.94.1206365143919; Mon, 24 Mar 2008 06:25:43 -0700 (PDT) Received: by 10.114.113.11 with HTTP; Mon, 24 Mar 2008 06:25:43 -0700 (PDT) Message-ID: <80f4f2b20803240625k9b796cfw1018619897a673c9@mail.gmail.com> Date: Mon, 24 Mar 2008 09:25:43 -0400 From: "Jim Stapleton" To: "Bruce Cran" In-Reply-To: <47E521A9.2080201@cran.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <80f4f2b20803212037v279d83d1h5203e6802ecfebd4@mail.gmail.com> <20080322130304.GB40364@slackbox.xs4all.nl> <80f4f2b20803220650s7edcee09r24dee19a5ca61dd5@mail.gmail.com> <47E521A9.2080201@cran.org.uk> Cc: freebsd-questions@freebsd.org Subject: Re: virtual machine software 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: Mon, 24 Mar 2008 13:25:45 -0000 On Sat, Mar 22, 2008 at 11:11 AM, Bruce Cran wrote: > Jim Stapleton wrote: > > Sorry, QEmu crashes when I try to boot the CD. Same happens with Bochs. > > > > -Jim Stapleton > > If it crashes with 'Bad system call' make sure you have aio support > loaded. I missed it when I recently installed it, but the pkg-message > does mention it: > > - qemu now uses aio at least for ide dma, so if you get `Invalid system > call' crashes that is because aio is not (kld)loaded. > > -- > Bruce I missed that, and as I recall, that was my error. I'll try that once I'm done rebuilding my system. Thanks, -Jim Stapleton