From unknown Tue Aug 12 03:20:39 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#3071 <3071@debbugs.gnu.org> To: bug#3071 <3071@debbugs.gnu.org> Subject: Status: 23.0.92; accept-process-output broken on MacOS Reply-To: bug#3071 <3071@debbugs.gnu.org> Date: Tue, 12 Aug 2025 10:20:39 +0000 retitle 3071 23.0.92; accept-process-output broken on MacOS reassign 3071 emacs submitter 3071 David Abrahams severity 3071 normal thanks From dave@boostpro.com Tue Apr 21 07:19:56 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 21 Apr 2009 14:19:56 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA,MURPHY_DRUGS_REL8 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n3LEJqrt022510 for ; Tue, 21 Apr 2009 07:19:54 -0700 Received: from mail.gnu.org ([199.232.76.166]:54080 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1LwGpE-0005q0-9a for emacs-pretest-bug@gnu.org; Tue, 21 Apr 2009 10:19:52 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1LwGpA-0007ED-R1 for emacs-pretest-bug@gnu.org; Tue, 21 Apr 2009 10:19:51 -0400 Received: from smtp02.lnh.mail.rcn.net ([207.172.157.102]:21619) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LwFSK-00055D-4I for emacs-pretest-bug@gnu.org; Tue, 21 Apr 2009 08:52:08 -0400 Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 21 Apr 2009 08:52:07 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.10.4-GA) with ESMTP id PTC75992; Tue, 21 Apr 2009 08:52:05 -0400 (EDT) Received: from 207-172-223-249.c3-0.smr-ubr3.sbo-smr.ma.static.cable.rcn.com (HELO zreba.local) ([207.172.223.249]) by smtp01.lnh.mail.rcn.net with ESMTP; 21 Apr 2009 08:52:05 -0400 Received: by zreba.local (Postfix, from userid 501) id 988C440DBAD; Tue, 21 Apr 2009 08:52:04 -0400 (EDT) From: David Abrahams To: emacs-pretest-bug@gnu.org Cc: tramp-devel@mail.freesoftware.fsf.org, michael.albinus@gmx.de, John Wiegley Subject: 23.0.92; accept-process-output broken on MacOS Date: Tue, 21 Apr 2009 08:52:04 -0400 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (darwin) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. --=-=-= Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: Opening remote files/directories via TRAMP is wicked slow on MacOS; the same operation on a linux emacs running on the same hardware is practically instantaneous. Turns out that applying the enclosed patch makes the symptom go away. I'm not an expert on emacs process handling, but that tells me emacs probably isn't detecting output from the process until the timeout (usually 1 second for TRAMP) is reached. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=tramp.el.patch cvs diff: warning: failed to open /Users/dave/.cvspass for reading: No such file or directory Index: tramp.el =================================================================== RCS file: /sources/tramp/tramp/lisp/tramp.el,v retrieving revision 2.686 diff -d -u -r2.686 tramp.el --- tramp.el 12 Apr 2009 19:21:03 -0000 2.686 +++ tramp.el 21 Apr 2009 04:45:54 -0000 @@ -5864,7 +5864,7 @@ ;; Under Windows XP, accept-process-output doesn't return ;; sometimes. So we add an additional timeout. (with-timeout ((or timeout 1)) - (accept-process-output proc timeout timeout-msecs))) + (accept-process-output proc .01))) (tramp-message proc 10 "\n%s" (buffer-string)))) (defun tramp-check-for-regexp (proc regexp) --=-=-= If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file /Applications/Emacs.app/Contents/Resources/etc/DEBUG for instructions. In GNU Emacs 23.0.92.1 (i386-apple-darwin9.6.2, NS apple-appkit-949.43) of 2009-04-19 on zreba.local Windowing system distributor `Apple', version 10.3.949 configured using `configure '--with-ns' '--with-jpeg' '--with-tiff' '--with-gif'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: nil value of $XMODIFIERS: nil locale-coding-system: nil default-enable-multibyte-characters: t Major mode: C/l Minor modes in effect: shell-dirtrack-mode: t show-paren-mode: t server-mode: t global-auto-revert-mode: t delete-selection-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t abbrev-mode: t Recent input: C-n C-p C-p C-p C-p C-p C-p C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-p C-p C-p C-p C-p C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-b C-( C-p C-p C-p C-p C-n C-n C-n C-p C-p C-p C-p C-x C-b C-x C-b M-x M-p Recent messages: Tramp: Waiting 60s for local shell to come up... Tramp: Sending command `ssh hydra.local -q -e none && exit || exit' Tramp: Waiting for prompts from remote shell Tramp: Found remote shell prompt on `hydra.local' [3 times] Quit [2 times] Mark saved where search started Quit Mark saved where search started [4 times] Quit Mark saved where search started [2 times] -- Dave Abrahams BoostPro Computing http://www.boostpro.com --=-=-=-- From Michael.Albinus@alcatel-lucent.de Tue Apr 21 08:20:40 2009 Received: (at 3071) by emacsbugs.donarmstrong.com; 21 Apr 2009 15:20:40 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.0 required=4.0 tests=HAS_BUG_NUMBER, MURPHY_DRUGS_REL8 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mailrelay1.alcatel.de (mailrelay1.alcatel.de [194.113.59.95]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n3LFKaG6008566 for <3071@emacsbugs.donarmstrong.com>; Tue, 21 Apr 2009 08:20:38 -0700 Received: from slbhn1.alcatel.de ([149.204.90.35]) by mailrelay1.alcatel.de (8.13.8/8.13.8/ICT) with ESMTP id n3LFKPLM015185; Tue, 21 Apr 2009 17:20:26 +0200 From: Michael Albinus To: David Abrahams Cc: 3071@debbugs.gnu.org, John Wiegley , tramp-devel@mail.freesoftware.fsf.org Subject: Re: bug#3071: 23.0.92; accept-process-output broken on MacOS References: Date: Tue, 21 Apr 2009 17:20:24 +0200 In-Reply-To: (David Abrahams's message of "Tue, 21 Apr 2009 08:52:04 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Scanned-By: MIMEDefang 2.57 on 149.204.45.72 David Abrahams writes: > Opening remote files/directories via TRAMP is wicked slow on MacOS; the > same operation on a linux emacs running on the same hardware is > practically instantaneous. Turns out that applying the enclosed patch > makes the symptom go away. I'm not an expert on emacs process handling, > but that tells me emacs probably isn't detecting output from the process > until the timeout (usually 1 second for TRAMP) is reached. Thanks a lot for your investigation! However, I believe your patch towards tramp.el shall be only the last resort (and NOT the final solution). One shall investigate, what's happening on mac. Best regards, Michael. From dave@boostpro.com Tue Apr 21 09:40:29 2009 Received: (at 3071) by emacsbugs.donarmstrong.com; 21 Apr 2009 16:40:30 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.0 required=4.0 tests=HAS_BUG_NUMBER, MURPHY_DRUGS_REL8 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n3LGeQqN030549 for <3071@emacsbugs.donarmstrong.com>; Tue, 21 Apr 2009 09:40:27 -0700 Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 21 Apr 2009 12:40:25 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.10.4-GA) with ESMTP id PTD81962; Tue, 21 Apr 2009 12:40:25 -0400 (EDT) Received: from 207-172-223-249.c3-0.smr-ubr3.sbo-smr.ma.static.cable.rcn.com (HELO [192.168.188.134]) ([207.172.223.249]) by smtp01.lnh.mail.rcn.net with ESMTP; 21 Apr 2009 12:40:24 -0400 From: David Abrahams To: Michael Albinus In-Reply-To: Subject: Re: bug#3071: 23.0.92; accept-process-output broken on MacOS References: Message-Id: <74F3AF42-B43A-492B-8F37-E4E01A6C93C7@boostpro.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.4) Date: Tue, 21 Apr 2009 12:40:23 -0400 Cc: 3071@debbugs.gnu.org, John Wiegley , tramp-devel@mail.freesoftware.fsf.org X-Mailer: Apple Mail (2.930.4) On Apr 21, 2009, at 11:20 AM, Michael Albinus wrote: > David Abrahams writes: > >> Opening remote files/directories via TRAMP is wicked slow on MacOS; >> the >> same operation on a linux emacs running on the same hardware is >> practically instantaneous. Turns out that applying the enclosed >> patch >> makes the symptom go away. I'm not an expert on emacs process >> handling, >> but that tells me emacs probably isn't detecting output from the >> process >> until the timeout (usually 1 second for TRAMP) is reached. > > Thanks a lot for your investigation! However, I believe your patch > towards tramp.el shall be only the last resort (and NOT the final > solution). Of course. > One shall investigate, what's happening on mac. Until they figure it out, my plan is to use some advice to force that timeout parameter to zero in accept-process-output. -- David Abrahams BoostPro Computing http://boostpro.com From michael.albinus@gmx.de Tue Apr 21 12:30:16 2009 Received: (at 3071) by emacsbugs.donarmstrong.com; 21 Apr 2009 19:30:16 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.4 required=4.0 tests=FOURLA,HAS_BUG_NUMBER, MDO_CABLE_TV3,MURPHY_DRUGS_REL8 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with SMTP id n3LJU9nS012817 for <3071@emacsbugs.donarmstrong.com>; Tue, 21 Apr 2009 12:30:11 -0700 Received: (qmail invoked by alias); 21 Apr 2009 19:30:03 -0000 Received: from brln-4db96bb9.pool.einsundeins.de (EHLO magdalene.local) [77.185.107.185] by mail.gmx.net (mp025) with SMTP; 21 Apr 2009 21:30:03 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX19AZCV2FjZATDv+bdfuZL3gKuTbupEL0Zx7pSvhdv 8ZWqFFmqOxghMR From: Michael Albinus To: David Abrahams Cc: 3071@debbugs.gnu.org, John Wiegley , tramp-devel@mail.freesoftware.fsf.org Subject: Re: bug#3071: 23.0.92; accept-process-output broken on MacOS References: Date: Tue, 21 Apr 2009 21:29:59 +0200 In-Reply-To: (David Abrahams's message of "Tue, 21 Apr 2009 08:52:04 -0400") Message-ID: <87tz4hls94.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Y-GMX-Trusted: 0 X-FuHaFi: 0.6 David Abrahams writes: > Opening remote files/directories via TRAMP is wicked slow on MacOS; the > same operation on a linux emacs running on the same hardware is > practically instantaneous. Turns out that applying the enclosed patch > makes the symptom go away. I'm not an expert on emacs process handling, > but that tells me emacs probably isn't detecting output from the process > until the timeout (usually 1 second for TRAMP) is reached. Reading indicates, one shall set `process-connection-type' to `nil'. This is also documented in Bugs 2056, 2503, 2639, 2717. OTOH, the comment for `tramp-process-connection-type' says that it's not applicable for Tramp. Hmm. What happens, when you set `tramp-process-connection-type' to `nil'? Does Tramp still work on your mac? How fast? Best regards, Michael. From mituharu@math.s.chiba-u.ac.jp Tue Apr 21 16:46:25 2009 Received: (at 3071) by emacsbugs.donarmstrong.com; 21 Apr 2009 23:46:25 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.0 required=4.0 tests=HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mathmail.math.s.chiba-u.ac.jp (mathmail.math.s.chiba-u.ac.jp [133.82.132.2]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n3LNkL7W019245 for <3071@emacsbugs.donarmstrong.com>; Tue, 21 Apr 2009 16:46:23 -0700 Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 05D072C40; Wed, 22 Apr 2009 08:46:20 +0900 (JST) Date: Wed, 22 Apr 2009 08:46:19 +0900 Message-ID: From: YAMAMOTO Mitsuharu To: David Abrahams , 3071@debbugs.gnu.org Cc: John Wiegley , tramp-devel@mail.freesoftware.fsf.org, michael.albinus@gmx.de Subject: Re: bug#3071: 23.0.92; accept-process-output broken on MacOS In-Reply-To: References: User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) Organization: Faculty of Science, Chiba University MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII >>>>> On Tue, 21 Apr 2009 08:52:04 -0400, David Abrahams said: > Opening remote files/directories via TRAMP is wicked slow on MacOS; > the same operation on a linux emacs running on the same hardware is > practically instantaneous. > In GNU Emacs 23.0.92.1 (i386-apple-darwin9.6.2, NS apple-appkit-949.43) > of 2009-04-19 on zreba.local > Windowing system distributor `Apple', version 10.3.949 > configured using `configure '--with-ns' '--with-jpeg' '--with-tiff' '--with-gif'' I tried the following steps with both the Cocoa/GNUstep port and the X11 build on the same machine running Mac OS X 10.5.6. Both are compiled from the latest CVS trunk. 1. Start Emacs with the `-Q' option. 2. C-x C-f /sshx:remotehost: RET (remotehost is running Solaris) The Cocoa/GNUstep port was much slower (~20 sec. to list the home directory) than the X11 build (< 2 sec.). YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp From dave@boostpro.com Wed Apr 22 06:09:24 2009 Received: (at 3071) by emacsbugs.donarmstrong.com; 22 Apr 2009 13:09:24 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.4 required=4.0 tests=FOURLA,HAS_BUG_NUMBER, MDO_CABLE_TV3,MURPHY_DRUGS_REL8 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from boost-consulting.com (boost-consulting.com [206.71.190.141]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n3MD9G7H005901 for <3071@emacsbugs.donarmstrong.com>; Wed, 22 Apr 2009 06:09:18 -0700 Received: from [192.168.188.150] (207-172-223-249.c3-0.smr-ubr3.sbo-smr.ma.static.cable.rcn.com [207.172.223.249]) (Authenticated sender: dave) by boost-consulting.com (Postfix) with ESMTPSA id 8D0411CC22; Wed, 22 Apr 2009 06:06:49 -0700 (PDT) Cc: 3071@debbugs.gnu.org, John Wiegley , tramp-devel@mail.freesoftware.fsf.org Message-Id: From: David Abrahams To: Michael Albinus In-Reply-To: <87tz4hls94.fsf@gmx.de> Content-Type: multipart/mixed; boundary=Apple-Mail-12-105549786 Subject: Re: bug#3071: 23.0.92; accept-process-output broken on MacOS Mime-Version: 1.0 (Apple Message framework v930.4) Date: Wed, 22 Apr 2009 09:09:14 -0400 References: <87tz4hls94.fsf@gmx.de> X-Mailer: Apple Mail (2.930.4) --Apple-Mail-12-105549786 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On Apr 21, 2009, at 3:29 PM, Michael Albinus wrote: > David Abrahams writes: > >> Opening remote files/directories via TRAMP is wicked slow on MacOS; >> the >> same operation on a linux emacs running on the same hardware is >> practically instantaneous. Turns out that applying the enclosed >> patch >> makes the symptom go away. I'm not an expert on emacs process >> handling, >> but that tells me emacs probably isn't detecting output from the >> process >> until the timeout (usually 1 second for TRAMP) is reached. > > Reading > > indicates, one shall set `process-connection-type' to `nil'. This is > also documented in Bugs 2056, 2503, 2639, 2717. > > OTOH, the comment for `tramp-process-connection-type' says that it's > not > applicable for Tramp. > > Hmm. What happens, when you set `tramp-process-connection-type' to > `nil'? > Does Tramp still work on your mac? Nope. > How fast? It fails very slowly ;-) A full TRAMP log is enclosed. --Apple-Mail-12-105549786 Content-Disposition: attachment; filename=tramp.log Content-Type: application/octet-stream; x-unix-mode=0644; name="tramp.log" Content-Transfer-Encoding: quoted-printable 09:07:01=20tramp-maybe-open-connection=20(3)=20#=20Opening=20connection=20= for=20hydra.local=20using=20scp...=0A09:07:01=20= tramp-get-connection-property=20(7)=20#=20process-name=20nil=0A09:07:01=20= tramp-get-connection-property=20(7)=20#=20process-buffer=20nil=0A= 09:07:01=20tramp-maybe-open-connection=20(6)=20#=20/bin/sh=0A09:07:01=20= tramp-maybe-open-connection=20(3)=20#=20Waiting=2060s=20for=20local=20= shell=20to=20come=20up...=0A09:07:01=20tramp-get-connection-property=20= (7)=20#=20check-remote-echo=20nil=0A09:07:01=20= tramp-get-connection-property=20(7)=20#=20check-remote-echo=20nil=0A= 09:07:01=20tramp-accept-process-output=20(10)=20#=20*tramp/scp=20= hydra.local*=20run=0A09:07:02=20tramp-accept-process-output=20(10)=20#=20= =0A09:07:02=20tramp-get-connection-property=20(7)=20#=20= check-remote-echo=20nil=0A09:07:02=20tramp-get-connection-property=20(7)=20= #=20check-remote-echo=20nil=0A09:07:02=20tramp-accept-process-output=20= (10)=20#=20*tramp/scp=20hydra.local*=20run=0A09:07:03=20= tramp-accept-process-output=20(10)=20#=20=0A09:07:03=20= tramp-get-connection-property=20(7)=20#=20check-remote-echo=20nil=0A= 09:07:03=20tramp-get-connection-property=20(7)=20#=20check-remote-echo=20= nil=0A09:07:03=20tramp-accept-process-output=20(10)=20#=20*tramp/scp=20= hydra.local*=20run=0A09:07:04=20tramp-accept-process-output=20(10)=20#=20= =0A09:07:04=20tramp-get-connection-property=20(7)=20#=20= check-remote-echo=20nil=0A09:07:04=20tramp-get-connection-property=20(7)=20= #=20check-remote-echo=20nil=0A09:07:04=20tramp-accept-process-output=20= (10)=20#=20*tramp/scp=20hydra.local*=20run=0A09:07:05=20= tramp-accept-process-output=20(10)=20#=20=0A09:07:05=20= tramp-get-connection-property=20(7)=20#=20check-remote-echo=20nil=0A= 09:07:05=20tramp-get-connection-property=20(7)=20#=20check-remote-echo=20= nil=0A09:07:05=20tramp-accept-process-output=20(10)=20#=20*tramp/scp=20= hydra.local*=20run=0A09:07:06=20tramp-accept-process-output=20(10)=20#=20= =0A09:07:06=20tramp-get-connection-property=20(7)=20#=20= check-remote-echo=20nil=0A09:07:06=20tramp-get-connection-property=20(7)=20= #=20check-remote-echo=20nil=0A09:07:06=20tramp-accept-process-output=20= (10)=20#=20*tramp/scp=20hydra.local*=20run=0A09:07:07=20= tramp-accept-process-output=20(10)=20#=20=0A09:07:07=20= tramp-get-connection-property=20(7)=20#=20check-remote-echo=20nil=0A= 09:07:07=20tramp-get-connection-property=20(7)=20#=20check-remote-echo=20= nil=0A09:07:07=20tramp-accept-process-output=20(10)=20#=20*tramp/scp=20= hydra.local*=20run=0A09:07:08=20tramp-accept-process-output=20(10)=20#=20= =0A09:07:08=20tramp-get-connection-property=20(7)=20#=20= check-remote-echo=20nil=0A09:07:08=20tramp-get-connection-property=20(7)=20= #=20check-remote-echo=20nil=0A09:07:08=20tramp-accept-process-output=20= (10)=20#=20*tramp/scp=20hydra.local*=20run=0A09:07:09=20= tramp-accept-process-output=20(10)=20#=20=0A09:07:09=20= tramp-get-connection-property=20(7)=20#=20check-remote-echo=20nil=0A= 09:07:09=20tramp-get-connection-property=20(7)=20#=20check-remote-echo=20= nil=0A09:07:09=20tramp-accept-process-output=20(10)=20#=20*tramp/scp=20= hydra.local*=20run=0A09:07:10=20tramp-accept-process-output=20(10)=20#=20= =0A09:07:10=20tramp-get-connection-property=20(7)=20#=20= check-remote-echo=20nil=0A09:07:10=20tramp-get-connection-property=20(7)=20= #=20check-remote-echo=20nil=0A09:07:10=20tramp-accept-process-output=20= (10)=20#=20*tramp/scp=20hydra.local*=20run=0A09:07:11=20= tramp-accept-process-output=20(10)=20#=20=0A09:07:11=20= tramp-get-connection-property=20(7)=20#=20check-remote-echo=20nil=0A= 09:07:11=20tramp-get-connection-property=20(7)=20#=20check-remote-echo=20= nil=0A09:07:11=20tramp-accept-process-output=20(10)=20#=20*tramp/scp=20= hydra.local*=20run=0A09:07:12=20tramp-accept-process-output=20(10)=20#=20= =0A09:07:12=20tramp-get-connection-property=20(7)=20#=20= check-remote-echo=20nil=0A09:07:12=20tramp-get-connection-property=20(7)=20= #=20check-remote-echo=20nil=0A09:07:12=20tramp-accept-process-output=20= (10)=20#=20*tramp/scp=20hydra.local*=20run=0A09:07:13=20= tramp-accept-process-output=20(10)=20#=20=0A09:07:13=20= tramp-get-connection-property=20(7)=20#=20check-remote-echo=20nil=0A= 09:07:13=20tramp-get-connection-property=20(7)=20#=20check-remote-echo=20= nil=0A09:07:13=20tramp-accept-process-output=20(10)=20#=20*tramp/scp=20= hydra.local*=20run=0A09:07:14=20tramp-accept-process-output=20(10)=20#=20= =0A09:07:14=20tramp-get-connection-property=20(7)=20#=20= check-remote-echo=20nil=0A09:07:14=20tramp-get-connection-property=20(7)=20= #=20check-remote-echo=20nil=0A09:07:14=20tramp-accept-process-output=20= (10)=20#=20*tramp/scp=20hydra.local*=20run=0A09:07:15=20= tramp-accept-process-output=20(10)=20#=20=0A09:07:15=20= tramp-get-connection-property=20(7)=20#=20check-remote-echo=20nil=0A= 09:07:15=20tramp-get-connection-property=20(7)=20#=20check-remote-echo=20= nil=0A09:07:15=20tramp-accept-process-output=20(10)=20#=20*tramp/scp=20= hydra.local*=20run=0A09:07:16=20tramp-accept-process-output=20(10)=20#=20= =0A09:07:16=20tramp-get-connection-property=20(7)=20#=20= check-remote-echo=20nil=0A09:07:16=20tramp-get-connection-property=20(7)=20= #=20check-remote-echo=20nil=0A09:07:16=20tramp-accept-process-output=20= (10)=20#=20*tramp/scp=20hydra.local*=20run=0A09:07:17=20= tramp-accept-process-output=20(10)=20#=20=0A09:07:17=20= tramp-get-connection-property=20(7)=20#=20check-remote-echo=20nil=0A= 09:07:17=20tramp-get-connection-property=20(7)=20#=20check-remote-echo=20= nil=0A09:07:17=20tramp-accept-process-output=20(10)=20#=20*tramp/scp=20= hydra.local*=20run=0A09:07:18=20tramp-accept-process-output=20(10)=20#=20= =0A09:07:18=20tramp-get-connection-property=20(7)=20#=20= check-remote-echo=20nil=0A09:07:18=20tramp-get-connection-property=20(7)=20= #=20check-remote-echo=20nil=0A09:07:18=20tramp-accept-process-output=20= (10)=20#=20*tramp/scp=20hydra.local*=20run=0A09:07:19=20= tramp-accept-process-output=20(10)=20#=20=0A09:07:19=20= tramp-get-connection-property=20(7)=20#=20check-remote-echo=20nil=0A= 09:07:19=20tramp-get-connection-property=20(7)=20#=20check-remote-echo=20= nil=0A09:07:19=20tramp-accept-process-output=20(10)=20#=20*tramp/scp=20= hydra.local*=20run=0A09:07:20=20tramp-accept-process-output=20(10)=20#=20= =0A09:07:20=20tramp-get-connection-property=20(7)=20#=20= check-remote-echo=20nil=0A09:07:20=20tramp-get-connection-property=20(7)=20= #=20check-remote-echo=20nil=0A09:07:20=20tramp-accept-process-output=20= (10)=20#=20*tramp/scp=20hydra.local*=20run=0A09:07:21=20= tramp-accept-process-output=20(10)=20#=20=0A09:07:21=20= tramp-get-connection-property=20(7)=20#=20check-remote-echo=20nil=0A= 09:07:21=20tramp-get-connection-property=20(7)=20#=20check-remote-echo=20= nil=0A09:07:21=20tramp-accept-process-output=20(10)=20#=20*tramp/scp=20= hydra.local*=20run=0A09:07:22=20tramp-accept-process-output=20(10)=20#=20= =0A09:07:22=20tramp-get-connection-property=20(7)=20#=20= check-remote-echo=20nil=0A09:07:22=20tramp-get-connection-property=20(7)=20= #=20check-remote-echo=20nil=0A09:07:22=20tramp-accept-process-output=20= (10)=20#=20*tramp/scp=20hydra.local*=20run=0A09:07:23=20= tramp-accept-process-output=20(10)=20#=20=0A09:07:23=20= tramp-get-connection-property=20(7)=20#=20check-remote-echo=20nil=0A= 09:07:23=20tramp-get-connection-property=20(7)=20#=20check-remote-echo=20= nil=0A09:07:23=20tramp-accept-process-output=20(10)=20#=20*tramp/scp=20= hydra.local*=20run=0A09:07:24=20tramp-accept-process-output=20(10)=20#=20= =0A09:07:24=20tramp-get-connection-property=20(7)=20#=20= check-remote-echo=20nil=0A09:07:24=20tramp-get-connection-property=20(7)=20= #=20check-remote-echo=20nil=0A09:07:24=20tramp-accept-process-output=20= (10)=20#=20*tramp/scp=20hydra.local*=20run=0A09:07:25=20= tramp-accept-process-output=20(10)=20#=20=0A09:07:25=20= tramp-get-connection-property=20(7)=20#=20check-remote-echo=20nil=0A= 09:07:25=20tramp-get-connection-property=20(7)=20#=20check-remote-echo=20= nil=0A09:07:25=20tramp-accept-process-output=20(10)=20#=20*tramp/scp=20= hydra.local*=20run=0A09:07:26=20tramp-accept-process-output=20(10)=20#=20= =0A09:07:26=20tramp-get-connection-property=20(7)=20#=20= check-remote-echo=20nil=0A09:07:26=20tramp-get-connection-property=20(7)=20= #=20check-remote-echo=20nil=0A09:07:26=20tramp-accept-process-output=20= (10)=20#=20*tramp/scp=20hydra.local*=20run=0A09:07:27=20= tramp-accept-process-output=20(10)=20#=20=0A09:07:27=20= tramp-get-connection-property=20(7)=20#=20check-remote-echo=20nil=0A= 09:07:27=20tramp-get-connection-property=20(7)=20#=20check-remote-echo=20= nil=0A09:07:27=20tramp-accept-process-output=20(10)=20#=20*tramp/scp=20= hydra.local*=20run=0A09:07:28=20tramp-accept-process-output=20(10)=20#=20= =0A09:07:28=20tramp-get-connection-property=20(7)=20#=20= check-remote-echo=20nil=0A09:07:28=20tramp-get-connection-property=20(7)=20= #=20check-remote-echo=20nil=0A09:07:28=20tramp-accept-process-output=20= (10)=20#=20*tramp/scp=20hydra.local*=20run=0A09:07:29=20= tramp-accept-process-output=20(10)=20#=20=0A09:07:29=20= tramp-get-connection-property=20(7)=20#=20check-remote-echo=20nil=0A= 09:07:29=20tramp-get-connection-property=20(7)=20#=20check-remote-echo=20= nil=0A09:07:29=20tramp-accept-process-output=20(10)=20#=20*tramp/scp=20= hydra.local*=20run=0A09:07:30=20tramp-accept-process-output=20(10)=20#=20= =0A09:07:30=20tramp-get-connection-property=20(7)=20#=20= check-remote-echo=20nil=0A09:07:30=20tramp-get-connection-property=20(7)=20= #=20check-remote-echo=20nil=0A09:07:30=20tramp-accept-process-output=20= (10)=20#=20*tramp/scp=20hydra.local*=20run=0A09:07:31=20= tramp-accept-process-output=20(10)=20#=20=0A09:07:31=20= tramp-get-connection-property=20(7)=20#=20check-remote-echo=20nil=0A= 09:07:31=20tramp-get-connection-property=20(7)=20#=20check-remote-echo=20= nil=0A09:07:31=20tramp-accept-process-output=20(10)=20#=20*tramp/scp=20= hydra.local*=20run=0A09:07:32=20tramp-accept-process-output=20(10)=20#=20= =0A09:07:32=20tramp-get-connection-property=20(7)=20#=20= check-remote-echo=20nil=0A09:07:32=20tramp-get-connection-property=20(7)=20= #=20check-remote-echo=20nil=0A09:07:32=20tramp-accept-process-output=20= (10)=20#=20*tramp/scp=20hydra.local*=20run=0A09:07:33=20= tramp-accept-process-output=20(10)=20#=20=0A09:07:33=20= tramp-get-connection-property=20(7)=20#=20check-remote-echo=20nil=0A= 09:07:33=20tramp-get-connection-property=20(7)=20#=20check-remote-echo=20= nil=0A09:07:33=20tramp-accept-process-output=20(10)=20#=20*tramp/scp=20= hydra.local*=20run=0A09:07:34=20tramp-accept-process-output=20(10)=20#=20= =0A09:07:34=20tramp-get-connection-property=20(7)=20#=20= check-remote-echo=20nil=0A09:07:34=20tramp-get-connection-property=20(7)=20= #=20check-remote-echo=20nil=0A09:07:34=20tramp-accept-process-output=20= (10)=20#=20*tramp/scp=20hydra.local*=20run=0A09:07:35=20= tramp-accept-process-output=20(10)=20#=20=0A09:07:35=20= tramp-get-connection-property=20(7)=20#=20check-remote-echo=20nil=0A= 09:07:35=20tramp-get-connection-property=20(7)=20#=20check-remote-echo=20= nil=0A09:07:35=20tramp-accept-process-output=20(10)=20#=20*tramp/scp=20= hydra.local*=20run=0A09:07:36=20tramp-accept-process-output=20(10)=20#=20= =0A09:07:36=20tramp-get-connection-property=20(7)=20#=20= check-remote-echo=20nil=0A09:07:36=20tramp-get-connection-property=20(7)=20= #=20check-remote-echo=20nil=0A09:07:36=20tramp-accept-process-output=20= (10)=20#=20*tramp/scp=20hydra.local*=20run=0A09:07:37=20= tramp-accept-process-output=20(10)=20#=20=0A09:07:37=20= tramp-get-connection-property=20(7)=20#=20check-remote-echo=20nil=0A= 09:07:37=20tramp-get-connection-property=20(7)=20#=20check-remote-echo=20= nil=0A09:07:37=20tramp-accept-process-output=20(10)=20#=20*tramp/scp=20= hydra.local*=20run=0A09:07:38=20tramp-accept-process-output=20(10)=20#=20= =0A09:07:38=20tramp-get-connection-property=20(7)=20#=20= check-remote-echo=20nil=0A09:07:38=20tramp-get-connection-property=20(7)=20= #=20check-remote-echo=20nil=0A09:07:38=20tramp-accept-process-output=20= (10)=20#=20*tramp/scp=20hydra.local*=20run=0A09:07:39=20= tramp-accept-process-output=20(10)=20#=20=0A09:07:39=20= tramp-get-connection-property=20(7)=20#=20check-remote-echo=20nil=0A= 09:07:39=20tramp-get-connection-property=20(7)=20#=20check-remote-echo=20= nil=0A09:07:39=20tramp-accept-process-output=20(10)=20#=20*tramp/scp=20= hydra.local*=20run=0A09:07:40=20tramp-accept-process-output=20(10)=20#=20= =0A09:07:40=20tramp-get-connection-property=20(7)=20#=20= check-remote-echo=20nil=0A09:07:40=20tramp-get-connection-property=20(7)=20= #=20check-remote-echo=20nil=0A09:07:40=20tramp-accept-process-output=20= (10)=20#=20*tramp/scp=20hydra.local*=20run=0A09:07:41=20= tramp-accept-process-output=20(10)=20#=20=0A09:07:41=20= tramp-get-connection-property=20(7)=20#=20check-remote-echo=20nil=0A= 09:07:41=20tramp-get-connection-property=20(7)=20#=20check-remote-echo=20= nil=0A09:07:41=20tramp-accept-process-output=20(10)=20#=20*tramp/scp=20= hydra.local*=20run=0A09:07:42=20tramp-accept-process-output=20(10)=20#=20= =0A09:07:42=20tramp-get-connection-property=20(7)=20#=20= check-remote-echo=20nil=0A09:07:42=20tramp-get-connection-property=20(7)=20= #=20check-remote-echo=20nil=0A09:07:42=20tramp-accept-process-output=20= (10)=20#=20*tramp/scp=20hydra.local*=20run=0A09:07:43=20= tramp-accept-process-output=20(10)=20#=20=0A09:07:43=20= tramp-get-connection-property=20(7)=20#=20check-remote-echo=20nil=0A= 09:07:43=20tramp-get-connection-property=20(7)=20#=20check-remote-echo=20= nil=0A09:07:43=20tramp-accept-process-output=20(10)=20#=20*tramp/scp=20= hydra.local*=20run=0A09:07:44=20tramp-accept-process-output=20(10)=20#=20= =0A09:07:44=20tramp-get-connection-property=20(7)=20#=20= check-remote-echo=20nil=0A09:07:44=20tramp-get-connection-property=20(7)=20= #=20check-remote-echo=20nil=0A09:07:44=20tramp-accept-process-output=20= (10)=20#=20*tramp/scp=20hydra.local*=20run=0A09:07:45=20= tramp-accept-process-output=20(10)=20#=20=0A09:07:45=20= tramp-get-connection-property=20(7)=20#=20check-remote-echo=20nil=0A= 09:07:45=20tramp-get-connection-property=20(7)=20#=20check-remote-echo=20= nil=0A09:07:45=20tramp-accept-process-output=20(10)=20#=20*tramp/scp=20= hydra.local*=20run=0A09:07:46=20tramp-accept-process-output=20(10)=20#=20= =0A09:07:46=20tramp-get-connection-property=20(7)=20#=20= check-remote-echo=20nil=0A09:07:46=20tramp-get-connection-property=20(7)=20= #=20check-remote-echo=20nil=0A09:07:46=20tramp-accept-process-output=20= (10)=20#=20*tramp/scp=20hydra.local*=20run=0A09:07:47=20= tramp-accept-process-output=20(10)=20#=20=0A09:07:47=20= tramp-get-connection-property=20(7)=20#=20check-remote-echo=20nil=0A= 09:07:47=20tramp-get-connection-property=20(7)=20#=20check-remote-echo=20= nil=0A09:07:47=20tramp-accept-process-output=20(10)=20#=20*tramp/scp=20= hydra.local*=20run=0A09:07:48=20tramp-accept-process-output=20(10)=20#=20= =0A09:07:48=20tramp-get-connection-property=20(7)=20#=20= check-remote-echo=20nil=0A09:07:48=20tramp-get-connection-property=20(7)=20= #=20check-remote-echo=20nil=0A09:07:48=20tramp-accept-process-output=20= (10)=20#=20*tramp/scp=20hydra.local*=20run=0A09:07:49=20= tramp-accept-process-output=20(10)=20#=20=0A09:07:49=20= tramp-get-connection-property=20(7)=20#=20check-remote-echo=20nil=0A= 09:07:49=20tramp-get-connection-property=20(7)=20#=20check-remote-echo=20= nil=0A09:07:49=20tramp-accept-process-output=20(10)=20#=20*tramp/scp=20= hydra.local*=20run=0A09:07:50=20tramp-accept-process-output=20(10)=20#=20= =0A09:07:50=20tramp-get-connection-property=20(7)=20#=20= check-remote-echo=20nil=0A09:07:50=20tramp-get-connection-property=20(7)=20= #=20check-remote-echo=20nil=0A09:07:50=20tramp-accept-process-output=20= (10)=20#=20*tramp/scp=20hydra.local*=20run=0A09:07:51=20= tramp-accept-process-output=20(10)=20#=20=0A09:07:51=20= tramp-get-connection-property=20(7)=20#=20check-remote-echo=20nil=0A= 09:07:51=20tramp-get-connection-property=20(7)=20#=20check-remote-echo=20= nil=0A09:07:51=20tramp-accept-process-output=20(10)=20#=20*tramp/scp=20= hydra.local*=20run=0A09:07:52=20tramp-accept-process-output=20(10)=20#=20= =0A09:07:52=20tramp-get-connection-property=20(7)=20#=20= check-remote-echo=20nil=0A09:07:52=20tramp-get-connection-property=20(7)=20= #=20check-remote-echo=20nil=0A09:07:52=20tramp-accept-process-output=20= (10)=20#=20*tramp/scp=20hydra.local*=20run=0A09:07:53=20= tramp-accept-process-output=20(10)=20#=20=0A09:07:53=20= tramp-get-connection-property=20(7)=20#=20check-remote-echo=20nil=0A= 09:07:53=20tramp-get-connection-property=20(7)=20#=20check-remote-echo=20= nil=0A09:07:53=20tramp-accept-process-output=20(10)=20#=20*tramp/scp=20= hydra.local*=20run=0A09:07:54=20tramp-accept-process-output=20(10)=20#=20= =0A09:07:54=20tramp-get-connection-property=20(7)=20#=20= check-remote-echo=20nil=0A09:07:54=20tramp-get-connection-property=20(7)=20= #=20check-remote-echo=20nil=0A09:07:54=20tramp-accept-process-output=20= (10)=20#=20*tramp/scp=20hydra.local*=20run=0A09:07:55=20= tramp-accept-process-output=20(10)=20#=20=0A09:07:55=20= tramp-get-connection-property=20(7)=20#=20check-remote-echo=20nil=0A= 09:07:55=20tramp-get-connection-property=20(7)=20#=20check-remote-echo=20= nil=0A09:07:55=20tramp-accept-process-output=20(10)=20#=20*tramp/scp=20= hydra.local*=20run=0A09:07:56=20tramp-accept-process-output=20(10)=20#=20= =0A09:07:56=20tramp-get-connection-property=20(7)=20#=20= check-remote-echo=20nil=0A09:07:56=20tramp-get-connection-property=20(7)=20= #=20check-remote-echo=20nil=0A09:07:56=20tramp-accept-process-output=20= (10)=20#=20*tramp/scp=20hydra.local*=20run=0A09:07:57=20= tramp-accept-process-output=20(10)=20#=20=0A09:07:57=20= tramp-get-connection-property=20(7)=20#=20check-remote-echo=20nil=0A= 09:07:57=20tramp-get-connection-property=20(7)=20#=20check-remote-echo=20= nil=0A09:07:57=20tramp-accept-process-output=20(10)=20#=20*tramp/scp=20= hydra.local*=20run=0A09:07:58=20tramp-accept-process-output=20(10)=20#=20= =0A09:07:58=20tramp-get-connection-property=20(7)=20#=20= check-remote-echo=20nil=0A09:07:58=20tramp-get-connection-property=20(7)=20= #=20check-remote-echo=20nil=0A09:07:58=20tramp-accept-process-output=20= (10)=20#=20*tramp/scp=20hydra.local*=20run=0A09:07:59=20= tramp-accept-process-output=20(10)=20#=20=0A09:07:59=20= tramp-get-connection-property=20(7)=20#=20check-remote-echo=20nil=0A= 09:07:59=20tramp-get-connection-property=20(7)=20#=20check-remote-echo=20= nil=0A09:07:59=20tramp-accept-process-output=20(10)=20#=20*tramp/scp=20= hydra.local*=20run=0A09:08:00=20tramp-accept-process-output=20(10)=20#=20= =0A09:08:00=20tramp-get-connection-property=20(7)=20#=20= check-remote-echo=20nil=0A09:08:00=20tramp-get-connection-property=20(7)=20= #=20check-remote-echo=20nil=0A09:08:00=20tramp-accept-process-output=20= (10)=20#=20*tramp/scp=20hydra.local*=20run=0A09:08:01=20= tramp-wait-for-regexp=20(6)=20#=20=0A09:08:01=20tramp-wait-for-regexp=20= (1)=20#=20File=20error:=20[[Regexp=20`\(^[^#$%>=0A]*[#$%>]=20*\|^[^#$%>=0A= ]*[#$%>]=20*\(=1B\[[0-9;]*[a-zA-Z]=20*\)*\)\''=20not=20found=20in=2060=20= secs]]=0A= --Apple-Mail-12-105549786 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit -- David Abrahams BoostPro Computing http://boostpro.com --Apple-Mail-12-105549786-- From Michael.Albinus@alcatel-lucent.de Wed Apr 22 06:59:19 2009 Received: (at 3071) by emacsbugs.donarmstrong.com; 22 Apr 2009 13:59:19 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.4 required=4.0 tests=FOURLA,HAS_BUG_NUMBER, MDO_CABLE_TV3 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mailrelay2.alcatel.de (mailrelay2.alcatel.de [194.113.59.96]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n3MDxFUq018417 for <3071@emacsbugs.donarmstrong.com>; Wed, 22 Apr 2009 06:59:17 -0700 Received: from slbhn1.alcatel.de ([149.204.90.35]) by mailrelay2.alcatel.de (8.13.8/8.13.8/ICT) with ESMTP id n3MDx44h028533; Wed, 22 Apr 2009 15:59:04 +0200 From: Michael Albinus To: David Abrahams Cc: 3071@debbugs.gnu.org, John Wiegley , tramp-devel@mail.freesoftware.fsf.org Subject: Re: bug#3071: 23.0.92; accept-process-output broken on MacOS References: <87tz4hls94.fsf@gmx.de> Date: Wed, 22 Apr 2009 15:59:03 +0200 In-Reply-To: (David Abrahams's message of "Wed, 22 Apr 2009 09:09:14 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Scanned-By: MIMEDefang 2.57 on 149.204.45.73 David Abrahams writes: >> Reading >> >> indicates, one shall set `process-connection-type' to `nil'. This is >> also documented in Bugs 2056, 2503, 2639, 2717. >> >> OTOH, the comment for `tramp-process-connection-type' says that it's >> not >> applicable for Tramp. >> >> Hmm. What happens, when you set `tramp-process-connection-type' to >> nil'? >> Does Tramp still work on your mac? > > Nope. That's what I've feared. The comment says, that Tramp needs a pty for connection; `process-connection-type' must be set to t therefore. So that's not applicable. > David Abrahams Best regards, Michael. From dave@boostpro.com Wed Apr 22 07:52:11 2009 Received: (at 3071) by emacsbugs.donarmstrong.com; 22 Apr 2009 14:52:11 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.4 required=4.0 tests=FOURLA,HAS_BUG_NUMBER, MDO_CABLE_TV3 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from boost-consulting.com (boost-consulting.com [206.71.190.141]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n3MEq9O3032594 for <3071@emacsbugs.donarmstrong.com>; Wed, 22 Apr 2009 07:52:10 -0700 Received: from [192.168.188.134] (207-172-223-249.c3-0.smr-ubr3.sbo-smr.ma.static.cable.rcn.com [207.172.223.249]) (Authenticated sender: dave) by boost-consulting.com (Postfix) with ESMTPSA id 078C51CC22; Wed, 22 Apr 2009 07:49:41 -0700 (PDT) From: David Abrahams To: Michael Albinus In-Reply-To: Subject: Re: bug#3071: 23.0.92; accept-process-output broken on MacOS References: <87tz4hls94.fsf@gmx.de> Message-Id: <390359D1-478E-4D4B-A2F6-0CC9A92EAC62@boostpro.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.4) Date: Wed, 22 Apr 2009 10:52:07 -0400 Cc: 3071@debbugs.gnu.org, John Wiegley , tramp-devel@mail.freesoftware.fsf.org X-Mailer: Apple Mail (2.930.4) On Apr 22, 2009, at 9:59 AM, Michael Albinus wrote: > David Abrahams writes: > >>> Reading >>> >>> indicates, one shall set `process-connection-type' to `nil'. This is >>> also documented in Bugs 2056, 2503, 2639, 2717. >>> >>> OTOH, the comment for `tramp-process-connection-type' says that it's >>> not >>> applicable for Tramp. >>> >>> Hmm. What happens, when you set `tramp-process-connection-type' to >>> nil'? >>> Does Tramp still work on your mac? >> >> Nope. > > That's what I've feared. The comment says, that Tramp needs a pty for > connection; `process-connection-type' must be set to t therefore. So > that's not applicable. FWIW, on my machine, t is the default for process-connection-type as well as tramp-process-connection-type. -- David Abrahams BoostPro Computing http://boostpro.com From rgm@gnu.org Sat May 2 16:52:24 2009 Received: (at control) by emacsbugs.donarmstrong.com; 2 May 2009 23:52:25 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.0 required=4.0 tests=VALID_BTS_CONTROL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n42NqLhm021945 for ; Sat, 2 May 2009 16:52:23 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1M0P0H-0000i9-Cz; Sat, 02 May 2009 19:52:21 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18940.56501.313879.359335@fencepost.gnu.org> Date: Sat, 2 May 2009 19:52:21 -0400 From: Glenn Morris To: control Subject: control message reassign 3071 emacs,ns reassign 3082 emacs,ns reassign 3122 emacs,w32 reassign 3185 emacs,ns severity 3175 wishlist reassign 3174 emacs,ns reassign 3149 emacs,ns reassign 3146 emacs,ns unarchive 2689 reopen 2689 severity 3098 minor From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 11 15:24:48 2016 Received: (at 3071) by debbugs.gnu.org; 11 Feb 2016 20:24:49 +0000 Received: from localhost ([127.0.0.1]:36956 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aTxnE-0008V3-Oc for submit@debbugs.gnu.org; Thu, 11 Feb 2016 15:24:48 -0500 Received: from mail-wm0-f44.google.com ([74.125.82.44]:37754) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aTxnC-0008Uq-JE for 3071@debbugs.gnu.org; Thu, 11 Feb 2016 15:24:47 -0500 Received: by mail-wm0-f44.google.com with SMTP id g62so84738669wme.0 for <3071@debbugs.gnu.org>; Thu, 11 Feb 2016 12:24:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=sender:from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=sPFbeCsnzCJ2WXsaiR3DYanrsFnIjgUA0uMZvLQSSYI=; b=eHxTX/YZhqZ7vHQgZIx4GvhjZgaqwUQEbjgQeb1zrLpw6Rjgb8Urulj/EdsGhLXgxI WmmdQ0EHH0aT3qPbBhUuS9Yu1xBwqLFWSBI0uxnD10AHV662U0bLrXLtsBOTQGPLAICf trHkNcxQIM+7E4Pobab3ZyKY7Bfx91HFqq/HrE3JpvlKLH3c5Guitc4mfYtENui6fE4K pSc2dvruaVY5K4bdVM9tdvHEVu2Qr8519bFL4bAhXMu5Xv9qbxULwBBAgVcB4jOxNrSa Ylfkvpfscmv6LWVBKk7+kzIw0kESWB1GGOWhRQ05QSSn/nsMLOqKF1lGUZdjzmxEf7Ng phow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:in-reply-to:references :user-agent:date:message-id:mime-version:content-type; bh=sPFbeCsnzCJ2WXsaiR3DYanrsFnIjgUA0uMZvLQSSYI=; b=M2KpVyQuTwc1344pNB2azqHHloHMIthsnOMrcbqQ7rpRxyAW6HNFzY8LZ386hNmElA 3N8Pqf24Se5hkr5sf6VHAqciEIqoq8dVKUD+/mosC9RzviebIblTe2YYkCpB8ovlqL2u JhWdcKpnLlvpcz74ALfVyH+f0b7Lx/8bTR0mJyR3srCkIY88ZZbZro91tKJf+kwNGe5c 2Wm+SrtsIJzzMET0jbWupSiRR2RoAZlMYc22O3iTERdXKNRsuxIyPbJC4PfcVJuJpwdx KXoJSZ/KAXICjqFyS4yVWRxsXAUftrs55d6PP/wninRS6sudn1oLonTtvEbz5W3/HRPQ ZlcA== X-Gm-Message-State: AG10YOQmhSwmDV5QTdIbrUoMSOKYcb6w5f7kKKNni/8jKCv0F4uUkcWAVKY4URdV0AobEA== X-Received: by 10.194.157.165 with SMTP id wn5mr55495727wjb.41.1455222281113; Thu, 11 Feb 2016 12:24:41 -0800 (PST) Received: from galloway.idiocy.org (c.f.9.0.5.3.0.e.5.e.a.d.2.7.5.5.9.2.1.8.8.f.3.0.0.b.8.0.1.0.0.2.ip6.arpa. [2001:8b0:3f8:8129:5572:dae5:e035:9fc]) by smtp.gmail.com with ESMTPSA id ei9sm9041973wjd.40.2016.02.11.12.24.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 11 Feb 2016 12:24:40 -0800 (PST) From: Alan Third To: YAMAMOTO Mitsuharu Subject: Re: bug#3071: 23.0.92; accept-process-output broken on MacOS In-Reply-To: (YAMAMOTO Mitsuharu's message of "Wed, 22 Apr 2009 08:46:19 +0900") References: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.90 (darwin) Date: Thu, 11 Feb 2016 20:24:38 +0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 3071 Cc: David Abrahams , John Wiegley , tramp-devel@mail.freesoftware.fsf.org, 3071@debbugs.gnu.org, michael.albinus@gmx.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) YAMAMOTO Mitsuharu writes: >>>>>> On Tue, 21 Apr 2009 08:52:04 -0400, David Abrahams said: > >> Opening remote files/directories via TRAMP is wicked slow on MacOS; >> the same operation on a linux emacs running on the same hardware is >> practically instantaneous. > >> In GNU Emacs 23.0.92.1 (i386-apple-darwin9.6.2, NS apple-appkit-949.43) >> of 2009-04-19 on zreba.local >> Windowing system distributor `Apple', version 10.3.949 >> configured using `configure '--with-ns' '--with-jpeg' '--with-tiff' '--with-gif'' > > I tried the following steps with both the Cocoa/GNUstep port and the > X11 build on the same machine running Mac OS X 10.5.6. Both are > compiled from the latest CVS trunk. > > 1. Start Emacs with the `-Q' option. > 2. C-x C-f /sshx:remotehost: RET (remotehost is running Solaris) > > The Cocoa/GNUstep port was much slower (~20 sec. to list the home > directory) than the X11 build (< 2 sec.). I've just tried this on Emacs 25 and it all seems pretty snappy. If anyone is still finding it to be slow please let meknow, otherwise I'll close this bug as fixed. -- Alan Third From debbugs-submit-bounces@debbugs.gnu.org Tue May 31 16:03:12 2016 Received: (at control) by debbugs.gnu.org; 31 May 2016 20:03:12 +0000 Received: from localhost ([127.0.0.1]:48686 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1b7psd-0004co-Qs for submit@debbugs.gnu.org; Tue, 31 May 2016 16:03:12 -0400 Received: from mail-wm0-f45.google.com ([74.125.82.45]:36952) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1b7psc-0004cb-73 for control@debbugs.gnu.org; Tue, 31 May 2016 16:03:10 -0400 Received: by mail-wm0-f45.google.com with SMTP id z87so2113566wmh.0 for ; Tue, 31 May 2016 13:03:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=sender:date:message-id:to:from:subject; bh=PcgDNmosj5gWg15sH2chmeNAr3ra0qK4PK0U9QrpDn8=; b=A7R1/8cqJahJpVHy0nnzpK5aIo4hp5iUCqt768hDj0Id37KUpEVSWOfQwhgCRuzoTG Rw9jPUVRt/nZDFg/S/D/n6igGpBnEbi0YDBeceOtGgv/5oTYArMFOYFWTjeYgaPi+OCE 7tHn1jFVUguFGY3UrvNhS7xEhc2dabQHdtAMebO5xIrhUdXyT/3jG/+xnRCRpT5wBg0G L2lFoKHFIRiF/I5N5j6zItfsGgt4wzW1A+XbfvneBl70ZHxX8f3jLT0+X/vim2b7cw2k xCfNODxGRV7sN9XATLeO8oHcdjsjtdRO+TVn9lJzBrZ/d/amAntoXSf1oYeCxQVCcdKX Q51w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:message-id:to:from:subject; bh=PcgDNmosj5gWg15sH2chmeNAr3ra0qK4PK0U9QrpDn8=; b=NYHnPO8yzCt/XBgLGfcf+tuZBiZUs7iJBKKMzqLtRECDJ3W8mrY5qY6tuGRg5DMJj4 DAV7Mywkt9uQ92RiRKcdjC2HtOhoSPO+Lb5auT64cg7PzIuBryE2v4dVTYf0WtLWUDsz 9wbBWejio/V1L20VDG07apDwEVxfM6Mv+5aXXnxDevk0ThZOVSW5hl/JBpzPcfJDwSSs jDZZnaBpnnrOhJsy+u8wkAZbzGwbbiNM30lPDN5SvnVjOsE2ojScJ7b/rzParsRYOgpV 2tUULTsIkMntTzeUBhligk2jyoblmI9pgdVgJFjblOgPiiMsMFmeU5Mt2SDsamGVZyf5 YesA== X-Gm-Message-State: ALyK8tImykeWOUeSALbSzr5criWwfUUVTZEEqpih43C5AzrTClQFhw2Hp/9iyxMaixHO9Q== X-Received: by 10.194.0.242 with SMTP id 18mr34093091wjh.105.1464724984712; Tue, 31 May 2016 13:03:04 -0700 (PDT) Received: from breton.holly.idiocy.org (ip6-2001-08b0-03f8-8129-20c5-ff51-aaec-eb15.holly.idiocy.org. [2001:8b0:3f8:8129:20c5:ff51:aaec:eb15]) by smtp.gmail.com with ESMTPSA id c191sm2213033wmh.5.2016.05.31.13.03.03 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 31 May 2016 13:03:04 -0700 (PDT) Date: Tue, 31 May 2016 21:03:04 +0100 Message-Id: To: control@debbugs.gnu.org From: Alan Third Subject: control message for bug #3071 X-Spam-Score: -0.5 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) close 3071 25.1 From unknown Tue Aug 12 03:20:39 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 29 Jun 2016 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator