You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on ArchLinux and the output of of ./enroot-check_*.run --verify is :
Kernel version:
Linux version 6.7.5-arch1-1 (linux@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.42.0) #1 SMP PREEMPT_DYNAMIC Sat, 17 Feb 2024 14:02:33 +0000
Kernel configuration:
CONFIG_NAMESPACES : OK
CONFIG_USER_NS : OK
CONFIG_SECCOMP_FILTER : OK
CONFIG_OVERLAY_FS : OK (module)
CONFIG_X86_VSYSCALL_EMULATION : OK
CONFIG_VSYSCALL_EMULATE : KO (required if glibc <= 2.13)
CONFIG_VSYSCALL_NATIVE : KO (required if glibc <= 2.13)
Kernel command line:
vsyscall=native : KO (required if glibc <= 2.13)
vsyscall=emulate : KO (required if glibc <= 2.13)
Kernel parameters:
kernel.unprivileged_userns_clone : OK
user.max_user_namespaces : OK
user.max_mnt_namespaces : OK
Extra packages:
nvidia-container-cli : OK
Any idea what the problem is ?
The text was updated successfully, but these errors were encountered:
Sorry I haven't had time to look into it yet, not sure how we end up with C23 references in a C11 build, there must be something going on within the libc headers
Hello,
I have the following error when I try to compile the software (same error when I try to install from AUR).
I'm on ArchLinux and the output of of
./enroot-check_*.run --verify
is :Any idea what the problem is ?
The text was updated successfully, but these errors were encountered: