Closed
Bug 466199
Opened 17 years ago
Closed 17 years ago
Setup crash-stats for Eudora symbols
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gozer, Assigned: aravind)
References
Details
Attachments
(1 file)
|
617 bytes,
text/plain
|
Details |
Since the new Eudora (aka Penelope) is implemented on top of Thunderbird, it's currently reporting crashes to mozilla's crash-stats server. Unfortunately, there are no symbols for them, so they are pretty much useless.
I am asking to setup what's needed to get them sufficient access to upload their symbols and required magic to have them show up when processing Eudora crashes.
ted: they will need an account with access to the symbol upload server, a directory on the server to put them in
ted: and that's about it
Updated•17 years ago
|
Assignee: server-ops → aravind
| Assignee | ||
Comment 1•17 years ago
|
||
Please attach the public key you would like to use to upload symbols in plain text format.
| Reporter | ||
Comment 2•17 years ago
|
||
@bekeley: that would be an ssh public key, just in case you weren't sure.
Comment 3•17 years ago
|
||
Here's my public key.
Thanks for setting this up!
| Assignee | ||
Comment 4•17 years ago
|
||
You should now be able to upload your symbols (sftp/scp) to dm-symbolpush01.mozilla.org:/mnt/netapp/breakpad/symbols_penelope/
Please use the user-name penelopebld. Your ssh key should be able to get you into the server.
I will add this directory to the crash processor path.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 5•17 years ago
|
||
Seems to be some sort of authentication issue. Here's the output from sftp:
$ sftp -v dm-symbolpush01.mozilla.org
Connecting to dm-symbolpush01.mozilla.org...
OpenSSH_3.9p1, OpenSSL 0.9.7a Feb 19 2003
debug1: Reading configuration data /usr2/beckley/.ssh/config
debug1: Applying options for dm-symbolpush01.mozilla.org
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to dm-symbolpush01.mozilla.org [63.245.208.163] port 22.
debug1: Connection established.
debug1: identity file /usr2/beckley/.ssh/id_rsa type -1
debug1: identity file /usr2/beckley/.ssh/id_dsa type 2
debug1: Remote protocol version 2.0, remote software version OpenSSH_4.5
debug1: match: OpenSSH_4.5 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.9p1
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'dm-symbolpush01.mozilla.org' is known and matches the RSA host key.
debug1: Found key in /usr2/beckley/.ssh/known_hosts:17
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,gssapi-with-mic
debug1: Next authentication method: publickey
debug1: Trying private key: /usr2/beckley/.ssh/id_rsa
debug1: Offering public key: /usr2/beckley/.ssh/id_dsa
debug1: Authentications that can continue: publickey,gssapi-with-mic
debug1: No more authentication methods to try.
Permission denied (publickey,gssapi-with-mic).
Couldn't read packet: Connection reset by peer
$ cat ~/.ssh/config
Host hg.mozilla.org
User beckley@qualcomm.com
Host dm-symbolpush01.mozilla.org
User penelopebld
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 6•17 years ago
|
||
Should be working now. Had to add it to a different group in LDAP.
Status: REOPENED → RESOLVED
Closed: 17 years ago → 17 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•