Subject: Re: Xen2 vs Xen3: features and stability?
To: None <port-xen@NetBSD.org>
From: Jed Davis <jdev@panix.com>
List: port-xen
Date: 11/24/2006 15:06:45
"Chris Brookes" <cbrookes@gmail.com> writes:

> Elsewhere I run a Xen 3.0.2-2 Linux Dom-0  with around 10 different
> Dom-U's covering Linux, NetBSD and FreeBSD. One of my NetBSD dom-U's
> on that Linux Xen 3 dom-0 has been running "production" traffic and
> has an uptime of 125 days, with just 1 problem - an apparent random
> networking lockup that was resolved with a simple ifconfig bounce.

That should be fixed in -current, and on the netbsd-3 and netbsd-3-1
branches, now.

-- 
(let ((C call-with-current-continuation)) (apply (lambda (x y) (x y)) (map
((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s) l))))))  (lambda
(f) (lambda (l) (if (null? l) C (lambda (k) (display (car l)) ((f (cdr l))
(C k)))))))    '((#\J #\d #\D #\v #\s) (#\e #\space #\a #\i #\newline)))))