Open 573 opened 2 years ago
Can you run ls -l
on that file/directory?
lrwxrwxrwx 1 nix-on-droid nix-on-droid 57 Aug 4 17:07 /nix/store/sf5plsnxln8kv97l6n3vjq222v5qmy0k-glibc-2.34-210/libexec/getconf/POSIX_V6_LP64_OFF64 -> /data/data/com.termux.nix/files/usr/.l2s/.l2s.getconf0001
@t184256 do you know what this .l2s directory is? Looks strange to see a link from nix store to the outside. Maybe some incomplete bootstrapping of the app?
That comes from proot's hardlink emulation (link2symlink option).
@t184256 is there smth we should do about that ?
Not sure.
Are fake hardlinks a result of /nix/store optimization?
At least executing nix store optimise results in a similar error that it can't link because of permission denied. Maybe store optimise is currently just not working at all within proot
On different occasions got this exact file permission error when running garbage control commands: