From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ralf Schmitt Newsgroups: gmane.emacs.devel Subject: Re: tramp does not work when using athena Date: Thu, 23 Jun 2011 22:40:03 +0200 Message-ID: <87d3i4b7to.fsf@brainbot.com> References: <87d3i44w8a.fsf@muni.brainbot.com> <87liwsof3a.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1308861680 19968 80.91.229.12 (23 Jun 2011 20:41:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 23 Jun 2011 20:41:20 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 23 22:41:14 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 1QZqi9-0006om-Og for ged-emacs-devel@m.gmane.org; Thu, 23 Jun 2011 22:41:13 +0200 Original-Received: from localhost ([::1]:49834 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZqi8-0001Rs-Ub for ged-emacs-devel@m.gmane.org; Thu, 23 Jun 2011 16:41:13 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:47640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZqhu-0001RZ-Jx for emacs-devel@gnu.org; Thu, 23 Jun 2011 16:40:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZqht-0006te-NI for emacs-devel@gnu.org; Thu, 23 Jun 2011 16:40:58 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:48897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZqht-0006ta-Gq for emacs-devel@gnu.org; Thu, 23 Jun 2011 16:40:57 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QZqhs-0006cI-2n for emacs-devel@gnu.org; Thu, 23 Jun 2011 22:40:56 +0200 Original-Received: from p54a91e48.dip.t-dialin.net ([84.169.30.72]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Jun 2011 22:40:56 +0200 Original-Received: from ralf by p54a91e48.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Jun 2011 22:40:56 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: p54a91e48.dip.t-dialin.net User-Agent: Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:bEpiPYBcUYGmyyv9beURYZiJDyQ= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 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:140930 Archived-At: Michael Albinus writes: > Could you, please, increase tramp-verbose to 6 in your doit.el, and > rerun the test? Tramp's debug buffer shall tell us what's happening. I noticed that sometimes tramp works fine even when using athena. 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? -- Cheers, Ralf