From owner-freebsd-virtualization@FreeBSD.ORG Sat Apr 4 19:04:36 2015 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2ECE8CFF; Sat, 4 Apr 2015 19:04:36 +0000 (UTC) Received: from mail-ob0-x22c.google.com (mail-ob0-x22c.google.com [IPv6:2607:f8b0:4003:c01::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E5F7DD37; Sat, 4 Apr 2015 19:04:35 +0000 (UTC) Received: by obvd1 with SMTP id d1so375314obv.0; Sat, 04 Apr 2015 12:04:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=GucpE5Fw8hjaS09fJRRMKTNHUJ1BWlsQzjoqN+kfMZc=; b=C74sgXWkdKcXipSIlAofiBaS1Z/AxFp2AY9K0cb8/pGPEn71vglTTUHGn91G6qdF6k mKZXqOPDZNj90tSLX07WEypBlJNaq2qlK/I2jzUjmk52n+y5pDFXlA4el2sh3n2iZ/UW jQ8sOIHkegLsU4R0+xrmjn5++MTWdofyZTlozZKONjNf7i5qgzy2lzEVcF9wEpPtYesq vugSNTJzTqV6wujTpK16H5tyKWNrhuEjpdZZ7yMN4XrpODrFM5s3L9bz9rFNvJjCDlu+ rLC3aVPdQzxdjn6r9+0zxOYK5pNjyimgysID0IxIpDS6Po/o9z3BPI8a1yLVxe9Wvy1L B9pA== MIME-Version: 1.0 X-Received: by 10.182.39.195 with SMTP id r3mr9699531obk.44.1428174275271; Sat, 04 Apr 2015 12:04:35 -0700 (PDT) Received: by 10.60.20.198 with HTTP; Sat, 4 Apr 2015 12:04:35 -0700 (PDT) In-Reply-To: <5520193C.2010101@freebsd.org> References: <5520193C.2010101@freebsd.org> Date: Sat, 4 Apr 2015 15:04:35 -0400 Message-ID: Subject: Re: odd output from bhyve From: Aryeh Friedman To: Allan Jude Content-Type: text/plain; charset=UTF-8 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: Sat, 04 Apr 2015 19:04:36 -0000 FreeBSD prometheus 10.1-RELEASE-p8 FreeBSD 10.1-RELEASE-p8 #0 r281026: Fri Apr 3 14:24:14 EDT 2015 root@prometheus:/usr/obj/usr/src/sys/GENERIC amd64 #!/bin/sh # # Generated by PetiteCloud 0.2.6 # ifconfig tap56 destroy ifconfig tap56 create ifconfig tap56 up sleep 5 ifconfig bridge0 addm tap56 up bhyvectl --destroy --vm=hjtm24l65 /usr/sbin/bhyveload -m 4096 -d /data/pri/4miq904k2q hjtm24l65 /usr/sbin/bhyve -c 2 -m 4096 -AI -H -P -g 0 -s 0:0,hostbridge -s 1,virtio-net,tap56 -s 2,virtio-blk,/data/pri/4miq904k2q -s 31,uart hjtm24l65& echo $!>/var/run/petitecloud/hjtm24l65 On Sat, Apr 4, 2015 at 1:02 PM, Allan Jude wrote: > On 2015-04-04 12:55, Aryeh Friedman wrote: >> /tmp/bhyve.WwKTaeP 84: Name (PPRT, Package () >> Remark 2095 - >> Effective AML package length is zero ^ >> >> >> vm_run error -1, errno 6 >> >> > > This was the output of what command? What version of FreeBSD? > > There is too much missing context here to help you with the error. > > -- > Allan Jude > -- Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org