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: Do I have to tramp-cleanup-connection? Date: Thu, 31 May 2012 14:06:05 +0200 Message-ID: <87txyw1ro2.fsf@gmx.de> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1338466001 32042 80.91.229.3 (31 May 2012 12:06:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 31 May 2012 12:06:41 +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 Thu May 31 14:06:40 2012 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 1Sa499-0003mA-AV for geh-help-gnu-emacs@m.gmane.org; Thu, 31 May 2012 14:06:31 +0200 Original-Received: from localhost ([::1]:46514 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sa499-00031c-0A for geh-help-gnu-emacs@m.gmane.org; Thu, 31 May 2012 08:06:31 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:53200) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sa48v-0002sS-PW for help-gnu-emacs@gnu.org; Thu, 31 May 2012 08:06:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sa48p-0001Z5-J5 for help-gnu-emacs@gnu.org; Thu, 31 May 2012 08:06:17 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:53654) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Sa48p-0001Xy-8Y for help-gnu-emacs@gnu.org; Thu, 31 May 2012 08:06:11 -0400 Original-Received: (qmail invoked by alias); 31 May 2012 12:06:08 -0000 Original-Received: from p57BB957C.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.149.124] by mail.gmx.net (mp037) with SMTP; 31 May 2012 14:06:08 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX19z3NstT1pztEuE9tXQl5JIWANp888qz0v1c0QK/H hhuo59JiN0kemn In-Reply-To: (rahed's message of "Sun, 27 May 2012 22:14:57 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.23 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:85057 Archived-At: rahed writes: Hi, > One thing bothers me though. Whenever I interrupt my work for some time > the connection breaks and after reconnecting and trying to open a remote > file I get (mostly): Couldn't find exit status of `test -e /tmp. > > I have to M-x tramp-cleanup-connection and again open a remote file > which is quite laborious. > > I would welcome to clean a tramp cache automaticaly when closing a > connection or better leave the connection in the cache but avoid > the message "Couldn't find...". > > tramp version is 2.2.3-24.1. With that Tramp version, I can reproduce a similar error (but another error message). The Changelog claims it is solved in Tramp 2.2.4. Maybe you give it a try, or you wait until the Tramp repository is merged into Emacs' trunk. This is stalled these days, until Emacs 24.1 has been released (or the trunk is reopened for fat merges like the one with Tramp). Best regards, Michael.