Mudislander / fogproject

1 stars 3 forks source link

NFS not working on unRAiD #1

Open ethronrion opened 5 years ago

ethronrion commented 5 years ago

When trying to image a machine there's only an error stating that the connection of the nfs server was being refused. When checking the docker containers nfs status the reply is:

./nfs-kernel-server start

  • Not starting NFS kernel daemon: no support in current kernel.

Is there any way to change that? When trying to install modprobe inside the container to load missing modules the only thing I get is:

apt install modprobe

Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package modprobe

Any help would be greatly appreciated. If there's anything missing or if you need any more information just let me know and I'll provide it as soon as possible``

TheMethodicalJosh commented 5 years ago

The entry.sh has the /etc/init.d/nfs-kernel-server start commented out which is what is causing the NFS problem. I edited the entry.sh and added /etc/init.d/rpcbind start and moved the nfs-server under it and it works as intended.

ethronrion commented 5 years ago

I enabled that as well, but still the nfs service is not coming up. It's not starting the nfs daemon as there seems to be no support in the image, I don't know why, though.

Unraid should be providing the necessary kernel modules to enable nfs, or do I need to add something to the docker start command to enable nfs kernel support?

ghost commented 5 years ago

Having this same issue and am stumped, in case you were able to make any progress