From owner-freebsd-virtualization@FreeBSD.ORG Tue Jan 14 16:13:00 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB8AB7D8 for ; Tue, 14 Jan 2014 16:13:00 +0000 (UTC) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 7CA511577 for ; Tue, 14 Jan 2014 16:13:00 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTPS id 5012E121DD; Wed, 15 Jan 2014 02:12:58 +1000 (EST) Received: from Peters-MacBook-Pro.local (c-69-181-164-196.hsd1.ca.comcast.net [69.181.164.196]) by dommail.onthenet.com.au (MOS 4.2.4-GA) with ESMTP id BRE07603 (AUTH peterg@ptree32.com.au); Wed, 15 Jan 2014 02:12:57 +1000 Message-ID: <52D56202.7030608@freebsd.org> Date: Tue, 14 Jan 2014 08:12:50 -0800 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: patrizio ottaviani Subject: Re: Linux guest References: <2F226A2F-5FE9-4223-A35A-F7C491449B09@consulenti.schema31.it> In-Reply-To: <2F226A2F-5FE9-4223-A35A-F7C491449B09@consulenti.schema31.it> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jan 2014 16:13:00 -0000 Hi, > i had problem during installation of linux guest. > I used "bhyve” script for create and start the linux vm,it run without detected controller sata using "virtio-blk". > > with "ahci-hd" the system found disk drive and install the system correctly,but show error in console : > > [ 5728.301499] ata1.00: irq_stat 0x40000001 [ 5728.302513] ata1.00: > failed command: FLUSH CACHE That's an issue with the FreeBSD AHCI driver - a fix is ready and will be submitted shortly. The workaround is to use virtio-blk instead, with the caveat that with >= 4G of guest RAM you will need the recent fix in r260469, or drop guest RAM down to <= 3G. > The network interface is found but does not connect using dhcp or with manual setting. What does your bridge setup look like ? later, Peter.