Hi, I'm having an issue.
Following multiple tuts, I was trying to configure a NSF share on top of a container.
I've tried multiple distro (Debian, Ubuntu, CentOs), different distro versions (Debian 9/10 and Ubuntu 18/19) and I've also tried with a Web interfaces like Webmin, but anyway I got the same issue:
I've used as references these posts: https://www.howtoforge.com/tutorial/how-to-configure-nfs-storage-in-proxmox-ve/ / https://forum.proxmox.com/threads/nfs-share-from-proxmox-host.20549/ / https://vitux.com/install-nfs-server-and-client-on-ubuntu/ / https://www.linode.com/docs/networking/nfs/how-to-mount-nfs-shares-on-debian-9/ / https://www.rosehosting.com/blog/how-to-install-webmin-on-centos-7/
And I'm using this version of Proxmox 5.4-3
what I'm doing wrong?
tnx
Following multiple tuts, I was trying to configure a NSF share on top of a container.
I've tried multiple distro (Debian, Ubuntu, CentOs), different distro versions (Debian 9/10 and Ubuntu 18/19) and I've also tried with a Web interfaces like Webmin, but anyway I got the same issue:
Code:
* nfs-server.service - NFS server and services
Loaded: loaded (/lib/systemd/system/nfs-server.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sat 2020-01-11 21:57:12 UTC; 48min ago
Process: 141 ExecStart=/usr/sbin/rpc.nfsd $RPCNFSDARGS (code=exited, status=1/FAILURE)
Process: 139 ExecStartPre=/usr/sbin/exportfs -r (code=exited, status=0/SUCCESS)
Main PID: 141 (code=exited, status=1/FAILURE)
Jan 11 21:57:12 NFS systemd[1]: nfs-server.service: Failed to reset devices.list: Operation not permitted
Jan 11 21:57:12 NFS systemd[1]: Starting NFS server and services...
Jan 11 21:57:12 NFS rpc.nfsd[141]: error starting threads: errno 38 (Function not implemented)
Jan 11 21:57:12 NFS systemd[1]: nfs-server.service: Main process exited, code=exited, status=1/FAILURE
Jan 11 21:57:12 NFS systemd[1]: Failed to start NFS server and services.
Jan 11 21:57:12 NFS systemd[1]: nfs-server.service: Unit entered failed state.
Jan 11 21:57:12 NFS systemd[1]: nfs-server.service: Failed with result 'exit-code'.
I've used as references these posts: https://www.howtoforge.com/tutorial/how-to-configure-nfs-storage-in-proxmox-ve/ / https://forum.proxmox.com/threads/nfs-share-from-proxmox-host.20549/ / https://vitux.com/install-nfs-server-and-client-on-ubuntu/ / https://www.linode.com/docs/networking/nfs/how-to-mount-nfs-shares-on-debian-9/ / https://www.rosehosting.com/blog/how-to-install-webmin-on-centos-7/
And I'm using this version of Proxmox 5.4-3
what I'm doing wrong?
tnx