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 under Windoze: should "semicommercial" SSH2 work? Date: Mon, 19 May 2008 09:53:19 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1211183560 31677 80.91.229.12 (19 May 2008 07:52:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 May 2008 07:52:40 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: mcbaneg@gvsu.edu Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 19 09:53:19 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jy0BK-0004bC-Tp for geh-help-gnu-emacs@m.gmane.org; Mon, 19 May 2008 09:53:19 +0200 Original-Received: from localhost ([127.0.0.1]:51956 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jy0Aa-0008TW-TI for geh-help-gnu-emacs@m.gmane.org; Mon, 19 May 2008 03:52:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jy0AJ-0008Rv-Uj for help-gnu-emacs@gnu.org; Mon, 19 May 2008 03:52:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jy0AF-0008OS-8u for help-gnu-emacs@gnu.org; Mon, 19 May 2008 03:52:15 -0400 Original-Received: from [199.232.76.173] (port=34317 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jy0AF-0008OP-5h for help-gnu-emacs@gnu.org; Mon, 19 May 2008 03:52:11 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:41793) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jy0AD-0004OG-T6 for help-gnu-emacs@gnu.org; Mon, 19 May 2008 03:52:10 -0400 Original-Received: from mailrelay2.alcatel.de ([194.113.59.96]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jy0A9-0002Xy-Py for help-gnu-emacs@gnu.org; Mon, 19 May 2008 03:52:06 -0400 Original-Received: from slbhab.alcatel.de (slbhab.bln.sel.alcatel.de [149.204.63.218]) by mailrelay2.alcatel.de (8.13.8/8.13.8/ICT) with ESMTP id m4J7pvqY007495; Mon, 19 May 2008 09:51:57 +0200 In-Reply-To: (George McBane's message of "Sun, 18 May 2008 15:14:20 -0400") User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (hpux) X-Scanned-By: MIMEDefang 2.57 on 149.204.45.73 X-detected-kernel: by mx20.gnu.org: Linux 2.6, seldom 2.4 (older, 2) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:54128 Archived-At: George McBane writes: > Once I have tried to connect, and received the "waiting 60s.." message, > Emacs is unresponsive. I cannot switch to another buffer. If I do ^G, > control returns, and the buffer you name is there. But it's empty. Could you, please, evaluate before the test (setq tramp-verbose 10) If you run Tramp 2.0, you need also (setq tramp-debug-buffer t) Rerun the test. There will be another buffer *debug tramp/ssh2_old username@machine.domain*, which might explain to us what happens. > Thanks, > George. Best regards, Michael.