From owner-freebsd-virtualization@FreeBSD.ORG Fri Sep 27 22:08:00 2013 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 ESMTP id C1382990 for ; Fri, 27 Sep 2013 22:08:00 +0000 (UTC) (envelope-from miguelmclara@gmail.com) Received: from mail-we0-x233.google.com (mail-we0-x233.google.com [IPv6:2a00:1450:400c:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5DC692DC7 for ; Fri, 27 Sep 2013 22:08:00 +0000 (UTC) Received: by mail-we0-f179.google.com with SMTP id x55so3257544wes.38 for ; Fri, 27 Sep 2013 15:07:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:cc:content-type; bh=YvrvXz9/JDboNx1epzApXed0I++0T7Iko6BdR+wRFbc=; b=OuSAocfimFLnyMlGWhAbQ0B4Q67S9aDsu6ct1hdHMUml85PYXZgI44RvqKqP7VJqhO rZknM+LH65DWTOBJ/UDIjJo36/Lej/MfWbFZ5pN1KJdu31l5PZ2SlYksIxbd458HvJUL zWswmqg7rGPBOb8JwLf/kruZAMRrb7tMITd73iGN4rWRfWK2ECmWgk3+49wKdH2kbtRe 9H5OcRxF5pnKGp6v5UIuTW54B8xq8nEsij+pGOhB/ZdyN+YCo1BmH+pLr3JQnncKrrZI +4f/xZoMnNJVIhhg1rUq53pTG+bEuUHEovr9XZD9kYePzY67Lf8+rpnt6YixB833xQNr uWqQ== X-Received: by 10.180.189.9 with SMTP id ge9mr4386530wic.52.1380319678752; Fri, 27 Sep 2013 15:07:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.147.68 with HTTP; Fri, 27 Sep 2013 15:07:38 -0700 (PDT) From: Miguel Clara Date: Fri, 27 Sep 2013 22:07:38 +0000 Message-ID: Subject: [SOLVED] Re: bhyve vmrum vm_setup_memory: Inappropriate ioctl for device To: Neel Natu 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 22:08:00 -0000 This was indeed the problem! Solved now. Btw, I guesss FreeBSD is the only guest type supported so far, are there plans for linux/windows? Whats the best place to get updates on this? On Fri, Sep 27, 2013 at 2:35 AM, Miguel Clara wrote: > I was actually just thinking about that... make buildworld is underway... > > I'll post any updates after the userspace install. > > Thanks > > > On Fri, Sep 27, 2013 at 2:31 AM, Neel Natu wrote: > >> Hi Miguel, >> >> On Thu, Sep 26, 2013 at 6:59 PM, 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 >>> >> >> Your userspace is most likely out of sync with the kernel. Could you try >> to re-run after a buildworld and installworld? >> >> best >> Neel >> >> >>> _______________________________________________ >>> 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" >>> >> >> >