[Haskell-cafe] Broken http://darcs.haskell.org/darcsweb/?

Dominic Steinitz dominic.steinitz at blueyonder.co.uk
Wed Feb 20 14:28:54 EST 2008


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'



More information about the Haskell-Cafe mailing list