I have a FreeBSD 14.3-p8 NFS v3 server that works ok with linux and windows clients.
However I tried to copy any >1kB file from an OpenBSD client and the obsd kernel refuses to ever interact with the nfs mountpoint from that point on - everything that tries to access it stalls, including the shutdown process.
the target file gets created but it's empty. no error logs are generated anywhere.
read operations work fine no matter how large the file is.
write operations with a simple `echo "foobar" > ` work fine.
/etc/exports simply reads
both devices are on the same subnet, server has a nice Intel I340 nic with 1500 MTU, laptop has both wifi and copper - both break the same way. all filesystems on the server are ufs.
wireshark shows RPC retransmissions of the same packets until all quiets down.
should I configure the NFS server in a special way to enhance OpenBSD compatibility?
However I tried to copy any >1kB file from an OpenBSD client and the obsd kernel refuses to ever interact with the nfs mountpoint from that point on - everything that tries to access it stalls, including the shutdown process.
the target file gets created but it's empty. no error logs are generated anywhere.
read operations work fine no matter how large the file is.
write operations with a simple `echo "foobar" > ` work fine.
/etc/exports simply reads
/mnt/space -mapall=ftp -network 10.212.0.0/16
both devices are on the same subnet, server has a nice Intel I340 nic with 1500 MTU, laptop has both wifi and copper - both break the same way. all filesystems on the server are ufs.
wireshark shows RPC retransmissions of the same packets until all quiets down.
should I configure the NFS server in a special way to enhance OpenBSD compatibility?