Date: Tue, 17 Jun 1997 16:18:45 +0100 From: Richard Jones <rjones@imcl.com> To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD won't mount NFS partition from Linux server Message-ID: <33A6AAD5.14982DCE@imcl.com>
next in thread | raw e-mail | index | archive | help
virgil.imcl.com FreeBSD 2.2.1-release annexia.imcl.com Linux 2.0.25 (RedHat 4.0) Help! I can't mount a NFS partition on the Linux server on my FreeBSD box. After reading the various FAQs and mailing lists on the FreeBSD site, I tried: mount annexia:/var/tmp /var/tmp mount -o -r=1024 annexia:/var/tmp /var/tmp and mount -o -P annexia:/var/tmp /var/tmp All produced the same results - ``mount'' hangs. I can kill it with ^C, but then any attempt to access /var/tmp causes the machine to hang, and any attempt to retry the mount causes a hang also. Both machines are on the same segment, so I tried dumping the net traffic with tcpdump. These are the results: [ ... no activity for about 10 secs after issuing mount cmd ...] 16:03:37.919057 virgil.imcl.com.1019 > annexia-dev.imcl.com.833: udp 68 16:03:37.919057 annexia-dev.imcl.com.833 > virgil.imcl.com.1019: udp 68 16:03:37.919057 virgil.imcl.com.1019 > annexia-dev.imcl.com.833: udp 80 16:03:37.919057 annexia-dev.imcl.com.833 > virgil.imcl.com.1019: udp 56 [ ... a large burst of these transactions ...] 16:03:50.179057 virgil.imcl.com.1028 > annexia.imcl.com.domain: 56024+ (34) 16:03:50.179057 annexia.imcl.com.domain > virgil.imcl.com.1028: 56024* 1/1/1 (88) 16:03:50.189057 virgil.imcl.com.1018 > annexia.imcl.com.sunrpc: udp 56 16:03:50.199057 annexia-dev.imcl.com.sunrpc > virgil.imcl.com.1018: udp 28 16:03:50.199057 virgil.imcl.com.1017 > annexia.imcl.com.sunrpc: udp 56 16:03:50.199057 annexia-dev.imcl.com.sunrpc > virgil.imcl.com.1017: udp 28 16:03:50.199057 virgil.imcl.com.1016 > annexia.imcl.com.807: udp 132 16:03:50.199057 annexia-dev.imcl.com.807 > virgil.imcl.com.1016: udp 60 16:03:50.199057 virgil.imcl.com.6a756001 > annexia.imcl.com.nfs: 132 getattr [|nfs] 16:03:50.209057 annexia-dev.imcl.com.nfs > virgil.imcl.com.6a756001: reply ok 96 16:03:50.209057 virgil.imcl.com > annexia-dev.imcl.com: icmp: virgil.imcl.com udp port 1029 unreachable 16:03:51.209057 virgil.imcl.com.6a756001 > annexia.imcl.com.nfs: 132 getattr [|nfs] 16:03:51.209057 annexia-dev.imcl.com.nfs > virgil.imcl.com.6a756001:reply ok 96 16:03:51.209057 virgil.imcl.com > annexia-dev.imcl.com: icmp: virgil.imcl.com udp port 1029 unreachable The last three lines are repeated approximately every 2 to 3 seconds. The "port 1029 unreachable" messages look very suspicious. I can telnet, ping, X11 etc. between the two machines with no problem. Any help appreciated. Rich. -- Richard Jones rjones@imcl.com Tel: +44 171 460 4460 Fax: .. 4461 ABLE INmEDIA Ltd. 262a Fulham Rd. London SW10 9EL. "you'll write in PGP: www.four11.com telegraphic, or you won't write at all" [Céline]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?33A6AAD5.14982DCE>