Closed Bug 854772 Opened 12 years ago Closed 12 years ago

Mozilla hg account is inactive. Need help to reactive.

Categories

(mozilla.org Graveyard :: Server Operations, task)

ARM
Gonk (Firefox OS)
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: vliu, Assigned: ashish)

Details

I need IT's help to reactive Mozilla hg account.
Assignee: mozillamarcia.knous → server-ops
Your hg bit is still active. What is the error you're seeing (along with the commands you run, etc.)?
I got Permission denied message when I want to put patches to try server. 1. hg qnew patch 2. hg qrefresh -m "XX" 3. hg push -f ssh://hg.mozilla.org/try/ The messages I got after the above 3 steps. pushing to ssh://hg.mozilla.org/try/ remote: Permission denied (publickey). abort: no suitable response from remote hg!
Can you verify whether you .hgrc is correctly setup? You can refer https://developer.mozilla.org/en-US/docs/Mercurial_FAQ#Help.2C_I_can.27t_push.21 ? The logs on the server-side show there might be a problem with username. Thanks!
(In reply to Ashish Vijayaram [:ashish] from comment #3) > Can you verify whether you .hgrc is correctly setup? You can refer > https://developer.mozilla.org/en-US/docs/Mercurial_FAQ#Help.2C_I_can. > 27t_push.21 ? The logs on the server-side show there might be a problem with > username. Thanks! From the link says, two possible reason can be try. 1. set correct user name. The below is my user name setting setting in ~/.hgrc [ui] username = Vincent Liu <vliu@mozilla.com> 2. The correct private key in ~/.ssh. I have my public key id_rsa.pub in ~/.ssh/ I always used. But I am not sure how to check if it is correct or not. Does it have any possible the conflict happens for the content in 1 and 2? I also created a file named config in ~/.ssh/. The contents of this file are Host hg.mozilla.org User <vliu@mozilla.com> IdentityFile ~/.ssh/id_rsa.pub Even so, I still see the same logs. Do you have any idea?
(In reply to Vincent Liu[:vliu] from comment #4) > Host hg.mozilla.org > User <vliu@mozilla.com> > IdentityFile ~/.ssh/id_rsa.pub Should be User vliu@mozilla.com no < > and give that a spin?
(In reply to Shyam Mani [:fox2mike] from comment #5) > (In reply to Vincent Liu[:vliu] from comment #4) > > > Host hg.mozilla.org > > User <vliu@mozilla.com> > > IdentityFile ~/.ssh/id_rsa.pub > > > Should be User vliu@mozilla.com no < > and give that a spin? Thanks for you great help. It works.
Good to know!
Assignee: server-ops → ashish
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Component: Repository Account Requests → Server Operations
QA Contact: shyam
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.