Edgewall Software

Changes between Initial Version and Version 1 of Ticket #4020


Ignore:
Timestamp:
Oct 24, 2006, 9:24:01 PM (18 years ago)
Author:
Matthew Good
Comment:

The Trac process is unable to create a new folder due to lack of filesystem permissions. You should make sure your projects are all owned by the same user the web server runs as (often "www-data" or "apache" or "nobody" depending on the server and your distribution)

E.g:

$ chown -R www-data /var/trac

Also, check if SElinux is enabled. If so you'll need to ensure that it is configure to allow the web server process to write to the Trac projects.

If you need more help, please use the MailingList for support.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4020

    • Property Status newclosed
    • Property Resolutionworksforme
  • Ticket #4020 – Description

    initial v1  
     1{{{
    12Traceback (most recent call last):
    23  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 356, in dispatch_request
     
    1516    mkdir(name, mode)
    1617OSError: [Errno 13] Permission denied: '/var/trac/EficusAgent/attachments/ticket'
     18}}}