Hi, I'm using OpenBSD 4.6 GENERIC on a alix 2D3 board with a compact flash card mounted as ffs.
wd0 at pciide0 channel 0 drive 0: <CF CARD 4GB> wd0: 1-sector PIO, LBA, 3831MB, 7847280 sectors wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 2 I try to use remote NFS directory for /usr/ports, the NFS server run on FreeBSD and work properly (No problem with NFS client on my laptop under FreeBSD). So, I can mount NFS directory without any problem. For a time I can write and read properly. But when I launch some commands using the NFS directory (like cvs or umount), the process hang. I can kill it, and the mounted NFS doesn't work. root 25157 0.0 1.3 2512 3436 p1- D 12:00AM 0:00.06 cvs checkout -P 0 1 0 -5 0 nfs_fsy root 2099 0.0 0.0 264 76 p0 D+ 12:27PM 0:00.02 umount /usr/ports 0 12769 0 -1 0 nfsrcvl I suppose NFS client is waiting for something, but I can't stop it. On debug messages he say Oct 31 00:53:58 solo /bsd: nfs server squat.philpep.org:/usr/OpenBSD/ports: not responding. But NFS client on my laptop still works, no problem with DNS, network is ok on the alix board. I've no errors on the server. And the mouted directory is squat.philpep.org:/usr/OpenBSD/ports on /usr/ports type nfs (v3, udp, timeo=100, retrans=101) This is always reproductible. How can I have more verbose output ? Thanks by advance.

