Re: knfsd 980907 is released.

Steven N. Hirsch (shirsch@adelphia.net)
Mon, 7 Sep 1998 20:37:00 -0400 (EDT)


On Mon, 7 Sep 1998, H.J. Lu wrote:

> This is the Linux kernel NFS daemon. It is based on linux-nfs 0.4.22.
> It is tested on Linux/alpha and Linux/x86 running glibc 2.0.7.

> There are many NFS changes in linux 2.1.120. NFS client and kernel
> daemon don't work in linux 2.1.120 for me. I am using linux 2.1.106
> and 2.1.115 on x86, and linux 2.1.113 on alpha.

hj,

Bill posted a little patch against 2.1.120:

--- linux/fs/nfsd/nfssvc.c.old Tue Jan 27 09:36:34 1998
+++ linux/fs/nfsd/nfssvc.c Sat Sep 5 13:19:05 1998
@@ -36,8 +36,8 @@
#define NFSDDBG_FACILITY NFSDDBG_SVC
#define NFSD_BUFSIZE (1024 + NFSSVC_MAXBLKSIZE)

-#define ALLOWED_SIGS (sigmask(SIGKILL) | sigmask(SIGSTOP))
-#define SHUTDOWN_SIGS (sigmask(SIGKILL) | sigmask(SIGINT) | sigmask(SIGTERM))
+#define ALLOWED_SIGS (sigmask(SIGKILL))
+#define SHUTDOWN_SIGS (sigmask(SIGKILL) | sigmask(SIGINT) | sigmask(SIGQUIT))

extern struct svc_program nfsd_program;
static void nfsd(struct svc_rqst *rqstp);

With this installed, it works fine for me.

Steve

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/faq.html