From owner-freebsd-virtualization@FreeBSD.ORG Fri Sep 26 18:02:29 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 560B3AB7 for ; Fri, 26 Sep 2014 18:02:29 +0000 (UTC) Received: from mail-pd0-x22b.google.com (mail-pd0-x22b.google.com [IPv6:2607:f8b0:400e:c02::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2A5D3ED1 for ; Fri, 26 Sep 2014 18:02:29 +0000 (UTC) Received: by mail-pd0-f171.google.com with SMTP id y13so13337618pdi.30 for ; Fri, 26 Sep 2014 11:02:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=GL6eNZ3bkeWpmL1k4tapvXjXlYB36rYslJxc/fgjQ6s=; b=I2JaMXUfoSwLy4WqegQuyQWOiEcH2o/ak5R8NvfCZ1nuI8/DGqRwuLYDTl7qIGMfOI TJKZf1pKCBBt/aZfawtWLn/o0fHyh3VpnjM2rwfWaNDr8bMooWK234sHBs2eiMR8OQ89 omP4PVg+E3PdJUtT9Wpwfszc2VucMcPmajwQJ+vps7FuotesljLNjOsjyQ7MmSHUQ4pc RdWNPxE/5aTicT1h3I3AyjUAx8LkZZwK+O2vLBBJdVGadUgnANSiLA+V5gJ0Hy7i1I4L Spsj8c+8f0XAgofLiI1wu8SuSepgXLaza17IAMhHBJf86cJLFmeDIdNTEi8LNKZ16xCK mRgQ== X-Received: by 10.70.89.206 with SMTP id bq14mr40714037pdb.123.1411754548725; Fri, 26 Sep 2014 11:02:28 -0700 (PDT) Received: from anishs-mbp.wlan.netapp.com ([198.95.226.236]) by mx.google.com with ESMTPSA id pk1sm5532370pbc.0.2014.09.26.11.02.26 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 26 Sep 2014 11:02:27 -0700 (PDT) Subject: Re: kernel panic when starting the virtual machine Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=windows-1252 From: Anish Gupta X-Priority: 3 (Normal) In-Reply-To: <1411752971.228890800@f250.i.mail.ru> Date: Fri, 26 Sep 2014 11:02:25 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <2269F8F0-CDE7-41BA-9EF6-3706DF511297@gmail.com> References: <1411752971.228890800@f250.i.mail.ru> To: Denis Menshikov X-Mailer: Apple Mail (2.1878.6) Cc: freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 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: Fri, 26 Sep 2014 18:02:29 -0000 Can you try cleaning old VM before restarting VM with same name? bhyveload =85testvm bhyve=85=85=85.testvm bhyveload =85testvm bhyve=85=85=85.testvm -Anish On Sep 26, 2014, at 10:36 AM, Denis Menshikov wrote: > Hello, >=20 > for greater clarity, will present at once the order of my actions: >=20 > sudo bhyload -m 256 -d FreeBSD-10.0-RELEASE-amd64-dvd1.iso testvm >=20 > sudohyve -c 2 -a -A -H -P -I -m 256 -s 0,amd_hostbridge -s 1,lpc -s = 2,ahci-cd,FreeBSD-10.0-RELEASE-amd64-dvd1.iso -s 3,virtio-blk,test.img = -l com1,/dev/nmdm1A testvm >=20 > then runs a successful installation, and as written in the manual, I = add in /etc/ttys line ttyu0 "/usr/libexec/getty 3wire" xterm on secure. = Then it should restart. In the letter to contain messages when loading = during installation and at its completion. Document 1 and 2, = respectively. >=20 > then... >=20 > sudo bhyveload -m 256 -d test.img testvm >=20 > sudo bhyve -c 2 -a -A -H -P -m 256 -s 0,amd_hostbridge -s 1,lpc -s = 2,virtio-blk,test.img -l com1,/dev/nmdm1A testvm > dassi@20:58:~ % sudo cu -l /dev/nmdm1B -s 9600 > Connected > panic: AP #1 (PHY# 1) failed! > cpuid =3D 0 > KDB: stack backtrace: > #0 0xffffffff808e7dd0 at kdb_backtrace+0x60 > #1 0xffffffff808af8b5 at panic+0x155 > #2 0xffffffff80c7e4c5 at cpu_mp_start+0x625 > #3 0xffffffff808f4e8d at mp_start+0x3d > #4 0xffffffff80861238 at mi_startup+0x118 > #5 0xffffffff802d3e0c at btext+0x2c > Uptime: 1s It seems to me that I'm doing something wrong. >=20 > uname -a > FreeBSD vmserver 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan = 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC = amd64 >=20 > --=20 > Denis Menshikov<1><2>_______________________________________________ > freebsd-virtualization@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to = "freebsd-virtualization-unsubscribe@freebsd.org"