Re: new error messages after upgrade 14.0-p5 to 14.1-p1 amd64

From: Rick Macklem <rick.macklem_at_gmail.com>
Date: Thu, 27 Jun 2024 16:29:51 UTC
On Thu, Jun 27, 2024 at 7:52 AM void <void@f-m.fm> wrote:
>
> After upgrading, I noticed messages like these appearing during
> rebooting, immediately after kernel: NFS access cache time=60
>
> kernel: rpc.umntall: 10.1.1.102: MOUNTPROG: RPC: Port mapper failure - RPC: Timed out
>
> sometimes it appears twice, once it appeared five times. The system
> eventually completes booting and there are no more messages like this.
It indicates that mount_nfs is having trouble talking to rpcbind, but I do not
know why that would happen?

Do you have either of these lines in your /etc/rc.conf?
(Having either one of them should be sufficient to ensure rpcbind
is started before the mount is attempted.)

rpcbind_enable="YES"
nfs_client_enable="YES"

If you have at least one of these in your /etc/rc.conf, then all I can think
of is some sort of network/routing issue that interferes with rpcbind working.
You can also look at the output of:
# rpcinfo
once it is booted, to see that rpcbind seems correctly configured.
It should be attached to tcp, tcp6, udp, udp6 and /var/run/rpcbind.sock.

rick

>
> /etc/fstab has the following
>
> 10.1.1.102:/usr/src /usr/src nfs rw,readahead=16,late 0 0
>
> Logging in, the nfs share is mounted normally.
> --
>