From owner-freebsd-virtualization@FreeBSD.ORG Wed Nov 20 21:45:36 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 ESMTPS id D8766B69 for ; Wed, 20 Nov 2013 21:45:36 +0000 (UTC) Received: from mail-pa0-x22e.google.com (mail-pa0-x22e.google.com [IPv6:2607:f8b0:400e:c03::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B80F92BE5 for ; Wed, 20 Nov 2013 21:45:36 +0000 (UTC) Received: by mail-pa0-f46.google.com with SMTP id kl14so5531515pab.5 for ; Wed, 20 Nov 2013 13:45:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=JjVowc1j3REjgGefGNpjW3XOE03qneCPqT104/GbOvE=; b=wkRxJqnczOHPsmDcoroAyTs5n/f8yNhKuask2PgMfjNUFDRQYRW2CIu6xHDK0S3xwF aVliSSjJ7C9YLk486ZSSq4/1LXyslqWWSSmow17qJEpp+FLyNrMdiSWvNya2YzwW7p40 QxO34Qp4YZTVCsePovo3HsUNtKEfppbyKE/wu3O5ddmkdQNEO7uxSO/OeLEohJRJ88QZ gU67HkIPQCkggP6598Bk9inUoVu6LrWc/PhhHxxrnXs9WtdxxpCF6nFcASXx0TIlGAVh Ps3eIi+3xnr4poW/c0MRInq7wSChyohn63Vjsl1O6jTnKdrHh4IFzQJQnDLgt6HD0leR 28Ew== MIME-Version: 1.0 X-Received: by 10.68.226.199 with SMTP id ru7mr2934311pbc.64.1384983936472; Wed, 20 Nov 2013 13:45:36 -0800 (PST) Received: by 10.68.185.130 with HTTP; Wed, 20 Nov 2013 13:45:36 -0800 (PST) Date: Wed, 20 Nov 2013 16:45:36 -0500 Message-ID: Subject: strange error from bhyve From: Aryeh Friedman To: "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.16 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.16 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: Wed, 20 Nov 2013 21:45:36 -0000 When I run the following script bhyveload exits normally but when bhyve runs I get: Error return from kevent change: Operation not supported by device The script: #!/bin/sh ifconfig tap6000 destroy ifconfig tap6000 create ifconfig tap6000 up sleep 5 ifconfig bridge0 addm tap6000 up /usr/sbin/bhyvectl --vm=7598731650023639040instanceID0 --destroy /usr/sbin/bhyveload -m 1024 -d /vms/dfsdfsf 7598731650023639040instanceID0 /usr/sbin/bhyve -c 0 -m 1024 -AI -H -P -g 0 -s 0:0,hostbridge -s 1:0,virtio-net,tap6000 -s 2:0,virtio-blk,/vms/dfsdfsf -S 31,uart,stdio 7598731650023639040instanceID0&