From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: sunway Newsgroups: gmane.emacs.help Subject: Re: error when using tramp Date: Wed, 28 May 2008 01:18:01 -0700 (PDT) Organization: http://groups.google.com Message-ID: <42eea1e1-7f55-48b8-a7de-669ae971afc5@z16g2000prn.googlegroups.com> References: <5c1d39d4-9035-477f-8615-641c15a4889c@g16g2000pri.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1211964204 22432 80.91.229.12 (28 May 2008 08:43:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 May 2008 08:43:24 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 28 10:44:05 2008 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 1K1HGA-0007C3-1V for geh-help-gnu-emacs@m.gmane.org; Wed, 28 May 2008 10:43:50 +0200 Original-Received: from localhost ([127.0.0.1]:55589 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1HFO-0004Pv-Ls for geh-help-gnu-emacs@m.gmane.org; Wed, 28 May 2008 04:43:02 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!z16g2000prn.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 27 Original-NNTP-Posting-Host: 123.127.134.57 Original-X-Trace: posting.google.com 1211962681 607 127.0.0.1 (28 May 2008 08:18:01 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 28 May 2008 08:18:01 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z16g2000prn.googlegroups.com; posting-host=123.127.134.57; posting-account=ngAdqwoAAAA0uK1OfC15kE5UvDiCOvxy User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.27 (X11; Linux i686; U; zh-cn),gzip(gfe),gzip(gfe) X-HTTP-Via: 1.0 localhost.localdomain:8080 (squid/2.6.STABLE18) Original-Xref: news.stanford.edu gnu.emacs.help:158973 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:54337 Archived-At: On May 28, 3:25=A0pm, Michael Albinus wrote: > sunway writes: > > C-x C-f /ssh:host:1.cpp RET > > tramp-send-command-and-check: Couldn't find exit status of `test -e / > > home' > > That is a little bit short for a report. Which Tramp version are you > using? Which Emacs version? > > Could you, please, evaluate the following: > > (setq tramp-verbose 9 > =A0 =A0 =A0 tramp-debug-buffer t) > > Then rerun the test. There will be 2 buffers *tramp/ssh host* and > *debug tramp/ssh host*. Please provide the contents of them. > > Best regards, Michael. I think I have solved the prblem: I have inserted a bad item as "solaris-edu.unix-center.net solaris" in /etc/hosts before...the problem is solved after I delete that line. however, I still wonder how that bad item in /etc/hosts could affect tramp since it seems that tramp has successfully connected to the remote host.