From owner-freebsd-virtualization@FreeBSD.ORG Fri Sep 27 02:35:48 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 E17F6326 for ; Fri, 27 Sep 2013 02:35:48 +0000 (UTC) (envelope-from miguelmclara@gmail.com) Received: from mail-we0-x229.google.com (mail-we0-x229.google.com [IPv6:2a00:1450:400c:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D9CD2A8A for ; Fri, 27 Sep 2013 02:35:48 +0000 (UTC) Received: by mail-we0-f169.google.com with SMTP id t60so2062303wes.0 for ; Thu, 26 Sep 2013 19:35:46 -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=eo0Kl6vTvg/0G49J8/nZRrqPOyvrmodgDdszgOLc90g=; b=Qzrq4YGheNspNfJ+I4xybmJ3TjiP8QMBASY2Q0VlT9V8jQjFrmT06O8b2dAIf8qpt7 HfPAiAcaIj5vExWeM4JUkcvzBJzdIxMciRIDBOJEZ3iWOfEKzTCGMVfjWPYo/rypdx20 2wN6d4pw72vC0roIA1Mrpes6EAV0Uo0EVv0N34QB10ReamaekTx1qyGc94ZtvGyTtWUj A8HCaz3qlVHXVAgoG0QQs0G3vXEusKF2wqU7fdDk9zxZzhgsX8di6lXviyJ0L2HNnTls 5bbXA11UqTz4UsD/3a1RGnG1wqId2Dea8lXNTa96ZP6A+c6hl/qXEbte0F3J8AKfyWsj tUHA== X-Received: by 10.180.187.2 with SMTP id fo2mr472655wic.65.1380249346841; Thu, 26 Sep 2013 19:35:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.147.68 with HTTP; Thu, 26 Sep 2013 19:35:26 -0700 (PDT) In-Reply-To: References: From: Miguel Clara Date: Fri, 27 Sep 2013 02:35:26 +0000 Message-ID: Subject: 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 02:35:48 -0000 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" >> > >