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 trouble with 24.3 Date: Fri, 19 Apr 2013 19:56:41 +0200 Message-ID: <874nf2cskm.fsf@gmx.de> References: <877gjyio09.fsf@gmx.de> <8738umimrg.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1366394234 9157 80.91.229.3 (19 Apr 2013 17:57:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Apr 2013 17:57:14 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Neal Becker Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 19 19:57:18 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 1UTFYg-0007Fp-Hp for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Apr 2013 19:57:14 +0200 Original-Received: from localhost ([::1]:52826 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTFYg-0000sJ-2w for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Apr 2013 13:57:14 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:35577) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTFYV-0000sC-OU for help-gnu-emacs@gnu.org; Fri, 19 Apr 2013 13:57:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UTFYU-0002KE-Qg for help-gnu-emacs@gnu.org; Fri, 19 Apr 2013 13:57:03 -0400 Original-Received: from mout.gmx.net ([212.227.15.15]:56488) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTFYU-0002K8-IB for help-gnu-emacs@gnu.org; Fri, 19 Apr 2013 13:57:02 -0400 Original-Received: from mailout-de.gmx.net ([10.1.76.2]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0LtTy6-1Ud6vR04ea-010y4W for ; Fri, 19 Apr 2013 19:57:01 +0200 Original-Received: (qmail invoked by alias); 19 Apr 2013 17:57:00 -0000 Original-Received: from p57BB95CC.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.149.204] by mail.gmx.net (mp002) with SMTP; 19 Apr 2013 19:57:00 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1/+G0AYO83+v/LSd0Xr1RlqlKZxkcPKj6anGTDyAV huB1xoTuI0AML6 In-Reply-To: (Neal Becker's message of "Fri, 19 Apr 2013 11:24:28 -0400") 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.15.15 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:90256 Archived-At: Neal Becker writes: Hi Neal, > ssh -l root -o ControlPath=/tmp/tramp.1817NCW.%r@%h:%p -o ControlMaster=yes -e > none nbecker1 > root@nbecker1's password: > ControlSocket /tmp/tramp.1817NCW.root@nbecker1:22 already exists, disabling > multiplexing > Last login: Fri Apr 19 11:19:44 2013 from nbecker7.hughes.com > [root@nbecker1 ~]# Looks like this prompt does not match `tramp-shell-prompt-pattern'. Did you have some Tramp special settings in Emacs 24.2? I don't remember that `tramp-shell-prompt-pattern' has changed last months, but I might be wrong. Anyway, adapt `tramp-shell-prompt-pattern' for that prompt. The Tramp manual gives you some hints. Best regards, Michael.