From unknown Mon Jun 23 23:54:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13390: tramp-adb hanging forever Resent-From: Thierry Volpiatto Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 08 Jan 2013 18:11:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 13390 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 13390@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.13576686349362 (code B ref -1); Tue, 08 Jan 2013 18:11:01 +0000 Received: (at submit) by debbugs.gnu.org; 8 Jan 2013 18:10:34 +0000 Received: from localhost ([127.0.0.1]:57125 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TsddB-0002Qx-Tz for submit@debbugs.gnu.org; Tue, 08 Jan 2013 13:10:34 -0500 Received: from eggs.gnu.org ([208.118.235.92]:40752) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tsdd9-0002Qj-9O for submit@debbugs.gnu.org; Tue, 08 Jan 2013 13:10:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tsdcy-0007Vw-44 for submit@debbugs.gnu.org; Tue, 08 Jan 2013 13:10:21 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-101.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, USER_IN_WHITELIST autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:58467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tsdcy-0007Vs-0m for submit@debbugs.gnu.org; Tue, 08 Jan 2013 13:10:20 -0500 Received: from eggs.gnu.org ([208.118.235.92]:52114) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tsdcw-00026G-Sr for bug-gnu-emacs@gnu.org; Tue, 08 Jan 2013 13:10:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tsdcv-0007S4-TC for bug-gnu-emacs@gnu.org; Tue, 08 Jan 2013 13:10:18 -0500 Received: from plane.gmane.org ([80.91.229.3]:36485) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tsdcv-0007Ro-Ml for bug-gnu-emacs@gnu.org; Tue, 08 Jan 2013 13:10:17 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Tsdd7-00078M-W7 for bug-gnu-emacs@gnu.org; Tue, 08 Jan 2013 19:10:30 +0100 Received: from lbe83-2-78-243-104-167.fbx.proxad.net ([78.243.104.167]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Jan 2013 19:10:29 +0100 Received: from thierry.volpiatto by lbe83-2-78-243-104-167.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Jan 2013 19:10:29 +0100 X-Injected-Via-Gmane: http://gmane.org/ From: Thierry Volpiatto Date: Tue, 08 Jan 2013 19:10:03 +0100 Organization: Emacs Helm Lines: 25 Message-ID: <87r4lveebo.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: lbe83-2-78-243-104-167.fbx.proxad.net User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:UxDgzGhSR4l4eGGiIWBVdVmRyuo= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -4.2 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Hi, (require 'tramp-adb) (setq tramp-adb-sdk-dir "~/share/android-sdk-linux") M-x shell adb connect 192.168.0.24:5555 => connected to 192.168.0.24:5555 adb shell ls => works as expected. [EVAL] (tramp-adb-parse-device-names nil) =>((nil "192.168.0.24:5555")) ; OK C-x C-f => find-file => /adb::/ Hang forever. I am able though to C-g to exit. With tramp-debug set to 6, nothing new or interesting popping up, just hanging forever. -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From unknown Mon Jun 23 23:54:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13390: tramp-adb hanging forever Resent-From: Michael Albinus Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 08 Jan 2013 21:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13390 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Thierry Volpiatto Cc: 13390@debbugs.gnu.org Received: via spool by 13390-submit@debbugs.gnu.org id=B13390.135768104331644 (code B ref 13390); Tue, 08 Jan 2013 21:38:02 +0000 Received: (at 13390) by debbugs.gnu.org; 8 Jan 2013 21:37:23 +0000 Received: from localhost ([127.0.0.1]:57372 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TsgrK-0008EK-B3 for submit@debbugs.gnu.org; Tue, 08 Jan 2013 16:37:23 -0500 Received: from mout.gmx.net ([212.227.17.21]:53844) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TsgrH-0008E1-HV for 13390@debbugs.gnu.org; Tue, 08 Jan 2013 16:37:21 -0500 Received: from mailout-de.gmx.net ([10.1.76.34]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0MYZTg-1TXKWv3AME-00VLla for <13390@debbugs.gnu.org>; Tue, 08 Jan 2013 22:37:07 +0100 Received: (qmail invoked by alias); 08 Jan 2013 21:37:06 -0000 Received: from p57BB97DA.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.151.218] by mail.gmx.net (mp034) with SMTP; 08 Jan 2013 22:37:06 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+cvbJZyYCcpWmJvxBBGbxvnuJnEuaQEwtWelTiwq 4/bpyjQd2xhL78 From: Michael Albinus References: <87r4lveebo.fsf@gmail.com> Date: Tue, 08 Jan 2013 22:36:59 +0100 In-Reply-To: <87r4lveebo.fsf@gmail.com> (Thierry Volpiatto's message of "Tue, 08 Jan 2013 19:10:03 +0100") Message-ID: <87lic3cq6c.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Y-GMX-Trusted: 0 X-Spam-Score: 0.8 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -0.5 (/) Thierry Volpiatto writes: > Hi, Hi Thierry, > (require 'tramp-adb) > (setq tramp-adb-sdk-dir "~/share/android-sdk-linux") > > M-x shell > adb connect 192.168.0.24:5555 > => connected to 192.168.0.24:5555 > adb shell ls > => works as expected. I would like to check it, but my limited Android know-how prevents me from this. I'm not able to connect to (the WLAN address of) my Android device: --8<---------------cut here---------------start------------->8--- ~/src/tramp> ~/src/android-sdk/platform-tools/adb connect 192.168.0.26 unable to connect to 192.168.0.26:5555 ~/src/tramp> ping 192.168.0.26 PING 192.168.0.26 (192.168.0.26) 56(84) bytes of data. 64 bytes from 192.168.0.26: icmp_req=1 ttl=64 time=257 ms --8<---------------cut here---------------end--------------->8--- USB access is OK, but that's not what we want to test. Is there something one must prepare in order to run "adb connect" successfully? Best regards, Michael. From unknown Mon Jun 23 23:54:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13390: tramp-adb hanging forever Resent-From: Thierry Volpiatto Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 08 Jan 2013 21:54:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13390 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Michael Albinus Cc: 13390@debbugs.gnu.org Received: via spool by 13390-submit@debbugs.gnu.org id=B13390.1357682019745 (code B ref 13390); Tue, 08 Jan 2013 21:54:02 +0000 Received: (at 13390) by debbugs.gnu.org; 8 Jan 2013 21:53:39 +0000 Received: from localhost ([127.0.0.1]:57390 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tsh74-0000Bw-Hl for submit@debbugs.gnu.org; Tue, 08 Jan 2013 16:53:39 -0500 Received: from mail-wi0-f180.google.com ([209.85.212.180]:44430) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tsh72-0000Bg-A5 for 13390@debbugs.gnu.org; Tue, 08 Jan 2013 16:53:37 -0500 Received: by mail-wi0-f180.google.com with SMTP id hj13so120643wib.13 for <13390@debbugs.gnu.org>; Tue, 08 Jan 2013 13:53:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:organization:references:date :in-reply-to:message-id:user-agent:mime-version:content-type; bh=2cWf2/Ln4qntJRlv99OcmNlrwNiDjiKpSC01kcUBx9A=; b=TqmJOUKna84eK6BSdpvzzkA3Ber7xW89+VRcHwoVUEDD0YbmfFdemzUQz45HVVkESf 2186/XhtnntMYhF/MnP15/G+NSsv11SELjL4Nwdxm/w77PCDhbkABrVVzJHP3Ycv+kbF C46IKdp8A23lFhzn10rHNN+KZVYNc0LGRFtoaDYjHRK6E+i5b/BM3dK3F9aDLMSfigqr 8rmqvFmFPSQhpCJMLKdklIs5Y1N+vAy0s7EZeuaZJ0dgzpZLXGFZW3IaGP7tgg8YxE5X TBZQPKzNMHLbFzPPd9oeG5obNvt2TCfL9t8Uef+/yuQeCRVdw25vDsnxGbg24TxNVFoz CbuQ== X-Received: by 10.194.123.105 with SMTP id lz9mr104660929wjb.43.1357682003280; Tue, 08 Jan 2013 13:53:23 -0800 (PST) Received: from dell-14z (lbe83-2-78-243-104-167.fbx.proxad.net. [78.243.104.167]) by mx.google.com with ESMTPS id s16sm1355784wii.0.2013.01.08.13.53.21 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 08 Jan 2013 13:53:22 -0800 (PST) From: Thierry Volpiatto Organization: Emacs Helm References: <87r4lveebo.fsf@gmail.com> <87lic3cq6c.fsf@gmx.de> Date: Tue, 08 Jan 2013 22:53:11 +0100 In-Reply-To: <87lic3cq6c.fsf@gmx.de> (Michael Albinus's message of "Tue, 08 Jan 2013 22:36:59 +0100") Message-ID: <87mwwje3zs.fsf@gmail.com> User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -1.2 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Hi Michael, Michael Albinus writes: > Thierry Volpiatto writes: > >> Hi, > > Hi Thierry, > >> (require 'tramp-adb) >> (setq tramp-adb-sdk-dir "~/share/android-sdk-linux") >> >> M-x shell >> adb connect 192.168.0.24:5555 >> => connected to 192.168.0.24:5555 >> adb shell ls >> => works as expected. > > I would like to check it, but my limited Android know-how prevents me > from this. I'm not able to connect to (the WLAN address of) my Android > device: > > ~/src/tramp> ~/src/android-sdk/platform-tools/adb connect 192.168.0.26 > unable to connect to 192.168.0.26:5555 > ~/src/tramp> ping 192.168.0.26 PING 192.168.0.26 (192.168.0.26) 56(84) bytes of data. > 64 bytes from 192.168.0.26: icmp_req=1 ttl=64 time=257 ms > > USB access is OK, but that's not what we want to test. Is there > something one must prepare in order to run "adb connect" successfully? Install adb wireless: https://play.google.com/store/apps/details?id=siir.es.adbWireless&hl=en Be sure wifi is enabled on your android device. -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From unknown Mon Jun 23 23:54:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13390: tramp-adb hanging forever Resent-From: Michael Albinus Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 09 Jan 2013 07:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13390 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Thierry Volpiatto Cc: =?UTF-8?Q?J=C3=BCrgen_?= =?UTF-8?Q?H=C3=B6tzel?= , 13390@debbugs.gnu.org Received: via spool by 13390-submit@debbugs.gnu.org id=B13390.135771538726612 (code B ref 13390); Wed, 09 Jan 2013 07:10:02 +0000 Received: (at 13390) by debbugs.gnu.org; 9 Jan 2013 07:09:47 +0000 Received: from localhost ([127.0.0.1]:57740 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TspnG-0006vA-Qf for submit@debbugs.gnu.org; Wed, 09 Jan 2013 02:09:47 -0500 Received: from mout.gmx.net ([212.227.17.21]:52043) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TspnF-0006uw-I2 for 13390@debbugs.gnu.org; Wed, 09 Jan 2013 02:09:46 -0500 Received: from mailout-de.gmx.net ([10.1.76.20]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0MdY5y-1TcOL111US-00PLi3 for <13390@debbugs.gnu.org>; Wed, 09 Jan 2013 08:09:31 +0100 Received: (qmail invoked by alias); 09 Jan 2013 07:09:30 -0000 Received: from p57BB9882.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.152.130] by mail.gmx.net (mp020) with SMTP; 09 Jan 2013 08:09:30 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX18IrlsaEbsIiozS/CQ0Y0D2Y7DQY8SN+X8qWzEVwf z9Aqq1C11D1M98 From: Michael Albinus References: <87r4lveebo.fsf@gmail.com> <87lic3cq6c.fsf@gmx.de> <87mwwje3zs.fsf@gmail.com> Date: Wed, 09 Jan 2013 08:09:22 +0100 In-Reply-To: <87mwwje3zs.fsf@gmail.com> (Thierry Volpiatto's message of "Tue, 08 Jan 2013 22:53:11 +0100") Message-ID: <87a9sisuhp.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Y-GMX-Trusted: 0 X-Spam-Score: 0.8 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -0.5 (/) Thierry Volpiatto writes: > Hi Michael, Hi Thierry, >> USB access is OK, but that's not what we want to test. Is there >> something one must prepare in order to run "adb connect" successfully? > Install adb wireless: > https://play.google.com/store/apps/details?id=siir.es.adbWireless&hl=en It says on the web page: "Rooted Phone Only!" Sorry, but that's not an option for my Nexus S. I can't check your problem. Maybe Juergen is able to do something. Or you start to debug tramp-adb.el. Best regards, Michael. From unknown Mon Jun 23 23:54:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13390: tramp-adb hanging forever Resent-From: Michael Albinus Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 16 Feb 2013 18:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13390 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Thierry Volpiatto Cc: 13390@debbugs.gnu.org Received: via spool by 13390-submit@debbugs.gnu.org id=B13390.136104102520210 (code B ref 13390); Sat, 16 Feb 2013 18:58:02 +0000 Received: (at 13390) by debbugs.gnu.org; 16 Feb 2013 18:57:05 +0000 Received: from localhost ([127.0.0.1]:59459 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U6mwa-0005Fv-Ky for submit@debbugs.gnu.org; Sat, 16 Feb 2013 13:57:04 -0500 Received: from mout.gmx.net ([212.227.17.21]:56815) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U6mwV-0005FQ-El for 13390@debbugs.gnu.org; Sat, 16 Feb 2013 13:57:02 -0500 Received: from mailout-de.gmx.net ([10.1.76.28]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0LlKzA-1UeC0U2vB8-00b5J2 for <13390@debbugs.gnu.org>; Sat, 16 Feb 2013 19:56:08 +0100 Received: (qmail invoked by alias); 16 Feb 2013 18:56:08 -0000 Received: from p57BB88E6.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.136.230] by mail.gmx.net (mp028) with SMTP; 16 Feb 2013 19:56:08 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX18LiYkYx4gLBXOORK4NrAVwl7a0nK+yk/BEsqoUy5 Obfs+2TdhRNwMW From: Michael Albinus References: <87r4lveebo.fsf@gmail.com> <87lic3cq6c.fsf@gmx.de> <87mwwje3zs.fsf@gmail.com> <87a9sisuhp.fsf@gmx.de> Date: Sat, 16 Feb 2013 19:56:00 +0100 In-Reply-To: <87a9sisuhp.fsf@gmx.de> (Michael Albinus's message of "Wed, 09 Jan 2013 08:09:22 +0100") Message-ID: <87y5eo3x6n.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Y-GMX-Trusted: 0 X-Spam-Score: 0.8 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) Michael Albinus writes: > Thierry Volpiatto writes: > >> Hi Michael, Hi Thierry, >>> USB access is OK, but that's not what we want to test. Is there >>> something one must prepare in order to run "adb connect" successfully? >> Install adb wireless: >> https://play.google.com/store/apps/details?id=siir.es.adbWireless&hl=en > > It says on the web page: "Rooted Phone Only!" > > Sorry, but that's not an option for my Nexus S. I can't check your > problem. I still have no chance to install adb wireless for the given reason. But if you have installed also an sshd app on your device, you could check any ssh-based Tramp method from now on. I've just tweaked Tramp to support this; see the Tramp manual for setup hints. It works fine for me with my Nexus S, running Android 4.1.2, and SSHDroid 1.9.6. Best regards, Michael. From unknown Mon Jun 23 23:54:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13390: tramp-adb hanging forever Resent-From: Thierry Volpiatto Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 16 Feb 2013 22:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13390 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Michael Albinus Cc: 13390@debbugs.gnu.org Received: via spool by 13390-submit@debbugs.gnu.org id=B13390.136105333212739 (code B ref 13390); Sat, 16 Feb 2013 22:23:02 +0000 Received: (at 13390) by debbugs.gnu.org; 16 Feb 2013 22:22:12 +0000 Received: from localhost ([127.0.0.1]:59548 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U6q94-0003JO-LJ for submit@debbugs.gnu.org; Sat, 16 Feb 2013 17:22:11 -0500 Received: from mail-ea0-f176.google.com ([209.85.215.176]:44019) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U6q92-0003JD-71 for 13390@debbugs.gnu.org; Sat, 16 Feb 2013 17:22:09 -0500 Received: by mail-ea0-f176.google.com with SMTP id a13so1878868eaa.7 for <13390@debbugs.gnu.org>; Sat, 16 Feb 2013 14:21:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:organization:references:date :in-reply-to:message-id:user-agent:mime-version:content-type; bh=kpNMjKNQqQ5LNgWcqIWjqVuyA+7DWn+0ANTTJOuOO80=; b=dd+q4KZ94p7Dxa+fLRGR8GIzU/gN9nekxyuhrgwmzpbwiUX7B3nQvkTw1V28NBuiIn 2hqPCbnNgs/JLEL9DA+0/b+dGEIJDTgD73KDtUw3Mxgzg2omKb7BJZUqVxOtWzBA2sjp mcCD3p5PYsplX++R2eXsklenb+HL/U60HXl80G6ONKpliSwcRrn5loXg8ETtSikNlD7h cq1ravl+ppGdTUwBA2MNqde2DjZ1v3nEu0tI1rOliIqjmt2FljQpGW9+LimbWshlLlkT DMR7Z7BhhknB0U+MZyQ+yyGE+vkTrFNOPf+tPYPMeYO422ov0sutkPWd22j2wrpii/8I 1nfw== X-Received: by 10.14.1.130 with SMTP id 2mr25199402eed.15.1361053277074; Sat, 16 Feb 2013 14:21:17 -0800 (PST) Received: from dell-14z (lbe83-2-78-243-104-167.fbx.proxad.net. [78.243.104.167]) by mx.google.com with ESMTPS id 44sm90539765eek.5.2013.02.16.14.21.14 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 16 Feb 2013 14:21:15 -0800 (PST) From: Thierry Volpiatto Organization: Emacs Helm References: <87r4lveebo.fsf@gmail.com> <87lic3cq6c.fsf@gmx.de> <87mwwje3zs.fsf@gmail.com> <87a9sisuhp.fsf@gmx.de> <87y5eo3x6n.fsf@gmx.de> Date: Sat, 16 Feb 2013 23:21:12 +0100 In-Reply-To: <87y5eo3x6n.fsf@gmx.de> (Michael Albinus's message of "Sat, 16 Feb 2013 19:56:00 +0100") Message-ID: <878v6nlx2f.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.93 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.6 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Hi Michael, Michael Albinus writes: > It works fine for me with my Nexus S, running Android 4.1.2, and > SSHDroid 1.9.6. Thanks, I will have a look as soon as possible. -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From unknown Mon Jun 23 23:54:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13390: tramp-adb hanging forever Resent-From: Thierry Volpiatto Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 18 Feb 2013 10:44:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13390 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Michael Albinus Cc: 13390@debbugs.gnu.org Received: via spool by 13390-submit@debbugs.gnu.org id=B13390.136118423224242 (code B ref 13390); Mon, 18 Feb 2013 10:44:01 +0000 Received: (at 13390) by debbugs.gnu.org; 18 Feb 2013 10:43:52 +0000 Received: from localhost ([127.0.0.1]:33893 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7OCL-0006Iu-Ph for submit@debbugs.gnu.org; Mon, 18 Feb 2013 05:43:52 -0500 Received: from mail-ee0-f44.google.com ([74.125.83.44]:55156) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7OCF-0006Ii-Aw for 13390@debbugs.gnu.org; Mon, 18 Feb 2013 05:43:47 -0500 Received: by mail-ee0-f44.google.com with SMTP id l10so2773075eei.3 for <13390@debbugs.gnu.org>; Mon, 18 Feb 2013 02:42:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:organization:references:date :in-reply-to:message-id:user-agent:mime-version:content-type; bh=eYOYIQNWc+HO8ZCdQuKAuADFnwPf9zOGazlYuxi4qOs=; b=TYIZ9wO8AGK+5Pm6CI+LhRrkz+pvEoks0uA2NPzAf07yiIn9YGLZjMBbITrJjxalWm Ub3zDeiMY9KZzY3HVPNgREfoWCUbNqUO/xTRle+J4hCwJsZtQieShNlsyDJnzlEgS8WX Wob1kEDFcG6EmwDaTbM0InIqu+1BBVP/0TePtQamTOSynUG8HpuePedbq96D8pNxjLEU 7zEsadSiEzHQWcvEFn69MaFgV2FGAtbu4h1DUg4gm6VTskhYLFABT5eoEykiHmxxMIdO OPq+vIvsXj9sBO7Ox3enpS1LjPgKFp6Vc7DZAMlQsNk3FI4kctuNp4iFr94jp+Y2cR9R UzRw== X-Received: by 10.14.173.196 with SMTP id v44mr43096713eel.29.1361184163361; Mon, 18 Feb 2013 02:42:43 -0800 (PST) Received: from dell-14z (lbe83-2-78-243-104-167.fbx.proxad.net. [78.243.104.167]) by mx.google.com with ESMTPS id 3sm97717436eej.6.2013.02.18.02.42.40 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 18 Feb 2013 02:42:41 -0800 (PST) From: Thierry Volpiatto Organization: Emacs Helm References: <87r4lveebo.fsf@gmail.com> <87lic3cq6c.fsf@gmx.de> <87mwwje3zs.fsf@gmail.com> <87a9sisuhp.fsf@gmx.de> <87y5eo3x6n.fsf@gmx.de> Date: Mon, 18 Feb 2013 11:42:34 +0100 In-Reply-To: <87y5eo3x6n.fsf@gmx.de> (Michael Albinus's message of "Sat, 16 Feb 2013 19:56:00 +0100") Message-ID: <87bobhnbs5.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.6 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Hi Michael, Michael Albinus writes: > Michael Albinus writes: > >> Thierry Volpiatto writes: >> >>> Hi Michael, > > Hi Thierry, > >>>> USB access is OK, but that's not what we want to test. Is there >>>> something one must prepare in order to run "adb connect" successfully? >>> Install adb wireless: >>> https://play.google.com/store/apps/details?id=siir.es.adbWireless&hl=en >> >> It says on the web page: "Rooted Phone Only!" >> >> Sorry, but that's not an option for my Nexus S. I can't check your >> problem. > > I still have no chance to install adb wireless for the given reason. But > if you have installed also an sshd app on your device, you could check > any ssh-based Tramp method from now on. I've just tweaked Tramp to > support this; see the Tramp manual for setup hints. > > It works fine for me with my Nexus S, running Android 4.1.2, and > SSHDroid 1.9.6. I tried this morning with 'dropbear ssh server' and it didn't work either from helm or using it normally from emacs -Q with `find-file'. This is using from helm: --8<---------------cut here---------------start------------->8--- ;; GNU Emacs: 24.3.50.1 Tramp: 2.2.7-pre -*- mode: outline; -*- 11:26:07.962245 tramp-maybe-open-connection (3) # Opening connection for zte using ssh... 11:26:07.964061 tramp-maybe-open-connection (6) # /bin/sh -i 11:26:07.966402 tramp-wait-for-regexp (6) # env: can't execute '/bin/sh': No such file or directory Connection to 192.168.0.24 closed. #$ 11:26:07.968048 tramp-maybe-open-connection (3) # Sending command `exec ssh -o ControlPath=/tmp/tramp.187045lZ.%r@%h:%p -o ControlMaster=auto -o ControlPersist=no -e none zte' 11:26:07.968465 tramp-send-command (6) # exec ssh -o ControlPath=/tmp/tramp.187045lZ.%r@%h:%p -o ControlMaster=auto -o ControlPersist=no -e none zte 11:26:07.969233 tramp-process-actions (3) # Waiting for prompts from remote shell 11:26:08.970712 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 11:26:08.971304 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 11:26:08.971829 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 11:26:08.972377 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 11:26:08.972953 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 11:26:08.973300 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 11:26:08.973619 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 11:26:08.973937 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 11:26:08.974249 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 11:26:08.974560 tramp-process-one-action (5) # Call `tramp-action-process-alive' 11:26:09.976225 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 11:26:09.976887 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 11:26:09.977413 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 11:26:09.977918 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 11:26:09.978361 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 11:26:09.978689 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 11:26:09.978996 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 11:26:09.979295 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 11:26:09.979597 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 11:26:09.979898 tramp-process-one-action (5) # Call `tramp-action-process-alive' 11:26:10.772655 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 11:26:10.773433 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 11:26:10.773832 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 11:26:10.774224 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 11:26:10.774547 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 11:26:10.774882 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 11:26:10.775196 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 11:26:10.775508 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 11:26:10.775809 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 11:26:10.776106 tramp-process-one-action (5) # Call `tramp-action-process-alive' 11:26:10.980523 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 11:26:10.981338 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 11:26:10.981835 tramp-process-one-action (5) # Call `tramp-action-password' 11:26:10.982187 tramp-action-password (3) # Sending password 11:26:10.983267 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 11:26:10.983689 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 11:26:10.984012 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 11:26:10.984345 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 11:26:10.984713 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 11:26:10.985041 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 11:26:10.985352 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 11:26:10.985654 tramp-process-one-action (5) # Call `tramp-action-process-alive' 11:26:10.986107 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 11:26:10.986434 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 11:26:10.986775 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 11:26:10.987110 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 11:26:10.987412 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 11:26:10.987715 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 11:26:10.988028 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 11:26:10.988336 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 11:26:10.988659 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 11:26:10.988971 tramp-process-one-action (5) # Call `tramp-action-process-alive' 11:26:11.480890 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 11:26:11.481811 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 11:26:11.482178 tramp-process-one-action (5) # Call `tramp-action-password' 11:26:11.482521 tramp-action-password (3) # Sending password 11:26:15.021031 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 11:26:15.021556 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 11:26:15.021911 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 11:26:15.022255 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 11:26:15.022586 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 11:26:15.022920 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 11:26:15.023236 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 11:26:15.023545 tramp-process-one-action (5) # Call `tramp-action-process-alive' 11:26:15.024005 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 11:26:15.024520 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 11:26:15.025106 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 11:26:15.025579 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 11:26:15.025899 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 11:26:15.026208 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 11:26:15.026518 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 11:26:15.026825 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 11:26:15.027122 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 11:26:15.027422 tramp-process-one-action (5) # Call `tramp-action-process-alive' 11:26:15.921017 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 11:26:15.921598 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 11:26:15.922128 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 11:26:15.922642 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 11:26:15.923066 tramp-process-one-action (5) # Call `tramp-action-succeed' 11:26:15.923417 tramp-process-actions (6) # Welcome to DropBear SSH Server II! root@192.168.0.24's password: Permission denied, please try again. root@192.168.0.24's password: -sh-3.2# 11:26:15.923775 tramp-maybe-open-connection (3) # Found remote shell prompt on `zte' 11:26:15.924110 tramp-open-shell (5) # Opening remote shell `/bin/sh'... 11:26:15.924616 tramp-send-command (6) # exec env ENV='' PROMPT_COMMAND='' PS1=\#\$\ PS2='' PS3='' /bin/sh 11:26:16.113692 tramp-process-sentinel (5) # Sentinel called: `*tramp/ssh zte*' `exited abnormally with code 127 ' 11:26:16.114385 tramp-wait-for-regexp (1) # File error: Process has died 11:26:16.114826 tramp-wait-for-regexp (5) # Opening remote shell `/bin/sh'...done 11:26:16.115136 tramp-wait-for-regexp (3) # Opening connection for zte using ssh...done 11:32:32.782304 tramp-maybe-open-connection (3) # Opening connection for zte using ssh... 11:32:32.784282 tramp-maybe-open-connection (6) # /bin/sh -i 11:32:32.787418 tramp-wait-for-regexp (6) # env: can't execute '/bin/sh': No such file or directory Connection to 192.168.0.24 closed. #$ 11:32:32.789182 tramp-maybe-open-connection (3) # Sending command `exec ssh -o ControlPath=/tmp/tramp.18704Gwf.%r@%h:%p -o ControlMaster=auto -o ControlPersist=no -e none zte' 11:32:32.789538 tramp-send-command (6) # exec ssh -o ControlPath=/tmp/tramp.18704Gwf.%r@%h:%p -o ControlMaster=auto -o ControlPersist=no -e none zte 11:32:32.790353 tramp-process-actions (3) # Waiting for prompts from remote shell 11:32:33.791681 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 11:32:33.792253 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 11:32:33.792884 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 11:32:33.793440 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 11:32:33.793892 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 11:32:33.794220 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 11:32:33.794527 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 11:32:33.794835 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 11:32:33.795132 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 11:32:33.795427 tramp-process-one-action (5) # Call `tramp-action-process-alive' 11:32:34.797081 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 11:32:34.797617 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 11:32:34.798099 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 11:32:34.798569 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 11:32:34.799011 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 11:32:34.799453 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 11:32:34.799810 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 11:32:34.800156 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 11:32:34.800505 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 11:32:34.800793 tramp-process-one-action (5) # Call `tramp-action-process-alive' 11:32:35.741593 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 11:32:35.742096 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 11:32:35.742442 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 11:32:35.742813 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 11:32:35.743121 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 11:32:35.743448 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 11:32:35.743748 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 11:32:35.744046 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 11:32:35.744331 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 11:32:35.744647 tramp-process-one-action (5) # Call `tramp-action-process-alive' 11:32:35.929807 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 11:32:35.930563 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 11:32:35.931080 tramp-process-one-action (5) # Call `tramp-action-password' 11:32:35.931537 tramp-action-password (3) # Sending password 11:32:35.932666 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 11:32:35.933083 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 11:32:35.933395 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 11:32:35.933718 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 11:32:35.934038 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 11:32:35.934348 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 11:32:35.934648 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 11:32:35.934944 tramp-process-one-action (5) # Call `tramp-action-process-alive' 11:32:35.935376 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 11:32:35.935693 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 11:32:35.936022 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 11:32:35.936358 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 11:32:35.936686 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 11:32:35.936983 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 11:32:35.937277 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 11:32:35.937573 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 11:32:35.937864 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 11:32:35.938147 tramp-process-one-action (5) # Call `tramp-action-process-alive' 11:32:36.432789 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 11:32:36.433584 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 11:32:36.434059 tramp-process-one-action (5) # Call `tramp-action-password' 11:32:36.434408 tramp-action-password (3) # Sending password 11:32:39.711657 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 11:32:39.712143 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 11:32:39.712521 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 11:32:39.712860 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 11:32:39.713199 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 11:32:39.713520 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 11:32:39.713823 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 11:32:39.714115 tramp-process-one-action (5) # Call `tramp-action-process-alive' 11:32:39.715018 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 11:32:39.715389 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 11:32:39.715825 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 11:32:39.716164 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 11:32:39.716503 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 11:32:39.716806 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 11:32:39.717102 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 11:32:39.717401 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 11:32:39.717693 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 11:32:39.717977 tramp-process-one-action (5) # Call `tramp-action-process-alive' 11:32:40.502221 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 11:32:40.502632 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 11:32:40.502966 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 11:32:40.503308 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 11:32:40.503606 tramp-process-one-action (5) # Call `tramp-action-succeed' 11:32:40.503929 tramp-process-actions (6) # Welcome to DropBear SSH Server II! root@192.168.0.24's password: Permission denied, please try again. root@192.168.0.24's password: -sh-3.2# 11:32:40.504273 tramp-maybe-open-connection (3) # Found remote shell prompt on `zte' 11:32:40.504660 tramp-open-shell (5) # Opening remote shell `/bin/sh'... 11:32:40.505086 tramp-send-command (6) # exec env ENV='' PROMPT_COMMAND='' PS1=\#\$\ PS2='' PS3='' /bin/sh 11:32:40.745276 tramp-process-sentinel (5) # Sentinel called: `*tramp/ssh zte*' `exited abnormally with code 127 ' 11:32:40.745978 tramp-wait-for-regexp (1) # File error: Process has died 11:32:40.746397 tramp-wait-for-regexp (5) # Opening remote shell `/bin/sh'...done 11:32:40.746698 tramp-wait-for-regexp (3) # Opening connection for zte using ssh...done 11:32:47.574809 tramp-get-test-command (5) # Finding a suitable `test' command 11:32:47.575492 tramp-maybe-open-connection (3) # Opening connection for zte using ssh... 11:32:47.577278 tramp-maybe-open-connection (6) # /bin/sh -i 11:32:47.579443 tramp-wait-for-regexp (6) # env: can't execute '/bin/sh': No such file or directory Connection to 192.168.0.24 closed. #$ 11:32:47.581272 tramp-maybe-open-connection (3) # Sending command `exec ssh -o ControlPath=/tmp/tramp.18704T6l.%r@%h:%p -o ControlMaster=auto -o ControlPersist=no -e none zte' 11:32:47.581629 tramp-send-command (6) # exec ssh -o ControlPath=/tmp/tramp.18704T6l.%r@%h:%p -o ControlMaster=auto -o ControlPersist=no -e none zte 11:32:47.582455 tramp-process-actions (3) # Waiting for prompts from remote shell 11:32:48.583793 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 11:32:48.584375 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 11:32:48.585164 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 11:32:48.585717 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 11:32:48.586041 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 11:32:48.586358 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 11:32:48.586670 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 11:32:48.586980 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 11:32:48.587299 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 11:32:48.587598 tramp-process-one-action (5) # Call `tramp-action-process-alive' 11:32:49.588834 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 11:32:49.589405 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 11:32:49.589905 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 11:32:49.590412 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 11:32:49.590874 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 11:32:49.591253 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 11:32:49.591571 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 11:32:49.591873 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 11:32:49.592160 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 11:32:49.592499 tramp-process-one-action (5) # Call `tramp-action-process-alive' 11:32:50.085383 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 11:32:50.086188 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 11:32:50.086582 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 11:32:50.086974 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 11:32:50.087331 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 11:32:50.087667 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 11:32:50.087986 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 11:32:50.088299 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 11:32:50.088703 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 11:32:50.089013 tramp-process-one-action (5) # Call `tramp-action-process-alive' 11:32:50.283008 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 11:32:50.283794 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 11:32:50.284301 tramp-process-one-action (5) # Call `tramp-action-password' 11:32:50.284748 tramp-action-password (3) # Sending password 11:32:50.285818 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 11:32:50.286239 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 11:32:50.286559 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 11:32:50.286890 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 11:32:50.287223 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 11:32:50.287547 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 11:32:50.287856 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 11:32:50.288159 tramp-process-one-action (5) # Call `tramp-action-process-alive' 11:32:50.288638 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 11:32:50.288971 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 11:32:50.289315 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 11:32:50.289649 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 11:32:50.289962 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 11:32:50.290269 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 11:32:50.290578 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 11:32:50.290886 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 11:32:50.291189 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 11:32:50.291482 tramp-process-one-action (5) # Call `tramp-action-process-alive' 11:32:50.817534 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 11:32:50.818348 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 11:32:50.818876 tramp-process-one-action (5) # Call `tramp-action-password' 11:32:50.819275 tramp-action-password (3) # Sending password 11:32:54.579579 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 11:32:54.580098 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 11:32:54.580550 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 11:32:54.580918 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 11:32:54.581252 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 11:32:54.581587 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 11:32:54.581904 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 11:32:54.582214 tramp-process-one-action (5) # Call `tramp-action-process-alive' 11:32:54.582661 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 11:32:54.582995 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 11:32:54.583343 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 11:32:54.583697 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 11:32:54.584006 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 11:32:54.584317 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 11:32:54.584655 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 11:32:54.584967 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 11:32:54.585269 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 11:32:54.585567 tramp-process-one-action (5) # Call `tramp-action-process-alive' 11:32:55.445108 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 11:32:55.445692 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 11:32:55.446211 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 11:32:55.446718 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 11:32:55.447054 tramp-process-one-action (5) # Call `tramp-action-succeed' 11:32:55.447397 tramp-process-actions (6) # Welcome to DropBear SSH Server II! root@192.168.0.24's password: Permission denied, please try again. root@192.168.0.24's password: -sh-3.2# 11:32:55.447786 tramp-maybe-open-connection (3) # Found remote shell prompt on `zte' 11:32:55.448125 tramp-open-shell (5) # Opening remote shell `/bin/sh'... 11:32:55.448604 tramp-send-command (6) # exec env ENV='' PROMPT_COMMAND='' PS1=\#\$\ PS2='' PS3='' /bin/sh 11:32:55.699619 tramp-process-sentinel (5) # Sentinel called: `*tramp/ssh zte*' `exited abnormally with code 127 ' 11:32:55.700735 tramp-wait-for-regexp (1) # File error: Process has died 11:32:55.701319 tramp-wait-for-regexp (5) # Opening remote shell `/bin/sh'...done 11:32:55.701642 tramp-wait-for-regexp (3) # Opening connection for zte using ssh...done --8<---------------cut here---------------end--------------->8--- BTW 'scpc' method is no more working (hanging forever in host completion) connecting on another machine on my LAN (not a mobile device). Thanks. -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From unknown Mon Jun 23 23:54:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13390: tramp-adb hanging forever Resent-From: Thierry Volpiatto Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 18 Feb 2013 10:55:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13390 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Michael Albinus Cc: 13390@debbugs.gnu.org Received: via spool by 13390-submit@debbugs.gnu.org id=B13390.136118488825170 (code B ref 13390); Mon, 18 Feb 2013 10:55:01 +0000 Received: (at 13390) by debbugs.gnu.org; 18 Feb 2013 10:54:48 +0000 Received: from localhost ([127.0.0.1]:33899 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7OMv-0006Xs-Hq for submit@debbugs.gnu.org; Mon, 18 Feb 2013 05:54:46 -0500 Received: from mail-ea0-f171.google.com ([209.85.215.171]:52925) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7OMt-0006Xl-Do for 13390@debbugs.gnu.org; Mon, 18 Feb 2013 05:54:44 -0500 Received: by mail-ea0-f171.google.com with SMTP id c13so2320730eaa.2 for <13390@debbugs.gnu.org>; Mon, 18 Feb 2013 02:53:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:organization:references:date :in-reply-to:message-id:user-agent:mime-version:content-type; bh=q/Utgt8Kw0riCAGoJuytITXIQbE7XOZSbhDX3JUEGQY=; b=tZTPnsg99SjlRAOTn0VjmHjuIHSsuAkJyMUCtrfJv8wYPuQV22/7g+NUWOrwIMerUk +GZtixcJ+5mZzpVq1ZrhlWndUCKsONZ527+NHiwXPd3A0ywlQIamNDbzf+/IX340Aq7y Nh8mJ4mwgB7uJ+w2bmgEnvkd5ef5kcXQa+Oohzrdi5PCccEtUFHohqxKsU4o/ZcBzJsO WgdGQZ3Ck0FcItHBvIWORb3J/dCD29702TngrnJhEGURcmWZXl4iu1VxmioKwmFJG5rn WkasKh7cghSfZ8kvqKsJxsWzROwGWrgWy/zdAxdNdUV0fFLtiRIJmotoltmQCCjIHgA2 7bSA== X-Received: by 10.14.179.194 with SMTP id h42mr42954779eem.46.1361184823396; Mon, 18 Feb 2013 02:53:43 -0800 (PST) Received: from dell-14z (lbe83-2-78-243-104-167.fbx.proxad.net. [78.243.104.167]) by mx.google.com with ESMTPS id o3sm97786472eem.15.2013.02.18.02.53.41 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 18 Feb 2013 02:53:41 -0800 (PST) From: Thierry Volpiatto Organization: Emacs Helm References: <87r4lveebo.fsf@gmail.com> <87lic3cq6c.fsf@gmx.de> <87mwwje3zs.fsf@gmail.com> <87a9sisuhp.fsf@gmx.de> <87y5eo3x6n.fsf@gmx.de> Date: Mon, 18 Feb 2013 11:53:39 +0100 In-Reply-To: <87y5eo3x6n.fsf@gmx.de> (Michael Albinus's message of "Sat, 16 Feb 2013 19:56:00 +0100") Message-ID: <87vc9popu4.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.6 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Michael Albinus writes: > Michael Albinus writes: > >> Thierry Volpiatto writes: >> >>> Hi Michael, > > Hi Thierry, > >>>> USB access is OK, but that's not what we want to test. Is there >>>> something one must prepare in order to run "adb connect" successfully? >>> Install adb wireless: >>> https://play.google.com/store/apps/details?id=siir.es.adbWireless&hl=en >> >> It says on the web page: "Rooted Phone Only!" >> >> Sorry, but that's not an option for my Nexus S. I can't check your >> problem. > > I still have no chance to install adb wireless for the given reason. But > if you have installed also an sshd app on your device, you could check > any ssh-based Tramp method from now on. I've just tweaked Tramp to > support this; see the Tramp manual for setup hints. > > It works fine for me with my Nexus S, running Android 4.1.2, and > SSHDroid 1.9.6. Same with sshdroid: env no such file or directory /bin/sh. -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From unknown Mon Jun 23 23:54:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13390: tramp-adb hanging forever In-Reply-To: <87r4lveebo.fsf@gmail.com> Resent-From: Thierry Volpiatto Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 18 Feb 2013 11:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13390 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 13390@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.136118542025958 (code B ref -1); Mon, 18 Feb 2013 11:04:02 +0000 Received: (at submit) by debbugs.gnu.org; 18 Feb 2013 11:03:40 +0000 Received: from localhost ([127.0.0.1]:33915 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7OVX-0006kc-Lk for submit@debbugs.gnu.org; Mon, 18 Feb 2013 06:03:40 -0500 Received: from eggs.gnu.org ([208.118.235.92]:53495) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7OVV-0006kV-Il for submit@debbugs.gnu.org; Mon, 18 Feb 2013 06:03:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U7OUS-00082J-Ce for submit@debbugs.gnu.org; Mon, 18 Feb 2013 06:02:38 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-102.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, USER_IN_WHITELIST autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:41166) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7OUS-00082E-Ac for submit@debbugs.gnu.org; Mon, 18 Feb 2013 06:02:32 -0500 Received: from eggs.gnu.org ([208.118.235.92]:36535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7OUP-0006fQ-4R for bug-gnu-emacs@gnu.org; Mon, 18 Feb 2013 06:02:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U7OUG-0007zC-1W for bug-gnu-emacs@gnu.org; Mon, 18 Feb 2013 06:02:28 -0500 Received: from plane.gmane.org ([80.91.229.3]:50331) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7OUF-0007yN-Qy for bug-gnu-emacs@gnu.org; Mon, 18 Feb 2013 06:02:19 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U7OUV-0006r2-7S for bug-gnu-emacs@gnu.org; Mon, 18 Feb 2013 12:02:35 +0100 Received: from lbe83-2-78-243-104-167.fbx.proxad.net ([78.243.104.167]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Feb 2013 12:02:35 +0100 Received: from thierry.volpiatto by lbe83-2-78-243-104-167.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Feb 2013 12:02:35 +0100 X-Injected-Via-Gmane: http://gmane.org/ From: Thierry Volpiatto Date: Mon, 18 Feb 2013 12:02:06 +0100 Organization: Emacs Helm Lines: 37 Message-ID: <874nh9navl.fsf@gmail.com> References: <87r4lveebo.fsf@gmail.com> <87lic3cq6c.fsf@gmx.de> <87mwwje3zs.fsf@gmail.com> <87a9sisuhp.fsf@gmx.de> <87y5eo3x6n.fsf@gmx.de> <87vc9popu4.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: lbe83-2-78-243-104-167.fbx.proxad.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.93 (gnu/linux) Cancel-Lock: sha1:/fSSQZJ+vqg5XJGHdz3aK4+diXo= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -6.9 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Thierry Volpiatto writes: > Michael Albinus writes: > >> Michael Albinus writes: >> >>> Thierry Volpiatto writes: >>> >>>> Hi Michael, >> >> Hi Thierry, >> >>>>> USB access is OK, but that's not what we want to test. Is there >>>>> something one must prepare in order to run "adb connect" successfully? >>>> Install adb wireless: >>>> https://play.google.com/store/apps/details?id=siir.es.adbWireless&hl=en >>> >>> It says on the web page: "Rooted Phone Only!" >>> >>> Sorry, but that's not an option for my Nexus S. I can't check your >>> problem. >> >> I still have no chance to install adb wireless for the given reason. But >> if you have installed also an sshd app on your device, you could check >> any ssh-based Tramp method from now on. I've just tweaked Tramp to >> support this; see the Tramp manual for setup hints. >> >> It works fine for me with my Nexus S, running Android 4.1.2, and >> SSHDroid 1.9.6. > Same with sshdroid: > env no such file or directory /bin/sh. 'sh' is located on my phone at "/system/xbin/sh". -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From unknown Mon Jun 23 23:54:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13390: tramp-adb hanging forever Resent-From: Michael Albinus Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 18 Feb 2013 11:07:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13390 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Thierry Volpiatto Cc: 13390@debbugs.gnu.org Received: via spool by 13390-submit@debbugs.gnu.org id=B13390.136118557726189 (code B ref 13390); Mon, 18 Feb 2013 11:07:01 +0000 Received: (at 13390) by debbugs.gnu.org; 18 Feb 2013 11:06:17 +0000 Received: from localhost ([127.0.0.1]:33919 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7OY4-0006oM-Mm for submit@debbugs.gnu.org; Mon, 18 Feb 2013 06:06:17 -0500 Received: from mout.gmx.net ([212.227.17.21]:61059) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7OY2-0006oE-6m for 13390@debbugs.gnu.org; Mon, 18 Feb 2013 06:06:15 -0500 Received: from mailout-de.gmx.net ([10.1.76.4]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0MLUcO-1U6qIl3XEo-000eFy for <13390@debbugs.gnu.org>; Mon, 18 Feb 2013 12:05:13 +0100 Received: (qmail invoked by alias); 18 Feb 2013 11:05:12 -0000 Received: from p57BB97C2.dip0.t-ipconnect.de (EHLO arthur.gmx.de) [87.187.151.194] by mail.gmx.net (mp004) with SMTP; 18 Feb 2013 12:05:12 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX19gyxAk5z1gV6RHh1y2++6mw8+52pPF8eRJyct5hz ChH2YxWfcW7jgG From: Michael Albinus References: <87r4lveebo.fsf@gmail.com> <87lic3cq6c.fsf@gmx.de> <87mwwje3zs.fsf@gmail.com> <87a9sisuhp.fsf@gmx.de> <87y5eo3x6n.fsf@gmx.de> <87bobhnbs5.fsf@gmail.com> Date: Mon, 18 Feb 2013 12:05:10 +0100 In-Reply-To: <87bobhnbs5.fsf@gmail.com> (Thierry Volpiatto's message of "Mon, 18 Feb 2013 11:42:34 +0100") Message-ID: <87hal9sx09.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Y-GMX-Trusted: 0 X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) Thierry Volpiatto writes: > Hi Michael, Hi Thierry, >> I still have no chance to install adb wireless for the given reason. But >> if you have installed also an sshd app on your device, you could check >> any ssh-based Tramp method from now on. I've just tweaked Tramp to >> support this; see the Tramp manual for setup hints. >> >> It works fine for me with my Nexus S, running Android 4.1.2, and >> SSHDroid 1.9.6. > I tried this morning with 'dropbear ssh server' and it didn't work > either from helm or using it normally from emacs -Q with `find-file'. > > 11:32:32.784282 tramp-maybe-open-connection (6) # /bin/sh -i > 11:32:32.787418 tramp-wait-for-regexp (6) # > env: can't execute '/bin/sh': No such file or directory /bin/sh does not exist on Android devices. That's why you need to configure another shell. As I have said above: "I've just tweaked Tramp to support this; see the Tramp manual for setup hints." Please do so :-) > BTW 'scpc' method is no more working (hanging forever in host completion) connecting on another machine on my > LAN (not a mobile device). Yes. From etc/NEWS: ** Tramp *** The connection methods "scpc" and "rsyncc" are discontinued. The ssh option "ControlMaster=auto" is set automatically in all ssh-based methods, when possible. > Thanks. Best regards, Michael. From unknown Mon Jun 23 23:54:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13390: tramp-adb hanging forever Resent-From: Thierry Volpiatto Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 18 Feb 2013 14:34:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13390 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Michael Albinus Cc: 13390@debbugs.gnu.org Received: via spool by 13390-submit@debbugs.gnu.org id=B13390.136119801215411 (code B ref 13390); Mon, 18 Feb 2013 14:34:02 +0000 Received: (at 13390) by debbugs.gnu.org; 18 Feb 2013 14:33:32 +0000 Received: from localhost ([127.0.0.1]:34048 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7Rmc-00040V-M2 for submit@debbugs.gnu.org; Mon, 18 Feb 2013 09:33:31 -0500 Received: from mail-ee0-f48.google.com ([74.125.83.48]:39659) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7RmY-00040H-PB for 13390@debbugs.gnu.org; Mon, 18 Feb 2013 09:33:28 -0500 Received: by mail-ee0-f48.google.com with SMTP id t10so2969855eei.21 for <13390@debbugs.gnu.org>; Mon, 18 Feb 2013 06:32:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:organization:references:date :in-reply-to:message-id:user-agent:mime-version:content-type; bh=76DsdSmZbDwOmNXj69EIpeWSc2HSDYFao12jdCVbdig=; b=UBYoH6iwabQMfQ+20QOvu+p67x0bTEcyNYU4Q9IlestF0YTfjuwKGyXzCpf+ZJUUog Xyl20gFr3KUcCpkewMdUh36c3WPb38ngRgcEp6aIytqORP5ziKIJm6vNQ6xtPhGmwwyu yNHcOpRIa+FDd7NOAhIlxW12q0d/TlrRtJcZZqKImT0xP91OJQjjGBagR7xhBkssuM6j YxEghos/6HMj4tIpGsRjlwNp8a/5pn4B9uuEEWLTkFMMond5+QDLklmzj1LVCX4Tma7G nbAf4to30ASuJdOYjSPhWOJfAYy90HnD2rkBBazzyylZ2vOone22OJLJ3eFebwZq2088 mkeg== X-Received: by 10.14.207.73 with SMTP id m49mr45556641eeo.24.1361197945627; Mon, 18 Feb 2013 06:32:25 -0800 (PST) Received: from dell-14z (lbe83-2-78-243-104-167.fbx.proxad.net. [78.243.104.167]) by mx.google.com with ESMTPS id k7sm96159259een.8.2013.02.18.06.32.22 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 18 Feb 2013 06:32:23 -0800 (PST) From: Thierry Volpiatto Organization: Emacs Helm References: <87r4lveebo.fsf@gmail.com> <87lic3cq6c.fsf@gmx.de> <87mwwje3zs.fsf@gmail.com> <87a9sisuhp.fsf@gmx.de> <87y5eo3x6n.fsf@gmx.de> <87bobhnbs5.fsf@gmail.com> <87hal9sx09.fsf@gmx.de> Date: Mon, 18 Feb 2013 15:32:20 +0100 In-Reply-To: <87hal9sx09.fsf@gmx.de> (Michael Albinus's message of "Mon, 18 Feb 2013 12:05:10 +0100") Message-ID: <87d2vxelqj.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.6 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Hi Michael, Michael Albinus writes: > Thierry Volpiatto writes: > >> Hi Michael, > > Hi Thierry, > >>> I still have no chance to install adb wireless for the given reason. But >>> if you have installed also an sshd app on your device, you could check >>> any ssh-based Tramp method from now on. I've just tweaked Tramp to >>> support this; see the Tramp manual for setup hints. >>> >>> It works fine for me with my Nexus S, running Android 4.1.2, and >>> SSHDroid 1.9.6. >> I tried this morning with 'dropbear ssh server' and it didn't work >> either from helm or using it normally from emacs -Q with `find-file'. >> >> 11:32:32.784282 tramp-maybe-open-connection (6) # /bin/sh -i >> 11:32:32.787418 tramp-wait-for-regexp (6) # >> env: can't execute '/bin/sh': No such file or directory > > /bin/sh does not exist on Android devices. That's why you need to > configure another shell. As I have said above: "I've just tweaked Tramp > to support this; see the Tramp manual for setup hints." Please do so :-) Thanks, but not working either playing with these settings. I will try again later reinstalling sshdroid (I don't like it, too much ads). >> BTW 'scpc' method is no more working (hanging forever in host completion) connecting on another machine on my >> LAN (not a mobile device). > > Yes. From etc/NEWS: > > ** Tramp > *** The connection methods "scpc" and "rsyncc" are discontinued. Ok thanks. -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From unknown Mon Jun 23 23:54:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13390: tramp-adb hanging forever Resent-From: Michael Albinus Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 18 Feb 2013 14:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13390 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Thierry Volpiatto Cc: 13390@debbugs.gnu.org Received: via spool by 13390-submit@debbugs.gnu.org id=B13390.136119830316031 (code B ref 13390); Mon, 18 Feb 2013 14:39:02 +0000 Received: (at 13390) by debbugs.gnu.org; 18 Feb 2013 14:38:23 +0000 Received: from localhost ([127.0.0.1]:34053 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7RrA-0004AA-9I for submit@debbugs.gnu.org; Mon, 18 Feb 2013 09:38:18 -0500 Received: from mout.gmx.net ([212.227.17.20]:52590) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7Rr4-00049t-Rl for 13390@debbugs.gnu.org; Mon, 18 Feb 2013 09:38:09 -0500 Received: from mailout-de.gmx.net ([10.1.76.17]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MARmu-1U0G2y060I-00BZLe for <13390@debbugs.gnu.org>; Mon, 18 Feb 2013 15:37:06 +0100 Received: (qmail invoked by alias); 18 Feb 2013 14:37:05 -0000 Received: from p57BB97C2.dip0.t-ipconnect.de (EHLO arthur.gmx.de) [87.187.151.194] by mail.gmx.net (mp017) with SMTP; 18 Feb 2013 15:37:05 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+AY+QyZHaAO2IoXdqpg7moFrqf5jWrM8yqkb0jUh 6YE7kyvHT4oNv0 From: Michael Albinus References: <87r4lveebo.fsf@gmail.com> <87lic3cq6c.fsf@gmx.de> <87mwwje3zs.fsf@gmail.com> <87a9sisuhp.fsf@gmx.de> <87y5eo3x6n.fsf@gmx.de> <87bobhnbs5.fsf@gmail.com> <87hal9sx09.fsf@gmx.de> <87d2vxelqj.fsf@gmail.com> Date: Mon, 18 Feb 2013 15:37:02 +0100 In-Reply-To: <87d2vxelqj.fsf@gmail.com> (Thierry Volpiatto's message of "Mon, 18 Feb 2013 15:32:20 +0100") Message-ID: <878v6lsn75.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Y-GMX-Trusted: 0 X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) Thierry Volpiatto writes: > Hi Michael, Hi Thierry, >> /bin/sh does not exist on Android devices. That's why you need to >> configure another shell. As I have said above: "I've just tweaked Tramp >> to support this; see the Tramp manual for setup hints." Please do so :-) > Thanks, but not working either playing with these settings. > I will try again later reinstalling sshdroid (I don't like it, too much > ads). Send traces, level 6. Which ssh implementation do you recommend for Android? I do not want to recommend something which is not acceptable. Best regards, Michael. From unknown Mon Jun 23 23:54:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13390: tramp-adb hanging forever Resent-From: Thierry Volpiatto Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 18 Feb 2013 14:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13390 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Michael Albinus Cc: 13390@debbugs.gnu.org Received: via spool by 13390-submit@debbugs.gnu.org id=B13390.136119925217524 (code B ref 13390); Mon, 18 Feb 2013 14:55:02 +0000 Received: (at 13390) by debbugs.gnu.org; 18 Feb 2013 14:54:12 +0000 Received: from localhost ([127.0.0.1]:34079 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7S6b-0004YZ-LO for submit@debbugs.gnu.org; Mon, 18 Feb 2013 09:54:11 -0500 Received: from mail-ee0-f54.google.com ([74.125.83.54]:35166) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7S6W-0004YN-G1 for 13390@debbugs.gnu.org; Mon, 18 Feb 2013 09:54:08 -0500 Received: by mail-ee0-f54.google.com with SMTP id c41so3025878eek.41 for <13390@debbugs.gnu.org>; Mon, 18 Feb 2013 06:53:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:organization:references:date :in-reply-to:message-id:user-agent:mime-version:content-type; bh=5tFakhmUGpxVuSSjd1QByZKzRRefpnz+J2x1STATHZc=; b=KtcHSDypeOUzieLpjaa1XdXRQIl45xUH71G3/Omi/O5Sk+OBsSgB1GGU6+JlrXt4Mk mkyhT0WoKdXVkpainDOymd3JC+8iufjxf2g+tZq0+qyTl7PiDvsDkM0QbGxm85hA/5Gn ljoLBwOwQMepM/kl5CBVrJ4BRfOioMsTOj8VeARt8Ha/bX/6bqThCdtzsA26hhiVn26M nVgh6GAkY5pWBppgQWgUgqt3SI6HzOjSqdhK3cQUlbPq/YEbwwjgk0OjvA9FHYC0HBsi Vr4TFSCMGuHhN4dneeh0Umjvd9cjk72Yx+6iDwzKsAEm5Ccw99yusAIHOiK43tpgE4Cn 5+Dw== X-Received: by 10.14.182.137 with SMTP id o9mr45448238eem.13.1361199183809; Mon, 18 Feb 2013 06:53:03 -0800 (PST) Received: from dell-14z (lbe83-2-78-243-104-167.fbx.proxad.net. [78.243.104.167]) by mx.google.com with ESMTPS id o3sm98928051eem.15.2013.02.18.06.53.01 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 18 Feb 2013 06:53:02 -0800 (PST) From: Thierry Volpiatto Organization: Emacs Helm References: <87r4lveebo.fsf@gmail.com> <87lic3cq6c.fsf@gmx.de> <87mwwje3zs.fsf@gmail.com> <87a9sisuhp.fsf@gmx.de> <87y5eo3x6n.fsf@gmx.de> <87bobhnbs5.fsf@gmail.com> <87hal9sx09.fsf@gmx.de> <87d2vxelqj.fsf@gmail.com> <878v6lsn75.fsf@gmx.de> Date: Mon, 18 Feb 2013 15:52:54 +0100 In-Reply-To: <878v6lsn75.fsf@gmx.de> (Michael Albinus's message of "Mon, 18 Feb 2013 15:37:02 +0100") Message-ID: <874nh91xo9.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.6 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Michael Albinus writes: > Thierry Volpiatto writes: > >> Hi Michael, > > Hi Thierry, > >>> /bin/sh does not exist on Android devices. That's why you need to >>> configure another shell. As I have said above: "I've just tweaked Tramp >>> to support this; see the Tramp manual for setup hints." Please do so :-) >> Thanks, but not working either playing with these settings. >> I will try again later reinstalling sshdroid (I don't like it, too much >> ads). > > Send traces, level 6. (file-error \"`/system/bin/id -g ' does not return a valid Lisp expression: `uid=0(root) gid=0(root) groups=0(root) '\") Trace: --8<---------------cut here---------------start------------->8--- ;; GNU Emacs: 24.3.50.1 Tramp: 2.2.7-pre -*- mode: outline; -*- 15:39:06.329823 tramp-maybe-open-connection (3) # Opening connection for 192.168.0.24#2222 using ssh... 15:39:06.331566 tramp-maybe-open-connection (6) # /bin/sh -i 15:39:06.332828 tramp-wait-for-regexp (6) # #$ 15:39:06.334452 tramp-maybe-open-connection (3) # Sending command `exec ssh -p 2222 -o ControlPath=/tmp/tramp.29495cl1.%r@%h:%p -o ControlMaster=auto -o ControlPersist=no -e none 192.168.0.24' 15:39:06.334877 tramp-send-command (6) # exec ssh -p 2222 -o ControlPath=/tmp/tramp.29495cl1.%r@%h:%p -o ControlMaster=auto -o ControlPersist=no -e none 192.168.0.24 15:39:06.335792 tramp-process-actions (3) # Waiting for prompts from remote shell 15:39:07.337277 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 15:39:07.337860 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 15:39:07.338393 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 15:39:07.338948 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 15:39:07.339433 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 15:39:07.339915 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 15:39:07.340246 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 15:39:07.340562 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 15:39:07.340875 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 15:39:07.341176 tramp-process-one-action (5) # Call `tramp-action-process-alive' 15:39:08.342844 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 15:39:08.343412 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 15:39:08.344037 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 15:39:08.344556 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 15:39:08.344977 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 15:39:08.345299 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 15:39:08.345611 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 15:39:08.345918 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 15:39:08.346218 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 15:39:08.346519 tramp-process-one-action (5) # Call `tramp-action-process-alive' 15:39:09.348187 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 15:39:09.348772 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 15:39:09.349294 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 15:39:09.349822 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 15:39:09.350299 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 15:39:09.350634 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 15:39:09.350944 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 15:39:09.351247 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 15:39:09.351543 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 15:39:09.351917 tramp-process-one-action (5) # Call `tramp-action-process-alive' 15:39:10.353592 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 15:39:10.354159 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 15:39:10.354688 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 15:39:10.355202 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 15:39:10.355736 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 15:39:10.356085 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 15:39:10.356403 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 15:39:10.356726 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 15:39:10.357023 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 15:39:10.357326 tramp-process-one-action (5) # Call `tramp-action-process-alive' 15:39:10.800135 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 15:39:10.801324 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 15:39:10.801765 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 15:39:10.802161 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 15:39:10.802481 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 15:39:10.802823 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 15:39:10.803143 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 15:39:10.803454 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 15:39:10.803832 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 15:39:10.804140 tramp-process-one-action (5) # Call `tramp-action-process-alive' 15:39:11.192347 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 15:39:11.193126 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 15:39:11.193497 tramp-process-one-action (5) # Call `tramp-action-password' 15:39:11.193848 tramp-action-password (3) # Sending password 15:39:11.197032 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 15:39:11.197674 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 15:39:11.198008 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 15:39:11.198335 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 15:39:11.198658 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 15:39:11.198978 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 15:39:11.199286 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 15:39:11.199594 tramp-process-one-action (5) # Call `tramp-action-process-alive' 15:39:11.199857 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 15:39:11.199967 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 15:39:11.200084 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 15:39:11.200220 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 15:39:11.200329 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 15:39:11.200427 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 15:39:11.200524 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 15:39:11.200622 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 15:39:11.200717 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 15:39:11.200812 tramp-process-one-action (5) # Call `tramp-action-process-alive' 15:39:11.815290 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 15:39:11.816208 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 15:39:11.816662 tramp-process-one-action (5) # Call `tramp-action-password' 15:39:11.817015 tramp-action-password (3) # Sending password 15:39:16.631170 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 15:39:16.631761 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 15:39:16.632120 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 15:39:16.632463 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 15:39:16.632811 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 15:39:16.633147 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 15:39:16.633462 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 15:39:16.633774 tramp-process-one-action (5) # Call `tramp-action-process-alive' 15:39:16.634224 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 15:39:16.634554 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 15:39:16.634900 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 15:39:16.635238 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 15:39:16.635543 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 15:39:16.635964 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 15:39:16.636292 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 15:39:16.636602 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 15:39:16.636908 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 15:39:16.637209 tramp-process-one-action (5) # Call `tramp-action-process-alive' 15:39:17.638886 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 15:39:17.639485 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 15:39:17.640093 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 15:39:17.640614 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 15:39:17.641025 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 15:39:17.641356 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 15:39:17.641676 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 15:39:17.641987 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 15:39:17.642295 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 15:39:17.642594 tramp-process-one-action (5) # Call `tramp-action-process-alive' 15:39:18.073668 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 15:39:18.074271 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 15:39:18.074818 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 15:39:18.075209 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 15:39:18.075526 tramp-process-one-action (5) # Call `tramp-action-succeed' 15:39:18.076023 tramp-process-actions (6) # Welcome to DropBear SSH Server II! thierry@192.168.0.24's password: Permission denied, please try again. thierry@192.168.0.24's password: -sh-3.2# 15:39:18.076413 tramp-maybe-open-connection (3) # Found remote shell prompt on `192.168.0.24' 15:39:18.076751 tramp-open-shell (5) # Opening remote shell `/system/bin/sh'... 15:39:18.077213 tramp-send-command (6) # exec env ENV='' PROMPT_COMMAND='' PS1=\#\$\ PS2='' PS3='' /system/bin/sh 15:39:18.467061 tramp-wait-for-regexp (6) # #$ 15:39:18.468107 tramp-send-command (6) # PS1=\#\$\ 15:39:18.859991 tramp-wait-for-regexp (6) # #$ 15:39:18.860478 tramp-send-command (6) # PS2='' 15:39:19.252761 tramp-wait-for-regexp (6) # #$ 15:39:19.253238 tramp-send-command (6) # PS3='' 15:39:19.646449 tramp-wait-for-regexp (6) # #$ 15:39:19.647140 tramp-send-command (6) # PROMPT_COMMAND='' 15:39:20.039535 tramp-wait-for-regexp (6) # #$ 15:39:20.040161 tramp-open-shell (5) # Opening remote shell `/system/bin/sh'...done 15:39:20.040675 tramp-open-connection-setup-interactive-shell (5) # Setting up remote shell environment 15:39:20.041115 tramp-send-command (6) # stty -inlcr -echo kill '^U' erase '^H' 15:39:20.402380 tramp-wait-for-regexp (6) # #$ 15:39:20.403084 tramp-send-command (6) # echo foo 15:39:20.825731 tramp-wait-for-regexp (6) # foo #$ 15:39:20.826131 tramp-open-connection-setup-interactive-shell (5) # Setting shell prompt 15:39:20.826652 tramp-send-command (6) # PS1=///cd75dd09133d48f3a1970966969c4c9a\#\$ 15:39:21.219358 tramp-wait-for-regexp (6) # ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:21.220409 tramp-send-command (6) # PS2='' 15:39:21.612606 tramp-wait-for-regexp (6) # ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:21.613468 tramp-send-command (6) # PS3='' 15:39:22.005842 tramp-wait-for-regexp (6) # ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:22.006660 tramp-send-command (6) # PROMPT_COMMAND='' 15:39:22.399286 tramp-wait-for-regexp (6) # ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:22.400220 tramp-open-connection-setup-interactive-shell (5) # Determining coding system 15:39:22.400778 tramp-send-command (6) # echo foo ; echo bar 15:39:22.792322 tramp-wait-for-regexp (6) # foo bar ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:22.793199 tramp-open-connection-setup-interactive-shell (5) # Setting coding system to `utf-8-unix' and `utf-8-unix' 15:39:22.793670 tramp-send-command (6) # set +o vi +o emacs 15:39:23.185272 tramp-wait-for-regexp (6) # ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:23.186003 tramp-open-connection-setup-interactive-shell (5) # Checking system information 15:39:23.186835 tramp-send-command (6) # echo \"`uname -sr`\" 2>/dev/null; echo tramp_exit_status $? 15:39:23.578908 tramp-wait-for-regexp (6) # "Linux 2.6.35.7-perf+" tramp_exit_status 0 ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:23.580072 tramp-open-connection-setup-interactive-shell (5) # Checking remote host type for `send-process-string' bug 15:39:23.580444 tramp-set-remote-path (5) # Setting $PATH environment variable 15:39:23.581118 tramp-send-command (6) # echo \"`getconf PATH 2>/dev/null`\" 2>/dev/null; echo tramp_exit_status $? 15:39:23.972302 tramp-wait-for-regexp (6) # "" tramp_exit_status 0 ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:23.973720 tramp-send-command (6) # echo \"$PATH\" 2>/dev/null; echo tramp_exit_status $? 15:39:24.365757 tramp-wait-for-regexp (6) # "/sbin:/system/sbin:/system/bin:/system/xbin" tramp_exit_status 0 ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:24.368434 tramp-send-command (6) # test -d /sbin 2>/dev/null; echo tramp_exit_status $? 15:39:24.954681 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:24.957946 tramp-send-command (6) # test -d /system/sbin 2>/dev/null; echo tramp_exit_status $? 15:39:25.544797 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:25.547600 tramp-send-command (6) # test -d /system/bin 2>/dev/null; echo tramp_exit_status $? 15:39:26.134353 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:26.137374 tramp-send-command (6) # test -d /system/xbin 2>/dev/null; echo tramp_exit_status $? 15:39:26.724237 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:26.726817 tramp-send-command (6) # test -d /bin 2>/dev/null; echo tramp_exit_status $? 15:39:27.313996 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:27.316787 tramp-send-command (6) # test -d /usr/bin 2>/dev/null; echo tramp_exit_status $? 15:39:27.904096 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:27.906949 tramp-send-command (6) # test -d /usr/sbin 2>/dev/null; echo tramp_exit_status $? 15:39:31.541601 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:31.544361 tramp-send-command (6) # test -d /usr/local/bin 2>/dev/null; echo tramp_exit_status $? 15:39:32.032989 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:32.035848 tramp-send-command (6) # test -d /usr/local/sbin 2>/dev/null; echo tramp_exit_status $? 15:39:32.622452 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:32.625324 tramp-send-command (6) # test -d /local/bin 2>/dev/null; echo tramp_exit_status $? 15:39:33.212339 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:33.215032 tramp-send-command (6) # test -d /local/freeware/bin 2>/dev/null; echo tramp_exit_status $? 15:39:33.802155 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:33.804570 tramp-send-command (6) # test -d /local/gnu/bin 2>/dev/null; echo tramp_exit_status $? 15:39:34.392083 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:34.394872 tramp-send-command (6) # test -d /usr/freeware/bin 2>/dev/null; echo tramp_exit_status $? 15:39:34.981919 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:34.984822 tramp-send-command (6) # test -d /usr/pkg/bin 2>/dev/null; echo tramp_exit_status $? 15:39:35.571500 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:35.574379 tramp-send-command (6) # test -d /usr/contrib/bin 2>/dev/null; echo tramp_exit_status $? 15:39:36.161336 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:36.163760 tramp-send-command (6) # test -d /opt/bin 2>/dev/null; echo tramp_exit_status $? 15:39:36.751217 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:36.754050 tramp-send-command (6) # test -d /opt/sbin 2>/dev/null; echo tramp_exit_status $? 15:39:37.341077 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:37.343380 tramp-send-command (6) # test -d /opt/local/bin 2>/dev/null; echo tramp_exit_status $? 15:39:37.930966 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:37.932531 tramp-send-command (6) # PATH=/sbin:/system/bin:/system/xbin; export PATH 15:39:38.323930 tramp-wait-for-regexp (6) # ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:38.324703 tramp-send-command (6) # mesg n; biff n 15:39:38.717657 tramp-wait-for-regexp (6) # sh: biff: command not found ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:38.718875 tramp-send-command (6) # echo \"`tty`\" 2>/dev/null; echo tramp_exit_status $? 15:39:39.110592 tramp-wait-for-regexp (6) # sh: tty: command not found "" tramp_exit_status 0 ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:39.111769 tramp-open-connection-setup-interactive-shell (5) # Setting default environment 15:39:39.112426 tramp-send-command (6) # TMPDIR=$HOME/tmp; export TMPDIR 15:39:39.504046 tramp-wait-for-regexp (6) # ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:39.504983 tramp-send-command (6) # HISTFILE=$HOME/.tramp_history; export HISTFILE 15:39:39.897396 tramp-wait-for-regexp (6) # ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:39.898294 tramp-send-command (6) # HISTSIZE=1; export HISTSIZE 15:39:40.290319 tramp-wait-for-regexp (6) # ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:40.291292 tramp-send-command (6) # LC_ALL=C; export LC_ALL 15:39:40.683606 tramp-wait-for-regexp (6) # ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:40.684682 tramp-send-command (6) # TERM=dumb; export TERM 15:39:41.076735 tramp-wait-for-regexp (6) # ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:41.077661 tramp-send-command (6) # EMACS=t; export EMACS 15:39:41.469950 tramp-wait-for-regexp (6) # ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:41.470879 tramp-send-command (6) # INSIDE_EMACS='24.3.50.1,tramp:2.2.7-pre'; export INSIDE_EMACS 15:39:41.863375 tramp-wait-for-regexp (6) # ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:41.864529 tramp-send-command (6) # PAGER=""; export PAGER 15:39:42.256584 tramp-wait-for-regexp (6) # ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:42.257286 tramp-send-command (6) # unset correct autocorrect MAILPATH MAILCHECK MAIL HISTORY CDPATH 15:39:42.649572 tramp-wait-for-regexp (6) # ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:42.650369 tramp-maybe-open-connection (3) # Opening connection for 192.168.0.24#2222 using ssh...done 15:39:42.650989 tramp-send-command (6) # test -d /data/local 2>/dev/null; echo tramp_exit_status $? 15:39:43.042515 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:43.050703 tramp-send-command (6) # test -e /data/local 2>/dev/null; echo tramp_exit_status $? 15:39:43.632990 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:43.635916 tramp-do-file-attributes-with-ls (5) # file attributes with ls: /data/local 15:39:43.636450 tramp-get-ls-command (5) # Finding a suitable `ls' command 15:39:43.637214 tramp-send-command (6) # (PS1= ; while read d; do if test -x $d/ls -a -f $d/ls; then echo tramp_executable $d/ls; break; fi; done <<'EOF' /sbin /system/bin /system/xbin EOF ) 15:39:44.222747 tramp-wait-for-regexp (6) # tramp_executable /system/xbin/ls ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:44.223980 tramp-send-command (6) # /system/xbin/ls -lnd / 2>/dev/null; echo tramp_exit_status $? 15:39:44.615982 tramp-wait-for-regexp (6) # drwxr-xr-x 14 0 0 0 Feb 16 21:57 [1;34m/[0m tramp_exit_status 0 ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:44.617252 tramp-send-command (6) # /system/xbin/ls --color=never -al /dev/null 2>/dev/null; echo tramp_exit_status $? 15:39:45.008828 tramp-wait-for-regexp (6) # crw-rw-rw- 1 0 0 1, 3 Feb 16 21:57 /dev/null tramp_exit_status 0 ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:45.010250 tramp-send-command (6) # (test -e /data/local || test -h /data/local) && /system/xbin/ls --color=never -ildn /data/local 15:39:45.401840 tramp-wait-for-regexp (6) # 273 drwxr-xr-x 1 2000 2000 2048 Feb 18 14:39 /data/local ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:45.402814 tramp-get-remote-id (5) # Finding POSIX `id' command 15:39:45.403713 tramp-send-command (6) # (PS1= ; while read d; do if test -x $d/id -a -f $d/id; then echo tramp_executable $d/id; break; fi; done <<'EOF' /sbin /system/bin /system/xbin EOF ) 15:39:45.795762 tramp-wait-for-regexp (6) # tramp_executable /system/bin/id ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:45.796639 tramp-send-command (6) # /system/bin/id -u 2>/dev/null; echo tramp_exit_status $? 15:39:46.188531 tramp-wait-for-regexp (6) # uid=0(root) gid=0(root) groups=0(root) tramp_exit_status 0 ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:46.189500 tramp-send-command (6) # /system/bin/id -g 2>/dev/null; echo tramp_exit_status $? 15:39:46.778728 tramp-wait-for-regexp (6) # uid=0(root) gid=0(root) groups=0(root) tramp_exit_status 0 ///cd75dd09133d48f3a1970966969c4c9a#$ 15:39:46.779790 tramp-send-command-and-read (1) # File error: `/system/bin/id -g ' does not return a valid Lisp expression: `uid=0(root) gid=0(root) groups=0(root) '--8<---------------cut here---------------end--------------->8--- I will send you a trace from emacs -Q soon, but looks like errors are the same. > Which ssh implementation do you recommend for Android? I don't know, I am not android specialist, I have installed DropBearServer2: https://play.google.com/store/apps/details?id=me.shkschneider.dropbearserver2&hl=en It is working fine and is not full of ads like sshdroid. > I do not want to recommend something which is not acceptable. > > Best regards, Michael. -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From unknown Mon Jun 23 23:54:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13390: tramp-adb hanging forever Resent-From: Michael Albinus Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 18 Feb 2013 16:12:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13390 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Thierry Volpiatto Cc: 13390@debbugs.gnu.org Received: via spool by 13390-submit@debbugs.gnu.org id=B13390.136120386124974 (code B ref 13390); Mon, 18 Feb 2013 16:12:01 +0000 Received: (at 13390) by debbugs.gnu.org; 18 Feb 2013 16:11:01 +0000 Received: from localhost ([127.0.0.1]:34927 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7TIx-0006Ub-4T for submit@debbugs.gnu.org; Mon, 18 Feb 2013 11:11:00 -0500 Received: from mout.gmx.net ([212.227.15.18]:55761) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7TIu-0006UT-Dj for 13390@debbugs.gnu.org; Mon, 18 Feb 2013 11:10:57 -0500 Received: from mailout-de.gmx.net ([10.1.76.20]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MhOyy-1USpcW35xC-00MeZN for <13390@debbugs.gnu.org>; Mon, 18 Feb 2013 17:09:54 +0100 Received: (qmail invoked by alias); 18 Feb 2013 16:09:54 -0000 Received: from p57BB97C2.dip0.t-ipconnect.de (EHLO arthur.gmx.de) [87.187.151.194] by mail.gmx.net (mp020) with SMTP; 18 Feb 2013 17:09:54 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1/GZuFh2ZPGai3n9yIfwvVjvMkxL0G5QUmeKzq0kE SbWLKmN3XIT7P4 From: Michael Albinus References: <87r4lveebo.fsf@gmail.com> <87lic3cq6c.fsf@gmx.de> <87mwwje3zs.fsf@gmail.com> <87a9sisuhp.fsf@gmx.de> <87y5eo3x6n.fsf@gmx.de> <87bobhnbs5.fsf@gmail.com> <87hal9sx09.fsf@gmx.de> <87d2vxelqj.fsf@gmail.com> <878v6lsn75.fsf@gmx.de> <874nh91xo9.fsf@gmail.com> Date: Mon, 18 Feb 2013 17:09:51 +0100 In-Reply-To: <874nh91xo9.fsf@gmail.com> (Thierry Volpiatto's message of "Mon, 18 Feb 2013 15:52:54 +0100") Message-ID: <874nh9siwg.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Y-GMX-Trusted: 0 X-Spam-Score: -1.9 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) Thierry Volpiatto writes: Hi Thierry, > 15:39:46.189500 tramp-send-command (6) # /system/bin/id -g 2>/dev/null; echo tramp_exit_status $? > 15:39:46.778728 tramp-wait-for-regexp (6) # > uid=0(root) gid=0(root) groups=0(root) > tramp_exit_status 0 > ///cd75dd09133d48f3a1970966969c4c9a#$ > 15:39:46.779790 tramp-send-command-and-read (1) # File error: > /system/bin/id -g ' does not return a valid Lisp expression: > uid=0(root) gid=0(root) groups=0(root) Tramp expects, that "id -g" returns just a number. Your /system/bin/id behaves differently. During my tests I've found that several commands in /system/bin behave not exactly as expected. Thats why I have recommended to use as shell just "sh". In the case of SSHDroid this results in a shell which comes with SSHDroid, and which behaves more regular. Maybe you give it a try? Best regards, Michael. From unknown Mon Jun 23 23:54:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13390: tramp-adb hanging forever In-Reply-To: <87r4lveebo.fsf@gmail.com> Resent-From: Thierry Volpiatto Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 18 Feb 2013 16:17:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13390 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 13390@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.136120420525476 (code B ref -1); Mon, 18 Feb 2013 16:17:01 +0000 Received: (at submit) by debbugs.gnu.org; 18 Feb 2013 16:16:45 +0000 Received: from localhost ([127.0.0.1]:34935 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7TOU-0006cp-I3 for submit@debbugs.gnu.org; Mon, 18 Feb 2013 11:16:44 -0500 Received: from eggs.gnu.org ([208.118.235.92]:56321) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7TON-0006cd-Ce for submit@debbugs.gnu.org; Mon, 18 Feb 2013 11:16:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U7TNG-0004Nk-9n for submit@debbugs.gnu.org; Mon, 18 Feb 2013 11:15:34 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-102.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, USER_IN_WHITELIST autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:33669) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7TNG-0004Nf-6c for submit@debbugs.gnu.org; Mon, 18 Feb 2013 11:15:26 -0500 Received: from eggs.gnu.org ([208.118.235.92]:39366) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7TN7-0001jf-7S for bug-gnu-emacs@gnu.org; Mon, 18 Feb 2013 11:15:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U7TMu-00048l-U1 for bug-gnu-emacs@gnu.org; Mon, 18 Feb 2013 11:15:17 -0500 Received: from plane.gmane.org ([80.91.229.3]:56621) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7TMu-00046l-DV for bug-gnu-emacs@gnu.org; Mon, 18 Feb 2013 11:15:04 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U7TN8-0006IZ-7E for bug-gnu-emacs@gnu.org; Mon, 18 Feb 2013 17:15:18 +0100 Received: from lbe83-2-78-243-104-167.fbx.proxad.net ([78.243.104.167]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Feb 2013 17:15:18 +0100 Received: from thierry.volpiatto by lbe83-2-78-243-104-167.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Feb 2013 17:15:18 +0100 X-Injected-Via-Gmane: http://gmane.org/ From: Thierry Volpiatto Date: Mon, 18 Feb 2013 17:14:45 +0100 Organization: Emacs Helm Lines: 480 Message-ID: <871ucdlhu2.fsf@gmail.com> References: <87r4lveebo.fsf@gmail.com> <87lic3cq6c.fsf@gmx.de> <87mwwje3zs.fsf@gmail.com> <87a9sisuhp.fsf@gmx.de> <87y5eo3x6n.fsf@gmx.de> <87bobhnbs5.fsf@gmail.com> <87hal9sx09.fsf@gmx.de> <87d2vxelqj.fsf@gmail.com> <878v6lsn75.fsf@gmx.de> <874nh91xo9.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: lbe83-2-78-243-104-167.fbx.proxad.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:+02ZbLLTuAKg59ric0uYKy39Uhw= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -6.9 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Hi Michael, here the backtrace from emacs -Q, with minimal settings: --8<---------------cut here---------------start------------->8--- (when (require 'tramp) (add-to-list 'tramp-connection-properties (list (regexp-quote "192.168.0.24") "remote-shell" "/system/bin/sh")) (add-to-list 'tramp-remote-path 'tramp-own-remote-path) (add-to-list 'tramp-remote-process-environment "TMPDIR=$HOME/tmp")) (setq tramp-verbose 6) --8<---------------cut here---------------end--------------->8--- The server on device is dropbear server. > I will send you a trace from emacs -Q soon, but looks like errors are > the same. --8<---------------cut here---------------start------------->8--- ;; GNU Emacs: 24.3.50.1 Tramp: 2.2.7-pre -*- mode: outline; -*- 17:07:08.497841 tramp-maybe-open-connection (3) # Opening connection for 192.168.0.24#2222 using ssh... 17:07:08.500636 tramp-maybe-open-connection (6) # /bin/sh -i 17:07:08.501796 tramp-wait-for-regexp (6) # #$ 17:07:08.527589 tramp-maybe-open-connection (3) # Sending command `exec ssh -p 2222 -o ControlPath=/tmp/tramp.1666_uw.%r@%h:%p -o ControlMaster=auto -o ControlPersist=no -e none 192.168.0.24' 17:07:08.527840 tramp-send-command (6) # exec ssh -p 2222 -o ControlPath=/tmp/tramp.1666_uw.%r@%h:%p -o ControlMaster=auto -o ControlPersist=no -e none 192.168.0.24 17:07:08.528293 tramp-process-actions (3) # Waiting for prompts from remote shell 17:07:09.529669 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 17:07:09.530158 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 17:07:09.530605 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 17:07:09.531057 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 17:07:09.531526 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 17:07:09.532153 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 17:07:09.532846 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 17:07:09.533244 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 17:07:09.533535 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 17:07:09.533814 tramp-process-one-action (5) # Call `tramp-action-process-alive' 17:07:10.535549 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 17:07:10.536202 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 17:07:10.536646 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 17:07:10.537072 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 17:07:10.537466 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 17:07:10.537766 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 17:07:10.538054 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 17:07:10.538336 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 17:07:10.538608 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 17:07:10.538882 tramp-process-one-action (5) # Call `tramp-action-process-alive' 17:07:11.539863 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 17:07:11.540546 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 17:07:11.540990 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 17:07:11.541423 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 17:07:11.541800 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 17:07:11.542182 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 17:07:11.542609 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 17:07:11.542955 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 17:07:11.543232 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 17:07:11.543510 tramp-process-one-action (5) # Call `tramp-action-process-alive' 17:07:12.544432 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 17:07:12.544906 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 17:07:12.545326 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 17:07:12.545745 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 17:07:12.546134 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 17:07:12.546508 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 17:07:12.546886 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 17:07:12.547274 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 17:07:12.547774 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 17:07:12.548116 tramp-process-one-action (5) # Call `tramp-action-process-alive' 17:07:13.438306 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 17:07:13.438896 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 17:07:13.439345 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 17:07:13.439893 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 17:07:13.440228 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 17:07:13.440536 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 17:07:13.440820 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 17:07:13.441110 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 17:07:13.441381 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 17:07:13.441658 tramp-process-one-action (5) # Call `tramp-action-process-alive' 17:07:13.831108 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 17:07:13.831881 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 17:07:13.832332 tramp-process-one-action (5) # Call `tramp-action-password' 17:07:13.833135 tramp-action-password (3) # Sending password 17:07:13.836913 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 17:07:13.837327 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 17:07:13.837630 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 17:07:13.837943 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 17:07:13.838251 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 17:07:13.838551 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 17:07:13.838839 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 17:07:13.839126 tramp-process-one-action (5) # Call `tramp-action-process-alive' 17:07:13.839939 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 17:07:13.840255 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 17:07:13.840581 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 17:07:13.840900 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 17:07:13.841185 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 17:07:13.841470 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 17:07:13.841764 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 17:07:13.842047 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 17:07:13.842325 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 17:07:13.842604 tramp-process-one-action (5) # Call `tramp-action-process-alive' 17:07:14.462229 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 17:07:14.462839 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 17:07:14.463159 tramp-process-one-action (5) # Call `tramp-action-password' 17:07:14.463806 tramp-action-password (3) # Sending password 17:07:20.568808 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 17:07:20.569304 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 17:07:20.569625 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 17:07:20.569937 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 17:07:20.570260 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 17:07:20.570564 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 17:07:20.570854 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 17:07:20.571144 tramp-process-one-action (5) # Call `tramp-action-process-alive' 17:07:20.572183 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 17:07:20.572630 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 17:07:20.572978 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 17:07:20.573299 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 17:07:20.573588 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 17:07:20.573880 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 17:07:20.574168 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 17:07:20.574462 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 17:07:20.574740 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 17:07:20.575017 tramp-process-one-action (5) # Call `tramp-action-process-alive' 17:07:21.575909 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 17:07:21.576442 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 17:07:21.577051 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 17:07:21.577407 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 17:07:21.577694 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\|\)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 17:07:21.577983 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 17:07:21.578273 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 17:07:21.578559 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 17:07:21.578834 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 17:07:21.579117 tramp-process-one-action (5) # Call `tramp-action-process-alive' 17:07:22.088978 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 17:07:22.089483 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*:? *\)\'" from remote shell 17:07:22.089951 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 17:07:22.090401 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 17:07:22.090804 tramp-process-one-action (5) # Call `tramp-action-succeed' 17:07:22.091185 tramp-process-actions (6) # Welcome to DropBear SSH Server II! thierry@192.168.0.24's password: Permission denied, please try again. thierry@192.168.0.24's password: -sh-3.2# 17:07:22.092617 tramp-maybe-open-connection (3) # Found remote shell prompt on `192.168.0.24' 17:07:22.092941 tramp-open-shell (5) # Opening remote shell `/system/bin/sh'... 17:07:22.093423 tramp-send-command (6) # exec env ENV='' PROMPT_COMMAND='' PS1=\#\$\ PS2='' PS3='' /system/bin/sh 17:07:22.482268 tramp-wait-for-regexp (6) # #$ 17:07:22.483025 tramp-send-command (6) # PS1=\#\$\ 17:07:22.875139 tramp-wait-for-regexp (6) # #$ 17:07:22.875585 tramp-send-command (6) # PS2='' 17:07:23.268152 tramp-wait-for-regexp (6) # #$ 17:07:23.268727 tramp-send-command (6) # PS3='' 17:07:23.661381 tramp-wait-for-regexp (6) # #$ 17:07:23.662027 tramp-send-command (6) # PROMPT_COMMAND='' 17:07:24.054676 tramp-wait-for-regexp (6) # #$ 17:07:24.077590 tramp-open-shell (5) # Opening remote shell `/system/bin/sh'...done 17:07:24.077712 tramp-open-connection-setup-interactive-shell (5) # Setting up remote shell environment 17:07:24.077833 tramp-send-command (6) # stty -inlcr -echo kill '^U' erase '^H' 17:07:24.644143 tramp-wait-for-regexp (6) # #$ 17:07:24.644445 tramp-send-command (6) # echo foo 17:07:25.037586 tramp-wait-for-regexp (6) # foo #$ 17:07:25.037792 tramp-open-connection-setup-interactive-shell (5) # Setting shell prompt 17:07:25.038018 tramp-send-command (6) # PS1=///9438227436be04d7188a7bf65fe79808\#\$ 17:07:25.405679 tramp-wait-for-regexp (6) # ///9438227436be04d7188a7bf65fe79808#$ 17:07:25.405942 tramp-send-command (6) # PS2='' 17:07:25.824131 tramp-wait-for-regexp (6) # ///9438227436be04d7188a7bf65fe79808#$ 17:07:25.824949 tramp-send-command (6) # PS3='' 17:07:26.217500 tramp-wait-for-regexp (6) # ///9438227436be04d7188a7bf65fe79808#$ 17:07:26.218347 tramp-send-command (6) # PROMPT_COMMAND='' 17:07:26.610431 tramp-wait-for-regexp (6) # ///9438227436be04d7188a7bf65fe79808#$ 17:07:26.611036 tramp-open-connection-setup-interactive-shell (5) # Determining coding system 17:07:26.611499 tramp-send-command (6) # echo foo ; echo bar 17:07:27.004187 tramp-wait-for-regexp (6) # foo bar ///9438227436be04d7188a7bf65fe79808#$ 17:07:27.004738 tramp-open-connection-setup-interactive-shell (5) # Setting coding system to `utf-8-unix' and `utf-8-unix' 17:07:27.005085 tramp-send-command (6) # set +o vi +o emacs 17:07:27.397292 tramp-wait-for-regexp (6) # ///9438227436be04d7188a7bf65fe79808#$ 17:07:27.397901 tramp-open-connection-setup-interactive-shell (5) # Checking system information 17:07:27.398604 tramp-send-command (6) # echo \"`uname -sr`\" 2>/dev/null; echo tramp_exit_status $? 17:07:27.790441 tramp-wait-for-regexp (6) # "Linux 2.6.35.7-perf+" tramp_exit_status 0 ///9438227436be04d7188a7bf65fe79808#$ 17:07:27.791313 tramp-open-connection-setup-interactive-shell (5) # Checking remote host type for `send-process-string' bug 17:07:27.791829 tramp-set-remote-path (5) # Setting $PATH environment variable 17:07:27.792489 tramp-send-command (6) # echo \"`getconf PATH 2>/dev/null`\" 2>/dev/null; echo tramp_exit_status $? 17:07:28.380391 tramp-wait-for-regexp (6) # "" tramp_exit_status 0 ///9438227436be04d7188a7bf65fe79808#$ 17:07:28.381524 tramp-send-command (6) # echo \"$PATH\" 2>/dev/null; echo tramp_exit_status $? 17:07:28.773665 tramp-wait-for-regexp (6) # "/sbin:/system/sbin:/system/bin:/system/xbin" tramp_exit_status 0 ///9438227436be04d7188a7bf65fe79808#$ 17:07:28.776118 tramp-get-test-command (5) # Finding a suitable `test' command 17:07:28.776676 tramp-send-command (6) # test 0 2>/dev/null; echo tramp_exit_status $? 17:07:29.362955 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///9438227436be04d7188a7bf65fe79808#$ 17:07:29.364205 tramp-send-command (6) # test -d /sbin 2>/dev/null; echo tramp_exit_status $? 17:07:29.756463 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///9438227436be04d7188a7bf65fe79808#$ 17:07:29.759033 tramp-send-command (6) # test -d /system/sbin 2>/dev/null; echo tramp_exit_status $? 17:07:30.345961 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///9438227436be04d7188a7bf65fe79808#$ 17:07:30.348629 tramp-send-command (6) # test -d /system/bin 2>/dev/null; echo tramp_exit_status $? 17:07:30.935684 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///9438227436be04d7188a7bf65fe79808#$ 17:07:30.937790 tramp-send-command (6) # test -d /system/xbin 2>/dev/null; echo tramp_exit_status $? 17:07:31.329264 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///9438227436be04d7188a7bf65fe79808#$ 17:07:31.331407 tramp-send-command (6) # test -d /bin 2>/dev/null; echo tramp_exit_status $? 17:07:31.918966 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///9438227436be04d7188a7bf65fe79808#$ 17:07:31.921509 tramp-send-command (6) # test -d /usr/bin 2>/dev/null; echo tramp_exit_status $? 17:07:32.508751 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///9438227436be04d7188a7bf65fe79808#$ 17:07:32.511369 tramp-send-command (6) # test -d /usr/sbin 2>/dev/null; echo tramp_exit_status $? 17:07:33.099085 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///9438227436be04d7188a7bf65fe79808#$ 17:07:33.101725 tramp-send-command (6) # test -d /usr/local/bin 2>/dev/null; echo tramp_exit_status $? 17:07:33.688292 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///9438227436be04d7188a7bf65fe79808#$ 17:07:33.690803 tramp-send-command (6) # test -d /usr/local/sbin 2>/dev/null; echo tramp_exit_status $? 17:07:34.278317 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///9438227436be04d7188a7bf65fe79808#$ 17:07:34.280930 tramp-send-command (6) # test -d /local/bin 2>/dev/null; echo tramp_exit_status $? 17:07:34.868121 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///9438227436be04d7188a7bf65fe79808#$ 17:07:34.870376 tramp-send-command (6) # test -d /local/freeware/bin 2>/dev/null; echo tramp_exit_status $? 17:07:35.406252 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///9438227436be04d7188a7bf65fe79808#$ 17:07:35.408904 tramp-send-command (6) # test -d /local/gnu/bin 2>/dev/null; echo tramp_exit_status $? 17:07:35.851094 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///9438227436be04d7188a7bf65fe79808#$ 17:07:35.853813 tramp-send-command (6) # test -d /usr/freeware/bin 2>/dev/null; echo tramp_exit_status $? 17:07:36.441141 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///9438227436be04d7188a7bf65fe79808#$ 17:07:36.443876 tramp-send-command (6) # test -d /usr/pkg/bin 2>/dev/null; echo tramp_exit_status $? 17:07:37.030793 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///9438227436be04d7188a7bf65fe79808#$ 17:07:37.033460 tramp-send-command (6) # test -d /usr/contrib/bin 2>/dev/null; echo tramp_exit_status $? 17:07:37.620593 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///9438227436be04d7188a7bf65fe79808#$ 17:07:37.623294 tramp-send-command (6) # test -d /opt/bin 2>/dev/null; echo tramp_exit_status $? 17:07:38.209959 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///9438227436be04d7188a7bf65fe79808#$ 17:07:38.212158 tramp-send-command (6) # test -d /opt/sbin 2>/dev/null; echo tramp_exit_status $? 17:07:38.604255 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///9438227436be04d7188a7bf65fe79808#$ 17:07:38.624696 tramp-send-command (6) # test -d /opt/local/bin 2>/dev/null; echo tramp_exit_status $? 17:07:39.193656 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///9438227436be04d7188a7bf65fe79808#$ 17:07:39.194742 tramp-send-command (6) # PATH=/sbin:/system/bin:/system/xbin; export PATH 17:07:39.586602 tramp-wait-for-regexp (6) # ///9438227436be04d7188a7bf65fe79808#$ 17:07:39.587734 tramp-send-command (6) # /system/bin/sh --version 17:07:39.980098 tramp-wait-for-regexp (6) # GNU bash, version 3.2.0(7)-release (arm-none-linux-gnueabi) Copyright (C) 2005 Free Software Foundation, Inc. ///9438227436be04d7188a7bf65fe79808#$ 17:07:39.980860 tramp-send-command (6) # mesg n; biff n 17:07:40.373505 tramp-wait-for-regexp (6) # sh: biff: command not found ///9438227436be04d7188a7bf65fe79808#$ 17:07:40.374488 tramp-send-command (6) # echo \"`tty`\" 2>/dev/null; echo tramp_exit_status $? 17:07:40.766859 tramp-wait-for-regexp (6) # sh: tty: command not found "" tramp_exit_status 0 ///9438227436be04d7188a7bf65fe79808#$ 17:07:40.767876 tramp-open-connection-setup-interactive-shell (5) # Setting default environment 17:07:40.768395 tramp-send-command (6) # TMPDIR=$HOME/tmp; export TMPDIR 17:07:41.159563 tramp-wait-for-regexp (6) # ///9438227436be04d7188a7bf65fe79808#$ 17:07:41.160482 tramp-send-command (6) # HISTFILE=$HOME/.tramp_history; export HISTFILE 17:07:41.552612 tramp-wait-for-regexp (6) # ///9438227436be04d7188a7bf65fe79808#$ 17:07:41.553326 tramp-send-command (6) # HISTSIZE=1; export HISTSIZE 17:07:41.946179 tramp-wait-for-regexp (6) # ///9438227436be04d7188a7bf65fe79808#$ 17:07:41.946910 tramp-send-command (6) # LC_ALL=C; export LC_ALL 17:07:42.339026 tramp-wait-for-regexp (6) # ///9438227436be04d7188a7bf65fe79808#$ 17:07:42.339872 tramp-send-command (6) # TERM=dumb; export TERM 17:07:42.732265 tramp-wait-for-regexp (6) # ///9438227436be04d7188a7bf65fe79808#$ 17:07:42.732850 tramp-send-command (6) # EMACS=t; export EMACS 17:07:43.125491 tramp-wait-for-regexp (6) # ///9438227436be04d7188a7bf65fe79808#$ 17:07:43.126233 tramp-send-command (6) # INSIDE_EMACS='24.3.50.1,tramp:2.2.7-pre'; export INSIDE_EMACS 17:07:43.518521 tramp-wait-for-regexp (6) # ///9438227436be04d7188a7bf65fe79808#$ 17:07:43.519165 tramp-send-command (6) # PAGER=""; export PAGER 17:07:43.911756 tramp-wait-for-regexp (6) # ///9438227436be04d7188a7bf65fe79808#$ 17:07:43.912523 tramp-send-command (6) # unset correct autocorrect MAILPATH MAILCHECK MAIL HISTORY CDPATH 17:07:44.305528 tramp-wait-for-regexp (6) # ///9438227436be04d7188a7bf65fe79808#$ 17:07:44.306797 tramp-maybe-open-connection (3) # Opening connection for 192.168.0.24#2222 using ssh...done 17:07:44.307222 tramp-send-command (6) # cd ~; pwd 17:07:44.698797 tramp-wait-for-regexp (6) # /data/local ///9438227436be04d7188a7bf65fe79808#$ 17:07:44.700521 tramp-get-file-exists-command (5) # Finding command to check if file exists 17:07:44.701236 tramp-send-command (6) # test -e / 2>/dev/null; echo tramp_exit_status $? 17:07:45.288365 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///9438227436be04d7188a7bf65fe79808#$ 17:07:45.289428 tramp-send-command (6) # test -e /\ this\ file\ does\ not\ exist\ 2>/dev/null; echo tramp_exit_status $? 17:07:45.681904 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///9438227436be04d7188a7bf65fe79808#$ 17:07:45.683014 tramp-send-command (6) # test -e /data/local/ 2>/dev/null; echo tramp_exit_status $? 17:07:46.074948 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///9438227436be04d7188a7bf65fe79808#$ 17:07:46.079164 tramp-send-command (6) # test -d /data/local 2>/dev/null; echo tramp_exit_status $? 17:07:46.664383 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///9438227436be04d7188a7bf65fe79808#$ 17:07:46.703476 tramp-get-ls-command-with-dired (5) # Checking, whether `ls --dired' works 17:07:46.703762 tramp-get-ls-command (5) # Finding a suitable `ls' command 17:07:46.704325 tramp-send-command (6) # (PS1= ; while read d; do if test -x $d/ls -a -f $d/ls; then echo tramp_executable $d/ls; break; fi; done <<'EOF' /sbin /system/bin /system/xbin EOF ) 17:07:47.254653 tramp-wait-for-regexp (6) # tramp_executable /system/xbin/ls ///9438227436be04d7188a7bf65fe79808#$ 17:07:47.255569 tramp-send-command (6) # /system/xbin/ls -lnd / 2>/dev/null; echo tramp_exit_status $? 17:07:47.647227 tramp-wait-for-regexp (6) # drwxr-xr-x 14 0 0 0 Feb 16 21:57 [1;34m/[0m tramp_exit_status 0 ///9438227436be04d7188a7bf65fe79808#$ 17:07:47.647961 tramp-send-command (6) # /system/xbin/ls --color=never -al /dev/null 2>/dev/null; echo tramp_exit_status $? 17:07:48.040953 tramp-wait-for-regexp (6) # crw-rw-rw- 1 0 0 1, 3 Feb 16 21:57 /dev/null tramp_exit_status 0 ///9438227436be04d7188a7bf65fe79808#$ 17:07:48.041893 tramp-send-command (6) # /system/xbin/ls --color=never --dired -al /dev/null 2>/dev/null; echo tramp_exit_status $? 17:07:48.434163 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///9438227436be04d7188a7bf65fe79808#$ 17:07:48.434798 tramp-sh-handle-insert-directory (4) # Inserting directory `ls -al /ssh:192.168.0.24#2222:/data/local/', wildcard no, fulldir yes 17:07:48.435380 tramp-send-command (6) # /system/xbin/ls --color=never -al /data/local/. 2>/dev/null 17:07:48.827240 tramp-wait-for-regexp (6) # total 3569 drwxr-xr-x 1 2000 2000 2048 Feb 18 16:07 . drwxrwx--x 1 1000 1000 2048 Feb 16 21:57 .. -rw------- 1 0 0 2889 Feb 18 16:07 .bash_history -rw------- 1 0 0 58 Feb 18 16:04 .tramp_history -rw-r--r-- 1 0 0 3644484 Aug 1 2008 bootanimation.zip -rw-r--r-- 1 0 0 0 Aug 1 2008 placeholder drwxrwx--x 1 2000 2000 2048 Feb 18 14:21 tmp ///9438227436be04d7188a7bf65fe79808#$ 17:07:48.832415 tramp-get-remote-stat (5) # Finding a suitable `stat' command 17:07:48.832966 tramp-send-command (6) # which \stat | wc -w 17:07:49.417310 tramp-wait-for-regexp (6) # 1 ///9438227436be04d7188a7bf65fe79808#$ 17:07:49.418095 tramp-send-command (6) # \stat -c '("%N" %s)' / 2>/dev/null; echo tramp_exit_status $? 17:07:49.810326 tramp-wait-for-regexp (6) # ("/" 0) tramp_exit_status 0 ///9438227436be04d7188a7bf65fe79808#$ 17:07:49.811061 tramp-get-remote-perl (5) # Finding a suitable `perl' command 17:07:49.811751 tramp-send-command (6) # which \perl5 | wc -w 17:07:50.204122 tramp-wait-for-regexp (6) # 0 ///9438227436be04d7188a7bf65fe79808#$ 17:07:50.204919 tramp-send-command (6) # (PS1= ; while read d; do if test -x $d/perl5 -a -f $d/perl5; then echo tramp_executable $d/perl5; break; fi; done <<'EOF' /sbin /system/bin /system/xbin EOF ) 17:07:50.597589 tramp-wait-for-regexp (6) # ///9438227436be04d7188a7bf65fe79808#$ 17:07:50.598463 tramp-send-command (6) # which \perl | wc -w 17:07:50.989638 tramp-wait-for-regexp (6) # 0 ///9438227436be04d7188a7bf65fe79808#$ 17:07:50.990266 tramp-send-command (6) # (PS1= ; while read d; do if test -x $d/perl -a -f $d/perl; then echo tramp_executable $d/perl; break; fi; done <<'EOF' /sbin /system/bin /system/xbin EOF ) 17:07:51.383187 tramp-wait-for-regexp (6) # ///9438227436be04d7188a7bf65fe79808#$ 17:07:51.383772 tramp-do-file-attributes-with-ls (5) # file attributes with ls: /data/local/ 17:07:51.384515 tramp-send-command (6) # (test -e /data/local/ || test -h /data/local/) && /system/xbin/ls --color=never -ildn /data/local/ 17:07:51.776095 tramp-wait-for-regexp (6) # 273 drwxr-xr-x 1 2000 2000 2048 Feb 18 16:07 /data/local/ ///9438227436be04d7188a7bf65fe79808#$ 17:07:51.776615 tramp-get-remote-id (5) # Finding POSIX `id' command 17:07:51.777113 tramp-send-command (6) # (PS1= ; while read d; do if test -x $d/id -a -f $d/id; then echo tramp_executable $d/id; break; fi; done <<'EOF' /sbin /system/bin /system/xbin EOF ) 17:07:52.169826 tramp-wait-for-regexp (6) # tramp_executable /system/bin/id ///9438227436be04d7188a7bf65fe79808#$ 17:07:52.170610 tramp-send-command (6) # /system/bin/id -u 2>/dev/null; echo tramp_exit_status $? 17:07:52.562949 tramp-wait-for-regexp (6) # uid=0(root) gid=0(root) groups=0(root) tramp_exit_status 0 ///9438227436be04d7188a7bf65fe79808#$ 17:07:52.563977 tramp-send-command (6) # /system/bin/id -g 2>/dev/null; echo tramp_exit_status $? 17:07:52.956359 tramp-wait-for-regexp (6) # uid=0(root) gid=0(root) groups=0(root) tramp_exit_status 0 ///9438227436be04d7188a7bf65fe79808#$ 17:07:52.957071 tramp-send-command-and-read (1) # File error: `/system/bin/id -g ' does not return a valid Lisp expression: `uid=0(root) gid=0(root) groups=0(root) '--8<---------------cut here---------------end--------------->8--- -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From unknown Mon Jun 23 23:54:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13390: tramp-adb hanging forever Resent-From: Thierry Volpiatto Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 18 Feb 2013 16:44:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13390 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Michael Albinus Cc: 13390@debbugs.gnu.org Received: via spool by 13390-submit@debbugs.gnu.org id=B13390.136120583227768 (code B ref 13390); Mon, 18 Feb 2013 16:44:01 +0000 Received: (at 13390) by debbugs.gnu.org; 18 Feb 2013 16:43:52 +0000 Received: from localhost ([127.0.0.1]:34945 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7Tom-0007Do-1z for submit@debbugs.gnu.org; Mon, 18 Feb 2013 11:43:52 -0500 Received: from mail-wg0-f42.google.com ([74.125.82.42]:65312) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7Toj-0007Dh-OU for 13390@debbugs.gnu.org; Mon, 18 Feb 2013 11:43:50 -0500 Received: by mail-wg0-f42.google.com with SMTP id 12so2866249wgh.5 for <13390@debbugs.gnu.org>; Mon, 18 Feb 2013 08:42:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:organization:references:date :in-reply-to:message-id:user-agent:mime-version:content-type; bh=1nhWwqQq8oGFAC0a4y0A1CTpJU4OllMG7wqGKcHPIpE=; b=LJucJupE6mqD2uuLEdhfMR28UsdP/3CfO3YWDYDQa55uXqJwhO88Gca/SRnucAuoCh 0ViPQP5pcr+Fbdn2aGlhpR6zW8XRwLEZq7Y7yx7pEEnVqmEYTxnl+OjjOrP6FZlsx/pr w1IMBLRKHUJwOqZd1QQEYbI2fflWXX5hieW9NuVdvOJRsNx5ogGKB1nK4gGDNBEU3/Ve hpQfSYQgl7fCy6AO8DhTLMlNARr/TZpT8ViQE02xf2yU5tZDJGxveOMzh9CkKJa1qvA6 x+LqYCul+Gq/cLkSuBF6cgrrPUi821u9+wXuwIMMX/Z5pvoU1WmuS/f4/mz7XnLW/+DY jiTw== X-Received: by 10.180.87.98 with SMTP id w2mr19763857wiz.30.1361205768564; Mon, 18 Feb 2013 08:42:48 -0800 (PST) Received: from dell-14z (lbe83-2-78-243-104-167.fbx.proxad.net. [78.243.104.167]) by mx.google.com with ESMTPS id bs6sm22738657wib.4.2013.02.18.08.42.46 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 18 Feb 2013 08:42:47 -0800 (PST) From: Thierry Volpiatto Organization: Emacs Helm References: <87r4lveebo.fsf@gmail.com> <87lic3cq6c.fsf@gmx.de> <87mwwje3zs.fsf@gmail.com> <87a9sisuhp.fsf@gmx.de> <87y5eo3x6n.fsf@gmx.de> <87bobhnbs5.fsf@gmail.com> <87hal9sx09.fsf@gmx.de> <87d2vxelqj.fsf@gmail.com> <878v6lsn75.fsf@gmx.de> <874nh91xo9.fsf@gmail.com> <874nh9siwg.fsf@gmx.de> Date: Mon, 18 Feb 2013 17:42:39 +0100 In-Reply-To: <874nh9siwg.fsf@gmx.de> (Michael Albinus's message of "Mon, 18 Feb 2013 17:09:51 +0100") Message-ID: <87sj4tk1z4.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.6 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Hi Michael, Michael Albinus writes: > Tramp expects, that "id -g" returns just a number. Your /system/bin/id > behaves differently. > > During my tests I've found that several commands in /system/bin behave > not exactly as expected. Thats why I have recommended to use as shell > just "sh". In the case of SSHDroid this results in a shell which comes > with SSHDroid, and which behaves more regular. > > Maybe you give it a try? Same without specifying the path of "sh": Tramp: Sending command `exec ssh -p 2222 -o ControlPath=/tmp/tramp.2399kbl.%r@%h:%p -o ControlMaster=auto -o ControlPersist=no -e none 192.168.0.24' Tramp: Found remote shell prompt on `192.168.0.24' Tramp: Opening connection for 192.168.0.24#2222 using ssh...done byte-code: `/system/bin/id -g ' does not return a valid Lisp expression: `uid=0(root) gid=0(root) groups=0(root) And when I run "id -g" from a shell connected to device, I have indeed same result: ,---- | thierry@dell-14z:~/tmp/emacs-savanah-git$ ssh zte | Welcome to DropBear SSH Server II! | root@192.168.0.24's password: | -sh-3.2# id -g | uid=0(root) gid=0(root) groups=0(root) `---- But indeed it seem there is different implementation of command "id": ,---- | thierry@dell-14z:~/tmp/emacs-savanah-git$ ssh zte | Welcome to DropBear SSH Server II! | root@192.168.0.24's password: | -sh-3.2# /system/xbin/id -g | 0 | -sh-3.2# /system/bin/id -g | uid=0(root) gid=0(root) groups=0(root) `---- -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From unknown Mon Jun 23 23:54:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13390: tramp-adb hanging forever Resent-From: Michael Albinus Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 18 Feb 2013 17:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13390 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Thierry Volpiatto Cc: 13390@debbugs.gnu.org Received: via spool by 13390-submit@debbugs.gnu.org id=B13390.13612101251833 (code B ref 13390); Mon, 18 Feb 2013 17:56:02 +0000 Received: (at 13390) by debbugs.gnu.org; 18 Feb 2013 17:55:25 +0000 Received: from localhost ([127.0.0.1]:34996 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7Uw0-0000TW-59 for submit@debbugs.gnu.org; Mon, 18 Feb 2013 12:55:24 -0500 Received: from mout.gmx.net ([212.227.17.20]:51018) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7Uvx-0000TO-An for 13390@debbugs.gnu.org; Mon, 18 Feb 2013 12:55:22 -0500 Received: from mailout-de.gmx.net ([10.1.76.24]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0Lefrs-1Uf9vB0nKY-00qOd1 for <13390@debbugs.gnu.org>; Mon, 18 Feb 2013 18:54:19 +0100 Received: (qmail invoked by alias); 18 Feb 2013 17:54:18 -0000 Received: from p57BB97C2.dip0.t-ipconnect.de (EHLO arthur.gmx.de) [87.187.151.194] by mail.gmx.net (mp024) with SMTP; 18 Feb 2013 18:54:18 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX19oL9wmsQBobxGW4HrdlB7/zfiyFNSu74bECQYVjX RXCVMexUICCGef From: Michael Albinus References: <87r4lveebo.fsf@gmail.com> <87lic3cq6c.fsf@gmx.de> <87mwwje3zs.fsf@gmail.com> <87a9sisuhp.fsf@gmx.de> <87y5eo3x6n.fsf@gmx.de> <87bobhnbs5.fsf@gmail.com> <87hal9sx09.fsf@gmx.de> <87d2vxelqj.fsf@gmail.com> <878v6lsn75.fsf@gmx.de> <874nh91xo9.fsf@gmail.com> <874nh9siwg.fsf@gmx.de> <87sj4tk1z4.fsf@gmail.com> Date: Mon, 18 Feb 2013 18:54:15 +0100 In-Reply-To: <87sj4tk1z4.fsf@gmail.com> (Thierry Volpiatto's message of "Mon, 18 Feb 2013 17:42:39 +0100") Message-ID: <87lialy0c8.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Y-GMX-Trusted: 0 X-Spam-Score: -1.9 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) Thierry Volpiatto writes: > Hi Michael, Hi Thierry, > > Michael Albinus writes: > >> Tramp expects, that "id -g" returns just a number. Your /system/bin/id >> behaves differently. >> >> During my tests I've found that several commands in /system/bin behave >> not exactly as expected. Thats why I have recommended to use as shell >> just "sh". In the case of SSHDroid this results in a shell which comes >> with SSHDroid, and which behaves more regular. >> >> Maybe you give it a try? > Same without specifying the path of "sh": I was speaking about SSHDroid ... > But indeed it seem there is different implementation of command "id": > > ,---- > | thierry@dell-14z:~/tmp/emacs-savanah-git$ ssh zte > | Welcome to DropBear SSH Server II! > | root@192.168.0.24's password: > | -sh-3.2# /system/xbin/id -g > | 0 > | -sh-3.2# /system/bin/id -g > | uid=0(root) gid=0(root) groups=0(root) > `---- The rearrange `tramp-remote-path' that /system/xbin comes before /system/bin. Best regards, Michael. From unknown Mon Jun 23 23:54:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13390: tramp-adb hanging forever Resent-From: Thierry Volpiatto Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 18 Feb 2013 18:21:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13390 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Michael Albinus Cc: 13390@debbugs.gnu.org Received: via spool by 13390-submit@debbugs.gnu.org id=B13390.13612116124122 (code B ref 13390); Mon, 18 Feb 2013 18:21:02 +0000 Received: (at 13390) by debbugs.gnu.org; 18 Feb 2013 18:20:12 +0000 Received: from localhost ([127.0.0.1]:35018 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7VK0-00014R-Ah for submit@debbugs.gnu.org; Mon, 18 Feb 2013 13:20:12 -0500 Received: from mail-we0-f170.google.com ([74.125.82.170]:59502) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7VJx-00014H-KV for 13390@debbugs.gnu.org; Mon, 18 Feb 2013 13:20:11 -0500 Received: by mail-we0-f170.google.com with SMTP id z53so5100324wey.29 for <13390@debbugs.gnu.org>; Mon, 18 Feb 2013 10:19:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:organization:references:date :in-reply-to:message-id:user-agent:mime-version:content-type; bh=+1BO0R7yybXJD1fl1C/tc/5cn5kOO89FXrlRbj5W1Ow=; b=HrGH1aVV0Swr0AoYZJN4u/6sqAtZff7727WAwg56IBf96xL/m0rVuYn40YKDrlPV63 sq+79a4oGh5qIwGkSU8X3BF4tj6PPDWvTFqjmFgHhdv+zQSJj8TXPGbZtRDOYLBMTkz5 eFco/mqA2I6DNuCfwYkQtYHay1BJJ6bRoaCio4ljKqvvvxI9w/N6l5YIxzRtxPE0VQ0t NTmXHWoju33aJUEyj2UeCXeNZCkk+eLVLqVH6FlVR8bp2uA3NOQ7mspwFYytyho8RvxJ KibKiCYPMZ2OTWO1miN8QhJTJcLyFhe9ptZP229Gu91kk7w5BRwyucC0yIxHhUsQ3Kka 6wOg== X-Received: by 10.194.242.69 with SMTP id wo5mr21160574wjc.10.1361211547826; Mon, 18 Feb 2013 10:19:07 -0800 (PST) Received: from dell-14z (lbe83-2-78-243-104-167.fbx.proxad.net. [78.243.104.167]) by mx.google.com with ESMTPS id s8sm21387309wif.9.2013.02.18.10.19.05 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 18 Feb 2013 10:19:06 -0800 (PST) From: Thierry Volpiatto Organization: Emacs Helm References: <87r4lveebo.fsf@gmail.com> <87lic3cq6c.fsf@gmx.de> <87mwwje3zs.fsf@gmail.com> <87a9sisuhp.fsf@gmx.de> <87y5eo3x6n.fsf@gmx.de> <87bobhnbs5.fsf@gmail.com> <87hal9sx09.fsf@gmx.de> <87d2vxelqj.fsf@gmail.com> <878v6lsn75.fsf@gmx.de> <874nh91xo9.fsf@gmail.com> <874nh9siwg.fsf@gmx.de> <87sj4tk1z4.fsf@gmail.com> <87lialy0c8.fsf@gmx.de> Date: Mon, 18 Feb 2013 19:18:59 +0100 In-Reply-To: <87lialy0c8.fsf@gmx.de> (Michael Albinus's message of "Mon, 18 Feb 2013 18:54:15 +0100") Message-ID: <874nh9cwoc.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.6 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Michael Albinus writes: > Thierry Volpiatto writes: > >> Hi Michael, > > Hi Thierry, > >> >> Michael Albinus writes: >> >>> Tramp expects, that "id -g" returns just a number. Your /system/bin/id >>> behaves differently. >>> >>> During my tests I've found that several commands in /system/bin behave >>> not exactly as expected. Thats why I have recommended to use as shell >>> just "sh". In the case of SSHDroid this results in a shell which comes >>> with SSHDroid, and which behaves more regular. >>> >>> Maybe you give it a try? >> Same without specifying the path of "sh": > > I was speaking about SSHDroid ... Ok I will try with sshDroid. >> But indeed it seem there is different implementation of command "id": >> >> ,---- >> | thierry@dell-14z:~/tmp/emacs-savanah-git$ ssh zte >> | Welcome to DropBear SSH Server II! >> | root@192.168.0.24's password: >> | -sh-3.2# /system/xbin/id -g >> | 0 >> | -sh-3.2# /system/bin/id -g >> | uid=0(root) gid=0(root) groups=0(root) >> `---- > > The rearrange `tramp-remote-path' that /system/xbin comes before > /system/bin. I saw that in log yes, how can I make tramp using PATH=/sbin:/system/xbin:/system/bin instead of: 18:40:29.282486 tramp-send-command (6) # PATH=/sbin:/system/bin:/system/xbin; export PATH -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From unknown Mon Jun 23 23:54:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13390: tramp-adb hanging forever Resent-From: Michael Albinus Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 18 Feb 2013 18:28:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13390 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Thierry Volpiatto Cc: 13390@debbugs.gnu.org Received: via spool by 13390-submit@debbugs.gnu.org id=B13390.13612120694782 (code B ref 13390); Mon, 18 Feb 2013 18:28:01 +0000 Received: (at 13390) by debbugs.gnu.org; 18 Feb 2013 18:27:49 +0000 Received: from localhost ([127.0.0.1]:35033 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7VRN-0001F5-CI for submit@debbugs.gnu.org; Mon, 18 Feb 2013 13:27:49 -0500 Received: from mout.gmx.net ([212.227.15.18]:60532) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7VRK-0001Ex-7e for 13390@debbugs.gnu.org; Mon, 18 Feb 2013 13:27:47 -0500 Received: from mailout-de.gmx.net ([10.1.76.27]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0M84ER-1V31ve33OD-00vcIX for <13390@debbugs.gnu.org>; Mon, 18 Feb 2013 19:26:43 +0100 Received: (qmail invoked by alias); 18 Feb 2013 18:26:43 -0000 Received: from p57BB97C2.dip0.t-ipconnect.de (EHLO arthur.gmx.de) [87.187.151.194] by mail.gmx.net (mp027) with SMTP; 18 Feb 2013 19:26:43 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+2ynFh3ru2qlp9vxc4uBSfhMfHP6a4gIsddMMx6H 6PLRteNFH54R+F From: Michael Albinus References: <87r4lveebo.fsf@gmail.com> <87lic3cq6c.fsf@gmx.de> <87mwwje3zs.fsf@gmail.com> <87a9sisuhp.fsf@gmx.de> <87y5eo3x6n.fsf@gmx.de> <87bobhnbs5.fsf@gmail.com> <87hal9sx09.fsf@gmx.de> <87d2vxelqj.fsf@gmail.com> <878v6lsn75.fsf@gmx.de> <874nh91xo9.fsf@gmail.com> <874nh9siwg.fsf@gmx.de> <87sj4tk1z4.fsf@gmail.com> <87lialy0c8.fsf@gmx.de> <874nh9cwoc.fsf@gmail.com> Date: Mon, 18 Feb 2013 19:26:39 +0100 In-Reply-To: <874nh9cwoc.fsf@gmail.com> (Thierry Volpiatto's message of "Mon, 18 Feb 2013 19:18:59 +0100") Message-ID: <87fw0txyu8.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Y-GMX-Trusted: 0 X-Spam-Score: -1.9 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) Thierry Volpiatto writes: > I saw that in log yes, how can I make tramp using > PATH=/sbin:/system/xbin:/system/bin > instead of: > 18:40:29.282486 tramp-send-command (6) # > PATH=/sbin:/system/bin:/system/xbin; export PATH (tramp-cleanup-all-connections) (add-to-list 'tramp-remote-path "/sbin") (add-to-list 'tramp-remote-path "/system/xbin") The cleanup is because Tramp remembers connection properties, like the remote path. Best regards, Michael. From unknown Mon Jun 23 23:54:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13390: tramp-adb hanging forever Resent-From: Thierry Volpiatto Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 18 Feb 2013 18:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13390 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Michael Albinus Cc: 13390@debbugs.gnu.org Received: via spool by 13390-submit@debbugs.gnu.org id=B13390.13612128189411 (code B ref 13390); Mon, 18 Feb 2013 18:41:02 +0000 Received: (at 13390) by debbugs.gnu.org; 18 Feb 2013 18:40:18 +0000 Received: from localhost ([127.0.0.1]:35046 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7VdR-0002Rk-Po for submit@debbugs.gnu.org; Mon, 18 Feb 2013 13:40:18 -0500 Received: from mail-we0-f171.google.com ([74.125.82.171]:61986) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7VdQ-0002Rb-7s for 13390@debbugs.gnu.org; Mon, 18 Feb 2013 13:40:17 -0500 Received: by mail-we0-f171.google.com with SMTP id u54so5090155wey.30 for <13390@debbugs.gnu.org>; Mon, 18 Feb 2013 10:39:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:organization:references:date :in-reply-to:message-id:user-agent:mime-version:content-type; bh=uxGqYyy+2aOfk2vo2aacAuyiKn7XS5dQCdOAXYS0k8k=; b=zSUqYVo/nLoN6GzBuXKZfK7DgWz9SuYVsbjkysv1D7OfURExC2v1Mid+OKP7WpvOqB 9w2P9qZvvr3XpLiWuti6hnLASBL2IPOTaSlpSA1y02/J+ylVoNOHvF4BYWXNdxt9hpDO 1WLBymI/EWf+Oz48GvO0VI8IJDsggFat0B4yz322dbYyfvUlsf9kBRG+Q5rqCqaLAdpD AQaJ5qXUQPszBw0e6M89NIxjYW95owBckr76/6VRaJW6lDmZWz/nwBWo1v2s81I/6Slc lVXgUpe1G8lKwErY4+UD4NVP/XZqsmZwXE/RGyDRVCm6nBulXu55ijN+F7zKJns4jQSx g8dQ== X-Received: by 10.194.235.6 with SMTP id ui6mr21324998wjc.12.1361212754500; Mon, 18 Feb 2013 10:39:14 -0800 (PST) Received: from dell-14z (lbe83-2-78-243-104-167.fbx.proxad.net. [78.243.104.167]) by mx.google.com with ESMTPS id j4sm19582166wiz.10.2013.02.18.10.39.12 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 18 Feb 2013 10:39:13 -0800 (PST) From: Thierry Volpiatto Organization: Emacs Helm References: <87r4lveebo.fsf@gmail.com> <87lic3cq6c.fsf@gmx.de> <87mwwje3zs.fsf@gmail.com> <87a9sisuhp.fsf@gmx.de> <87y5eo3x6n.fsf@gmx.de> <87bobhnbs5.fsf@gmail.com> <87hal9sx09.fsf@gmx.de> <87d2vxelqj.fsf@gmail.com> <878v6lsn75.fsf@gmx.de> <874nh91xo9.fsf@gmail.com> <874nh9siwg.fsf@gmx.de> <87sj4tk1z4.fsf@gmail.com> <87lialy0c8.fsf@gmx.de> <874nh9cwoc.fsf@gmail.com> <87fw0txyu8.fsf@gmx.de> Date: Mon, 18 Feb 2013 19:39:05 +0100 In-Reply-To: <87fw0txyu8.fsf@gmx.de> (Michael Albinus's message of "Mon, 18 Feb 2013 19:26:39 +0100") Message-ID: <87zjz1bh6e.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.6 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Hi Michael, Michael Albinus writes: > Thierry Volpiatto writes: > >> I saw that in log yes, how can I make tramp using >> PATH=/sbin:/system/xbin:/system/bin >> instead of: >> 18:40:29.282486 tramp-send-command (6) # >> PATH=/sbin:/system/bin:/system/xbin; export PATH > > (tramp-cleanup-all-connections) > (add-to-list 'tramp-remote-path "/sbin") > (add-to-list 'tramp-remote-path "/system/xbin") > > The cleanup is because Tramp remembers connection properties, like the > remote path. Ok it worked with SSHDroid and these settings: (add-to-list 'tramp-connection-properties (list (regexp-quote "192.168.0.24") "remote-shell" "sh")) (add-to-list 'tramp-remote-path 'tramp-own-remote-path) (push "/system/xbin" tramp-remote-path) (add-to-list 'tramp-remote-process-environment "TMPDIR=$HOME/tmp") I will try now back with dropbear with same settings. Thanks. -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From unknown Mon Jun 23 23:54:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13390: tramp-adb hanging forever Resent-From: Michael Albinus Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 18 Feb 2013 18:52:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13390 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Thierry Volpiatto Cc: 13390@debbugs.gnu.org Received: via spool by 13390-submit@debbugs.gnu.org id=B13390.136121347910402 (code B ref 13390); Mon, 18 Feb 2013 18:52:01 +0000 Received: (at 13390) by debbugs.gnu.org; 18 Feb 2013 18:51:19 +0000 Received: from localhost ([127.0.0.1]:35066 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7Vo6-0002hi-Cj for submit@debbugs.gnu.org; Mon, 18 Feb 2013 13:51:19 -0500 Received: from mout.gmx.net ([212.227.15.19]:65157) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7Vo4-0002hb-E9 for 13390@debbugs.gnu.org; Mon, 18 Feb 2013 13:51:17 -0500 Received: from mailout-de.gmx.net ([10.1.76.35]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0Lbx3C-1UZ6lW1OgW-00jMxv for <13390@debbugs.gnu.org>; Mon, 18 Feb 2013 19:50:14 +0100 Received: (qmail invoked by alias); 18 Feb 2013 18:50:13 -0000 Received: from p57BB97C2.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.151.194] by mail.gmx.net (mp035) with SMTP; 18 Feb 2013 19:50:13 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX19AJzBFyBhAX484n5mzQNbYydLwBu75xFsfW9dPbI DNgUtT23/rs/a6 From: Michael Albinus References: <87r4lveebo.fsf@gmail.com> <87lic3cq6c.fsf@gmx.de> <87mwwje3zs.fsf@gmail.com> <87a9sisuhp.fsf@gmx.de> <87y5eo3x6n.fsf@gmx.de> <87bobhnbs5.fsf@gmail.com> <87hal9sx09.fsf@gmx.de> <87d2vxelqj.fsf@gmail.com> <878v6lsn75.fsf@gmx.de> <874nh91xo9.fsf@gmail.com> <874nh9siwg.fsf@gmx.de> <87sj4tk1z4.fsf@gmail.com> <87lialy0c8.fsf@gmx.de> <874nh9cwoc.fsf@gmail.com> <87fw0txyu8.fsf@gmx.de> <87zjz1bh6e.fsf@gmail.com> Date: Mon, 18 Feb 2013 19:50:11 +0100 In-Reply-To: <87zjz1bh6e.fsf@gmail.com> (Thierry Volpiatto's message of "Mon, 18 Feb 2013 19:39:05 +0100") Message-ID: <87sj4tlan0.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Y-GMX-Trusted: 0 X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) Thierry Volpiatto writes: > Hi Michael, Hi Thierry, > Ok it worked with SSHDroid and these settings: > > (add-to-list 'tramp-connection-properties > (list (regexp-quote "192.168.0.24") "remote-shell" "sh")) > (add-to-list 'tramp-remote-path 'tramp-own-remote-path) > (push "/system/xbin" tramp-remote-path) > (add-to-list 'tramp-remote-process-environment "TMPDIR=$HOME/tmp") > > I will try now back with dropbear with same settings. Great! I guess we can close now this ticket. I will still help you in finding your settings, here or on the tramp-devel ML. If you have proposals for improving the docs, just tell me. I'm not so familiar with Android, I'm mainly an ordinary user. > Thanks. Best regards, Michael. From unknown Mon Jun 23 23:54:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13390: tramp-adb hanging forever In-Reply-To: <87r4lveebo.fsf@gmail.com> Resent-From: Thierry Volpiatto Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 18 Feb 2013 19:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13390 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 13390@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.136121422811475 (code B ref -1); Mon, 18 Feb 2013 19:04:01 +0000 Received: (at submit) by debbugs.gnu.org; 18 Feb 2013 19:03:48 +0000 Received: from localhost ([127.0.0.1]:35073 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7W0C-0002z0-5a for submit@debbugs.gnu.org; Mon, 18 Feb 2013 14:03:48 -0500 Received: from eggs.gnu.org ([208.118.235.92]:58481) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7W09-0002yt-Ng for submit@debbugs.gnu.org; Mon, 18 Feb 2013 14:03:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U7Vz5-0005F0-4G for submit@debbugs.gnu.org; Mon, 18 Feb 2013 14:02:44 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-102.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, USER_IN_WHITELIST autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:39832) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7Vz5-0005Ew-1E for submit@debbugs.gnu.org; Mon, 18 Feb 2013 14:02:39 -0500 Received: from eggs.gnu.org ([208.118.235.92]:41592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7Vyz-0002Ro-1P for bug-gnu-emacs@gnu.org; Mon, 18 Feb 2013 14:02:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U7Vyx-0005Dk-Np for bug-gnu-emacs@gnu.org; Mon, 18 Feb 2013 14:02:32 -0500 Received: from plane.gmane.org ([80.91.229.3]:47507) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7Vyx-0005DY-H8 for bug-gnu-emacs@gnu.org; Mon, 18 Feb 2013 14:02:31 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U7VzE-0005WK-Eo for bug-gnu-emacs@gnu.org; Mon, 18 Feb 2013 20:02:48 +0100 Received: from lbe83-2-78-243-104-167.fbx.proxad.net ([78.243.104.167]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Feb 2013 20:02:48 +0100 Received: from thierry.volpiatto by lbe83-2-78-243-104-167.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Feb 2013 20:02:48 +0100 X-Injected-Via-Gmane: http://gmane.org/ From: Thierry Volpiatto Date: Mon, 18 Feb 2013 20:02:14 +0100 Organization: Emacs Helm Lines: 42 Message-ID: <87ehgdo37t.fsf@gmail.com> References: <87r4lveebo.fsf@gmail.com> <87lic3cq6c.fsf@gmx.de> <87mwwje3zs.fsf@gmail.com> <87a9sisuhp.fsf@gmx.de> <87y5eo3x6n.fsf@gmx.de> <87bobhnbs5.fsf@gmail.com> <87hal9sx09.fsf@gmx.de> <87d2vxelqj.fsf@gmail.com> <878v6lsn75.fsf@gmx.de> <874nh91xo9.fsf@gmail.com> <874nh9siwg.fsf@gmx.de> <87sj4tk1z4.fsf@gmail.com> <87lialy0c8.fsf@gmx.de> <874nh9cwoc.fsf@gmail.com> <87fw0txyu8.fsf@gmx.de> <87zjz1bh6e.fsf@gmail.com> <87sj4tlan0.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: lbe83-2-78-243-104-167.fbx.proxad.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:2mWMn6bHS619PHEtQZDXV0Pv9C8= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -6.9 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Michael Albinus writes: > Thierry Volpiatto writes: > >> Hi Michael, > > Hi Thierry, > >> Ok it worked with SSHDroid and these settings: >> >> (add-to-list 'tramp-connection-properties >> (list (regexp-quote "192.168.0.24") "remote-shell" "sh")) >> (add-to-list 'tramp-remote-path 'tramp-own-remote-path) >> (push "/system/xbin" tramp-remote-path) >> (add-to-list 'tramp-remote-process-environment "TMPDIR=$HOME/tmp") >> >> I will try now back with dropbear with same settings. > > Great! > > I guess we can close now this ticket. I will still help you in finding > your settings, here or on the tramp-devel ML. Ok thanks ;-) Just notice that if I create an entry (e.g zte) in ~/.ssh/config I still have an error when using "/ssh:zte:": (file-error \"Process has died\") I must use the plain path "/ssh:root@192.168.0.24#2222:" > If you have proposals for improving the docs, just tell me. Ok, don't know for now, just playing with it. > I'm not so familiar with Android, I'm mainly an ordinary user. Same for me ;-) -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From unknown Mon Jun 23 23:54:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13390: tramp-adb hanging forever Resent-From: Michael Albinus Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 18 Feb 2013 19:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13390 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Thierry Volpiatto Cc: 13390@debbugs.gnu.org Received: via spool by 13390-submit@debbugs.gnu.org id=B13390.136121573913993 (code B ref 13390); Mon, 18 Feb 2013 19:29:02 +0000 Received: (at 13390) by debbugs.gnu.org; 18 Feb 2013 19:28:59 +0000 Received: from localhost ([127.0.0.1]:35129 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7WOZ-0003dd-4r for submit@debbugs.gnu.org; Mon, 18 Feb 2013 14:28:59 -0500 Received: from mout.gmx.net ([212.227.15.18]:56526) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7WOY-0003dW-2P for 13390@debbugs.gnu.org; Mon, 18 Feb 2013 14:28:58 -0500 Received: from mailout-de.gmx.net ([10.1.76.19]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0LlKmm-1Uh8Zx2cOk-00b2fZ for <13390@debbugs.gnu.org>; Mon, 18 Feb 2013 20:27:55 +0100 Received: (qmail invoked by alias); 18 Feb 2013 19:26:04 -0000 Received: from p57BB97C2.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.151.194] by mail.gmx.net (mp019) with SMTP; 18 Feb 2013 20:26:04 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+8I/FYm628/0YWXl0xjVubwfPI9ipDY5vu9YiDA0 EgwiOlrkiux50O From: Michael Albinus References: <87r4lveebo.fsf@gmail.com> <87lic3cq6c.fsf@gmx.de> <87mwwje3zs.fsf@gmail.com> <87a9sisuhp.fsf@gmx.de> <87y5eo3x6n.fsf@gmx.de> <87bobhnbs5.fsf@gmail.com> <87hal9sx09.fsf@gmx.de> <87d2vxelqj.fsf@gmail.com> <878v6lsn75.fsf@gmx.de> <874nh91xo9.fsf@gmail.com> <874nh9siwg.fsf@gmx.de> <87sj4tk1z4.fsf@gmail.com> <87lialy0c8.fsf@gmx.de> <874nh9cwoc.fsf@gmail.com> <87fw0txyu8.fsf@gmx.de> <87zjz1bh6e.fsf@gmail.com> <87sj4tlan0.fsf@gmx.de> <87ehgdo37t.fsf@gmail.com> Date: Mon, 18 Feb 2013 20:26:02 +0100 In-Reply-To: <87ehgdo37t.fsf@gmail.com> (Thierry Volpiatto's message of "Mon, 18 Feb 2013 20:02:14 +0100") Message-ID: <87mwv14e5x.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Y-GMX-Trusted: 0 X-Spam-Score: -1.9 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) Thierry Volpiatto writes: > Just notice that if I create an entry (e.g zte) in ~/.ssh/config I still > have an error when using "/ssh:zte:": > > (file-error \"Process has died\") > > I must use the plain path "/ssh:root@192.168.0.24#2222:" Send traces (level 6), and show the entry in ~/.ssh/config. Btw, during my tests with SSHDroid it was not necessary to specify a user. Best regards, Michael. From unknown Mon Jun 23 23:54:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13390: tramp-adb hanging forever Resent-From: Thierry Volpiatto Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 18 Feb 2013 19:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13390 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Michael Albinus Cc: 13390@debbugs.gnu.org Received: via spool by 13390-submit@debbugs.gnu.org id=B13390.136121650118760 (code B ref 13390); Mon, 18 Feb 2013 19:42:02 +0000 Received: (at 13390) by debbugs.gnu.org; 18 Feb 2013 19:41:41 +0000 Received: from localhost ([127.0.0.1]:35151 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7War-0004sX-2V for submit@debbugs.gnu.org; Mon, 18 Feb 2013 14:41:41 -0500 Received: from mail-wg0-f44.google.com ([74.125.82.44]:54836) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7Wao-0004sP-VG for 13390@debbugs.gnu.org; Mon, 18 Feb 2013 14:41:40 -0500 Received: by mail-wg0-f44.google.com with SMTP id dr12so4783079wgb.23 for <13390@debbugs.gnu.org>; Mon, 18 Feb 2013 11:40:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:organization:references:date :in-reply-to:message-id:user-agent:mime-version:content-type; bh=9ZE9Wd5QV/Qnany4PIuhnRlc2unnQxao4VU+Zoz89KU=; b=jwldiz0LLA4HmG1q7LTm5VuAUaxdBDdMkIWqRMbneeHCdXetv6rErWWVJslfHHXV1e 5s+1aC4+/fxVoiQtFCvxCvX1n+S4ZyDuz2TCmS7vr6Z2SXQwHpxeFd2NNIaRr1cUA18N tFuupvYrQfRmjDU4FAMnJ/9cUQuEdtXGwvrMnXk7syKXoGAHbG7nPj5A8/eBZeSG0fxn ql3dvt0hEMqe+X4taeRUabXtdLwZ7uhxKX/2dlCuCPmHysiy7m2zi2sMNFMgkmQewFmR YAe8wptBB4WkgtKGPysI6v/II0BDk3EhspdAiBRUR1bQJrmDehGobi0D0/j/SREwFoSN VGig== X-Received: by 10.194.103.163 with SMTP id fx3mr21540498wjb.58.1361216437162; Mon, 18 Feb 2013 11:40:37 -0800 (PST) Received: from dell-14z (lbe83-2-78-243-104-167.fbx.proxad.net. [78.243.104.167]) by mx.google.com with ESMTPS id o8sm21734552wix.7.2013.02.18.11.40.35 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 18 Feb 2013 11:40:36 -0800 (PST) From: Thierry Volpiatto Organization: Emacs Helm References: <87r4lveebo.fsf@gmail.com> <87lic3cq6c.fsf@gmx.de> <87mwwje3zs.fsf@gmail.com> <87a9sisuhp.fsf@gmx.de> <87y5eo3x6n.fsf@gmx.de> <87bobhnbs5.fsf@gmail.com> <87hal9sx09.fsf@gmx.de> <87d2vxelqj.fsf@gmail.com> <878v6lsn75.fsf@gmx.de> <874nh91xo9.fsf@gmail.com> <874nh9siwg.fsf@gmx.de> <87sj4tk1z4.fsf@gmail.com> <87lialy0c8.fsf@gmx.de> <874nh9cwoc.fsf@gmail.com> <87fw0txyu8.fsf@gmx.de> <87zjz1bh6e.fsf@gmail.com> <87sj4tlan0.fsf@gmx.de> <87ehgdo37t.fsf@gmail.com> <87mwv14e5x.fsf@gmx.de> Date: Mon, 18 Feb 2013 20:40:28 +0100 In-Reply-To: <87mwv14e5x.fsf@gmx.de> (Michael Albinus's message of "Mon, 18 Feb 2013 20:26:02 +0100") Message-ID: <87a9r1o1g3.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.6 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Michael Albinus writes: > Thierry Volpiatto writes: > >> Just notice that if I create an entry (e.g zte) in ~/.ssh/config I still >> have an error when using "/ssh:zte:": >> >> (file-error \"Process has died\") >> >> I must use the plain path "/ssh:root@192.168.0.24#2222:" > > Send traces (level 6), and show the entry in ~/.ssh/config. Btw, during > my tests with SSHDroid it was not necessary to specify a user. Ok. Also did you try copying files ? Looks like permissions are not preserved. Probably we could stop discussing this here and open a new thread on e.g tramp.devel ? -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From unknown Mon Jun 23 23:54:18 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.428 (Entity 5.428) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Thierry Volpiatto Subject: bug#13390: closed (Re: bug#13390: tramp-adb hanging forever) Message-ID: References: <87ip5p4d4e.fsf@gmx.de> <87r4lveebo.fsf@gmail.com> X-Gnu-PR-Message: they-closed 13390 X-Gnu-PR-Package: emacs Reply-To: 13390@debbugs.gnu.org Date: Mon, 18 Feb 2013 19:50:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1361217002-19550-1" This is a multi-part message in MIME format... ------------=_1361217002-19550-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #13390: tramp-adb hanging forever which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 13390@debbugs.gnu.org. --=20 13390: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D13390 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1361217002-19550-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 13390-done) by debbugs.gnu.org; 18 Feb 2013 19:49:47 +0000 Received: from localhost ([127.0.0.1]:35161 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7Wig-00054p-ML for submit@debbugs.gnu.org; Mon, 18 Feb 2013 14:49:47 -0500 Received: from mout.gmx.net ([212.227.17.21]:51051) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7Wie-00054i-Oz for 13390-done@debbugs.gnu.org; Mon, 18 Feb 2013 14:49:45 -0500 Received: from mailout-de.gmx.net ([10.1.76.35]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0MQ9JV-1UBfZ33MFn-005J2w for <13390-done@debbugs.gnu.org>; Mon, 18 Feb 2013 20:48:42 +0100 Received: (qmail invoked by alias); 18 Feb 2013 19:48:40 -0000 Received: from p57BB97C2.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.151.194] by mail.gmx.net (mp035) with SMTP; 18 Feb 2013 20:48:40 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1/ASXY/VzzAmSlC33LxamSQqujXTN7tt8mhDTRyoH V/RCkf4b6t/t51 From: Michael Albinus To: Thierry Volpiatto Subject: Re: bug#13390: tramp-adb hanging forever References: <87r4lveebo.fsf@gmail.com> <87lic3cq6c.fsf@gmx.de> <87mwwje3zs.fsf@gmail.com> <87a9sisuhp.fsf@gmx.de> <87y5eo3x6n.fsf@gmx.de> <87bobhnbs5.fsf@gmail.com> <87hal9sx09.fsf@gmx.de> <87d2vxelqj.fsf@gmail.com> <878v6lsn75.fsf@gmx.de> <874nh91xo9.fsf@gmail.com> <874nh9siwg.fsf@gmx.de> <87sj4tk1z4.fsf@gmail.com> <87lialy0c8.fsf@gmx.de> <874nh9cwoc.fsf@gmail.com> <87fw0txyu8.fsf@gmx.de> <87zjz1bh6e.fsf@gmail.com> <87sj4tlan0.fsf@gmx.de> <87ehgdo37t.fsf@gmail.com> <87mwv14e5x.fsf@gmx.de> <87a9r1o1g3.fsf@gmail.com> Date: Mon, 18 Feb 2013 20:48:33 +0100 In-Reply-To: <87a9r1o1g3.fsf@gmail.com> (Thierry Volpiatto's message of "Mon, 18 Feb 2013 20:40:28 +0100") Message-ID: <87ip5p4d4e.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Y-GMX-Trusted: 0 X-Spam-Score: -0.5 (/) X-Debbugs-Envelope-To: 13390-done Cc: 13390-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) Thierry Volpiatto writes: > Probably we could stop discussing this here and open a new thread on e.g > tramp.devel ? Yep. I'm closing this bug. Best regards, Michael ------------=_1361217002-19550-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 8 Jan 2013 18:10:34 +0000 Received: from localhost ([127.0.0.1]:57125 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TsddB-0002Qx-Tz for submit@debbugs.gnu.org; Tue, 08 Jan 2013 13:10:34 -0500 Received: from eggs.gnu.org ([208.118.235.92]:40752) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tsdd9-0002Qj-9O for submit@debbugs.gnu.org; Tue, 08 Jan 2013 13:10:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tsdcy-0007Vw-44 for submit@debbugs.gnu.org; Tue, 08 Jan 2013 13:10:21 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-101.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, USER_IN_WHITELIST autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:58467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tsdcy-0007Vs-0m for submit@debbugs.gnu.org; Tue, 08 Jan 2013 13:10:20 -0500 Received: from eggs.gnu.org ([208.118.235.92]:52114) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tsdcw-00026G-Sr for bug-gnu-emacs@gnu.org; Tue, 08 Jan 2013 13:10:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tsdcv-0007S4-TC for bug-gnu-emacs@gnu.org; Tue, 08 Jan 2013 13:10:18 -0500 Received: from plane.gmane.org ([80.91.229.3]:36485) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tsdcv-0007Ro-Ml for bug-gnu-emacs@gnu.org; Tue, 08 Jan 2013 13:10:17 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Tsdd7-00078M-W7 for bug-gnu-emacs@gnu.org; Tue, 08 Jan 2013 19:10:30 +0100 Received: from lbe83-2-78-243-104-167.fbx.proxad.net ([78.243.104.167]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Jan 2013 19:10:29 +0100 Received: from thierry.volpiatto by lbe83-2-78-243-104-167.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Jan 2013 19:10:29 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: bug-gnu-emacs@gnu.org From: Thierry Volpiatto Subject: tramp-adb hanging forever Date: Tue, 08 Jan 2013 19:10:03 +0100 Organization: Emacs Helm Lines: 25 Message-ID: <87r4lveebo.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: lbe83-2-78-243-104-167.fbx.proxad.net User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:UxDgzGhSR4l4eGGiIWBVdVmRyuo= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Hi, (require 'tramp-adb) (setq tramp-adb-sdk-dir "~/share/android-sdk-linux") M-x shell adb connect 192.168.0.24:5555 => connected to 192.168.0.24:5555 adb shell ls => works as expected. [EVAL] (tramp-adb-parse-device-names nil) =>((nil "192.168.0.24:5555")) ; OK C-x C-f => find-file => /adb::/ Hang forever. I am able though to C-g to exit. With tramp-debug set to 6, nothing new or interesting popping up, just hanging forever. -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 ------------=_1361217002-19550-1--