From owner-freebsd-questions Fri Jan 5 13:24:54 2001 From owner-freebsd-questions@FreeBSD.ORG Fri Jan 5 13:24:52 2001 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (unknown [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id 68A6F37B402 for ; Fri, 5 Jan 2001 13:24:52 -0800 (PST) Received: from mail.iowna.com (dhcp065-024-023-038.columbus.rr.com [65.24.23.38]) by clmboh1-smtp3.columbus.rr.com (8.9.3/8.9.3) with ESMTP id QAA18293; Fri, 5 Jan 2001 16:22:38 -0500 (EST) Sender: wmoran@clmboh1-smtp3.columbus.rr.com Message-ID: <3A563AB8.86C79784@mail.iowna.com> Date: Fri, 05 Jan 2001 16:20:56 -0500 From: Bill Moran X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: david@banning.com Cc: questions@FreeBSD.ORG Subject: Re: no samba with inetd start References: <20010102195957.A4104@www3.pacific-pages.com> <20010102170656.A49769@datasphereweb.com> <20010103013318.A7718@www3.pacific-pages.com> <20010103173655.A59500@panda.FreeBSDsystems.COM> <20010105160111.B56360@www3.pacific-pages.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David Banning wrote: > > On Wed, Jan 03, 2001 at 05:36:55PM -0500, Lanny Baron wrote: > Thanks Lanny. That works, I know. > But I'm wondering then, how do the entries in inetd.conf > come in to play? YOu can set Samba (or any network server) up to run 2 ways: 1. Always running 2. Starts up when needed. Method 1 is what you're doing now. Method 2 is what inetd is for. If you use the Samba a lot, you might as well set it up to run as #1, it'll be a little faster (although probably not noticable) If it is seldom used, Method 2 will save system resources while it's not in use. You use one or the other, but not both. If you want to use method #2, make sure inetd is configured and starting on boot. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message