Hi!
In order to get nfsd working I had to do this lill' trick. I'm not sure
this is truly necessary but it worked for me (tm) :)
--
[ Luis Claudio R. Goncalves [EMAIL PROTECTED] ]
[ MSc coming soon -- Conectiva HA Team -- Gospel User -- Linuxer -- :) ]
[ Fault Tolerance - Real-Time - Distributed Systems - IECLB - IS 40:31 ]
[ LateNite Programmer -- Jesus Is The Solid Rock On Which I Stand -- ]
--- linux-2.4.1-pre10.orig/fs/Config.in Wed Jan 24 20:05:49 2001
+++ linux-2.4.1-pre10/fs/Config.in Wed Jan 24 19:58:13 2001
@@ -91,13 +91,16 @@
if [ "$CONFIG_NFS_FS" = "m" -o "$CONFIG_NFSD" = "m" ]; then
define_tristate CONFIG_SUNRPC m
define_tristate CONFIG_LOCKD m
- else
+ else
define_tristate CONFIG_SUNRPC n
define_tristate CONFIG_LOCKD n
fi
fi
if [ "$CONFIG_NFSD_V3" = "y" -o "$CONFIG_NFS_V3" = "y" ]; then
define_bool CONFIG_LOCKD_V4 y
+ fi
+ if [ "$CONFIG_NFSD" = "m" ]; then
+ define_bool CONFIG_NFSD_MODULE y
fi
dep_tristate 'SMB file system support (to mount Windows shares etc.)'
CONFIG_SMB_FS $CONFIG_INET
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/