From owner-freebsd-newbies@FreeBSD.ORG Thu Aug 5 18:56:15 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8653B16A4CE for ; Thu, 5 Aug 2004 18:56:15 +0000 (GMT) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FD3843D73 for ; Thu, 5 Aug 2004 18:56:15 +0000 (GMT) (envelope-from Barbish3@adelphia.net) Received: from barbish ([67.20.101.71]) by mta11.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with SMTP id <20040805185614.ZFHE26966.mta11.adelphia.net@barbish>; Thu, 5 Aug 2004 14:56:14 -0400 From: "JJB" To: "Siddhartha Jain" , Date: Thu, 5 Aug 2004 14:56:13 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-reply-to: <41127C1B.60307@netmagicsolutions.com> X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal Subject: RE: nfsiod and sendmail disabling X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Barbish3@adelphia.net List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Aug 2004 18:56:15 -0000 This list is the wrong place for this kind of post. Next time ask your problem questions on the freebsd-questions list. The correct rc.conf statement to turn off send mail is sendmail_enable="NONE" The 4 nfsiod tasks is a bug in the native install of 5.2.1. Submit a bud report. Only way to get rid of the 4 nfsiod tasks is to remove NFS option from kernel source and recompile the kernel. all 5.x releases are development versions and full of bugs. They are intended for people who can debug and fix kernel code. You should be using the 4.10 stable version. -----Original Message----- From: owner-freebsd-newbies@freebsd.org [mailto:owner-freebsd-newbies@freebsd.org]On Behalf Of Siddhartha Jain Sent: Thursday, August 05, 2004 2:28 PM To: freebsd-newbies@freebsd.org Subject: nfsiod and sendmail disabling -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I just installed FreeBSD 5.2.1. FreeBSD freejail.netmagicsolutions.com 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 'ps ax' reveals: 45 ?? IL 0:00.00 (nfsiod 0) 46 ?? IL 0:00.00 (nfsiod 1) 47 ?? IL 0:00.00 (nfsiod 2) 48 ?? IL 0:00.00 (nfsiod 3) 405 ?? Is 0:00.01 sendmail: Queue runner@00:30:00 for /var/spool/clientmqueue (sendmail) But, in rc.conf I have disabled nfs (client/server both and sendmail) - ----snip----- accounting_enable="YES" defaultrouter="10.1.1.5" hostname="freejail.netmagicsolutions.com" ifconfig_ed0="inet 10.1.1.171 netmask 255.255.255.0" kern_securelevel="1" kern_securelevel_enable="NO" sshd_enable="YES" tcp_extensions="NO" usbd_enable="NO" sendmail_enable="NO" sendmail_submit_enable="NO" nfs_client_enable="NO" - ----snip----- Any help in shutting down these services? Thanks, Siddhartha -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBEnwbOGaxOP7knVwRAj5wAJ98ZQoCeqW8Y+Pt89XKSgbvIsV2pwCdGzIn 07iy3DnUKw0/EuWYf5W19l4= =G8Rm -----END PGP SIGNATURE----- _______________________________________________ freebsd-newbies@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-newbies To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"