Closed
Bug 635393
Opened 15 years ago
Closed 15 years ago
specify python2.6 explicitly in init/cron/httpd configs
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
1.7.7
People
(Reporter: rhelmer, Assigned: rhelmer)
Details
(Whiteboard: [qa-])
Attachments
(1 file)
|
7.62 KB,
patch
|
lars
:
feedback+
|
Details | Diff | Splinter Review |
Bug 619825 moved the last python2.4-compatible components over to requiring python2.6
Since new staging is not ready, we're going to specify /usr/bin/python2.6 explicitly in cron jobs and init scripts, as well as moving httpd over to mod_wsgi.
| Assignee | ||
Comment 1•15 years ago
|
||
I think this covers everything, let me know if you see any concerns.
Attachment #513605 -
Flags: review?(jdow)
Attachment #513605 -
Flags: feedback?(lars)
| Assignee | ||
Comment 2•15 years ago
|
||
Committed revision 2941.
Updated•15 years ago
|
Attachment #513605 -
Flags: feedback?(lars) → feedback+
| Assignee | ||
Comment 3•15 years ago
|
||
Also did some work on pm-collector-stage1 to get rhel5+py26+mod_wsgi going:
/etc/socorro/common.conf
export modwsgiInstallation=True
copied crash-reports.mozilla.com.conf from prod (in puppet svn) to /etc/httpd/conf.d/ and changed ServerName to crash-reports.stage.mozilla.com
rpm -e mod_python
yum install mod_wsgi
Things appear to be working after installing the latest Socorro, so I uncommented the socorro-update script in /etc/cron.d/update-socorro
Leaving puppetd disabled on here for now, since jabba is working on new staging and I don't want to get in the way. Above changes are only applied locally on the box, and will need to be moved into puppet SVN before puppet is re-enabled.
Status: NEW → ASSIGNED
| Assignee | ||
Updated•15 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•14 years ago
|
Attachment #513605 -
Flags: review?(jdow)
Updated•14 years ago
|
OS: Linux → All
Hardware: x86_64 → All
Whiteboard: [qa-]
Updated•14 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
You need to log in
before you can comment on or make changes to this bug.
Description
•