Mailing List Archive

XenSV
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@lists.xensource.com
http://lists.xensource.com/xen-users
RE: XenSV [ In reply to ]
> Is the XenSV included in the binary distribution, or do I
> have to compile from source to get it?

The web front end, xensv, wasn't being actively maintained by anyone,
and I fear its rotted since it was written last summer.

It's recently been removed from the unstable tree (it was built using
Twisted), but reviving it using the simple http server shouldn't be too
hard. Might be a nice project for someone...

Ian

_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
Re: XenSV [ In reply to ]
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@lists.xensource.com
> http://lists.xensource.com/xen-users

_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users