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://h...@hg.python.org/cpython cpython-2.7 running ssh -C -q -l marc-andre.lemburg -i /home/lemburg/.ssh/id_rsa h...@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@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com