Subject: Re: xen network problem
To: None <port-xen@NetBSD.org>
From: Jed Davis <jdev@panix.com>
List: port-xen
Date: 03/08/2006 19:39:34
Geert Hendrickx <ghen@telenet.be> writes:

> On Wed, Mar 08, 2006 at 06:11:12PM +0100, Geert Hendrickx wrote:
>> I specified the options on the module line instead of the kernel line.
>> Adding "ignorebiostables" to the kernel line fixes both the network and
>> the USB problem ("noacpi" is not enough).  Thanks!  
>
> Now I have another problem: creating a new domain (with xm create) freezes
> the machine.  It didn't do that before I used ignorebiostables.  

I've seen this happen on some machines with hyperthreading (but not
others) -- booting with "nosmp" works fine until a domain is created,
and then the machine locks up.  Disabling hyperthreading in the BIOS
setup caused the same problem.

One thing to try: typing control-A three times on the console, to
switch the input to Xen, and then 'h' to list the functions available.
If that works, it means that at least Xen is still doing something and
can talk to the console.

-- 
(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)))))