lucabrunox / nix-user-chroot

Run nix in a lightweight chroot container
80 stars 17 forks source link

Too many levels of symbolic links #3

Open benwbooth opened 8 years ago

benwbooth commented 8 years ago

When I run the fish shell inside a nix user chroot, the fish autocompletion keeps giving me these errors:

fish: Error while searching for command “/usr/local/bdgp/bin/ack”
access: Too many levels of symbolic links

Also, when in the bash shell, cd'ing into a directory that is nfs-mounted gives me this error:

$ cd /data/analysis
bash: cd: /data/analysis: Too many levels of symbolic links

I'm not sure what's causing this. Can you try to reproduce this? Thanks!