Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: xentools33 without X



On Thu, Aug 21, 2008 at 4:07 PM, Manuel Bouyer 
<bouyer%antioche.eu.org@localhost> wrote:
> On Thu, Aug 21, 2008 at 01:55:24PM +0100, Brad Pitney wrote:
>> I did try to build xentools33 and it seemed to fail without X, so I
>> left it as I thought the package was still a work in progress. I'll
>> reply again with the error/build failure
>
> But the dependancy on sdl is commented out in the package's Makefile.
> Did you uncomment it ?
>

no, but when I had the problem it was rc3, I've updated my pkgsrc
since and it's now rc8.

I noticed that if your prefix isn't the default of /usr/pkg,
xentools33 fails to install and the rc,d xend script seems to want
python2.4 with the command_interpreter line/

I do have a problem with xend now once I changed python2.4 to 2.5
(which I don't think is related to my command_interpreter change):

xend.log:
[2008-08-21 16:04:08 596] INFO (SrvDaemon:331) Xend Daemon started
[2008-08-21 16:04:08 596] INFO (SrvDaemon:335) Xend changeset: unavailable.
[2008-08-21 16:04:08 596] ERROR (SrvDaemon:347) Exception starting
xend ((13, 'Permission denied'))
Traceback (most recent call last):
  File "usr/local/lib/python2.5/site-packages/xen/xend/server/SrvDaemon.py",
line 339, in run
    servers = SrvServer.create()
  File "usr/local/lib/python2.5/site-packages/xen/xend/server/SrvServer.py",
line 251, in create
    root.putChild('xend', SrvRoot())
  File "usr/local/lib/python2.5/site-packages/xen/xend/server/SrvRoot.py",
line 40, in __init__
    self.get(name)
  File "usr/local/lib/python2.5/site-packages/xen/web/SrvDir.py", line
82, in get
    val = val.getobj()
  File "usr/local/lib/python2.5/site-packages/xen/web/SrvDir.py", line
52, in getobj
    self.obj = klassobj()
  File "usr/local/lib/python2.5/site-packages/xen/xend/server/SrvNode.py",
line 30, in __init__
    self.xn = XendNode.instance()
  File "usr/local/lib/python2.5/site-packages/xen/xend/XendNode.py",
line 753, in instance
    inst = XendNode()
  File "usr/local/lib/python2.5/site-packages/xen/xend/XendNode.py",
line 87, in __init__
    self.other_config["xen_pagesize"] = self.xeninfo_dict()["xen_pagesize"]
  File "usr/local/lib/python2.5/site-packages/xen/xend/XendNode.py",
line 742, in xeninfo_dict
    return dict(self.xeninfo())
  File "usr/local/lib/python2.5/site-packages/xen/xend/XendNode.py",
line 686, in xeninfo
    info['xen_scheduler'] = self.xenschedinfo()
  File "usr/local/lib/python2.5/site-packages/xen/xend/XendNode.py",
line 676, in xenschedinfo
    sched_id = self.xc.sched_id_get()
Error: (13, 'Permission denied')
[2008-08-21 16:04:08 691] INFO (SrvDaemon:219) Xend exited with status 1.

and xend-debug.log:
Xend started at Thu Aug 21 16:04:08 2008.
sysctl operation failed -- need to rebuild the user-space tool set?
Exception starting xend: (13, 'Permission denied')

but I reckon my userland for dom0 is out of sync, so I'll update that
first and then start another thread if I am unsuccessful.

thank you for your help :)

> --
> Manuel Bouyer <bouyer%antioche.eu.org@localhost>
>     NetBSD: 26 ans d'experience feront toujours la difference
> --
>

-- 
Best regards,
 Brad


Home | Main Index | Thread Index | Old Index