[Bug 252106] [linuxlator] statx() not implemented

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 12 17:17:31 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252106

--- Comment #7 from Edward Tomasz Napierala <trasz at FreeBSD.org> ---
FWIW, this also breaks a number of applications from Ubuntu Focal, eg
konsole(1).  It (or rather - Qt5 applications) can fall back to fstatat(2),
however:

statx(3, "", AT_STATX_SYNC_AS_STAT|AT_EMPTY_PATH, STATX_ALL, 0x7fffffffe1b0) =
-1 ENOSYS (Function not implemented)
newfstatat(3, "", 0x7fffffffe000, AT_EMPTY_PATH) = -1 EINVAL (Invalid argument)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-emulation mailing list