Closed
Bug 1009649
Opened 11 years ago
Closed 11 years ago
SymbolsUnpackCronApp unable to extract to /mnt/socorro/symbols/
Categories
(Infrastructure & Operations Graveyard :: WebOps: Socorro, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Assigned: dmaher)
References
()
Details
See https://errormill.mozilla.org/webtools/socorro-stage/group/168818/
It gets a permission denied when trying to unpack files into /mnt/socorro/symbols/
Assignee | ||
Comment 1•11 years ago
|
||
Looks like another permissions issue. It is my understanding that web-based processes do not interact with symbols/ (only symbols_upload/), but that processes run as user socorro interact with both. With that in mind, I have added the appropriate ownership and permission settings in Puppet :
$ svn ci -m 'set permissions for symbols dirs/mounts; bug 1009649'
Sending admin.pp
Sending mounts/symbols_upload_prod.pp
Sending mounts/symbols_upload_stage.pp
Transmitting file data ...
Committed revision 87396.
This will have the net effect of also applying these settings in the webheads and (eventually) the prod admin node.
Please let me know if this fixes the problem.
Status: NEW → ASSIGNED
Flags: needinfo?(peterbe)
Reporter | ||
Comment 2•11 years ago
|
||
Yay! Symbols upload on stage works
https://gist.github.com/peterbe/87f0a21176b1b29f85ae
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Flags: needinfo?(peterbe)
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•