Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jul 2000 15:23:43 -0700
From:      "Crist J. Clark" <cristjc@earthlink.net>
To:        Daniel Schrock <d_jab@anonymous-daemon.org>
Cc:        Doug Barton <DougB@gorean.org>, Ben Smithurst <ben@FreeBSD.ORG>, freebsd-questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: I cvsup'd, now nfs filesystems won't mount!
Message-ID:  <20000716152342.A225@pool0158.cvx21-bradley.dialup.e>
In-Reply-To: <001601bfef33$36467160$e6a9e5cf@chico>; from djab@enteract.com on Sun, Jul 16, 2000 at 09:36:20AM -0500
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000716152342.A225>