Subject: Re: Xen3 problems
To: NetBSD/xen <port-xen@NetBSD.org>
From: Martti Kuparinen <martti.kuparinen@iki.fi>
List: port-xen
Date: 04/24/2007 12:49:45
Martti Kuparinen wrote:
> Manuel Bouyer wrote:
>> Well, I guess the next step is to ktrace xend, to find on what operation
>> it gets a "permission denied"
> 
> ROOT xen3:/var/tmp> ktrace -d /usr/pkg/sbin/xend start
> ROOT xen3:/var/tmp> kdump > xen.txt
> 
> Please see http://users.piuha.net/martti/tmp/xen.txt

ROOT xen3:/var/tmp> ps axw | grep xen
   15 ?     DK   0:00.00 [xenwatch]
   16 ?     DK   0:00.00 [xenbus]

ROOT xen3:/var/tmp> ktrace -d -t A /usr/pkg/sbin/xend start

ROOT xen3:/var/tmp> ps axw | grep xen
   15 ?     DK   0:00.00 [xenwatch]
   16 ?     DK   0:00.00 [xenbus]
  307 ?     Sa   0:00.00 xenconsoled
1516 ?     Sa   0:00.00 /usr/pkg/bin/python2.4 /usr/pkg/sbin/xend start
1524 ?     S    0:00.00 xenstored --pid-file /var/run/xenstore.pid
1918 ?     S    0:00.00 /usr/pkg/bin/python2.4 /usr/pkg/sbin/xend start

ROOT xen3:/var/tmp> xm list
Error: Unable to connect to xend: No such file or directory. Is xend running?