-
Notifications
You must be signed in to change notification settings - Fork 119
Description
i am facing issue while starting the enroot container.
i tried running the script shared in requirement doc to check if all the pre requisites are met. i dont see any issue there, yet i see this issue. can you please let me know if there is anything missing?
earlier i used to get the following error
[INFO] Extracting squashfs filesystem...
Parallel unsquashfs: Using 4 processors
425 inodes (144 blocks) to write
[===========================================================================================================================================================================|] 569/569 100%
created 90 files
created 98 directories
created 335 symlinks
created 0 devices
created 0 fifos
created 0 sockets
created 0 hardlinks
enroot-nsenter: failed to create user namespace: Permission denied
this got resolve by adding "unprivileged_userns" apparmor in complain mode.
i am running the check from requirements doc and seems to be fine.
./enroot-check_3.5.0_x86_64.run
Extracting [####################] 100%
Bundle ran successfully!
but enroot start gives this error.
enroot start test
nvidia-container-cli: initialization error: open failed: /proc/self/ns/mnt: permission denied
[ERROR] /etc/enroot/hooks.d/98-nvidia.sh exited with return code 1
can you please let me know if there is anything missing?