Ticket #26 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Wrong permissions on Trac installation

Reported by: infinito Owned by: GabrielFalcao
Priority: critical Milestone:
Component: guake-site Version:
Keywords: Cc:

Description

There seems to be a problem with the patches folder permissions on your Trac installation, so noone is able to attach patches:

Traceback (most recent call last):
  File "/var/lib/python-support/python2.4/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/var/lib/python-support/python2.4/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "/var/lib/python-support/python2.4/trac/attachment.py", line 361, in process_request
    self._do_save(req, attachment)
  File "/var/lib/python-support/python2.4/trac/attachment.py", line 496, in _do_save
    attachment.insert(filename, upload.file, size)
  File "/var/lib/python-support/python2.4/trac/attachment.py", line 180, in insert
    os.makedirs(self.path)
  File "os.py", line 156, in makedirs
    makedirs(head, mode)
  File "os.py", line 159, in makedirs
    mkdir(name, mode)
OSError: [Errno 13] Permission denied: '/srv/tracs/publicos/guake/attachments/ticket'

Attachments

fake-file Download (5 bytes) - added by lincoln 4 years ago.
testing attachment…

Change History

Changed 4 years ago by lincoln

testing attachment...

Changed 4 years ago by lincoln

  • status changed from new to closed
  • resolution set to fixed

Fixed, thanks for reporting =)

Note: See TracTickets for help on using tickets.