Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Subversive » changing ssh to ssh quiet(ssh gets killed by signal 15 due to misconfigured svn server)
changing ssh to ssh quiet [message #508664] Tue, 19 January 2010 18:42 Go to next message
H  is currently offline H Friend
Messages: 1
Registered: January 2010
Junior Member
Hi,
There is a problem which many people have seen with svn with certain versions of svn server and open ssh. People see the message 'killed by signal 15' in such cases, where the commit / checkout goes through but you see the particular message. There was a gentoo bug filed for this : http://bugs.gentoo.org/293110 .

The problem is that Subversive interprets this message ('killed by signal 15') as a termination signal and doesn't finish the operation. On a terminal, this message can be suppressed by either giving a quiet flag to the ssh or putting a QUIET setting in the config file in .ssh directory. I know that this is not subversive's problem but since ssh can handle this with a flag it would be great if we can put a flag into the ssh connector too. So far I have not been able to find such a flag for the ssh
connector. If someone can point out a fix, it would be really great.

Thanks
H
Re: changing ssh to ssh quiet [message #509413 is a reply to message #508664] Fri, 22 January 2010 11:54 Go to previous message
Igor Burilo is currently offline Igor BuriloFriend
Messages: 435
Registered: July 2009
Senior Member
Hello,

I think that this issue more relates to SVN Connectors used by Subversive.
Subversive works with two SVN Connectors: JavaHL and SVNKit. When you use
JavaHL you need to create a tunnel manually, so I suppose that in this case
you can specify needed settings(Quiet flag) when you create tunnel. SVNKit
uses embeded library for SSH connections and you can configure it in config
file (for more details see
http://svnkit.com/kb/user-guide-config-settings.html), I didn't find whether
you can specify Quiet flag there, but you can ask about it in SVNKit.

> Hi,
> There is a problem which many people have seen with svn with certain
> versions of svn server and open ssh. People see the message 'killed by
> signal 15' in such cases, where the commit / checkout goes through but you
> see the particular message. There was a gentoo bug filed for this :
> http://bugs.gentoo.org/293110 .
> The problem is that Subversive interprets this message ('killed by signal
> 15') as a termination signal and doesn't finish the operation. On a
> terminal, this message can be suppressed by either giving a quiet flag to
> the ssh or putting a QUIET setting in the config file in .ssh directory. I
> know that this is not subversive's problem but since ssh can handle this
> with a flag it would be great if we can put a flag into the ssh connector
> too. So far I have not been able to find such a flag for the ssh
> connector. If someone can point out a fix, it would be really great.
> Thanks
> H
Previous Topic:commit Extension Point sample code?
Next Topic:Is there a way to know files to be commited?
Goto Forum:
  


Current Time: Thu Apr 25 14:14:38 GMT 2024

Powered by FUDForum. Page generated in 0.02821 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top