Opened 19 years ago
Closed 19 years ago
#2059 closed defect (duplicate)
HELP installation question
Reported by: | anonymous | Owned by: | daniel |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | admin/console | Version: | 0.8.4 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
RHEL ES4 all packages installed via apt-get
Oops…
Trac detected an internal error:
[Errno 13] Permission denied: '/home/trac/tracwiki/VERSION' Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/core.py", line 531, in cgi_start
real_cgi_start()
File "/usr/lib/python2.3/site-packages/trac/core.py", line 513, in real_cgi_start
env = open_environment()
File "/usr/lib/python2.3/site-packages/trac/core.py", line 189, in open_environment
env = Environment.Environment(env_path)
File "/usr/lib/python2.3/site-packages/trac/Environment.py", line 57, in init
self.verify()
File "/usr/lib/python2.3/site-packages/trac/Environment.py", line 70, in verify
fd = open(os.path.join(self.path, 'VERSION'), 'r')
IOError: [Errno 13] Permission denied: '/home/trac/tracwiki/VERSION'
Duplicate of #2058.