iohyve icon indicating copy to clipboard operation
iohyve copied to clipboard

FreeBSD bhyve manager utilizing ZFS

Results 30 iohyve issues
Sort by recently updated
recently updated
newest added

![22052826_691360514394369_28506349_n](https://user-images.githubusercontent.com/30919459/30846125-2192fc74-a2b8-11e7-9c09-d32f168dc94a.jpg) ![22091842_691360511061036_2013827421_n](https://user-images.githubusercontent.com/30919459/30846129-26a678f8-a2b8-11e7-8f15-d7c54f7a8445.jpg) ![22016370_691360504394370_228220968_n](https://user-images.githubusercontent.com/30919459/30846132-28ed6ee6-a2b8-11e7-92a2-7955a96b1b8a.jpg) ![22016364_691360501061037_561758972_n](https://user-images.githubusercontent.com/30919459/30846133-2b647afc-a2b8-11e7-8610-5a2e332004ef.jpg) When try manual boot Like: > `grub> ls /boot/vmlinuz-3.10.0-` >` vmlinuz-3.10.0-123.el7.x86_64 vmlinuz-3.10.0-693.el7.x86_64` > `grub> set root=(hd0,msdos1)` > `grub> linux16 /boot/vmlinuz-3.10.0-123.el7.x86_64 root=/dev/sda1 rw init=/bin/bash` > `grub> initrd...

bug

Iohyve v0.7.9 runs the command : `/usr/sbin/bhyve -c 2 -H -w -m 6G -s 0,hostbridge -s '1,ahci-hd,/dev/zvol/pool2tb/iohyve/win7_maurizio/disk0,sectorsize=512' -s 2,virtio-net,tap1 -s '3,fbuf,tcp=0.0.0.0:5901,w=1280,h=1024' -s 31,lpc -l com1,/dev/nmdm0A -l bootrom,/iohyve/Firmware/BHYVE_UEFI.fd/BHYVE_UEFI.fd ioh-win7_maurizio` and after...

bug

Hi, I have setup a CentOS 7 VM under FreeNAS 11 U2 with the last version of `iohyve` (v0.7.9). My VM has the folowing properties: ``` # iohyve getall builder...

bug

I was able to do a "[sys](https://wiki.alpinelinux.org/wiki/Install_to_disk)" install of Alpine linux using iohyve 0.7.9 with the `loader` set to `grub-bhyve` and the `os` set to `custom`. The following grub.conf got...

enhancement

Hi, If I do the following: `iohyve rmiso debian8.7*` I got a no match because the * doesn't work and I need to type exactly the iso name. Yes we...

enhancement

Add property to allow for different console speeds, because duh why didn't I think of that earlier? https://github.com/pr1ntf/iohyve/blob/master/lib/ioh-console#L39

enhancement

When I run `iohyve list` as a non-root user, all VMs are listed as not running. If iohyve can't figure out whether VMs are running when it doesn't have root...

bug

I'd like to be able to clone old snapshots of VMs with `iohyve clone`; for instance, I take a snapshot of a freshly-installed VM, and then clone that snapshot whenever...

enhancement

On iohyve 0.7.9 from FreeBSD ports, I tried the following: iohyve setup pool=rpool net=re0 It will work, but with this output: [: pool=rpool: unexpected operator It turns out that ioh-setup...

bug

``` root@xtrem03:~ # iohyve clone -r srv001 srv002 Cloning srv001 to srv002 /usr/local/sbin/iohyve: __tap_cloned: not found ``` srv001 is a debian 8.7.1 installation and the network is working fine in...

bug