[Bug 296066] macOS vi creates swap files with mode 0 on FreeBSD 15.1 NFSv4 export
Date: Tue, 16 Jun 2026 01:38:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296066
Rick Macklem <rmacklem@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rmacklem@FreeBSD.org
Assignee|bugs@FreeBSD.org |rmacklem@FreeBSD.org
--- Comment #1 from Rick Macklem <rmacklem@FreeBSD.org> ---
Could you please capture packets when this
failure occurs and attach them here (like
you did for the other bugzilla PR).
The ai isn't quite correct, in that a
FreeBSD VOP_SETATTR() can set birthtime.
(I suspect the problem is that the birthtime
is specified for the Open/Create and needs to
be treated like hidden/system/archive, in that
it cannot be set for VOP_CREATE(), but can be
set for VOP_SETATTR() after the VOP_CREATE().)
Thanks, rick
--
You are receiving this mail because:
You are the assignee for the bug.