From owner-freebsd-questions Sun Jul 16 15:25:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kestrel.prod.itd.earthlink.net (kestrel.prod.itd.earthlink.net [207.217.121.155]) by hub.freebsd.org (Postfix) with ESMTP id 0C88D37B54B; Sun, 16 Jul 2000 15:25:35 -0700 (PDT) (envelope-from cjc@pool0158.cvx21-bradley.dialup.earthlink.net) Received: from pool0158.cvx21-bradley.dialup.earthlink.net (pool0158.cvx21-bradley.dialup.earthlink.net [209.179.192.158]) by kestrel.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id PAA23965; Sun, 16 Jul 2000 15:25:31 -0700 (PDT) Received: (from cjc@localhost) by pool0158.cvx21-bradley.dialup.earthlink.net (8.9.3/8.9.3) id PAA00341; Sun, 16 Jul 2000 15:23:45 -0700 (PDT) Date: Sun, 16 Jul 2000 15:23:43 -0700 From: "Crist J. Clark" To: Daniel Schrock Cc: Doug Barton , Ben Smithurst , freebsd-questions Subject: Re: I cvsup'd, now nfs filesystems won't mount! Message-ID: <20000716152342.A225@pool0158.cvx21-bradley.dialup.e> Reply-To: cjclark@alum.mit.edu References: <003201bfeddc$659e3b80$0271a8c0@anonymousdaemon.org> <20000714231246.C84045@strontium.scientia.demon.co.uk> <001201bfee1f$69428ff0$0271a8c0@anonymousdaemon.org> <20000715132708.D84045@strontium.scientia.demon.co.uk> <3970D697.ED97E9E6@gorean.org> <003901bfeef0$54c96630$0271a8c0@anonymousdaemon.org> <20000716002641.B199@dialin-client.earthlink.net> <001601bfef33$36467160$e6a9e5cf@chico> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <001601bfef33$36467160$e6a9e5cf@chico>; from djab@enteract.com on Sun, Jul 16, 2000 at 09:36:20AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 16, 2000 at 09:36:20AM -0500, Daniel Schrock wrote: [snip] > [webserv][/] > [root]>rpcinfo -p > program vers proto port > 100000 2 tcp 111 portmapper > 100000 2 udp 111 portmapper > 100007 2 udp 1016 ypbind > 100007 2 tcp 1023 ypbind > > [webserv][/] > [root]>rpcinfo -p gateway > program vers proto port > 100000 2 tcp 111 portmapper > 100000 2 udp 111 portmapper > 100004 1 udp 1021 ypserv > 100004 2 udp 1021 ypserv > 100004 1 tcp 1023 ypserv > 100004 2 tcp 1023 ypserv > 100009 1 udp 1011 yppasswdd > 100009 1 tcp 1022 yppasswdd > 100003 2 udp 2049 nfs > 100003 3 udp 2049 nfs > 100003 2 tcp 2049 nfs > 100003 3 tcp 2049 nfs > 100024 1 udp 993 status > 100024 1 tcp 1020 status > 100005 3 udp 984 mountd > 100005 3 tcp 1009 mountd > 100005 1 udp 984 mountd > 100005 1 tcp 1009 mountd > > I'm sure you all are sick of this, so I really want to express how much I > preciate your help on this issue. Well, it looks like portmap on both machines is OK. Hmmm... my first impulse would be guessing your userland and kernelland are out of sync, but you said you did a make-world and built the present kernel with the same set of source, so that should be OK. Might be time for some debugging. Startup the system without mounting the NFS. Turn on tcpdump(8), # tcpdump 'proto \udp' And make sure there is two way chatter to make sure it is not a network problem. Try some mounts, # mount [-23] [-T] -i server:/mount/path /local/path Where options in brackets should be mixed and matched. See mount_nfs(8) for details and more options to try. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message