Roundup Tracker - Issues

Message4132

Author roy
Recipients roy
Date 2010-09-30.20:43:01
Message-id <1285879381.56.0.867008357993.issue2550668@psf.upfronthosting.co.za>
In-reply-to
OK^2, now we've really got this figured out :-)

This is fundamentally a file-system permissions problem.  The reason it 
only affected Change Notes is because a change note ends up being 
written out to a "msg" file on the file system.  When running in 
standalone mode (started by init.d), the python process was running as 
root.  When running under apache with mod_wsgi, it was running as www-
data and didn't have write permission on the msg directory.

The X-Forward-For stuff was an entirely different problem, which just 
added confusion to the analysis.
History
Date User Action Args
2010-09-30 20:43:01roysetmessageid: <1285879381.56.0.867008357993.issue2550668@psf.upfronthosting.co.za>
2010-09-30 20:43:01roysetrecipients: + roy
2010-09-30 20:43:01roylinkissue2550668 messages
2010-09-30 20:43:01roycreate