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 from windows Date: Tue, 27 Aug 2013 11:29:52 +0200 Message-ID: <87bo4jscq7.fsf@gmx.de> References: <84li3n8p8j.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1377595821 26150 80.91.229.3 (27 Aug 2013 09:30:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Aug 2013 09:30:21 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: rahed Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 27 11:30:23 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 1VEFbS-0001Bo-9g for geh-help-gnu-emacs@m.gmane.org; Tue, 27 Aug 2013 11:30:22 +0200 Original-Received: from localhost ([::1]:55110 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEFbR-0006yu-NO for geh-help-gnu-emacs@m.gmane.org; Tue, 27 Aug 2013 05:30:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEFbB-0006vK-02 for help-gnu-emacs@gnu.org; Tue, 27 Aug 2013 05:30:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VEFb3-00083E-GS for help-gnu-emacs@gnu.org; Tue, 27 Aug 2013 05:30:04 -0400 Original-Received: from mout.gmx.net ([212.227.17.21]:59761) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEFb3-00082t-7g for help-gnu-emacs@gnu.org; Tue, 27 Aug 2013 05:29:57 -0400 Original-Received: from detlef.gmx.de ([91.41.133.106]) by mail.gmx.com (mrgmx003) with ESMTPS (Nemesis) id 0Lymoh-1W9C6e0lLb-0166Uu for ; Tue, 27 Aug 2013 11:29:55 +0200 In-Reply-To: <84li3n8p8j.fsf@gmail.com> (rahed's message of "Tue, 27 Aug 2013 11:19:56 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Provags-ID: V03:K0:wuxIOpVY/bl5nqq7piwRm+TiKRCxxngdsvePzUO14iaWCDDbVyg XdpKL6PZQ5nCLru4WhWN+j3eSB8gOnsad+csA67hnhAW1XN8LJTfN3gGEya29j7FZjrejNL rII9Uf8fy1wC2Y37PI+ExvC+jRciU7EAPrLxmxVk8Vo/U43AwT+iZZ3v458br+1w4YhxMYZ opopIpfubkVSu3K2BItSA== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.21 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:93108 Archived-At: rahed writes: > Hi, Hi, > I reinstalled windows with emacs 24.1.1. When trying to open a file on a > remote machine with a tramp (2.2.6-24.3), the connection gets stuck > after entering a password. I couldn't find the cause so I installed the > latest emacs (24.3.1), did byte-compile-file tramp-sh.el and now I get > this warning: > > Warning: Couldn't find a remote shell which groks tilde expansion, using > `/bin/sh' > > When connecting to another machine, the warning is: > > byte-code: Couldn't find a proper `ls' command > > I was able to connect to all machines from previous windows > installation with emacs 24.1.1. > > Any clues? Does it also happen if you start "emacs -Q"? That means, no Tramp artifacts to be used from previous installations. Does it help to call "M-x tramp-cleanup-all-connections" before trying to connect somewhere? If it still does not work, please eval (setq tramp-verbose) before you run your test. There will be a Tramp debug buffer then. Best regards, Michael.