Closed
Bug 1162085
Opened 10 years ago
Closed 10 years ago
/run/uwsgi permissions change on boot
Categories
(Socorro :: Infra, task)
Socorro
Infra
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rhelmer, Assigned: rhelmer)
Details
/run is a tmpfs, we set permissions on RPM install but the permissions will not persist when the box reboots:
https://uwsgi-docs.readthedocs.org/en/latest/Systemd.html#putting-sockets-in-run
Comment 1•10 years ago
|
||
This is an interesting case because we just throw away nodes if they need to be rebooted, heh. Good catch though.
Comment 2•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/1f5a4f2f946a662470ef3be077c445e082b0b22e
fix bug 1162085 - persist uwsgi permissions on reboot
https://github.com/mozilla/socorro/commit/b3dcb4f2011aff632989f346c4742610851b882f
Merge pull request #2774 from rhelmer/bug1162085-uwsgi-permission-persist
fix bug 1162085 - persist uwsgi permissions on reboot
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 3•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/67c2538fa7e9b81c3e082d5fe48670b76a4d346d
bug 1162085, persist subdir correctly, and create now too
https://github.com/mozilla/socorro/commit/45374071e1f0a7b277dee3fb44e4e8e937e2dc71
Merge pull request #2778 from rhelmer/bug1162085-persist-uwsgi-permissions
bug 1162085, persist subdir correctly, and create now too
Comment 4•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/3a9ab5b825e335f30b53d4494ef30a9267c54a9f
bug 1162085 - sample config path is wrong
https://github.com/mozilla/socorro/commit/9b6c1ad54648594865b410bb15e9a32e54949207
Merge pull request #2813 from rhelmer/bug1162085-sample-config-path-wrong
bug 1162085 - sample config path is wrong
You need to log in
before you can comment on or make changes to this bug.
Description
•