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 mode not working on OSX with dev HEAD Date: Sat, 06 Mar 2010 09:03:48 +0100 Message-ID: <87iq9998rf.fsf@gmx.de> References: <86r5ny1kl6.fsf@blue.stonehenge.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1267862677 18324 80.91.229.12 (6 Mar 2010 08:04:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 6 Mar 2010 08:04:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: merlyn@stonehenge.com (Randal L. Schwartz) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 06 09:04:33 2010 connect(): Connection refused 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.69) (envelope-from ) id 1Nnozx-0000Fh-7j for ged-emacs-devel@m.gmane.org; Sat, 06 Mar 2010 09:04:33 +0100 Original-Received: from localhost ([127.0.0.1]:54210 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nnozu-0002se-6D for ged-emacs-devel@m.gmane.org; Sat, 06 Mar 2010 03:04:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NnozR-0002rw-6C for emacs-devel@gnu.org; Sat, 06 Mar 2010 03:04:01 -0500 Original-Received: from [140.186.70.92] (port=38106 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NnozM-0002rN-4P for emacs-devel@gnu.org; Sat, 06 Mar 2010 03:03:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NnozK-0004su-9X for emacs-devel@gnu.org; Sat, 06 Mar 2010 03:03:55 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]:39266) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1NnozJ-0004sg-Oc for emacs-devel@gnu.org; Sat, 06 Mar 2010 03:03:54 -0500 Original-Received: (qmail invoked by alias); 06 Mar 2010 08:03:50 -0000 Original-Received: from p4FC014CC.dip0.t-ipconnect.de (EHLO detlef.local) [79.192.20.204] by mail.gmx.net (mp017) with SMTP; 06 Mar 2010 09:03:50 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX18vEKsd/dMvZLfvr0f1NzDB4SwDk54xFIfG1DjQa0 MQUGed4MMY8AUW In-Reply-To: <86r5ny1kl6.fsf@blue.stonehenge.com> (Randal L. Schwartz's message of "Fri, 05 Mar 2010 14:15:33 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.93 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.59999999999999998 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:121676 Archived-At: merlyn@stonehenge.com (Randal L. Schwartz) writes: > I'm using /scp: mode (the default) with Tramp trying to connect from my box to > both an OpenSolaris box and a FreeBSD box. I can get directory listings, but > when I try to get a specific file, I get a process buffer that shows that my > scp has exited abnormally with code 255. Is there something I can do to get > more diagnostic info, or is this a known problem and being worked on? Start a fresh Emacs via "emacs -Q". Eval (setq tramp-verbose 8) The resulting buffer *debug tramp/scp user@host* shall give the required information. Best regards, Michael.