All of a sudden after a big pacman -Syu, my nfs shares have stopped being exported. It doesnt matter what I try to export: ext4, ext3, the root. i get the same thing. Only other thing i did recently was install ntfs-3g to mount an ntfs drive for r/w, but i -R'd that and didnt fix it. Any ideas? its a pogoplug e02. i've also pacman -Syu'd it again, and no luck
The output from exportfs -ra:
exportfs: /mnt/drive does not support NFS export
exportfs: /mnt/drive does not support NFS export
$this->bbcode_second_pass_code('', '
/mnt/MIRRORHD 192.167.0.1(rw,no_root_squash,insecure,no_subtree_check,nohide)
/mnt/MIRRORHD 192.167.0.30(rw,all_squash,anonuid=xxx,anongid=xxx,insecure,no_subtree_check,nohide)
')
other output.
$this->bbcode_second_pass_code('', '
]$ sudo systemctl status nfsd
nfsd.service - NFS server
Loaded: loaded (/usr/lib/systemd/system/nfsd.service; disabled)
Active: failed (Result: exit-code) since Wed 1969-12-31 17:01:02 MST; 21min ago
Process: 329 ExecStopPost=/usr/bin/exportfs -a -u (code=exited, status=0/SUCCESS)
Process: 326 ExecStop=/usr/bin/rpc.nfsd 0 (code=exited, status=0/SUCCESS)
Process: 322 ExecStartPost=/usr/bin/exportfs -a (code=exited, status=1/FAILURE)
Process: 302 ExecStart=/usr/bin/rpc.nfsd $NFSD_OPTS $NFSD_COUNT (code=exited, status=0/SUCCESS)
Main PID: 302 (code=exited, status=0/SUCCESS)
CGroup: /system.slice/nfsd.service
Dec 31 17:00:58 Pogoplug2 systemd[1]: Starting NFS server...
Dec 31 17:01:02 Pogoplug2 systemd[1]: nfsd.service: control process exited, code=exited status=1
Dec 31 17:01:02 Pogoplug2 systemd[1]: Failed to start NFS server.
Dec 31 17:01:02 Pogoplug2 systemd[1]: Unit nfsd.service entered failed state.
')