making bhyve 100% silent

2013-06-27 Thread Aryeh Friedman
bhyve(8) seems to bypass the standard stdin/out/err and send it's output directly to the TTY when handling guest console I/O. I need to make it so it is 100% silent (and/or send all it's output to a file and accept no input at all). How can I do this? ___

Re: making bhyve 100% silent

2013-06-27 Thread Peter Grehan
Hi Aryeh, bhyve(8) seems to bypass the standard stdin/out/err and send it's output directly to the TTY when handling guest console I/O. I need to make it so it is 100% silent (and/or send all it's output to a file and accept no input at all). How can I do this? For now, edirect bhyveload'

Re: making bhyve 100% silent

2013-06-27 Thread Aryeh Friedman
Thanks an other issue is tap needs to be reset on reboot of the guest is there anyway around this? On Fri, Jun 28, 2013 at 2:01 AM, Peter Grehan wrote: > Hi Aryeh, > > >> bhyve(8) seems to bypass the standard stdin/out/err and send it's >> output directly to the TTY when handling guest console I/

Re: making bhyve 100% silent

2013-06-27 Thread Peter Grehan
Thanks an other issue is tap needs to be reset on reboot of the guest is there anyway around this? No, need to do some work on tap to fix that :( later, Peter. ___ freebsd-virtualization@freebsd.org mailing list http://lists.freebsd.org/mailman/list

Re: making bhyve 100% silent

2013-06-27 Thread Aryeh Friedman
removing stdio makes a 10-CURRENT guest unbootable (it freezes immediately after the boot menu) On Fri, Jun 28, 2013 at 2:01 AM, Peter Grehan wrote: > Hi Aryeh, > > >> bhyve(8) seems to bypass the standard stdin/out/err and send it's >> output directly to the TTY when handling guest console I/O.

Re: making bhyve 100% silent

2013-06-27 Thread Peter Grehan
removing stdio makes a 10-CURRENT guest unbootable (it freezes immediately after the boot menu) It's should be working - there's just no console output. Do you have a network port that you can ping/log into ? later, Peter. ___ freebsd-virtualizati