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

2024-07-12 Thread void
Hi Rick, There's no freebsd machine I've ever had (any version) that has had the ip specified without the netmask keyword in /etc/rc.conf. Until https://lists.freebsd.org/archives/freebsd-current/2024-June/006075.html I didn't even know it was possible to configure networking and have it work

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

2024-07-11 Thread Rick Macklem
On Thu, Jul 11, 2024 at 4:47 AM void wrote: > > Hi Rick, > > > >> > >> The nfs server is 14-stable and the exported dir is zfs with the sharenfs > >> property set. > >> The client (14.1-p1) is a VM on a different machine but the same network. > >> > >> I'll try putting rpcbind_enable=YES in /etc/

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

2024-07-11 Thread void
Hi Rick, The nfs server is 14-stable and the exported dir is zfs with the sharenfs property set. The client (14.1-p1) is a VM on a different machine but the same network. I'll try putting rpcbind_enable=YES in /etc/rc.conf Probably won't make any difference. Sorry for hte slow response -

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

2024-07-02 Thread Rick Macklem
On Sat, Jun 29, 2024 at 3:18 AM void wrote: > > On Fri, Jun 28, 2024 at 01:23:29PM +0100, void wrote: > > (snip) > > Just to add to this, the reported error does *not* occur on > 15.0-CURRENT #5 n270917-5dbf886104b4 arm64 > > and that system has *only* nfs_client_enable="YES" > > and it's a slower

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

2024-06-30 Thread Rick Macklem
On Fri, Jun 28, 2024 at 5:23 AM void wrote: > > Hi Rick, > > On Thu, Jun 27, 2024 at 09:29:51AM -0700, Rick Macklem wrote: > > >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

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

2024-06-29 Thread void
On Fri, Jun 28, 2024 at 01:23:29PM +0100, void wrote: (snip) Just to add to this, the reported error does *not* occur on 15.0-CURRENT #5 n270917-5dbf886104b4 arm64 and that system has *only* nfs_client_enable="YES" and it's a slower system --

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

2024-06-28 Thread void
Hi Rick, On Thu, Jun 27, 2024 at 09:29:51AM -0700, Rick Macklem wrote: 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. I have nfs_client_en

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

2024-06-27 Thread Rick Macklem
On Thu, Jun 27, 2024 at 7:52 AM void 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 twic