From owner-freebsd-questions@FreeBSD.ORG Wed Nov 19 06:36:04 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D14E16A4CE for ; Wed, 19 Nov 2003 06:36:04 -0800 (PST) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9609A43F93 for ; Wed, 19 Nov 2003 06:36:03 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.200.37]) by comcast.net (rwcrmhc11) with ESMTP id <2003111914360301300fikbce>; Wed, 19 Nov 2003 14:36:03 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 0A2E13A; Wed, 19 Nov 2003 09:36:03 -0500 (EST) Sender: lowell@be-well.ilk.org To: freebsd-questions@freebsd.org References: <20031118194344.H29860@asu.edu> From: Lowell Gilbert Date: 19 Nov 2003 09:36:02 -0500 In-Reply-To: <20031118194344.H29860@asu.edu> Message-ID: <4465hg4e99.fsf@be-well.ilk.org> Lines: 33 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: David Bear Subject: Re: nfsiod starting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 14:36:04 -0000 David Bear writes: > I have release 5.1 installed. > > I have not enabled any nfs stuff, and usually disable anything to do > with it such as rpcstat.d etc. > > still, somewhere nfsiod was started. I didn't enable it in my rc.conf > ======== > defaultrouter="129.219.120.129" > hostname="ppsrvx.pp.asu.edu" > ifconfig_rl0="inet 129.219.120.163 netmask 255.255.255.192" > kern_securelevel_enable="NO" > sendmail_enable="NONE" > sendmail_flags="-bd" > sendmail_outbound_enable="NO" > sendmail_submit_enable="NO" > sendmail_msp_queue_enable="NO" > sshd_enable="YES" > usbd_enable="YES" > ========= > > and I don't see where it's enabled in /etc/defaults/rc.conf.. > > any idea what started these and how to disable them.. > > btw, the only thing in /usr/local/etc/rc.d/ is postfix.. You may need to ask on the -CURRENT list; those of us not running 5.x won't know a whole lot about the "next generation" rc scripting work that's been going on in 5.x for some time now. There's some documentation on it in the handbook, but it's still somewhat meager; those are the breaks of running a "technology preview" release of the OS.