I was trying to open an Open Office document, when it just froze at the splash screen. REfused to open. Tried again and again, nothing. So I rebooted. Now I can't even mount my NFS shares. Mount -a just does nothing. It just sits forever. The machine also took about 10 minutes to boot up.
Only thing I see in the logs that MIGHT be an issue is this:
Usually anything that says tainted kernel is a bad thing.
Is there a way I can troubleshoot this? NFS is terrible in that it does not really have any logs, not even on the server, so it's something that's very hard to troubleshoot.
This is what I get if I try to mount manually with -v:
All my VMs are running ok so I know it's not the NFS server. It's something with the workstation.
Only thing I see in the logs that MIGHT be an issue is this:
Code:
[ 15.672179] alx 0000:02:00.0 enp2s0: NIC Up: 1 Gbps Full
[ 15.672384] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
[ 111.146224] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
[ 111.150686] vboxdrv: Found 4 processor cores
[ 111.170819] vboxdrv: TSC mode is Invariant, tentative frequency 3501765591 Hz
[ 111.170822] vboxdrv: Successfully loaded version 5.0.40_Ubuntu (interface 0x00240000)
[ 111.177094] VBoxNetFlt: Successfully started.
[ 111.180688] VBoxNetAdp: Successfully started.
[ 111.184820] VBoxPciLinuxInit
[ 111.186611] vboxpci: IOMMU not found (not registered)
falcon ~ #
Usually anything that says tainted kernel is a bad thing.
Is there a way I can troubleshoot this? NFS is terrible in that it does not really have any logs, not even on the server, so it's something that's very hard to troubleshoot.
This is what I get if I try to mount manually with -v:
Code:
falcon network # mount -v ryan
mount.nfs: timeout set for Mon Apr 16 23:31:34 2018
mount.nfs: trying text-based options 'vers=3,addr=10.1.1.50'
mount.nfs: prog 100003, trying vers=3, prot=6
mount.nfs: portmap query retrying: RPC: Unable to receive
mount.nfs: prog 100003, trying vers=3, prot=17
mount.nfs: portmap query failed: RPC: Unable to receive - Connection refused
mount.nfs: trying text-based options 'vers=3,addr=10.1.1.50'
mount.nfs: prog 100003, trying vers=3, prot=6
mount.nfs: portmap query retrying: RPC: Unable to receive
mount.nfs: prog 100003, trying vers=3, prot=17
mount.nfs: portmap query failed: RPC: Unable to receive - Connection refused
mount.nfs: trying text-based options 'vers=3,addr=10.1.1.50'
mount.nfs: prog 100003, trying vers=3, prot=6
mount.nfs: portmap query retrying: RPC: Unable to receive
mount.nfs: prog 100003, trying vers=3, prot=17
mount.nfs: portmap query failed: RPC: Unable to receive - Connection refused
mount.nfs: trying text-based options 'vers=3,addr=10.1.1.50'
mount.nfs: prog 100003, trying vers=3, prot=6
mount.nfs: portmap query retrying: RPC: Unable to receive
mount.nfs: prog 100003, trying vers=3, prot=17
mount.nfs: portmap query failed: RPC: Unable to receive - Connection refused
All my VMs are running ok so I know it's not the NFS server. It's something with the workstation.