Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Nov 2013 16:45:36 -0500
From:      Aryeh Friedman <aryeh.friedman@gmail.com>
To:        "freebsd-virtualization@freebsd.org" <freebsd-virtualization@freebsd.org>
Subject:   strange error from bhyve
Message-ID:  <CAGBxaXk_e7w6zbA4ySQzyyQp3wF8g%2BrscPaYomYjzE=HM8kvBQ@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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&



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGBxaXk_e7w6zbA4ySQzyyQp3wF8g%2BrscPaYomYjzE=HM8kvBQ>