#10927 closed defect (cantfix)
Trac-hacks is down
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | admin/web | Version: | |
Severity: | blocker | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Visit any trac-hacks url and you'll get this stack trace:
Traceback (most recent call last):
File "/srv/trac-hacks.org/pve/lib/python2.6/site-packages/trac/web/main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "/srv/trac-hacks.org/pve/lib/python2.6/site-packages/trac/web/main.py", line 191, in dispatch
chosen_handler = self._pre_process_request(req, chosen_handler)
File "/srv/trac-hacks.org/pve/lib/python2.6/site-packages/trac/web/main.py", line 263, in _pre_process_request
chosen_handler = f.pre_process_request(req, chosen_handler)
File "/srv/trac-hacks.org/pve/lib/python2.6/site-packages/trac/versioncontrol/api.py", line 73, in pre_process_request
self.get_repository(req.authname).sync()
File "/srv/trac-hacks.org/pve/lib/python2.6/site-packages/trac/versioncontrol/api.py", line 104, in get_repository
repos = self._connector.get_repository(rtype, rdir, authname)
File "/srv/trac-hacks.org/pve/lib/python2.6/site-packages/trac/versioncontrol/svn_fs.py", line 235, in get_repository
fs_repos = SubversionRepository(dir, None, self.log)
File "/srv/trac-hacks.org/pve/lib/python2.6/site-packages/trac/versioncontrol/svn_fs.py", line 272, in init
self.repos = repos.svn_repos_open(self.path, self.pool())
File "/usr/lib/pymodules/python2.6/libsvn/repos.py", line 75, in svn_repos_open
return _repos.svn_repos_open(*args)
SubversionException: ('/srv/trac-hacks.org/svn/trachacks/db/fsfs.conf:1: Section header expected', 200002)
Attachments (0)
Change History (4)
comment:1 by , 12 years ago
Resolution: | → cantfix |
---|---|
Status: | new → closed |
follow-up: 3 comment:2 by , 12 years ago
In addition to Remy's suggestion to use the mailing list, which is good, you can also contact admins directly as described on th:TracHacks.
follow-up: 4 comment:3 by , 12 years ago
Replying to Ryan J Ollos <ryan.j.ollos@…>:
In addition to Remy's suggestion to use the mailing list, which is good, you can also contact admins directly as described on th:TracHacks.
Well… that's kinda difficult when the site is down ;)
comment:4 by , 12 years ago
Replying to rblank:
Well… that's kinda difficult when the site is down ;)
I was just thinking, since it goes down so often, everyone check that page now and file the email addresses away in there address book and inundate us with email every time there is a problem ;)
Trac-Hacks isn't maintained by Trac developers. You may want to post to the MailingList in such cases, the maintainers are most probably subscribed.
Anyway, it seems to be back.