[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:11 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254452
Bug ID: 254452
Summary: devel/gvfs: gvfsd-fuse needs FUSE_CAP_ATOMIC_O_TRUNC
from fuse
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: gnome at FreeBSD.org
Reporter: damjan.jov at gmail.com
Flags: maintainer-feedback?(gnome at FreeBSD.org)
Assignee: gnome at FreeBSD.org
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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list