Re: Xen PV drivers for FreeBSD

2010-12-06 Thread Yuriy Kohut
Hi,

Just let you know: everything starts work for me in 8.2-PRERELEASE (RELENG_8)

Thank you for your work.

I'm also highly interesting FreeBSD paravirtualized DOMU to be stable. I'll 
build test XEN i386 today. I'll let you know results if you want.
---
Yura

On Dec 3, 2010, at 3:23 PM, Justin T. Gibbs wrote:

 On Dec 3, 2010, at 4:12 AM, Yuriy Kohut yko...@onapp.com wrote:
 
 Hi,
 
 I would not like to disturb you, but, have you a chance to reproduce the 
 issue ?
 
 A FreeBSD stable/8 XENHVM kernel from yesterday functions properly for me in 
 my Xen environment.
 
 The problem is not with CDROM device, but with boot process stops.
 
 Did you remove the CDROM from the device configuration for your domain?   My 
 host systems do not have CDROM devices to pass through, so I have not tested 
 the impact of detecting a CDROM device on the FreeBSD XENHVM device probe 
 process. 
 
 In short, I understand that you are not directly complaining a about CDROM 
 functionality, but my hunch is that the detection of a CDROM device is 
 exposing a bug in the block front driver which leads to a hang during boot. 
 
 --
 Justin

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


Re: Xen PV drivers for FreeBSD

2010-12-03 Thread Yuriy Kohut
Hi,

I would not like to disturb you, but, have you a chance to reproduce the issue ?

The problem is not with CDROM device, but with boot process stops.
---
Yura

On Dec 1, 2010, at 10:31 PM, Justin T. Gibbs wrote:

 On 12/1/2010 4:52 AM, Yuriy Kohut wrote:
 Hi,
 
 Now your commit in place and I have built XENHVM on RELENG_8.
 
 
 Some things are changed for me, but the issue still exists.
 
 I will try to replicate your issues again later today.  One notable
 difference between my configuration and yours is that I am not passing
 through any cdrom devices.  I have no idea how well block front deals
 with cdroms.  My testing is on OpenSuSE 11.2 with Xen 4.0.0.
 
 --
 Justin

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


Re: Xen PV drivers for FreeBSD

2010-12-01 Thread Justin T. Gibbs
On 12/1/2010 4:52 AM, Yuriy Kohut wrote:
 Hi,
 
 Now your commit in place and I have built XENHVM on RELENG_8.
 
 
 Some things are changed for me, but the issue still exists.

I will try to replicate your issues again later today.  One notable
difference between my configuration and yours is that I am not passing
through any cdrom devices.  I have no idea how well block front deals
with cdroms.  My testing is on OpenSuSE 11.2 with Xen 4.0.0.

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


Re: Xen PV drivers for FreeBSD

2010-11-27 Thread Yuriy Kohut
I'll check RELANG_8.

Thank you.
---
Yura

On Nov 27, 2010, at 2:09 AM, Justin T. Gibbs wrote:

 On 11/26/2010 8:56 AM, Yuriy Kohut wrote:
 Hi,
 
 I have just built XENHVM from RELANG_8_1.
 
 RELENG_8_1 doesn't have the latest Xen PV code in it.  stable/8 (RELENG_8 if
 checking out of CVS instead of SVN?) does.
 
 --
 Justin

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


Re: Xen PV drivers for FreeBSD

2010-11-26 Thread Luke Marsden
On Wed, 2010-11-24 at 09:24 -0800, Sean Bruno wrote:
 The version in -CURRENT and FreeBSD 8 that Justin is talking about is
 very stable.
 
 I will be updating FreeBSD 7 and 6 today.  You will need to update from
 source to get this version as it is not on the release ISOs
 
 We are using it a lot at Yahoo.  It is very stable.
 

Just to add another positive data-point, inspired by this post (thanks
Sean!) I've just got 8.1-RELEASE working well on Flexiant, a UK-based
Xen HVM cloud infrastructure provider.

Here are the incantations I used to get it running stably:
http://lukemarsden.net/blog/2010/11/running-freebsd-8-1-as-a-xen-hvm-domu-on-flexiant/

-- 
Best Regards,
Luke Marsden
CTO, Hybrid Logic Ltd.

