From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.bugs Subject: bug#57044: 29.0.50; tramp-error: Reading directory: Permission denied, /scp:motorolausb:/storage/emulated/0/ Date: Sat, 17 Sep 2022 05:12:59 +0300 Message-ID: References: <86czdb3lg4.fsf@protected.rcdrun.com> <87edxrkt8d.fsf@gmx.de> <87k06w40as.fsf@gmx.de> <87h71kagzb.fsf@gmx.de> <87zgf0irst.fsf@gmx.de> <87a66zilx1.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3166"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/+ () (2022-06-11) Cc: 57044@debbugs.gnu.org To: Michael Albinus Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Sep 17 07:26:20 2022 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oZQLM-0000Zy-72 for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 17 Sep 2022 07:26:20 +0200 Original-Received: from localhost ([::1]:43146 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oZQLK-0001Q5-Jl for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 17 Sep 2022 01:26:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50838) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oZQL4-0001Pm-F2 for bug-gnu-emacs@gnu.org; Sat, 17 Sep 2022 01:26:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:45783) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oZQL4-0006Pa-5s for bug-gnu-emacs@gnu.org; Sat, 17 Sep 2022 01:26:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oZQL3-0004mF-P1 for bug-gnu-emacs@gnu.org; Sat, 17 Sep 2022 01:26:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 17 Sep 2022 05:26:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57044 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 57044-submit@debbugs.gnu.org id=B57044.166339232818320 (code B ref 57044); Sat, 17 Sep 2022 05:26:01 +0000 Original-Received: (at 57044) by debbugs.gnu.org; 17 Sep 2022 05:25:28 +0000 Original-Received: from localhost ([127.0.0.1]:44861 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oZQKW-0004lP-6i for submit@debbugs.gnu.org; Sat, 17 Sep 2022 01:25:28 -0400 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:33123) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oZQKU-0004l0-44 for 57044@debbugs.gnu.org; Sat, 17 Sep 2022 01:25:26 -0400 Original-Received: from localhost ([::ffff:197.239.4.82]) (AUTH: PLAIN admin, TLS: TLS1.3,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by stw1.rcdrun.com with ESMTPSA id 00000000000B5AC8.0000000063255A40.00006582; Fri, 16 Sep 2022 22:25:19 -0700 Content-Disposition: inline In-Reply-To: <87a66zilx1.fsf@gmx.de> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:242823 Archived-At: * Michael Albinus [2022-09-16 14:44]: > Jean Louis writes: > > Best regards, Michael. > > > I have compiled latest Emacs Version. > > > > I did this: > > > > (add-to-list 'tramp-remote-path "/data/data/com.termux/files/usr/bin") > > > > (add-to-list 'tramp-remote-path "/data/data/com.termux/files/usr/bin") > > > > (setq tramp-verbose 10 > > tramp-connection-properties '(("scp:motorola" "tmpdir" "/storage/emulated/0/tmp") ("ssh:motorola" "tmpdir" "/storage/emulated/0/tmp"))) > > > > Error is that it cannot find `ls' command. I had never problems with > > it before. > > > > Problem is with scp method. > > ============================ > > > > If I use ssh method, I can enter. I can enter with rsync method. > > > > If I use scp method, with the above information, I get missing `ls' > > command. > > Have you started "emacs -Q", as indicated several times by me? Nothing > configured else but the bits from above? I have noticed that if I cannot even set above settings without running Tramp at least once as tramp-remote-path is not there until it gets loaded. After tramp-cleanup-all-connections it started working, provided I do load-library tramp first. Without loading Tramp first I was getting that error missing ls command. Thank you. I guess it is solved. I will observe it for errors. -- Jean Take action in Free Software Foundation campaigns: https://www.fsf.org/campaigns In support of Richard M. Stallman https://stallmansupport.org/