Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Aug 2021 00:54:52 +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-sKfen8DCSo@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 #5 from Alan Somers <asomers@FreeBSD.org> ---
Yes, I do suspect the application.  My theory is that rclone opens /dev/fus=
e in
nonblocking mode and tries to register it with kevent for EVFILT_WRITE |
EVFILT_READ.  Previously this would fail, so it would fallback to a blocking
paradigm.  But now that succeeds, so it tries to use the non-blocking path.=
=20
But that path is entirely untested because it was previously unreachable.=20
That's my guess at least.  You should take it up with the rclone developers=
.  I
don't know Go, so I won't be much help.

--=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-sKfen8DCSo>