Skip site navigation (1)Skip section navigation (2)
Date:      06 Mar 2001 11:40:09 -0800
From:      Kevin Mills <kmills@a6l.net>
To:        freebsd-stable@freebsd.org
Subject:   Problems with nfsd after cvsup
Message-ID:  <85d7bur8iu.fsf@diablo.in.a6l.net>

next in thread | raw e-mail | index | archive | help

I've been running a server using 4.2-RELEASE and decided to update (March 2)
to fix the "known pthread bugs."  

After my upgrade, nfs clients get the following when trying to mount:

NFS Portmap: RPC: Program not registered

On the local machine, rpcinfo -p produces:

   program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100001    1   udp    830  rstatd
    100001    2   udp    830  rstatd
    100001    3   udp    830  rstatd
    100002    1   udp    957  rusersd
    100002    2   udp    957  rusersd
    100002    3   udp    957  rusersd
    100003    2   udp   2049  nfs
    100003    3   udp   2049  nfs
    100003    2   tcp   2049  nfs
    100003    3   tcp   2049  nfs
    100005    3   udp   1023  mountd
    100005    3   tcp   1023  mountd
    100005    1   udp   1023  mountd
    100005    1   tcp   1023  mountd
    100024    1   udp   1011  status
    100024    1   tcp   1022  status

However, on a client machine rpcinfo -p theserver produces:

   program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper

And my /etc/hosts.allow file reads:
ALL : ALL : allow

What is going on here?  Why isn't nfs showing up for the clients?

Any ideas?

Thanks!



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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