From owner-freebsd-virtualization@FreeBSD.ORG Fri Sep 27 02:10:30 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DDD8AE51; Fri, 27 Sep 2013 02:10:29 +0000 (UTC) (envelope-from miguelmclara@gmail.com) Received: from mail-we0-x22a.google.com (mail-we0-x22a.google.com [IPv6:2a00:1450:400c:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 56550294C; Fri, 27 Sep 2013 02:10:29 +0000 (UTC) Received: by mail-we0-f170.google.com with SMTP id w62so2046538wes.29 for ; Thu, 26 Sep 2013 19:10:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=oCoRLh3iYxchOrRn4/RyAlvycCFtPHTVbOtxvbJs3OI=; b=WeJVTSS3UTR3CeujM+Cm8+0shXBvswKbczjNKLcKXDHwcZx8jyOGYtid0BAtwbi4vG aFoguL0R3RLYNbKk7Na4FoLrXBdR6MRvCiofRXXC2Opi/hfSp5aIVdZJR5gXJ8/TJfVj cwI8zjeCs/ZlBvbs/wZcdXxb5WNFoO47t3P6HzEVDOommVSMeQciQUHFp/a0rj9/1q3D YsO50/618OdBW4E8UIg5mR6aRX713JBJNnFmZqfaB4aLJo+SSFgn6HoB5T9hN+6HqJnO ElLIgOYTxhGEo/cNXtaXvxbYX7bdJq4PDuxG5P6QXVnQ5a+QhCwvpIViD6xg5EBMb+9j qdUw== X-Received: by 10.180.82.164 with SMTP id j4mr407078wiy.65.1380247827690; Thu, 26 Sep 2013 19:10:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.147.68 with HTTP; Thu, 26 Sep 2013 19:10:07 -0700 (PDT) In-Reply-To: <20130927020406.GY2335@glenbarber.us> References: <20130927020406.GY2335@glenbarber.us> From: Miguel Clara Date: Fri, 27 Sep 2013 02:10:07 +0000 Message-ID: Subject: Re: bhyve vmrum vm_setup_memory: Inappropriate ioctl for device To: Glen Barber Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 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, 27 Sep 2013 02:10:30 -0000 Sorry should have posted that info i the first mail! uname -a FreeBSD r2d2 10.0-ALPHA2 FreeBSD 10.0-ALPHA2 #3 r255788M: Mon Sep 23 00:32:50 UTC 2013 root@:/usr/obj/usr/src/sys/GENERIC amd64 dmesg only added an extra line it seams, when I created the tap0, other than that I see nothing! tap0: Ethernet address: 00:bd:05:89:47:00 Thanks On Fri, Sep 27, 2013 at 2:04 AM, Glen Barber wrote: > On Fri, Sep 27, 2013 at 01:59:04AM +0000, Miguel Clara wrote: > > Just wanted to start testing with bhyve, but I'm getting this error > > creating an exmaple VM: > > > > # ./vmrun.sh -c 1 vm1 > > virtio disk device file "./diskdev" does not exist. > > Creating it ... > > Launching virtual machine "vm1" ... > > vm_setup_memory: Inappropriate ioctl for device > > What does dmesg say? > > What is 'uname -a' ? > > Glen > >