Closed
Bug 813341
Opened 12 years ago
Closed 12 years ago
Upgrade symbolapi.mozilla.org Snappy service
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bburton, Assigned: bburton)
Details
(Whiteboard: [push interrupt][triaged 20121119])
Request from espindola in #it
The authenticity of host 'symbolapi1.webapp.phx1.mozilla.com (10.8.81.118)' can't be established.
RSA key fingerprint is c7:f0:81:fb:8b:88:fc:ab:af:d1:dc:48:35:25:b4:a3.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'symbolapi1.webapp.phx1.mozilla.com,10.8.81.118' (RSA) to the list of known hosts.
[bburton@symbolapi1.webapp.phx1 ~]$ sudo -i
[root@symbolapi1.webapp.phx1 ~]# cd /data/Snappy-Symbolication-Server/
[root@symbolapi1.webapp.phx1 Snappy-Symbolication-Server]# ls
local.conf logging.pyc sample.conf symbolicationRequest.pyc symFileManager.py
logging.py README symbolicationRequest.py symbolicationWebService.py symFileManager.pyc
[root@symbolapi1.webapp.phx1 Snappy-Symbolication-Server]# ls -lah
total 80K
drwxr-xr-x 3 root root 4.0K Jun 13 14:33 .
drwxr-xr-x 3 root root 4.0K May 22 13:15 ..
drwxr-xr-x 8 root root 4.0K Jun 13 14:32 .git
-rw-r--r-- 1 root root 271 May 22 15:28 local.conf
-rw-r--r-- 1 root root 689 Jun 13 14:32 logging.py
-rw-r--r-- 1 root root 1.3K May 22 13:28 logging.pyc
-rw-r--r-- 1 root root 3.4K Jun 13 14:32 README
-rw-r--r-- 1 root root 420 Jun 13 14:32 sample.conf
-rw-r--r-- 1 root root 8.5K Jun 13 14:32 symbolicationRequest.py
-rw-r--r-- 1 root root 4.9K May 22 13:28 symbolicationRequest.pyc
-rw-r--r-- 1 root root 6.3K Jun 13 14:32 symbolicationWebService.py
-rw-r--r-- 1 root root 9.7K Jun 13 14:32 symFileManager.py
-rw-r--r-- 1 root root 7.7K May 22 13:28 symFileManager.pyc
[root@symbolapi1.webapp.phx1 Snappy-Symbolication-Server]# cat .git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = https://github.com/vdjeric/Snappy-Symbolication-Server.git
[branch "master"]
remote = origin
merge = refs/heads/master
[root@symbolapi1.webapp.phx1 Snappy-Symbolication-Server]# git pull
remote: Counting objects: 46, done.
remote: Compressing objects: 100% (36/36), done.
remote: Total 43 (delta 26), reused 24 (delta 7)
Unpacking objects: 100% (43/43), done.
From https://github.com/vdjeric/Snappy-Symbolication-Server
3df3d6b..1c3fc01 master -> origin/master
Updating 3df3d6b..1c3fc01
Fast-forward
symbolicationRequest.py | 382 ++++++++++++++++++++++++++++++++++++++++++++++++++------------------
symbolicationWebService.py | 35 +++----
2 files changed, 293 insertions(+), 124 deletions(-)
[root@symbolapi1.webapp.phx1 Snappy-Symbolication-Server]# supervisorctl stop Snappy-Symbolication-Server
Snappy-Symbolication-Server: stopped
[root@symbolapi1.webapp.phx1 Snappy-Symbolication-Server]#
[root@symbolapi1.webapp.phx1 Snappy-Symbolication-Server]# supervisorctl start Snappy-Symbolication-Server
Snappy-Symbolication-Server: started
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Thanks!
Status: RESOLVED → VERIFIED
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
•