[Python-Dev] hg.python.org cloning troubles after Sep 13 changes

Andrew Svetlov andrew.svetlov at gmail.com
Fri Nov 7 16:41:06 CET 2014


hg 3.1.1 prints comprehensive message that guess to call `ssh-keygen
-R hg.python.org`

On Fri, Nov 7, 2014 at 2:21 PM, M.-A. Lemburg <mal at egenix.com> wrote:
> Just FYI (and for the archives), to perhaps save someone a few minutes:
>
> I've been hitting a problem with hg pull and hg clone on a box recently
> and after staring at it for a while, finally found the cause.
>
> Here's what hg printed:
>
> HG-Python/cpython> hg pull -u -b 2.7
> abort: no suitable response from remote hg!
>
> Not much help.
>
> Using --debug:
>
> orig/HG-Python> hg --debug clone ssh://hg@hg.python.org/cpython cpython-2.7
> running ssh -C -q -l marc-andre.lemburg -i /home/lemburg/.ssh/id_rsa hg at hg.python.org "hg -R cpython
> serve --stdio"
> sending hello command
> sending between command
> abort: no suitable response from remote hg!
>
> Still no help.
>
> Then I remembered that the box was newly setup on Sept 13 and checked
> Benjamins email. The server host key had also changed. After removing
> the offending key and accepting the new one, things started working
> again.
>
> The hg on the box is 1.7.5, so newer version may include a better
> error message.
>
> Cheers,
> --
> Marc-Andre Lemburg
> eGenix.com
>
> Professional Python Services directly from the Source  (#1, Nov 07 2014)
>>>> Python Projects, Consulting and Support ...   http://www.egenix.com/
>>>> mxODBC.Zope/Plone.Database.Adapter ...       http://zope.egenix.com/
>>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
> ________________________________________________________________________
>
> ::::: Try our mxODBC.Connect Python Database Interface for free ! ::::::
>
>    eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
>     D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
>            Registered at Amtsgericht Duesseldorf: HRB 46611
>                http://www.egenix.com/company/contact/
> _______________________________________________
> Python-Dev mailing list
> Python-Dev at python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: https://mail.python.org/mailman/options/python-dev/andrew.svetlov%40gmail.com



-- 
Thanks,
Andrew Svetlov


More information about the Python-Dev mailing list