Heres a dump when I try to connect to the webinterface from another machine. Anyone got any ideas why the web interface is broken? Also is there a module for Webmin yet? ===================================================================== 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) Self site twisted.web.server.Site instance @ 0xb7df1dcc <twisted.web.server.Site instance at 0xb7df1dcc> path ''/'' postpath List instance @ 0xb7958a6c Locals self twisted.web.server.Request instance @ 0xb79587cc <GET / HTTP/1.1> Globals unquote <built-in function unquote> string <module ''string'' from ''/usr/lib/python2.3/string.pyc''> /usr/lib/python2.3/site-packages/twisted/web/server.py, line 517 in getResourceFor 515 # servers and disconnected sites. 516 request.sitepath = copy.copy(request.prepath) 517 return resource.getChildForRequest(self.resource, request) 518 Self resource twisted.web.static.File instance @ 0xb7df1dac FilePath(''/var/lib/xen/sv'') Locals self twisted.web.server.Site instance @ 0xb7df1dcc <twisted.web.server.Site instance at 0xb7df1dcc> request twisted.web.server.Request instance @ 0xb79587cc <GET / HTTP/1.1> Globals copy <module ''copy'' from ''/usr/lib/python2.3/copy.pyc''> resource <module ''twisted.web.resource'' from ''/usr/lib/python2.3/site-packages/twisted/web/resource.pyc''> /usr/lib/python2.3/site-packages/twisted/web/resource.py, line 62 in getChildForRequest 60 pathElement = request.postpath.pop(0) 61 request.prepath.append(pathElement) 62 resource = resource.getChildWithDefault(pathElement, request) 63 return resource Locals pathElement '''' request twisted.web.server.Request instance @ 0xb79587cc <GET / HTTP/1.1> resource twisted.web.static.File instance @ 0xb7df1dac FilePath(''/var/lib/xen/sv'') /usr/lib/python2.3/site-packages/twisted/web/resource.py, line 162 in getChildWithDefault 160 return self.children[path] 161 162 return self.getChild(path, request) 163 Self children Dictionary instance @ 0xb795f13c Locals path '''' self twisted.web.static.File instance @ 0xb7df1dac FilePath(''/var/lib/xen/sv'') request twisted.web.server.Request instance @ 0xb79587cc <GET / HTTP/1.1> /usr/lib/python2.3/site-packages/twisted/web/static.py, line 268 in getChild 266 """See twisted.web.Resource.getChild. 267 """ 268 self.restat() 269 Locals self twisted.web.static.File instance @ 0xb7df1dac FilePath(''/var/lib/xen/sv'') /usr/lib/python2.3/site-packages/twisted/python/filepath.py, line 144 in restat 142 def restat(self, reraise=True): 143 try: 144 self.statinfo = stat(self.path) 145 except OSError: Self statinfo 0 path ''/var/lib/xen/sv'' Locals reraise True self twisted.web.static.File instance @ 0xb7df1dac FilePath(''/var/lib/xen/sv'') Globals stat <built-in function stat> exceptions.OSError: [Errno 2] No such file or directory: ''/var/lib/xen/sv'' ================================================================ -- Regards, Alex Adranghi --------------------------- http://www.alexadranghi.com mail@alexadranghi.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users