Web: http://www.hybrid-cluster.com/
Hybrid Web Cluster - cloud web hosting

Mobile: +447791750420

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


Re: Xen PV drivers for FreeBSD

2010-11-26 Thread Yuriy Kohut
Hi,

I have just built XENHVM from RELANG_8_1.
DomU boot stop just after CDROM was detected in kernel:

acd0: CDROM QEMU DVD-ROM/0.10.2 at ata1-slave WDMA2


Boot doesn't continue for a long time, Xen shows VM is blocked:
# xm list freebsd-8.1
NameID   Mem VCPUs  State   Time(s)
freebsd-8.1346  1024 1 -b113.3


By the other side, GENERIC worked just fine for me.

Could somebody please assist ...
---
Yura

On Nov 26, 2010, at 4:26 PM, Luke Marsden wrote:

 On Wed, 2010-11-24 at 09:24 -0800, Sean Bruno wrote:
 The version in -CURRENT and FreeBSD 8 that Justin is talking about is
 very stable.
 
 I will be updating FreeBSD 7 and 6 today.  You will need to update from
 source to get this version as it is not on the release ISOs
 
 We are using it a lot at Yahoo.  It is very stable.
 
 
 Just to add another positive data-point, inspired by this post (thanks
 Sean!) I've just got 8.1-RELEASE working well on Flexiant, a UK-based
 Xen HVM cloud infrastructure provider.
 
 Here are the incantations I used to get it running stably:
 http://lukemarsden.net/blog/2010/11/running-freebsd-8-1-as-a-xen-hvm-domu-on-flexiant/
 
 -- 
 Best Regards,
 Luke Marsden
 CTO, Hybrid Logic Ltd.
 
 Web: http://www.hybrid-cluster.com/
 Hybrid Web Cluster - cloud web hosting
 
 Mobile: +447791750420
 

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


Re: Xen PV drivers for FreeBSD

2010-11-26 Thread Justin T. Gibbs
On 11/26/2010 8:56 AM, Yuriy Kohut wrote:
 Hi,
 
 I have just built XENHVM from RELANG_8_1.

RELENG_8_1 doesn't have the latest Xen PV code in it.  stable/8 (RELENG_8 if
checking out of CVS instead of SVN?) does.

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


Re: Xen PV drivers for FreeBSD

2010-11-24 Thread Yuriy Kohut
Hi,

It is for amd64 only, correct ?

Do you know is it stable enough ?
---
Yura

On Nov 24, 2010, at 3:48 PM, Justin T. Gibbs wrote:

 On 11/23/2010 8:27 AM, Yuriy Kohut wrote:
 Hi,
 
 I'm trying HVM DomU since FreeBSD paravirtualized is not stable enough.
 
 Is there any Xen PV drivers which could be used for HVM FreeBSD DomU to not 
 load system by full hardware virtualization ?
 
 Yes.  Use the XENHVM kernel config file.
 
 --
 Justin

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


Re: Xen PV drivers for FreeBSD

2010-11-24 Thread Justin T. Gibbs
On 11/24/2010 10:03 AM, Yuriy Kohut wrote:
 Hi,
 
 It is for amd64 only, correct ?

I have only tested it on amd64, but I don't know of anything inherent in
the PV driver framework that would prevent it from operating on other
architectures.

 Do you know is it stable enough ?

It has been quite stable for me.  There are still some issues with clock
interrupt processing (time going backwards messages on the console at
times), but nothing that brings down the system.

BTW, my testing has been primarily on -current, but I just merged
the latest Xen PV driver support into stable/8, so it should work
fine there too.

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


Re: Xen PV drivers for FreeBSD

2010-11-24 Thread Sean Bruno


On Wed, 2010-11-24 at 09:03 -0800, Yuriy Kohut wrote:
 Hi,
 
 It is for amd64 only, correct ?
 
 Do you know is it stable enough ?
 ---
 Yura
 

The version in -CURRENT and FreeBSD 8 that Justin is talking about is
very stable.

I will be updating FreeBSD 7 and 6 today.  You will need to update from
source to get this version as it is not on the release ISOs

We are using it a lot at Yahoo.  It is very stable.

Sean

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