From owner-freebsd-virtualization@FreeBSD.ORG Sat Apr 4 19:26:37 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 DAAB74A3; Sat, 4 Apr 2015 19:26:37 +0000 (UTC) Received: from mail-ob0-x229.google.com (mail-ob0-x229.google.com [IPv6:2607:f8b0:4003:c01::229]) (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 9C081FA9; Sat, 4 Apr 2015 19:26:37 +0000 (UTC) Received: by obbfy7 with SMTP id fy7so662025obb.2; Sat, 04 Apr 2015 12:26:37 -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=o7+oui2to1JiZ3T7gO+Mwi162fSTIuAF2xT4iAdp3po=; b=ETCT+YFTyeJLxb+ITeH8FPljpmej2OT4SCBFxF7U8TEKK/bpT/sSSGhnlolPCYnjaV 70hXUwmputZBEKx+dxi94v/qBVgLgOa206uoLFi46mYxnWs8l/y7xpKWNsfGij6y7fnB OMGUxdmEqtrCvJ5FeFb6NKW6As7T+m0Itr6Iy26CVu/MgsONRyX1MUni73QTGJSXL3GX 3N+3iQm5bTGF4i2PHOhCxjloP3lz/NYAu+vqCq+eIZSwF6DJ2v3GgO3LIbUeH1n8bX/R S4qw3lhVrsh8vDXQpdcHfshHg2xwhk3K+VP9MoVSKb6tgk+CD5qSB7tvW75Wnx7cQgpe XHGA== MIME-Version: 1.0 X-Received: by 10.182.91.35 with SMTP id cb3mr9760269obb.87.1428175596872; Sat, 04 Apr 2015 12:26:36 -0700 (PDT) Received: by 10.60.20.198 with HTTP; Sat, 4 Apr 2015 12:26:36 -0700 (PDT) In-Reply-To: <55203A7B.9020703@freebsd.org> References: <5520193C.2010101@freebsd.org> <55203A7B.9020703@freebsd.org> Date: Sat, 4 Apr 2015 15:26:36 -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:26:37 -0000 PetiteCloud generated it I took it off for debugging reasons (same error with or without) On Sat, Apr 4, 2015 at 3:24 PM, Allan Jude wrote: > On 2015-04-04 15:04, Aryeh Friedman wrote: >> 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 >>> >> >> >> > > You are missing a space before the ampersand at the end of your bhyve > invocation > > -- > Allan Jude > -- Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org