2013/10/11 Eitan Adler <[email protected]>: > On Thu, Oct 10, 2013 at 9:23 PM, Peter Grehan <[email protected]> wrote: >>>> One way to get around this is to start bhyve under tmux/screen. >>> >>> >>> Its what I've been doing for now, but even in tmux one might want to >>> exit the console similar to with we do with Xen. >> >> >> I quite like how Xen does it. bhyve will hopefully have something similar >> soon. > > For the clueless, how does Xen do it?
xenconsole works exactily like a serial console client (with termios(4)). If the main loop intercepts an escape sequence, it restores the term. By default this sequence is the same as telnet (^]). See : http://xenbits.xen.org/gitweb/?p=xen.git;a=tree;f=tools/console/daemon;h=cfd2f772a53ec2c71b07d9358441cedbb252b24c;hb=HEAD Joris > > > > -- > Eitan Adler > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to > "[email protected]" _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "[email protected]"
