Re: Bhyve Exit Console keyboard shortcut?

2013-10-11 Thread joris dedieu
2013/10/11 Eitan Adler li...@eitanadler.com:
 On Thu, Oct 10, 2013 at 9:23 PM, Peter Grehan gre...@freebsd.org 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
 ___
 freebsd-virtualization@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
 To unsubscribe, send any mail to 
 freebsd-virtualization-unsubscr...@freebsd.org
___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org


Re: FreeBSD PVHVM call for testing

2013-10-11 Thread Eggert, Lars
Hi,

On May 13, 2013, at 20:32, Roger Pau Monné roger@citrix.com wrote:
 Right now the code is in a state where it can be tested by users, so we
 would like to encourage FreeBSD and Xen users to test it and provide
 feedback.

any idea if/when this code will be merged into -CURRENT?

Thanks,
Lars


signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: FreeBSD PVHVM call for testing

2013-10-11 Thread Roger Pau Monné
On 11/10/13 11:42, Eggert, Lars wrote:
 Hi,
 
 On May 13, 2013, at 20:32, Roger Pau Monné roger@citrix.com wrote:
 Right now the code is in a state where it can be tested by users, so we
 would like to encourage FreeBSD and Xen users to test it and provide
 feedback.
 
 any idea if/when this code will be merged into -CURRENT?

It's already in HEAD, and will hopefully be part of the 10 release.

Roger.

___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org


Re: RFC: Changes to handbook on virtualization

2013-10-11 Thread Adam Vande More
On Fri, Oct 11, 2013 at 9:00 AM, Dee Nixon dnixon-f...@nyclocal.net wrote:

 Must have been a brief temporary glitch.  The link is indeed working:

 http://www.petitecloud.org/handbook.jsp


It's not resolving here from 2 different dns paths.

-- 
Adam Vande More
___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org


fastide on hyper-v (pre r2)

2013-10-11 Thread Tony Hain
I am not able to get fastide working on sbs2008 with the pre-r2 version of
hyper-v. Should this work? Has testing been done on older versions of
hyper-v? I see there was a commit by grehan 18 hours, 30 minutes ago dealing
with the cdrom, so I have a new build in process. To be honest I hadn't
gotten far enough to worry about the cdrom device yet, but it is good to see
that is dealt with. 

There is an extensive list of things I have tried in the thread
http://forums.freebsd.org/showthread.php?p=236012#post236012
In short, if I leave fastide on, it will panic before it gets to error 19,
but if I turn it off I can boot to ada0p2, or any label I give the device.
My suspicion is that all of the dev work has been done on hyperv-r2, so
there may be an oversight.

In any case it is good to see all the progress. I have been running FreeBSD
in VM's hobbled by the inability to reboot without manual intervention for 4
years, hoping this would happen. Even without fastide, once 10 goes to
RELEASE I can move some of the production work off of dedicated hardware.
Tony


___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org


RE: fastide on hyper-v (pre r2)

2013-10-11 Thread Abhishek Gupta (LIS)
Hi Tony,

You are correct. As of now we have only tested the drivers on Server 2012. You 
can get them to work on Server 2008R2 but Server 2008 will have some problems. 
Currently we are focused on getting the drivers functional on Server 2012 for 
FreeBSD 10 and then we may start expanding to past versions of Windows servers 
if there is sufficient demand. Having said that I would be interested in 
hearing more about the panic that you are observing. Is it possible for you to 
share a stack trace?

Please keep me posted on your issues.

Thanks,
Abhishek Gupta
PM, BSD Integration Services
Microsoft Corporation

-Original Message-
From: owner-freebsd-virtualizat...@freebsd.org 
[mailto:owner-freebsd-virtualizat...@freebsd.org] On Behalf Of Tony Hain
Sent: Friday, October 11, 2013 10:53 AM
To: freebsd-virtualization@freebsd.org
Subject: fastide on hyper-v (pre r2)

I am not able to get fastide working on sbs2008 with the pre-r2 version of 
hyper-v. Should this work? Has testing been done on older versions of hyper-v? 
I see there was a commit by grehan 18 hours, 30 minutes ago dealing with the 
cdrom, so I have a new build in process. To be honest I hadn't gotten far 
enough to worry about the cdrom device yet, but it is good to see that is dealt 
with. 

There is an extensive list of things I have tried in the thread
http://forums.freebsd.org/showthread.php?p=236012#post236012
In short, if I leave fastide on, it will panic before it gets to error 19, but 
if I turn it off I can boot to ada0p2, or any label I give the device.
My suspicion is that all of the dev work has been done on hyperv-r2, so there 
may be an oversight.

In any case it is good to see all the progress. I have been running FreeBSD in 
VM's hobbled by the inability to reboot without manual intervention for 4 
years, hoping this would happen. Even without fastide, once 10 goes to RELEASE 
I can move some of the production work off of dedicated hardware.
Tony


___
freebsd-virtualization@freebsd.org mailing list 
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org
___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
freebsd-virtualization-unsubscr...@freebsd.org