ssh access to svn.zope.org not working
Hi, I can access svn.zope.org over normal http just fine, but svn+ssh does not work for me today. This has worked fine until last week. $ svn ls svn+ssh://svn.zope.org/repos/main/zopetoolkit/doc svn: E170001: Unable to connect to a repository at URL 'svn+ssh://svn.zope.org/repos/main/zopetoolkit/doc' svn: E170001: Could not create SASL context: generic failure: No such file or directory That is with subversion 1.7. I tried 1.6 too, but this just says "svn: generic failure". This is with the ssh key that I use for userid mauritsvanrees. I did not change anything in my setup recently that I remember. Anyone else having problems with this? -- Maurits van Rees: http://maurits.vanrees.org/ Zest Software: http://zestsoftware.nl
On Mon, Jun 25, 2012 at 7:50 AM, Maurits van Rees <m.van.rees@zestsoftware.nl> wrote:
Hi,
I can access svn.zope.org over normal http just fine, but svn+ssh does not work for me today. This has worked fine until last week.
$ svn ls svn+ssh://svn.zope.org/repos/main/zopetoolkit/doc svn: E170001: Unable to connect to a repository at URL 'svn+ssh://svn.zope.org/repos/main/zopetoolkit/doc' svn: E170001: Could not create SASL context: generic failure: No such file or directory
That is with subversion 1.7. I tried 1.6 too, but this just says "svn: generic failure".
This is with the ssh key that I use for userid mauritsvanrees. I did not change anything in my setup recently that I remember.
Anyone else having problems with this?
Works fine for me: jim@sb14:~$ svn ls svn+ssh://svn.zope.org/repos/main/zopetoolkit/doc Makefile bootstrap.py buildout.cfg scripts/ source/ src/ jim@sb14:~$ svn --version svn, version 1.6.6 (r40053) compiled Jun 5 2011, 14:51:47 ... -- Jim Fulton http://www.linkedin.com/in/jimfulton Jerky is better than bacon! http://zo.pe/Kqm
Op 25-06-12 15:17, Jim Fulton schreef:
On Mon, Jun 25, 2012 at 7:50 AM, Maurits van Rees <m.van.rees@zestsoftware.nl> wrote:
Hi,
I can access svn.zope.org over normal http just fine, but svn+ssh does not work for me today. This has worked fine until last week.
$ svn ls svn+ssh://svn.zope.org/repos/main/zopetoolkit/doc svn: E170001: Unable to connect to a repository at URL 'svn+ssh://svn.zope.org/repos/main/zopetoolkit/doc' svn: E170001: Could not create SASL context: generic failure: No such file or directory
Ah, this is a problem with cyrus-sasl2 2.1.25 on the Mac: https://trac.macports.org/ticket/34861 The workaround in the ticket helps: sudo port activate cyrus-sasl2 @2.1.23_3+kerberos Thanks, -- Maurits van Rees: http://maurits.vanrees.org/ Zest Software: http://zestsoftware.nl
participants (2)
-
Jim Fulton -
Maurits van Rees