Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jun 2022 16:26:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 264910] sysutils/fusefs-sshfs package message: issues with example usage
Message-ID:  <bug-264910-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264910

            Bug ID: 264910
           Summary: sysutils/fusefs-sshfs package message: issues with
                    example usage
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://github.com/freebsd/freebsd-ports/blob/main/sys
                    utils/fusefs-sshfs/pkg-message
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: bofh@freebsd.org
          Reporter: grahamperrin@gmail.com
          Assignee: bofh@freebsd.org
             Flags: maintainer-feedback?(bofh@freebsd.org)

>From <https://www.freshports.org/sysutils/fusefs-sshfs/#message>:=20

> % mount_fusefs auto /path/to/mount/point sshfs -o idmap=3Duser \
>        username@example.org:


Below, this approach does not work for me:=20

% pkg info -x fusefs-sshfs
fusefs-sshfs-3.7.3_1
% ls -dhl /media/freebsd
drwx------  2 grahamperrin  grahamperrin     2B 26 Jun 17:07 /media/freebsd
% mount_fusefs auto /media/freebsd sshfs -o idmap=3Duser
grahamperrin@freebsd.org:
% error: no mountpoint specified
see `sshfs -h' for usage

% mount_fusefs auto /media/freebsd sshfs -o idmap=3Duser \
?        grahamperrin@freebsd.org:
mount_fusefs: /dev/fuse on /media/freebsd: Operation not permitted
% error: no mountpoint specified
see `sshfs -h' for usage

% uname -aKU
FreeBSD mowa219-gjp4-8570p-freebsd 14.0-CURRENT FreeBSD 14.0-CURRENT #13
main-n256147-1c665e95d44-dirty: Wed Jun 15 07:49:44 BST 2022=20=20=20=20
root@mowa219-gjp4-8570p-freebsd:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NO=
DEBUG
amd64 1400061 1400061
%

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264910-7788>