Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Sep 2021 09:58:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount
Message-ID:  <bug-258056-227-6VxV04e5rH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258056-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-258056-227@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #10 from Keith White <kwhite.uottawa@gmail.com> ---
(In reply to Ralf van der Enden from comment #9)
Thanks for your suggestion! I updating rclone using your patch.  It does not
fix the problem with 14.0-CURRENT.

After patching:

# .../net/rclone/work/stage/usr/local/bin/rclone version
rclone v1.56.0-DEV
- os/version: freebsd 14.0-current (64 bit)
- os/kernel: 14.0-current (amd64)
- os/type: freebsd
- os/arch: amd64
- go/version: go1.17
- go/linking: static
- go/tags: none

# .../net/rclone/work/stage/usr/local/bin/rclone mount  --http-url
https://www.freebsd.org/ :http: /mnt --read-only
2021/09/01 05:37:33 Fatal error: failed to umount FUSE fs: resource tempora=
rily
unavailable

# uname -ap
FreeBSD e6220 14.0-CURRENT FreeBSD 14.0-CURRENT #1
main-n248890-1a4c5061fc5-dirty: Tue Aug 24 13:11:06 EDT 2021=20=20=20=20
root@e6220:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG  amd64 amd64

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
It might not be simple.  Here's were I'm at for investigation.

On CURRENT, if you run "go test -v" in the
${WRKDIR}/rclone-1.56.0/vendor/bazil.org/fuse directory, the tests "PASS" b=
ut
"TestMountOptionReadOnly" takes 60.01s [probably a timeout].  On 13.0-RELEA=
SE
(and any release before commit 7b8622fa22) that particular test takes 0.01s.

Go 1.9 added kevent for open files which might exercise different code path=
s.
https://github.com/golang/go/issues/24331

...keith

--=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-258056-227-6VxV04e5rH>