Changes between Initial Version and Version 2 of Ticket #367


Ignore:
Timestamp:
May 21, 2014, 4:25:02 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #367

    • Property Status changed from new to closed
    • Property Resolution changed from to worksforme
  • Ticket #367 – Description

    initial v2  
    11I have the owner on my htdigest file set to apache group root and have even chmod 777 on it.  Still when trying to create a new user I get:
    22
     3{{{
    34[Errno 13] Permission denied
     5}}}
    46
    57Here is the Python traceback:
    68
     9{{{
    710Traceback (most recent call last):
    811  File "/usr/lib/python2.4/site-packages/trac/web/modpython_frontend.py", line 206, in handler
     
    2225    os.rename(self._filename, self._backupfilename)
    2326OSError: [Errno 13] Permission denied
     27}}}