all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Daniel Kraus <daniel@kraus.my>
To: emacs-devel@gnu.org
Subject: Re: Tramp rclone
Date: Sun, 25 Nov 2018 19:33:22 +0800	[thread overview]
Message-ID: <87sgzp75od.fsf@kraus.my> (raw)
In-Reply-To: <8736rp8s39.fsf@gmx.de>

[-- Attachment #1: Type: text/plain, Size: 713 bytes --]

Hi!

Michael Albinus <michael.albinus@gmx.de> writes:

> Could you pls rerun the test, starting with "emacs -Q", and setting
> tramp-verbose to 10 then?

Sure. I should have done that from the start.
Result is the same though.
No such directory in eshell (is that even supposed to work?)
and empty list in dired.

Attached is the tramp log (verbose set to 10) where
I first tried to open `/rclone:drive:` (drive is my remote name)
and then `/rclone:drive:/skor`.

I have to say that I never used rclone before but I
can do `rclone lsl drive:/skor` for example just fine.

I'm on arch linux with rclone v1.44:
```
$ rclone --version
rclone v1.44
- os/arch: linux/amd64
- go version: go1.11.2
```

Thanks,
  Daniel

[-- Attachment #2: tramp-rclone.log --]
[-- Type: text/plain, Size: 3168 bytes --]

;; Emacs: 27.0.50 Tramp: 2.4.1-pre -*- mode: outline; -*-
;; Location: /usr/share/emacs/27.0.50/lisp/net/tramp.elc Git: makepkg/3aa22e6ec615c5dadb134f1e45ee9bb3034518b7
19:22:26.807429 tramp-get-connection-property (7) # case-insensitive undef
19:22:26.809770 tramp-get-connection-property (7) # uid-integer nil
19:22:26.809959 tramp-set-connection-property (7) # uid-integer 1000
19:22:26.810202 tramp-set-connection-property (7) # gid-integer 1000
19:22:26.810307 tramp-set-connection-property (7) # uid-string daniel
19:22:26.810454 tramp-set-connection-property (7) # gid-string daniel
19:22:26.811638 tramp-get-connection-property (7) # uid-integer 1000
19:22:26.816262 tramp-handle-insert-directory (0) # Opening directory /rclone:drive:...
19:22:26.820050 tramp-get-connection-property (7) # uid-integer 1000
19:22:26.833087 tramp-get-connection-property (7) # uid-integer 1000
19:22:26.833841 tramp-get-connection-property (7) # uid-integer 1000
19:22:26.834303 tramp-get-connection-property (7) # uid-integer 1000
19:22:26.834510 tramp-rclone-handle-file-system-info (5) # file system info:
19:22:26.834536 tramp-get-connection-property (7) # process-buffer nil
19:22:26.834562 tramp-get-connection-property (7) # process-buffer nil
19:22:26.834581 tramp-set-connection-property (7) # process-buffer nil
19:22:26.834613 tramp-get-connection-property (7) # about-args undef
19:22:26.834686 tramp-call-process (6) # ‘rclone about drive: --full’ nil *tramp/rclone drive*
19:22:27.355841 tramp-call-process (6) # 0
Total:   128849018880
Used:    452653677
Free:    79889759394
Trashed: 4593779
Other:   48506605809
19:22:27.355978 tramp-get-connection-property (7) # process-buffer nil
19:22:27.356154 tramp-set-file-property (8) #  used-bytes 452653677
19:22:27.356561 tramp-handle-insert-directory (0) # Opening directory /rclone:drive:...done
19:22:27.359036 tramp-get-connection-property (7) # uid-integer 1000
19:23:35.221403 tramp-get-connection-property (7) # case-insensitive undef
19:23:35.221927 tramp-get-file-property (8) # /skor file-truename undef
19:23:35.222321 tramp-get-file-property (8) # /skor file-attributes-nil undef
19:23:35.222451 tramp-get-file-property (8) # /skor local-file-name undef
19:23:35.222501 tramp-get-connection-property (7) # uid-integer 1000
19:23:35.222617 tramp-set-file-property (8) # /skor local-file-name /tmp/tramp.rclone.drive/skor
19:23:35.222716 tramp-set-file-property (8) # /skor file-attributes-nil nil
19:23:35.222910 tramp-set-file-property (8) # /skor file-truename /skor
19:23:35.223166 tramp-get-file-property (8) # /skor file-attributes-nil nil
19:23:35.225484 tramp-get-file-property (8) # / local-file-name undef
19:23:35.225525 tramp-get-connection-property (7) # uid-integer 1000
19:23:35.225600 tramp-set-file-property (8) # / local-file-name /tmp/tramp.rclone.drive
19:23:55.326762 tramp-get-connection-property (7) # case-insensitive undef
19:23:55.328043 tramp-get-connection-property (7) # uid-integer 1000
19:23:55.328643 tramp-get-connection-property (7) # uid-integer 1000
19:23:55.331335 tramp-get-connection-property (7) # uid-integer 1000

  reply	other threads:[~2018-11-25 11:33 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-24 13:16 Tramp rclone Michael Albinus
2018-11-24 13:56 ` Eli Zaretskii
2018-11-25  3:01 ` John Wiegley
2018-11-25  8:38   ` Michael Albinus
2018-11-26  1:39   ` Richard Stallman
2018-11-26  3:39     ` Eli Zaretskii
2018-11-26 20:50       ` Richard Stallman
2018-11-27 16:00         ` Michael Albinus
2018-11-28 11:25           ` Michael Albinus
2018-11-29  0:19             ` Richard Stallman
2018-11-30  9:46               ` Michael Albinus
2018-11-30 22:44                 ` Richard Stallman
2018-11-26 19:15     ` Michael Albinus
2018-11-27 22:55       ` Richard Stallman
2018-11-25  3:56 ` Daniel Kraus
2018-11-25  8:43   ` Michael Albinus
2018-11-25 11:33     ` Daniel Kraus [this message]
2018-11-25 12:02       ` Michael Albinus
2018-11-26 12:35         ` Daniel Kraus
2018-11-26 18:55           ` Michael Albinus
2018-11-27  9:44             ` Daniel Kraus
2018-11-27 12:18               ` Michael Albinus
2018-11-27 13:14                 ` Daniel Kraus
2018-11-27 13:32                   ` Michael Albinus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87sgzp75od.fsf@kraus.my \
    --to=daniel@kraus.my \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.