GNU bug report logs - #53283
28.0.91; TRAMP SSHFS method not known by default

Previous Next

Package: emacs;

Reported by: Philipp Stephani <p.stephani2 <at> gmail.com>

Date: Sat, 15 Jan 2022 12:43:01 UTC

Severity: normal

Tags: notabug

Found in version 28.0.91

Done: Michael Albinus <michael.albinus <at> gmx.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Michael Albinus <michael.albinus <at> gmx.de>
To: Philipp Stephani <p.stephani2 <at> gmail.com>
Cc: 53283 <at> debbugs.gnu.org
Subject: bug#53283: 28.0.91; TRAMP SSHFS method not known by default
Date: Sat, 15 Jan 2022 18:59:50 +0100
Philipp Stephani <p.stephani2 <at> gmail.com> writes:

Hi Philipp,

> $ emacs -Q -batch -eval '(print (directory-files "/sshfs:localhost:/sys/"))'
> , Method ‘sshfs’ is not known.

> But it would be great if this could just work out of the box.

It works for me:

--8<---------------cut here---------------start------------->8---
$ emacs -Q -batch -eval '(print (directory-files "/sshfs:localhost:/sys/"))'

("." ".." "block" "bus" "class" "dev" "devices" "firmware" "fs" "hypervisor" "kernel" "module" "power")
--8<---------------cut here---------------end--------------->8---

What happens, if you try the following:

--8<---------------cut here---------------start------------->8---
$ emacs -Q -batch -l tramp -eval '(print (mapcar (quote car) tramp-methods))'

("adb" "ftp" "sftp" "nextcloud" "mtp" "gdrive" "davs" "dav" "afp" "rclone" "fcp" "psftp" "pscp" "plinkx" "plink" "krlogin" "ksu" "doas" "sudo" "sg" "su" "nc" "telnet" "sshx" "ssh" "remsh" "rsh" "rsync" "scpx" "scp" "remcp" "rcp" "smb" "sshfs" "sudoedit")
--8<---------------cut here---------------end--------------->8---

In my case, you see the supported Tramp methods, including "sshfs".

Best regards, Michael.




This bug report was last modified 3 years and 129 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.