New comment by ejolson2005 on void-packages repository https://github.com/void-linux/void-packages/issues/23557#issuecomment-657950605 Comment: The resolv.conf in the chroot looks like ``` domain wulf search wulf math.unr.edu nameserver 192.168.174.129 ``` The name server is running on the internal LAN but accessing one of the Google public name servers doesn't change the behavior. [Edit: if I delete the domain and search lines, again nothing changes]. Note the root filesystem in the chroot did not come from an aarch64 version of Void Linux but is aarch64 Debian. [Edit: I get similar results with an aarch64 version of Gentoo in the chroot]. My understanding is that qemu-aarch64-static is statically linked (whether from glibc or musl versions of Void), so copying them around should just work, and it does at least copying the one from the glibc system to the musl system. Everything else is the same.