This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: svn+ssh: Control socket connect(/tmp/ssh_gcc_control): Connection refused


On Thu, Oct 4, 2012 at 6:58 AM, Georg-Johann Lay <avr@gjlay.de> wrote:
> Hi, I am getting the above message if I svn update my local working copy, e.g.
>
> $ svn update
> Control socket connect(/tmp/ssh_gcc_control): Connection refused
> At revision 192080.

This message is coming from your local ssh program.  Most likely your
ssh_config file has a ControlPath line as described at
http://gcc.gnu.org/wiki/SSH_connection_caching .  Something has gone
wrong with that.  That's all I know on the subject.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]