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 won't work for me Date: Tue, 28 Jul 2009 05:51:47 +0200 Message-ID: <87iqhd5uss.fsf@gmx.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1248753148 12310 80.91.229.12 (28 Jul 2009 03:52:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Jul 2009 03:52:28 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Olivier Sirven Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 28 05:52:21 2009 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 1MVdjg-0001Kz-9U for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Jul 2009 05:52:20 +0200 Original-Received: from localhost ([127.0.0.1]:43432 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVdjf-0005F5-A4 for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Jul 2009 23:52:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MVdjJ-0005Ez-Uu for help-gnu-emacs@gnu.org; Mon, 27 Jul 2009 23:51:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVdjE-0005En-K6 for help-gnu-emacs@gnu.org; Mon, 27 Jul 2009 23:51:56 -0400 Original-Received: from [199.232.76.173] (port=33595 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVdjE-0005Ek-CW for help-gnu-emacs@gnu.org; Mon, 27 Jul 2009 23:51:52 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:48700) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MVdjD-0000fR-NN for help-gnu-emacs@gnu.org; Mon, 27 Jul 2009 23:51:52 -0400 Original-Received: (qmail invoked by alias); 28 Jul 2009 03:51:48 -0000 Original-Received: from p57A21E3F.dip0.t-ipconnect.de (EHLO arthur.local) [87.162.30.63] by mail.gmx.net (mp055) with SMTP; 28 Jul 2009 05:51:48 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX18pzmhuwyYp7nsZj9sJDeRAibBuz2BZN1SFW5wCbe qt+GRoMcGS4ZYC In-Reply-To: (Olivier Sirven's message of "Mon, 27 Jul 2009 14:09:42 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.57 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:66443 Archived-At: Olivier Sirven writes: > Hello there, Hi, > I've been struggling to get tramp to work on my computers but it seems I > just can't... > It keeps ending in failure with this last message: > # Waiting 30s for remote `/bin/sh' to come up... > $ [[Regexp `\([^>$][>$] *\|[^>$][>$] *\)\'' not found in 30 secs]] First of all, which Emacs/Tramp versions are you using? You know this by "M-x emacs-version" and "M-x tramp-version". > Here is my configuration: > ; default method to SSH > (setq tramp-default-method "ssh") It might be not relevant for your problem, but your log indicates that scp is still used. > Here is the full log of my last attempt: > # Opening connection for @ using scp... > # ssh -l -e none > # Waiting for prompts from remote shell > # Waiting 60s for prompt from remote shell > # Looking for regexp "^.*\([pP]assword\|passphrase\).*:? *" from remote shell > # Looking for regexp ".*ogin\( .*\)?: *" from remote shell > # Looking for regexp "[^>$][>$] *" from remote shell [...] > Do you have an idea to help me fixing this? Please set tramp-verbose to 6. After your next test run, we will need to see the *tramp/ssh user@host* and *debug tramp/ssh user@host* buffers. If you worry about private data, please send them to me off the list. > Thanks Best regards, Michael.