Closed
Bug 823617
Opened 13 years ago
Closed 13 years ago
[socorro prod] drop new version of /data/bin/minidump_hack-b2g
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rhelmer, Assigned: cturra)
References
Details
(Whiteboard: [triaged 20121220][push interrupt])
Same deal as bug 823595 comment 1.
| Assignee | ||
Comment 1•13 years ago
|
||
slightly different procedure here because puppet is currently disabled on the prod admin node while we've manually overwritten a couple config options while testing the `dec-17-fail`
the new bin has been added to puppet, but will not be automatically pushed out per my comment above until we re-enable puppet through puppetctl.
% shasum files/prod/data-bin/minidump_hack-b2g
314a26a21b7b6c75e2c02aaac2b6a44626b9da73 files/prod/data-bin/minidump_hack-b2g
% svn add files/prod/data-bin/minidump_hack-b2g
A (bin) files/prod/data-bin/minidump_hack-b2g
% svn ci -m "added minidump_hack-b2g to socorro prod for bug 823617."
Adding (bin) socorro/files/prod/data-bin/minidump_hack-b2g
Transmitting file data .
Committed revision 54983.
since puppet will not be overwriting this file at the moment, i manually updated it on sp-admin01:
[root@sp-admin01.phx1 bin]# sha1sum minidump_hack-b2g
3ee57ddfd87cf1839ccbf0d17321d345d1a5736f minidump_hack-b2g
[root@sp-admin01.phx1 bin]# cp minidump_hack-b2g /home/cturra/minidump_hack-b2g.orig
[root@sp-admin01.phx1 bin]# mv /home/cturra/minidump_hack-b2g .
mv: overwrite `./minidump_hack-b2g'? y
[root@sp-admin01.phx1 bin]# sha1sum minidump_hack-b2g
314a26a21b7b6c75e2c02aaac2b6a44626b9da73 minidump_hack-b2g
... and fixed up permissions:
[root@sp-admin01.phx1 bin]# chown root:root minidump_hack-b2g
[root@sp-admin01.phx1 bin]# chmod 755 minidump_hack-b2g
finally, i removed fixbrokendumps.pickle
[root@sp-admin01.phx1 bin]# rm /home/socorro/persistent/fixbrokendumps.pickle
rm: remove regular file `/home/socorro/persistent/fixbrokendumps.pickle'? y
Assignee: server-ops-webops → cturra
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [triaged 20121220][push interrupt]
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 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
•