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: Mon, 27 Jun 2011 10:26:46 +0200 Message-ID: <87vcvry915.fsf@muni.brainbot.com> References: <87d3i44w8a.fsf@muni.brainbot.com> <87liwsof3a.fsf@gmx.de> <87d3i4b7to.fsf@brainbot.com> <87sjqx834y.fsf@gmx.de> <878vsnzo42.fsf@muni.brainbot.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1309164570 28190 80.91.229.12 (27 Jun 2011 08:49:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 27 Jun 2011 08:49:30 +0000 (UTC) Cc: michael.albinus@gmx.de To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 27 10:49:26 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 1Qb7VV-0002jj-UI for ged-emacs-devel@m.gmane.org; Mon, 27 Jun 2011 10:49:26 +0200 Original-Received: from localhost ([::1]:45160 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qb7VV-0005RJ-2h for ged-emacs-devel@m.gmane.org; Mon, 27 Jun 2011 04:49:25 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:36982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qb7A8-0000o0-32 for emacs-devel@gnu.org; Mon, 27 Jun 2011 04:27:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qb7A2-0002VJ-My for emacs-devel@gnu.org; Mon, 27 Jun 2011 04:27:19 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:43474) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qb7A2-0002V6-9d for emacs-devel@gnu.org; Mon, 27 Jun 2011 04:27:14 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Qb79z-0002Lj-D4 for emacs-devel@gnu.org; Mon, 27 Jun 2011 10:27:11 +0200 Original-Received: from mail.brainbot.com ([217.86.167.205]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Jun 2011 10:27:11 +0200 Original-Received: from ralf by mail.brainbot.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Jun 2011 10:27:11 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 27 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: mail.brainbot.com User-Agent: Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:tmAPjbwNhftxHaZ7sQUsomFJJ28= 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:141054 Archived-At: Ralf Schmitt writes: > Michael Albinus writes: > >>> 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. > > Sorry, about that. Here's the debug buffer at level 10: > > ,----[ debug-tramp-ssh ] > | 10:04:44.825087 tramp-accept-process-output (10) # > | 10:04:44.825230 tramp-get-connection-property (7) # check-remote-echo nil > | 10:04:44.825331 tramp-get-connection-property (7) # check-remote-echo nil > | 10:04:44.825429 tramp-accept-process-output (10) # *tramp/ssh root@mail* run > | 10:04:45.582826 tramp-wait-for-regexp (6) # > | 10:04:45.582958 tramp-wait-for-regexp (1) # File error: [[Regexp `\(^[^#$%> > | ]*[#$%>] *\|\(?:^\|\)[^#$%> > | ]*#?[#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'' not found in 60 secs]] > | 10:04:45.583134 tramp-wait-for-regexp (3) # Opening connection for root@mail using ssh...done > `---- One more info: Running emacs inside gdb makes my tramp work reliably! -- Cheers, Ralf