From owner-freebsd-virtualization@FreeBSD.ORG Fri Sep 27 02:31:23 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 2D7D1163 for ; Fri, 27 Sep 2013 02:31:23 +0000 (UTC) (envelope-from neelnatu@gmail.com) Received: from mail-qe0-x22e.google.com (mail-qe0-x22e.google.com [IPv6:2607:f8b0:400d:c02::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E303C2A5A for ; Fri, 27 Sep 2013 02:31:22 +0000 (UTC) Received: by mail-qe0-f46.google.com with SMTP id x7so1432771qeu.5 for ; Thu, 26 Sep 2013 19:31:22 -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=LPTMV+H9cSUcaBy5brsM1B0/AukMFSK3oJvHfM3htBQ=; b=FYBpQ1zUzlFwpTTgTQBbZc4Kuz68WoWICoqrerqeTNYPyOjYnU1upff+QsJypV7Izh dJeWdOrFbGdUc7P5I5tUFt60iVGt9MQbplQ5nLSwXibqlNb60+y8tnmiM48p8Aoz/ZWm jQOUWjDbLte/kiRHGg8rLE94KUEh03J/zNQe2OqGtkgXanXQYUnL0PQQ/mtyUXis44Bh VfxZ0h/g0ZOcGLRjGVgWVqPHBvfsnylvOl+W+jc9A8AYxtbEuV72Kc1gTMh7abWVE0f8 3d/6MWMBmP17LEkD4SNk5A9d+EqCJsSgYOuqTCJM4iWVjuRjV9e8W7ypxgCHr4hShfpr /YZw== MIME-Version: 1.0 X-Received: by 10.49.130.233 with SMTP id oh9mr6053412qeb.10.1380249082065; Thu, 26 Sep 2013 19:31:22 -0700 (PDT) Received: by 10.140.88.80 with HTTP; Thu, 26 Sep 2013 19:31:21 -0700 (PDT) In-Reply-To: References: Date: Thu, 26 Sep 2013 19:31:21 -0700 Message-ID: Subject: Re: bhyve vmrum vm_setup_memory: Inappropriate ioctl for device From: Neel Natu To: Miguel Clara 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:31:23 -0000 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" >