You can check while within your chroot, if /dev/fd is a symlink to the directory /proc/self/fd.
If the above is correct, then there may be a problem with your shell. Check what you get when you run: # echo $SHELL or, # ps -p $$ Bash should work fine, but from the little I understand about zsh it uses slightly different process substitution than bash. If your shell is not bash try changing to it, to see if it makes a difference: chsh -s /bin/bash I don't know if this is the cause of your problem, but it's worth a try. On Wednesday, 22 May 2024 14:45:40 BST Michael Orlitzky wrote: > On Wed, 2024-05-22 at 09:40 -0400, Jude DaShiell wrote: > > Yes, this is during installation. > > I did type: > > mount --rbind /dev /mnt/gentoo/dev > > I was outside of chroot at the time but that's all I did with dev before > > running emerge-webrsync. > > Ok, that was my one guess. I'm out of ideas, sorry.
signature.asc
Description: This is a digitally signed message part.