From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QupjP-0005d3-6K for garchives@archives.gentoo.org; Sat, 20 Aug 2011 17:53:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C589321C0D2; Sat, 20 Aug 2011 17:53:05 +0000 (UTC) Received: from mail-pz0-f42.google.com (mail-pz0-f42.google.com [209.85.210.42]) by pigeon.gentoo.org (Postfix) with ESMTP id 1F24221C06F for ; Sat, 20 Aug 2011 17:51:23 +0000 (UTC) Received: by pzk37 with SMTP id 37so6544444pzk.1 for ; Sat, 20 Aug 2011 10:51:23 -0700 (PDT) Received: by 10.142.48.2 with SMTP id v2mr275041wfv.291.1313862683165; Sat, 20 Aug 2011 10:51:23 -0700 (PDT) Received: from [192.168.1.3] ([121.246.205.20]) by mx.google.com with ESMTPS id f8sm3198475pbk.22.2011.08.20.10.51.21 (version=SSLv3 cipher=OTHER); Sat, 20 Aug 2011 10:51:22 -0700 (PDT) Message-ID: <4E4FF416.50405@nileshgr.com> Date: Sat, 20 Aug 2011 23:21:18 +0530 From: Nilesh Govindarajan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110712 Thunderbird/5.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: Gentoo User Mailing List Subject: [gentoo-user] Mercurial Server Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 8e6c0d32c8064991cd9a9c91180cdfe9 Hi, I managed to configure mercurial-server on my gentoo vps, and add my public key for the root user to it. I can ssh to hg@myvps. But this is what I get when I run hg clone ssh://hg@myvps/hgadmin: running ssh hg@myvps "hg -R hgadmin serve --stdio" remote: Traceback (most recent call last): remote: File "/usr/share/mercurial-server/hg-ssh", line 76, in remote: dispatch.dispatch(['-R', repo, 'serve', '--stdio']) remote: File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 31, in dispatch remote: if req.ferr: remote: AttributeError: 'list' object has no attribute 'ferr' abort: no suitable response from remote hg! Any clues? -- Nilesh Govindarajan http://nileshgr.com