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


Ian Lance Taylor wrote:
> Georg-Johann Lay 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.

hmm, I am using a setup according to that site already.

Removing /tmp/ssh_gcc_control and then

$ ssh -fMN account@gcc.gnu.org

again appeared to resolved the issue.

Thanks.


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