On Mon, May 06, 2024 at 12:51:19PM +0000, Riccardo Mottola wrote: > I'just doing a git clone or a git pull... so don't blame "me". > At most git.. or its NetBSD compilation.
I have never seen that (neither on 10.0 nor on -current). It is very hard to tell what causes the errors for you. Two potential reasons would be network issues (e.g. a bug in the driver for the network device you are using) or the limit of simultaneous open files. If you are using /bin/sh (or bash) please tell us the output of "ulimit -a" [or for {t}csh: "limit"). What network device are you using? Can you show the relevant part of /var/run/dmesg.boot? Also the output of ifconfig for the device (sometimes checksum offload breaks things). Martin