From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: CVS with ssh Date: Sun, 24 Nov 2002 17:21:29 +0000 Sender: emacs-devel-admin@gnu.org Message-ID: <15841.2713.157354.628929@nick.uklinux.net> References: <15839.36791.777977.297843@nick.uklinux.net> <84isyo9cqj.fsf@lucy.cs.uni-dortmund.de> <1038139399.530.25.camel@localhost> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1038158554 8863 80.91.224.249 (24 Nov 2002 17:22:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 24 Nov 2002 17:22:34 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18G0Sm-0002Io-00 for ; Sun, 24 Nov 2002 18:22:32 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18G0Y0-0001PL-00 for ; Sun, 24 Nov 2002 18:27:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18G0Th-0001Xi-00; Sun, 24 Nov 2002 12:23:29 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18G0T3-00007J-00 for emacs-devel@gnu.org; Sun, 24 Nov 2002 12:22:49 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18G0Sz-0008SP-00 for emacs-devel@gnu.org; Sun, 24 Nov 2002 12:22:47 -0500 Original-Received: from bts-0886.dialup.zetnet.co.uk ([194.247.51.118] helo=nick.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.10) id 18G0Sz-0008M1-00; Sun, 24 Nov 2002 12:22:45 -0500 Original-Received: by nick.uklinux.net (Postfix, from userid 501) id 3127E76037; Sun, 24 Nov 2002 17:21:29 +0000 (GMT) Original-To: Andre Spiegel In-Reply-To: <1038139399.530.25.camel@localhost> X-Mailer: VM 6.97 under Emacs 21.1.1 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9646 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9646 Andre Spiegel writes: > It looks like ssh is writing a message to stdout that should actually go > to stderr, so that CVS can suppress it. Kai is right that the easiest > fix is to silence this particular message. To call ssh with -x from > CVS, it may be sufficient to set the CVS_RSH variable to "/usr/bin/ssh > -x", or you might write your own wrapper script that adds the option to > the command, and put the location of that wrapper script into CVS_RSH. Or is it that vc is reading stderr when it shouldn't ? If I use the command : cvs update -p -r 1.25 tooltip.el > tooltip.el~1.25~ then I have no problem and the line `Warning: Remote host denied X11 forwarding.' goes to the screen. > Which version of ssh is that? One should probably file a bug report > about it. For the record `ssh -V' gives : OpenSSH_2.9p2, SSH protocols 1.5/2.0, OpenSSL 0x0090602f and I'm using Mandrake 8.1. (And, of course, as Kai says, `ForwardX11 no' in ~/.ssh/config stops the message.) Nick