From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: TRAMP mulihop stopped working after updating to 24.3.50.1 Date: Sat, 23 Feb 2013 10:18:52 +0100 Message-ID: <87ehg72xs3.fsf@gmx.de> References: <496aa11a-7dca-45a1-9ad0-49da1fc61074@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1361611189 13248 80.91.229.3 (23 Feb 2013 09:19:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Feb 2013 09:19:49 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Alejandro Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 23 10:20:09 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U9BH3-0007z1-43 for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Feb 2013 10:20:05 +0100 Original-Received: from localhost ([::1]:47847 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9BGi-0007Aw-Eu for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Feb 2013 04:19:44 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:54602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9BGX-0007Ab-6o for help-gnu-emacs@gnu.org; Sat, 23 Feb 2013 04:19:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9BGV-0006iV-NK for help-gnu-emacs@gnu.org; Sat, 23 Feb 2013 04:19:33 -0500 Original-Received: from mout.gmx.net ([212.227.17.20]:59939) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9BGV-0006iQ-BQ for help-gnu-emacs@gnu.org; Sat, 23 Feb 2013 04:19:31 -0500 Original-Received: from mailout-de.gmx.net ([10.1.76.17]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0LmQiS-1UinBr12EU-00Zweb for ; Sat, 23 Feb 2013 10:18:57 +0100 Original-Received: (qmail invoked by alias); 23 Feb 2013 09:18:56 -0000 Original-Received: from p57BB8831.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.136.49] by mail.gmx.net (mp017) with SMTP; 23 Feb 2013 10:18:56 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX18nzXwSX18n8djcZIrj8JzCXW3XUTcF6BLUK5cKzb FTHqXeXP2xrt3N In-Reply-To: <496aa11a-7dca-45a1-9ad0-49da1fc61074@googlegroups.com> (Alejandro's message of "Fri, 22 Feb 2013 06:38:12 -0800 (PST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.17.20 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:89236 Archived-At: Alejandro writes: > Hi: Hi, > I configured TRAMP to use a multihop connection for some domains. I > use the following configuration: > > (add-to-list 'tramp-default-proxies-alist '("destination.example.com" > nil "/ssh:user@hop.com:")) > > This was working until the last update of emacs. Now when I try to > open a file in destination.example.com, I get the following error: > > Tramp: Waiting for prompts from remote shell > Tramp: Sending command `exec ssh -l user -o > ControlPath=/tmp/tramp.21213BaP.%r@%h:%p -o ControlMaster=auto -o > ControlPersist=no -e none hop.com' > Tramp: Opening connection for user@destination.example.com using ssh...done > byte-code: Args out of range: 68, 106 > > I'm running GNU Emacs 24.3.50.1 (x86_64-pc-linux-gnu, GTK+ Version > 3.6.0) of 2013-02-15 on wani04, modified by Debian. > > Any idea about how to fix this? There was an error when I have introduced ControlMaster options to all ssh-based methods. Has been fixed on 2013-02-21. You might upgrade to that Emacs version, when available from Debian. Sorry for that. > Alejandro Best regards, Michael.