nixpkgs/modules/services/network-filesystems
Lluís Batlle i Rossell ef1755f3c0 I had a bug in my nfs server... just after boot, all clients were receiving
"Permission denied" until I run "restart nfs-kernel-exports". "exportfs -ra" did not help.

I tracked that down to some race condition between loading the module nfsd and
starting the daemons. Therefore, I decided to add nfsd to the boot.kernelModules instead
of using modprove with it.

Now it works for my server. No more Permission denied after reboot.


svn path=/nixos/trunk/; revision=31113
2011-12-27 18:08:05 +00:00
..
openafs-client Fix bugs and improve modules/services/network-filesystems/openafs-client 2010-02-01 16:29:15 +00:00
drbd.nix * Add a module for DRBD. 2011-11-03 02:14:57 +00:00
nfs-kernel.nix I had a bug in my nfs server... just after boot, all clients were receiving 2011-12-27 18:08:05 +00:00
samba.nix strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00