Broken http://darcs.haskell.org/darcsweb/?
I'm getting errors when I click on any of the links. I'm not sure who administers the site. IOError Python 2.4.4: /usr/bin/python Wed Feb 20 11:41:13 2008 A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /srv/darcsweb/darcsweb.cgi 2248 url_request.sort() 2249 cache = Cache(config.cachedir, url_request) 2250 if cache.open(): 2251 # we have a hit, dump and run 2252 cache.dump() cache = <__main__.Cache instance>, cache.open = <bound method Cache.open of <__main__.Cache instance>> /srv/darcsweb/darcsweb.cgi in open(self=<__main__.Cache instance>) 466 pid = str(os.getpid()) 467 fname = self.basedir + '/.' + self.fname + '-' + pid 468 self.file = open(fname, 'w') 469 self.mode = 'w' 470 self = <__main__.Cache instance>, self.file = None, builtin open = <type 'file'>, fname = '/tmp/darcsweb-cache/.3647210cedbbeff551e4ffe8dac1328a00518335-30974' IOError: [Errno 2] No such file or directory: '/tmp/darcsweb-cache/.3647210cedbbeff551e4ffe8dac1328a00518335-30974' args = (2, 'No such file or directory') errno = 2 filename = '/tmp/darcsweb-cache/.3647210cedbbeff551e4ffe8dac1328a00518335-30974' strerror = 'No such file or directory'
On Wed, Feb 20, 2008 at 07:28:54PM +0000, Dominic Steinitz wrote:
I'm getting errors when I click on any of the links.
I've created /tmp/darcsweb-cache and made it writable, which seems to have made it work again.
I'm not sure who administers the site.
Neither am I, but it needs some tweaking or it will break whenever monk is rebooted. It would be useful if an admin address could be put on the pages, too. Thanks Ian
participants (2)
-
Dominic Steinitz -
Ian Lynagh