From owner-freebsd-current@FreeBSD.ORG Sat Sep 29 15:47:41 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 108CE16A417 for ; Sat, 29 Sep 2007 15:47:41 +0000 (UTC) (envelope-from alexvpetrov@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.freebsd.org (Postfix) with ESMTP id 8F61013C43E for ; Sat, 29 Sep 2007 15:47:40 +0000 (UTC) (envelope-from alexvpetrov@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so2410785nfb for ; Sat, 29 Sep 2007 08:47:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:to:subject:date:user-agent:references:in-reply-to:cc:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; bh=PUVi4pqfSd1cua9WNAScDnReR17svdg8oYcNaZCphsg=; b=M2Axvoo6ECr3XZdgH7ArRgSVP6rVDHcFPKbgN7eydBHksCaYI8CkIzodAob+sm2e0pWwc2LWtjbVwF/JOddpjJupzqHYFhs+2BPA4VHS6aCUZ/K2dTlv7d37DLAdK0FdbjcedPVSZHpWiTmhpRe+D8Va3ocupC6/EnENzQW3MEk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:user-agent:references:in-reply-to:cc:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=ZhiM3Hba6YD3+il1tiB6UZlQKP1XdSNrtxIxQGP9YFffWbAvY/Sh6FE6GDXuOeRm8oVWugIA5Nqi2qZu/8Ayl27rq4eNDIO2eJxR27LHAchNMDWjwm17QAQ9DMhPRxsbrrGv8r+sp1D7f8TCJ3fAwicaZwq9NZ7flkVfOxtYC+g= Received: by 10.78.175.14 with SMTP id x14mr955689hue.1191080858421; Sat, 29 Sep 2007 08:47:38 -0700 (PDT) Received: from ?192.168.0.50? ( [81.26.90.134]) by mx.google.com with ESMTPS id v27sm1572736hub.2007.09.29.08.47.33 (version=SSLv3 cipher=OTHER); Sat, 29 Sep 2007 08:47:36 -0700 (PDT) From: "Alex V. Petrov" To: freebsd-current@freebsd.org Date: Sat, 29 Sep 2007 23:47:28 +0800 User-Agent: KMail/1.9.7 References: <200709292319.34214.alexvpetrov@gmail.com> <632825b40709290832r546057das89daebb00fe43b59@mail.gmail.com> In-Reply-To: <632825b40709290832r546057das89daebb00fe43b59@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709292347.28353.alexvpetrov@gmail.com> Cc: William Subject: Re: qemu in current 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: Sat, 29 Sep 2007 15:47:41 -0000 > > When I trying install WinXP in qemu, after string "Setup is starting > > Windows" in console I see: > > Bad system call (core dumped) > > > Hi, > > Did you start the aio module or have it built-in on kernel ? > kldload aio Thanks kldload aio - It has solved a problem. Strange, in 6.2 I do not remember such trouble... Best Regards! Alex V. Petrov