Changes between Initial Version and Version 1 of Ticket #802


Ignore:
Timestamp:
Oct 12, 2006, 10:20:09 PM (18 years ago)
Author:
Noah Kantrowitz
Comment:

Fixing formatting

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #802 – Description

    initial v1  
    11When emailing a request to the trac email with an attachment, the email goes to trac database but there is no attachments.
    22
     3{{{
    34[root@localhost ~]# tail /var/log/messages
    45Oct 12 16:38:02 localhost su(pam_unix)[4512]: session closed for user trac
     
    1112Oct 12 16:38:02 localhost email2trac:   File "/usr/lib/python2.3/site-packages/trac/attachment.py", line 180, in insert     os.makedirs(self.path)
    1213Oct 12 16:38:02 localhost email2trac:   File "/usr/lib/python2.3/os.py", line 154, in makedirs     mkdir(name, mode)
    13 '''Oct 12 16:38:02 localhost email2trac: OSError: [Errno 13] Permission denied: '/trac/test/attachments/ticket/66''''
     14Oct 12 16:38:02 localhost email2trac: OSError: [Errno 13] Permission denied: '/trac/test/attachments/ticket/66
     15}}}
    1416
    1517Is it really a permission problem or something else?  How can it be resolved?