-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when trying to attach to breakpointHook: unable to move container mounts to new mountpoint: EOPNOTSUPP: Operation not supported on transport endpoint #108
Comments
|
Looks like an issue with writing to FUSE, whats your kernel version? |
It would be a great help if you can reproduce the issue with nixos module and nixos-shell (https://github.com/Mic92/nixos-shell) |
Can you also provide me with the output of |
Kernel version is |
This command should get you most information: |
Here you go: |
Ok. back to posix acls:
Try enabling them on your zfs dataset: https://blog.alt255.com/post/posix-acls/ |
Yes, it is fixed now:
Thanks! |
Let's keep it open. The error message is horrible and the issue not documented. |
Alright, for reference, I've executed the following commands for each pool that might be involved:
|
cntr is a nice package for helping troublehshot nix builds: https://github.com/Mic92/cntr It required modifications for the root zpool for setting posixacls. This was done on the entire pool but I would like to better understand the actual requirements going forward to see if I can enable it on a subset of the datasets. Checkout the following issue for more information about why posixacls are required for cntr: Mic92/cntr#108
Documenting the results of the following issue found with cntr on ZFS: Mic92#108
Documenting the results of the following issue found with cntr on ZFS: Mic92#108
Hi, I'm trying out
cntr
to debug a nix package, but I get the following error when trying to connect:My system information:
cntr
version: 1.5.1/nix
and/
are two separate zfs datasets,/tmp
is tmpfsI have tried the following things, without change of error message:
cntr
as root withsudo
cntr
as root withsu
cntr
as root withdoas
nix-build
as root withsudo
It seems like some kernel options/capabilities/modules may be missing, but I don't know which one that would be.
The text was updated successfully, but these errors were encountered: