From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: Tramp problems connecting to OpenBSD over SSH Date: Sun, 19 Apr 2009 09:55:48 +0200 Message-ID: <87d4b9dqm3.fsf@gmx.de> References: <20090415201944.GB28776@metasyntax.net> <87ocux1w5g.fsf@gmx.de> <20090417125751.GA3392@metasyntax.net> <20090417172105.GA6079@metasyntax.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1240127776 5623 80.91.229.12 (19 Apr 2009 07:56:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 19 Apr 2009 07:56:16 +0000 (UTC) Cc: emacs-devel@gnu.org To: Taylor Venable Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 19 09:57:35 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LvRu9-0006Y3-Fl for ged-emacs-devel@m.gmane.org; Sun, 19 Apr 2009 09:57:34 +0200 Original-Received: from localhost ([127.0.0.1]:38806 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LvRsk-0008Vk-Oi for ged-emacs-devel@m.gmane.org; Sun, 19 Apr 2009 03:56:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LvRse-0008Vc-IF for emacs-devel@gnu.org; Sun, 19 Apr 2009 03:56:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LvRsa-0008V5-7i for emacs-devel@gnu.org; Sun, 19 Apr 2009 03:56:00 -0400 Original-Received: from [199.232.76.173] (port=57813 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LvRsZ-0008V1-Vt for emacs-devel@gnu.org; Sun, 19 Apr 2009 03:55:56 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:60433) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LvRsZ-0003Jl-9l for emacs-devel@gnu.org; Sun, 19 Apr 2009 03:55:55 -0400 Original-Received: (qmail invoked by alias); 19 Apr 2009 07:55:53 -0000 Original-Received: from brln-4db90372.pool.einsundeins.de (EHLO arthur.local) [77.185.3.114] by mail.gmx.net (mp034) with SMTP; 19 Apr 2009 09:55:53 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1/XwlVRPDfX2m85UN1xZuhK3ixMK6+04JS1rEOzeR VwUBbMF5H2Yk2n In-Reply-To: <20090417172105.GA6079@metasyntax.net> (Taylor Venable's message of "Fri, 17 Apr 2009 13:21:05 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.73 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:110346 Archived-At: Taylor Venable writes: >> That looks extremely strange. Do you have an alias for "ls" on the >> remote machine, maybe set to "ls -l"? > > Ah, yes I do, but only in Bash which is my login shell. It looks like > tramp should be using /bin/sh though, where no such alias exists. > Even if I remove my .bash_profile and .bashrc files (there is no > .profile file) I get the same behaviour. Have you restarted Emacs when testing this? Alternatively, you must cleanup Tramp via `tramp-cleanup-all-connections', because Tramp keeps the connections open, and still uses the alias. Best regards, Michael.