and here I thought I've seen everything.
I wake up this morning to a box that houses my pbs, mirror, and various other system services with nfs off. odd- but nothing that systemctl restart wouldnt fix- or so I thought.
wha?!
what the actual f***?
I disabled my zfs sharenfs and make a static entry in my exports. no help. I honestly have no idea what to do next short of reinstalling the whole thing, which would be a pita.
help?
I wake up this morning to a box that houses my pbs, mirror, and various other system services with nfs off. odd- but nothing that systemctl restart wouldnt fix- or so I thought.
Code:
[root@store64 /]$ systemctl status nfs-kernel-server.service
● nfs-server.service - NFS server and services
Loaded: loaded (/lib/systemd/system/nfs-server.service; enabled; vendor preset: enabled)
Active: inactive (dead)
Dec 20 09:45:38 store64 systemd[1]: Dependency failed for NFS server and services.
Dec 20 09:55:39 store64 systemd[1]: Dependency failed for NFS server and services.
wha?!
Code:
[root@store64 /]$ systemctl list-dependencies nfs-kernel-server
nfs-kernel-server.service
● ├─auth-rpcgss-module.service
● ├─nfs-config.service
● ├─nfs-ganesha-lock.service
● ├─nfs-idmapd.service
● ├─nfs-mountd.service
● ├─proc-fs-nfsd.mount (RED)
● ├─rpc-svcgssd.service
● ├─rpcbind.socket
● ├─system.slice
● ├─zfs-share.service
● └─network.target
Code:
[root@store64 /]$ systemctl status proc-fs-nfsd.mount
● proc-fs-nfsd.mount - NFSD configuration filesystem
Loaded: loaded (/lib/systemd/system/proc-fs-nfsd.mount; static)
Active: failed (Result: exit-code) since Tue 2022-12-20 10:09:02 PST; 21min ago
Where: /proc/fs/nfsd
What: nfsd
CPU: 4ms
Dec 20 10:09:02 store64 systemd[1]: proc-fs-nfsd.mount: Failed with result 'exit-code'.
Dec 20 10:09:02 store64 systemd[1]: Failed to mount NFSD configuration filesystem.
what the actual f***?
Code:
[root@store64 /]$ journalctl -u proc-fs-nfsd.mount
Dec 20 09:55:39 store64 systemd[1]: proc-fs-nfsd.mount: Failed with result 'exit-code'.
Dec 20 09:55:39 store64 systemd[1]: Failed to mount NFSD configuration filesystem.
I disabled my zfs sharenfs and make a static entry in my exports. no help. I honestly have no idea what to do next short of reinstalling the whole thing, which would be a pita.
help?