From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neal Becker Newsgroups: gmane.emacs.help Subject: Re: tramp trouble with 24.3 Date: Fri, 19 Apr 2013 10:53:06 -0400 Message-ID: References: <877gjyio09.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="nextPart341597889.FvxmnPDJqR" X-Trace: ger.gmane.org 1366383205 13096 80.91.229.3 (19 Apr 2013 14:53:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Apr 2013 14:53:25 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 19 16:53:29 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 1UTCgq-0001sW-B6 for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Apr 2013 16:53:28 +0200 Original-Received: from localhost ([::1]:47593 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTCgq-00060p-1m for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Apr 2013 10:53:28 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTCge-00060f-Al for help-gnu-emacs@gnu.org; Fri, 19 Apr 2013 10:53:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UTCgb-0005uw-Nq for help-gnu-emacs@gnu.org; Fri, 19 Apr 2013 10:53:16 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:54510) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTCgb-0005uq-HE for help-gnu-emacs@gnu.org; Fri, 19 Apr 2013 10:53:13 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UTCga-0001Z7-L8 for help-gnu-emacs@gnu.org; Fri, 19 Apr 2013 16:53:12 +0200 Original-Received: from exa2-in-fw-01-epn.hns.com ([139.85.223.11]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 19 Apr 2013 16:53:12 +0200 Original-Received: from ndbecker2 by exa2-in-fw-01-epn.hns.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 19 Apr 2013 16:53:12 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 46 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: exa2-in-fw-01-epn.hns.com User-Agent: KNode/4.10.2 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:90249 Archived-At: --nextPart341597889.FvxmnPDJqR Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Michael Albinus wrote: > Neal Becker writes: > > Hi Neal, > >> I am having trouble with tramp on 24.3 (works fine on 24.2) >> >> Trying e.g., /root@localhost:/etc/ asks for pw and then just hangs. >> >> Similar for /sudo:root@localhost:/etc/ >> >> No problem on 24.2 >> >> Still true if started with emacs -Q > > Which system are you running on? Cygwin? Then you might consult > . > > Otherwise, please eval (setq tramp-verbose 6) and rerun the test. Show > the resulting debug buffer from Tramp. > > Best regards, Michael. I got it to hang using /root@nbecker1: debug attached --nextPart341597889.FvxmnPDJqR Content-Type: text/plain; name="debug" Content-Disposition: attachment; filename="debug" Content-Transfer-Encoding: 8Bit ;; GNU Emacs: 24.3.1 Tramp: 2.2.6-24.3 -*- mode: outline; -*- 10:48:25.009465 tramp-maybe-open-connection (3) # Opening connection for root@nbecker1 using scpc... 10:48:25.010264 tramp-maybe-open-connection (6) # /bin/sh -i 10:48:25.016931 tramp-wait-for-regexp (6) # #$ 10:48:25.051517 tramp-maybe-open-connection (3) # Sending command `exec ssh -l root -o ControlPath=/tmp/tramp.14240TEw.%r@%h:%p -o ControlMaster=yes -e none nbecker1' 10:48:25.051642 tramp-send-command (6) # exec ssh -l root -o ControlPath=/tmp/tramp.14240TEw.%r@%h:%p -o ControlMaster=yes -e none nbecker1 10:48:25.051935 tramp-process-actions (3) # Waiting for prompts from remote shell 10:48:25.141334 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 10:48:25.141459 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*: --nextPart341597889.FvxmnPDJqR--