From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: tramp cannot connect Date: Wed, 17 Oct 2007 21:05:37 +0200 Message-ID: <87fy09wohq.fsf@gmx.de> References: Reply-To: sds@gnu.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1192647700 20155 80.91.229.12 (17 Oct 2007 19:01:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Oct 2007 19:01:40 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 17 21:01:40 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IiE96-0007On-FZ for ged-emacs-devel@m.gmane.org; Wed, 17 Oct 2007 21:01:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IiE8z-0006Zs-DW for ged-emacs-devel@m.gmane.org; Wed, 17 Oct 2007 15:01:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IiE8V-00061U-RE for emacs-devel@gnu.org; Wed, 17 Oct 2007 15:00:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IiE8T-0005wz-7u for emacs-devel@gnu.org; Wed, 17 Oct 2007 15:00:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IiE8T-0005wc-2a for emacs-devel@gnu.org; Wed, 17 Oct 2007 15:00:53 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IiE8S-0002nM-IM for emacs-devel@gnu.org; Wed, 17 Oct 2007 15:00:52 -0400 Original-Received: (qmail invoked by alias); 17 Oct 2007 19:00:51 -0000 Original-Received: from p57A24362.dip0.t-ipconnect.de (EHLO arthur.local) [87.162.67.98] by mail.gmx.net (mp035) with SMTP; 17 Oct 2007 21:00:51 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX18k02sRXtMks4N1GoEZJZeMJCNN8H2blNtmx1/9Pg lKsBVUXnyzGA1h In-Reply-To: (Sam Steingold's message of "Wed, 17 Oct 2007 12:28:22 -0400") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:81082 Archived-At: "Sam Steingold" writes: Hi Sam, > GNU Emacs 23.0.50.19 (x86_64-unknown-linux-gnu, GTK+ Version 2.8.20) > of 2007-10-15 on nyc-qws-005 > '-with-gtk' '-with-gif=3Dno' > > it appears that `command' in tramp-maybe-open-connection is set to > something weird: > > "ssh - t - t www.podval.org -l sds -e none && exit || exit" > > the "- t - t" should be "-t -t" I cannot detect in the Tramp code where "-t" is applied for the "ssh" method. Do you have some own adaptation for Tramp, for example settings of `tramp-methods=B4? Could you check with "emacs -Q"? Best regards, Michael.