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 encountered this when using musl (and perhaps NFS as well), and remember it as a known intentional difference in behavior vs. glibc. This mailing list thread touches on some of this at least:
I get the following error message while running
nix run --store $HOME/.nix -f channel:nixpkgs-unstable hello -c hello
:error: preallocating file of 12044580 bytes: Not supported
I am running a static nix binary compiled from NixOS/nixpkgs#56281, with the setup according to https://matthewbauer.us/blog/static-nix.html.
I think the problem may be that the nfs filesystem in question does not implement posix_fallocate (properly).
But the errno is not what the code at
nix/src/libutil/archive.cc
Line 334 in 44e8630
Is there any chance this can be made more robust?
The text was updated successfully, but these errors were encountered: