Gentoo Archives: gentoo-user

From: Matthew Finkel <matthew.finkel@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Mercurial Server
Date: Sat, 20 Aug 2011 22:15:25
Message-Id: CAGF8hsvd-WPpFq3jZZzV+G_eJwiHXJJ_mSEjBdB5U1HWvPPdJQ@mail.gmail.com
In Reply to: [gentoo-user] Mercurial Server by Nilesh Govindarajan
1 On Sat, Aug 20, 2011 at 1:51 PM, Nilesh Govindarajan
2 <contact@××××××××.com>wrote:
3
4 > Hi,
5 >
6 > I managed to configure mercurial-server on my gentoo vps, and add my
7 > public key for the root user to it.
8 >
9 > I can ssh to hg@myvps.
10 >
11 > But this is what I get when I run hg clone ssh://hg@myvps/hgadmin:
12 >
13 > running ssh hg@myvps "hg -R hgadmin serve --stdio"
14 > remote: Traceback (most recent call last):
15 > remote: File "/usr/share/mercurial-server/hg-ssh", line 76, in <module>
16 > remote: dispatch.dispatch(['-R', repo, 'serve', '--stdio'])
17 > remote: File
18 > "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 31, in
19 > dispatch
20 > remote: if req.ferr:
21 > remote: AttributeError: 'list' object has no attribute 'ferr'
22 > abort: no suitable response from remote hg!
23 >
24 > Any clues?
25 >
26 > --
27 > Nilesh Govindarajan
28 > http://nileshgr.com
29 >
30 >
31 I started to write some questions for you to answer, but then I decided I'd
32 see if anyone else was having this issue [0]. Maybe that'll help. It looks
33 like a bug that should be filed.
34
35 [0]
36 http://stackoverflow.com/questions/6730735/troubles-with-mercurial-1-9-and-ssh

Replies

Subject Author
Re: [gentoo-user] Mercurial Server Nilesh Govindarajan <contact@××××××××.com>