|
|
|
|
|
|
|
|
|
|
xen-users
If you create the /var/lib/xen/sv directory then it might work... At least,
it might start - I don't think it's been tested for a while.
The testing tree version is probably pretty close to working, so it shouldn't
be ever so hard to fix. The unstable tree version, as Ian says, needs more
hacking to make things right.
Cheers,
Mark
On Sunday 05 June 2005 00:30, Christopher Torrington wrote:
> Hi,
>
> I have successfully installed xen 2.0.6 on Debian Sarge and have been able
> to create domains fine. What I would now like to do is use the Xen web
> front end to admin the domains. However, when I browse to
> http://localhost:8080 I get a python error:
>
> web.Server Traceback (most recent call last):
>
> exceptions.OSError: [Errno 2] No such file or directory: '/var/lib/xen/sv'
> /usr/lib/python2.3/site-packages/twisted/web/server.py, line 164 in process
> 162 self.postpath = map(unquote, string.split(self.path[1:], '/'))
> 163 try:
> 164 resrc = self.site.getResourceFor(self)
> 165 self.render(resrc)
>
> etc etc...
>
> True to its word there is no folder /var/lib/xen/sv, /var/lib/xen only
> contains a xend-db folder
> Also, when I looked in xen-2.0-install/install, there are no files that it
> would have installed in /var.
>
> Is the XenSV included in the binary distribution, or do I have to compile
> from source to get it?
>
>
> Christopher
>
>
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|