maintainer-feedback requested: [Bug 254452] devel/gvfs: gvfsd-fuse needs FUSE_CAP_ATOMIC_O_TRUNC from fuse

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Mar 21 06:29:10 UTC 2021


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-gnome (Nobody)
<gnome at FreeBSD.org> for maintainer-feedback:
Bug 254452: devel/gvfs: gvfsd-fuse needs FUSE_CAP_ATOMIC_O_TRUNC from fuse
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254452



--- Description ---
59709: write(2,"fuse: error: filesystem requested capabilities 0x8 that are not
supported by kernel, aborting.\n",95) = 95 (0x5f)

0x8 = FUSE_CAP_ATOMIC_O_TRUNC

gvfsd-fuse can be hacked into working, by remove this flag from its wanted
flags, through changing 1 line in
/usr/ports/devel/gvfs/files/patch-client_gvfsfusedaemon.c, from:

---snip---
+#ifdef FUSE_CAP_ATOMIC_O_TRUNC
---snip---

to:

---snip---
+#if 0
---snip---

But it would be better if fuse actually supported this.


More information about the freebsd-gnome mailing list