From owner-freebsd-questions Mon Oct 6 09:59:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA10903 for questions-outgoing; Mon, 6 Oct 1997 09:59:42 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from super-g.inch.com (super-g.com [207.240.140.161]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA10892 for ; Mon, 6 Oct 1997 09:59:39 -0700 (PDT) (envelope-from spork@super-g.com) Received: from localhost (spork@localhost) by super-g.inch.com (8.8.7/8.8.5) with SMTP id NAA05717 for ; Mon, 6 Oct 1997 13:28:06 -0400 (EDT) Date: Mon, 6 Oct 1997 13:28:06 -0400 (EDT) From: spork X-Sender: spork@super-g.inch.com To: questions@freebsd.org Subject: NFS on/off switch Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I have a machine that is going to be acting as an NFS server on an *occasional* basis. I've been trying to cobble together something to very cleanly bring NFS up and down without rebooting. I basically followed the rc scripts for the order, and tried killing everything in the reverse order. Bringing it up doesn't seem to be a problem, but killing everything off without coredumps is. Any suggestions on doing this? Charles