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 does not work when using athena Date: Sun, 26 Jun 2011 09:26:21 +0200 Message-ID: <87sjqx834y.fsf@gmx.de> References: <87d3i44w8a.fsf@muni.brainbot.com> <87liwsof3a.fsf@gmx.de> <87d3i4b7to.fsf@brainbot.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1309073211 15673 80.91.229.12 (26 Jun 2011 07:26:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 26 Jun 2011 07:26:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ralf Schmitt Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 26 09:26:46 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qajjy-0001uI-3O for ged-emacs-devel@m.gmane.org; Sun, 26 Jun 2011 09:26:46 +0200 Original-Received: from localhost ([::1]:50262 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qajjw-0003qc-Ud for ged-emacs-devel@m.gmane.org; Sun, 26 Jun 2011 03:26:45 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:36909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qajji-0003qQ-KD for emacs-devel@gnu.org; Sun, 26 Jun 2011 03:26:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qajjg-0005BG-58 for emacs-devel@gnu.org; Sun, 26 Jun 2011 03:26:30 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:57694) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Qajjf-0005AS-Ji for emacs-devel@gnu.org; Sun, 26 Jun 2011 03:26:28 -0400 Original-Received: (qmail invoked by alias); 26 Jun 2011 07:26:24 -0000 Original-Received: from p57BB958A.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.149.138] by mail.gmx.net (mp071) with SMTP; 26 Jun 2011 09:26:24 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX19bmIQ6f2lb0LIP1XlQOR8Qse8NzGgg8+ZV+7peIZ pUvMVRO13cVkzP In-Reply-To: <87d3i4b7to.fsf@brainbot.com> (Ralf Schmitt's message of "Thu, 23 Jun 2011 22:40:03 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.23 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:140974 Archived-At: Ralf Schmitt writes: > That's the contents of the debug buffer when it fails: > > ,---- > | ;; GNU Emacs: 24.0.50.1 Tramp: 2.2.2-pre -*- mode: outline; -*- > | 22:21:06.701320 tramp-maybe-open-connection (3) # Opening connection > | for root@mail using ssh... > | 22:22:06.705598 tramp-wait-for-regexp (1) # File error: [[Regexp `\(^[^#$%> > | ]*[#$%>] *\|\(?:^\|\)[^#$%> > | ]*#?[#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'' not found in 60 secs]] > | 22:22:06.705848 tramp-wait-for-regexp (3) # Opening connection for > | root@mail using ssh...done > `---- > > Is it waiting for a prompt from the local shell here? Yes. If you would set tramp-verbose to 6, we could see more details. > Cheers, > Ralf Best regards, Michael.