On Thu, Jan 11, 2024 at 02:02:45PM +0100, Claudio Jeker wrote: > On Thu, Jan 11, 2024 at 07:35:55AM -0500, Johan Huldtgren wrote: > > On 2024-01-11 10:29, Alexandre Ratchov wrote: > > > On Wed, Jan 10, 2024 at 09:26:45AM -0700, David Rinehart wrote: > > > > I have notice the same. To resolve, I installed / configured autofs > > > > and have not had any issues since. No heavy load on the machine, > > > > though. > > > > > > Thank you for confirming the problem: so this is not a local > > > configuration problem. > > > > I also see this issue on OpenBSD 7.4 server with an Ubuntu 22.04 > > client. Both real hardware. This was present on OpenBSD 7.3 too. > > > > > I'll try autofs as a nicer workaround. For now I simply run this in > > > tmux :-( > > > > > > while sleep 200; do cat /mnt/non-existent; done > > > > Glad to see I'm not the only one with an low tech work around > > to this :-) > > > > I guess I can increase my sleep if the timeout is five minutes > > though. > > > > while true; do date; df -h; sleep 30; done > > > > Did anyone try to use UDP instead of TCP for transport? > Since UDP is connection-less there should be no issue because of idle > timeouts. >
iirc, udp used to work, but Linux dropped support for it
