[Bug 281526] Linuxulator - fstatat unsupported flag 0x800
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 21 Sep 2024 22:55:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281526 --- Comment #5 from sporran-musing0p@icloud.com --- I followed https://docs.freebsd.org/en/books/handbook/kernelconfig/ and compiled latest kernel with the git apply D46710.diff file root@bsdtest:~ # uname -a FreeBSD bsdtest 15.0-CURRENT FreeBSD 15.0-CURRENT #2 main-n272413-66fcbd9556b0-dirty: Sat Sep 21 22:43:15 UTC 2024 root@bsdtest:/usr/obj/usr/src/amd64.amd64/sys/MYKERNEL amd64 I still get the same error though. linux: jid 1 pid 1386 (firo-shutoff): fstatat unsupported flag 0x800 strace (linux jail) output that is relevant (same as before) mmap(NULL, 1060864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x80291b000 arch_prctl(ARCH_SET_FS, 0x802a1ab40) = 0 set_tid_address(0x802a1ae10) = 1402 set_robust_list(0x802a1ae20, 24) = 0 rseq(0x802a1b460, 0x20, 0, 0x53053053) = -1 ENOSYS (Function not implemented) mprotect(0x802906000, 16384, PROT_READ) = 0 mprotect(0x802736000, 4096, PROT_READ) = 0 mprotect(0x802716000, 4096, PROT_READ) = 0 maybe I am doing something wrong, no idea ¯\_(ツ)_/¯ . -- You are receiving this mail because: You are the assignee for the bug.