Closed
Bug 449890
Opened 17 years ago
Closed 17 years ago
hg.mozilla.org access for havard.mork@gmail.com fails
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mail, Assigned: reed)
Details
I'm a firefox/thunderbird localizer for the nb-NO and nn-NO locales (HG repositories http://hg.mozilla.org/l10n-central/nb-NO/ and http://hg.mozilla.org/l10n-central/nn-NO). My access to hg.mozilla.org fails with the following error message:
[hmork@hmork nb-NO]$ hg push
pushing to http://hg.mozilla.org/l10n-central/nb-NO/
searching for changes
ssl required
[hmork@hmork nb-NO]$ ssh hg.mozilla.org
Enter passphrase for key '/home/hmork/.ssh/id_dsa':
You are not welcome here, go away!
Connection to hg.mozilla.org closed.
[hmork@hmork nb-NO]$ cat ~/.ssh/config
Host hg.mozilla.org
User havard.mork@gmail.com
My LDAP account is havard.mork@gmail.com. My public key is attached to Bug 252983 (note - under an old e-mail address).
Am I doing something wrong? Can you help?
Comment 1•17 years ago
|
||
Did you modify the .hg/hgrc in the clone to add a default-push ? It's documented at
http://developer.mozilla.org/en/docs/Mercurial_FAQ#How_do_I_check_stuff_in.3F ?
| Assignee | ||
Comment 2•17 years ago
|
||
You have two LDAP accounts -- havard.mork@gmail.com and havarmor@stud.ntnu.no. I'm going to merge the havarmor@stud.ntnu.no one into the gmail one.
Assignee: server-ops → reed
| Assignee | ||
Comment 3•17 years ago
|
||
Ok, you should be able to push from havard.mork@gmail.com now.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 4•17 years ago
|
||
.hg/hgrc was not correctly modified. Adding 'default-push = ssh://hg.mozilla.org/l10n-central/nb-NO/' fixed the 'ssh required' error message.
Now I also can connect with SSH. Thanks! :-)
However, I get this error message:
[hmork@hmork nb-NO]$ hg push
Enter passphrase for key '/home/hmork/.ssh/id_dsa':
pushing to ssh://hg.mozilla.org/l10n-central/nb-NO/
searching for changes
remote: abort: could not lock repository /repo/hg/mozilla/l10n-central/nb-NO/: Permission denied
abort: unexpected response: empty string
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 5•17 years ago
|
||
nscd group cache needed to be flushed. Try now.
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
•