Have rebooted multiple times - no change - command below gives following output:
ThanksCOMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
systemd 1 root 32u IPv4 11024 0t0 TCP *:sunrpc (LISTEN)
systemd 1 root 33u IPv4 4145 0t0 UDP *:sunrpc
systemd 1 root 34u IPv6 11027 0t0 TCP *:sunrpc (LISTEN)
systemd 1 root 35u IPv6 11483 0t0 UDP *:sunrpc
rpcbind 551 _rpc 4u IPv4 11024 0t0 TCP *:sunrpc (LISTEN)
rpcbind 551 _rpc 5u IPv4 4145 0t0 UDP *:sunrpc
rpcbind 551 _rpc 6u IPv6 11027 0t0 TCP *:sunrpc (LISTEN)
rpcbind 551 _rpc 7u IPv6 11483 0t0 UDP *:sunrpc
NFS is in a bad state on your Pi.
A reboot would definitely be a good thing
You can check which process is using port 111 (portmapper) using the following command:EDIT: add a space after "-i"Code:
$ sudo lsof -i :111
Statistics: Posted by deathgnome — Tue Jan 30, 2024 4:38 am