From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Vadim Korschok" Subject: BSD under KVM with 2 NIC'S Date: Wed, 29 Oct 2008 16:20:50 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8BIT To: Return-path: Received: from mx2.caritas-geldern.de ([85.131.174.180]:46499 "EHLO mx2.caritas-geldern.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753146AbYJ2P3L convert rfc822-to-8bit (ORCPT ); Wed, 29 Oct 2008 11:29:11 -0400 Received: from localhost (localhost [127.0.0.1]) by mx2.caritas-geldern.de (Postfix) with ESMTP id AA6D1FC003 for ; Wed, 29 Oct 2008 16:19:05 +0100 (CET) Received: from mx2.caritas-geldern.de ([127.0.0.1]) by localhost (mx2.caritas-geldern.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qMCE8qodtUSS for ; Wed, 29 Oct 2008 16:19:04 +0100 (CET) Received: from mx0.dmz.cvg (unknown [10.20.0.14]) by mx2.caritas-geldern.de (Postfix) with ESMTP id A0FE2FC002 for ; Wed, 29 Oct 2008 16:19:04 +0100 (CET) Received: from nw0-0.sys.cvg (unknown [10.20.0.5]) by mx0.dmz.cvg (Postfix) with ESMTP id CE40D6AC47A for ; Wed, 29 Oct 2008 16:48:41 +0100 (CET) Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: Hi all, i'm trying to install OpenBSD, FreeBSD under a Gentoo 2.6.26-r2 with KVM-77. The installation works quite well if i'm using one nic. If i try to boot the .iso with 2 nic's the machine freeze, and the cpu goes to 100%. localhost # kvm -hda fw0-ext.img -boot d -cdrom openbsd-4.3-amd64.iso -m 512 -net nic,model=e1000 -net tap -net nic,model=e1000 -net tap -vnc :0 I have tested it with FreeBSD 7.0 x86_64, OpenBSD 4.2/4.3 x86_64, OpenBSD 4.3 i386 same result, freezing. Host: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz MemTotal: 3985152 kB localhost images # brctl show bridge name bridge id STP enabled interfaces br0 8000.001fd024d4d3 no eth0 tap0 tap1 tap2 Thanks in advance.