#6138 closed defect (duplicate)
automated dreamhost install stalled -- broken uri
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.10.4 |
Severity: | normal | Keywords: | plugin |
Cc: | rama@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
Oops… Trac detected an internal error
Not sure if this is the correct place to ask for the way forward.
Let me explain the issue first.
Please follow link below <http://wiki.dreamhost.com/DreamTracInstall> for better understanding of an automated script for shared server hosting environment at DreamHost [.com]
The seemingly seamless install script stalled like this …
' Downloading http://trac-hacks.org/svn/accountmanagerplugin/0.10 error: Download error for http://trac-hacks.org/svn/accountmanagerplugin/0.10: (110, 'Connection timed out') '
Basically it is clear looking like the Account Manager is not there … well, [trac-hacks.org] is down! (06-10-07)
Can you help advise how to overcome the 75% executed script and its effects?
Python Traceback is as follows
Traceback (most recent call last): File "/home/rrhari/packages/lib/python2.3/site-packages/trac/web/main.py", line 406, in dispatch_request dispatcher.dispatch(req) File "/home/rrhari/packages/lib/python2.3/site-packages/trac/web/main.py", line 191, in dispatch chosen_handler = self._pre_process_request(req, chosen_handler) File "/home/rrhari/packages/lib/python2.3/site-packages/trac/web/main.py", line 263, in _pre_process_request chosen_handler = f.pre_process_request(req, chosen_handler) File "/home/rrhari/packages/lib/python2.3/site-packages/trac/versioncontrol/api.py", line 73, in pre_process_request self.get_repository(req.authname).sync() File "/home/rrhari/packages/lib/python2.3/site-packages/trac/versioncontrol/api.py", line 104, in get_repository repos = self._connector.get_repository(rtype, rdir, authname) File "/home/rrhari/packages/lib/python2.3/site-packages/trac/versioncontrol/svn_fs.py", line 234, in get_repository repos = SubversionRepository(dir, None, self.log) File "/home/rrhari/packages/lib/python2.3/site-packages/trac/versioncontrol/svn_fs.py", line 264, in __init__ raise TracError("%s does not appear to be a Subversion repository." \ TracError: /home/rrhari/svn/trac does not appear to be a Subversion repository.
Thanks
R
Attachments (0)
Change History (2)
comment:1 by , 17 years ago
Description: | modified (diff) |
---|---|
Keywords: | plugin added |
Milestone: | not applicable |
Resolution: | → duplicate |
Status: | new → closed |
comment:2 by , 17 years ago
To install the account manager replace the existing code, with this:
easy_install —prefix=$HOME/packages https://trachacks.coderanger.net/svn/accountmanagerplugin/0.10/
See #6103 about http://trac-hacks.org
You'll need to wait till the site is up-and-running again (mid-october): Trac can be installed without this plugin, but it may be required to use it on dreamhost.com.
The error message you quoted indicates that Trac cannot find a valid SVN repository. I can't tell if it's a side effect of the (foreign) installation script or a 'true' invalid SVN repository.