On 2023-11-13 19:06:19+0100, John Paul Adrian Glaubitz wrote: > On Mon, 2023-11-13 at 18:50 +0100, Thomas Weißschuh wrote: > > What's your system's page size? > > > > ./test_sysinfo > > glaubitz@stadler:~/util-linux$ ./test_sysinfo > WORDSIZE: 64 > pagesize: 8192 > INT_MAX: 2147483647 > UINT_MAX: 4294967295 > LONG_MAX: 9223372036854775807 > ULONG_MAX: 18446744073709551615 > ULONG_MAX32: 4294967295 > UINT64_MAX: 18446744073709551615 > byte-order: BE > wcsspn-ok: 1 > enotty-ok: 1 > fsopen-ok: 1 > glaubitz@stadler:~/util-linux$ 8k page size should explain it. The test output depends on the page size and has known test outputs for a few pagesizes and a fallback output. The fallback output was broken. Can you test this PR? https://github.com/util-linux/util-linux/pull/2581 Thomas