From owner-freebsd-questions@FreeBSD.ORG Tue Jul 6 21:34:21 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CB7F16A4CE for ; Tue, 6 Jul 2004 21:34:21 +0000 (GMT) Received: from lorna.circlesquared.com (host217-45-219-83.in-addr.btopenworld.com [217.45.219.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16C3443D39 for ; Tue, 6 Jul 2004 21:34:16 +0000 (GMT) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.circlesquared.com [127.0.0.1]) i66LYFcv001561 for ; Tue, 6 Jul 2004 22:34:15 +0100 (BST) (envelope-from peter@circlesquared.com) Message-ID: <40EB1AD7.4010609@circlesquared.com> Date: Tue, 06 Jul 2004 22:34:15 +0100 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040611 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Question List Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: OT:emacs/tramp ssh method problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2004 21:34:21 -0000 Not strictly FreeBSD, so apologies. But I'm stuck with this. I use emacs with tramp/ssh to edit files on remote machines (local & remote both FreeBSD, 4.9, 4.10 and 5.2.1). In the middle of a session on one remote machine, a save operation threw up an odd question: which encoding method to use for the file. Then emacs hung. Now I can't log into this particular remote machine at all using emacs. It starts authenticating, and loading remote shell stuff, gets to *tramp: Sending the Perl `mime-encode' implementations.*, and hangs there. I can ssh into this machine from the command line without any difficulty. I can also use tramp/ssh to access files on other remote machines from emacs. I did notice that small (85bytes) binary files called *-*, just a hyphen, had been created in the home directories of accounts to which I had tried to connect from emacs on this problematic machine. But I deleted these files while trying to fix the problem and this behaviour has not been repeated. I have no idea how to debug this, and would be very grateful for any pointers. Peter.