From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nikos Apostolakis Newsgroups: gmane.emacs.help Subject: How to use "/multi:" method in tramp with emacs23? Date: Sat, 06 Oct 2007 16:38:50 -0400 Message-ID: <874ph47zc5.fsf@Sullivan.bcc.cuny.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1191703349 32469 80.91.229.12 (6 Oct 2007 20:42:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 6 Oct 2007 20:42:29 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 06 22:42:25 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IeGTa-0002ie-Q1 for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Oct 2007 22:42:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IeGTV-0008Rt-UE for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Oct 2007 16:42:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IeGS2-00073v-1a for help-gnu-emacs@gnu.org; Sat, 06 Oct 2007 16:40:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IeGS0-000717-Iv for help-gnu-emacs@gnu.org; Sat, 06 Oct 2007 16:40:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IeGS0-00070l-3Q for help-gnu-emacs@gnu.org; Sat, 06 Oct 2007 16:40:40 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IeGRz-0004hx-MB for help-gnu-emacs@gnu.org; Sat, 06 Oct 2007 16:40:39 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IeGQt-0003Bg-Hg for help-gnu-emacs@gnu.org; Sat, 06 Oct 2007 20:39:31 +0000 Original-Received: from 199.219.160.30 ([199.219.160.30]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Oct 2007 20:39:31 +0000 Original-Received: from nikos.ap by 199.219.160.30 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Oct 2007 20:39:31 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 30 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 199.219.160.30 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.51 (gnu/linux) Cancel-Lock: sha1:m3Cu+CmBoIpVukbff1MmL3k4eOw= X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:48170 Archived-At: Hello group, the following syntax works for tramp in emacs22 /multi:ssh:me@host1:ssh:me@host2:/path/to/file where host2 is a host that I can acces only from host1. This doesn't seem to work with emacs23 anymore. Whenever I try such paths I get the message File error: Process has died tramp-error: Process has died and a buffer named *tramp/ssh ssh* containing: ssh: ssh: Name or service not known Anybody knows how to fix this? I am using the emacs-snapshot package for Debian: (version) "GNU Emacs 23.0.50.1 (i486-pc-linux-gnu, GTK+ Version 2.12.0) of 2007-09-30 on elegiac, modified by Debian" (tramp-version t) 2.1.11-pre TIA, Nikos