From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; Process has died with multi-hop TRAMP Date: Sat, 26 Jan 2008 13:22:46 +0100 Message-ID: <87prvo3hex.fsf@gmx.de> References: <20080126081923.GA9831@Clio.twb.ath.cx> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201349938 9887 80.91.229.12 (26 Jan 2008 12:18:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Jan 2008 12:18:58 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, rfrancoise@debian.org To: "Trent W. Buck" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 26 13:19:18 2008 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 1JIk0D-0006P1-Ub for ged-emacs-devel@m.gmane.org; Sat, 26 Jan 2008 13:19:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIjzn-0005RK-6O for ged-emacs-devel@m.gmane.org; Sat, 26 Jan 2008 07:18:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JIjzi-0005Qz-F6 for emacs-devel@gnu.org; Sat, 26 Jan 2008 07:18:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JIjzh-0005QZ-3W for emacs-devel@gnu.org; Sat, 26 Jan 2008 07:18:46 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIjzg-0005QW-UB for emacs-devel@gnu.org; Sat, 26 Jan 2008 07:18:44 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JIjzg-0003P3-Qj for emacs-devel@gnu.org; Sat, 26 Jan 2008 07:18:44 -0500 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JIjzg-00005p-FP for emacs-pretest-bug@gnu.org; Sat, 26 Jan 2008 07:18:44 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JIjzd-0003OK-BD for emacs-pretest-bug@gnu.org; Sat, 26 Jan 2008 07:18:44 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JIjzc-0003O7-QU for emacs-pretest-bug@gnu.org; Sat, 26 Jan 2008 07:18:41 -0500 Original-Received: (qmail invoked by alias); 26 Jan 2008 12:18:39 -0000 Original-Received: from p57A23F24.dip0.t-ipconnect.de (EHLO arthur.local) [87.162.63.36] by mail.gmx.net (mp035) with SMTP; 26 Jan 2008 13:18:39 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX18bw4l1yiob11LWTINBowt3ZcZHZEb8cSKDN+/tYg j8OMUETzHMcC5Y In-Reply-To: <20080126081923.GA9831@Clio.twb.ath.cx> (Trent W. Buck's message of "Sat, 26 Jan 2008 19:19:31 +1100") 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-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:87568 gmane.emacs.pretest.bugs:20762 Archived-At: "Trent W. Buck" writes: > I find that multihop methods are not working since upgrading to CVS > from 22. Emacs 23 has upgraded to Tramp 2.1. This Tramp version does not support the virtual method "multi-hop"; instead of you need to configure `tramp-default-proxies-alist'. See the NEWS file about this ("C-h n"). See the Tramp manual, section "Multi-hops". Best regards, Michael.