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: Mon, 08 Mar 2010 09:00:21 +0100 Message-ID: <87d3zfgs4q.fsf@gmx.de> References: <86r5ny1kl6.fsf@blue.stonehenge.com> <87iq9998rf.fsf@gmx.de> <863a0bu572.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 1268035247 20522 80.91.229.12 (8 Mar 2010 08:00:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 8 Mar 2010 08:00:47 +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 Mon Mar 08 09:00:42 2010 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 1NoXtJ-0003wH-JP for ged-emacs-devel@m.gmane.org; Mon, 08 Mar 2010 09:00:41 +0100 Original-Received: from localhost ([127.0.0.1]:37663 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NoXtJ-0002sc-3p for ged-emacs-devel@m.gmane.org; Mon, 08 Mar 2010 03:00:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NoXt8-0002pV-4v for emacs-devel@gnu.org; Mon, 08 Mar 2010 03:00:30 -0500 Original-Received: from [140.186.70.92] (port=36635 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NoXt6-0002nu-EZ for emacs-devel@gnu.org; Mon, 08 Mar 2010 03:00:29 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NoXt4-0007uH-M5 for emacs-devel@gnu.org; Mon, 08 Mar 2010 03:00:27 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]:40461) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1NoXt4-0007tM-1F for emacs-devel@gnu.org; Mon, 08 Mar 2010 03:00:26 -0500 Original-Received: (qmail invoked by alias); 08 Mar 2010 08:00:23 -0000 Original-Received: from p4FC002F7.dip0.t-ipconnect.de (EHLO LKG29808F.local) [79.192.2.247] by mail.gmx.net (mp020) with SMTP; 08 Mar 2010 09:00:23 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX18Vs6k0onwVB22xNfn0uVs7HdJsnlVG9wO4c5kocz AtKOuoU0MEbh4r User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.5 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:121726 Archived-At: merlyn@stonehenge.com (Randal L. Schwartz) writes: >>>>>> "Michael" == Michael Albinus writes: > > Michael> Start a fresh Emacs via "emacs -Q". Eval (setq tramp-verbose 8) > > Michael> The resulting buffer *debug tramp/scp user@host* shall give the required > Michael> information. > > Trying to find-file on /root/SAVE on opensolaris 2009.06: The traces do not look complete. Did you start a fresh Emacs, and did you copy all traces? I need traces from a clean Tramp run! > ;; GNU Emacs: 23.1.93.4 Tramp: 2.1.18-pre -*- mode: outline; -*- > 14:37:47.842360 tramp-flush-file-property (8) # /root/ > 14:37:47.844978 tramp-get-file-property (8) # /root/SAVE file-attributes-integer (nil 1 0 0 (19182 39028) (19182 39028) (19182 39028) 3779 -rw-r--r-- nil (3 . 39269) (-1 . 0)) > 14:37:47.847136 tramp-get-file-property (8) # /root/SAVE file-exists-p t > 14:37:47.848257 tramp-get-file-property (8) # /root/SAVE file-exists-p t This is an indication, that the traces do not start from the beginning. Tramp reads from its cache. > 14:37:47.855036 tramp-maybe-open-connection (6) # /bin/sh > 14:37:47.856346 tramp-maybe-open-connection (3) # Waiting 60s for local shell to come up... > 14:37:47.856866 tramp-get-connection-property (7) # check-remote-echo nil > 14:37:47.857133 tramp-get-connection-property (7) # check-remote-echo nil > 14:37:47.858787 tramp-get-connection-property (7) # check-remote-echo nil > 14:37:47.859034 tramp-get-connection-property (7) # check-remote-echo nil > 14:37:47.859305 tramp-wait-for-regexp (6) # > > Process *tramp/scp insightcruises.com* exited abnormally with code 255 > #$ Oops, what's that? When Tramp calls *locally* "/bin/sh", this shouldn't happen. And "#$" looks like a prompt from a previous run. Again, I cannot analyze these traces. Please start a fresh "emacs -Q", as I have said last email. Best regards, Michael.