From owner-freebsd-questions@FreeBSD.ORG Sun Feb 6 02:30:35 2005 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 9395116A4CE for ; Sun, 6 Feb 2005 02:30:35 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BC8443D1D for ; Sun, 6 Feb 2005 02:30:31 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so593711wri for ; Sat, 05 Feb 2005 18:30:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=DAo/6YQoW361KEXMAtFTdcBlPVyxCWNP2DvX18txMD+voC8oYEPZYdDiF6FfWvnCNYMuRVCQEZn+RYtLIcIZQVaKSgOthcbifm7AVbKXK2lLEXMUbzt1SHSqxMsm1Mo4aX0Efg1O1VdsRbjcvaZeXH2rMbegbfgrxb3x0jUzcVE= Received: by 10.54.44.70 with SMTP id r70mr260837wrr; Sat, 05 Feb 2005 18:30:31 -0800 (PST) Received: by 10.54.42.28 with HTTP; Sat, 5 Feb 2005 18:30:30 -0800 (PST) Message-ID: <810a540e05020518303bdafa34@mail.gmail.com> Date: Sat, 5 Feb 2005 19:30:30 -0700 From: Pat Maddox To: freebsd-questions@freebsd.org In-Reply-To: <810a540e05020518246009d327@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <810a540e05020518246009d327@mail.gmail.com> Subject: Re: Enabling authdaemond creates 5 processes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pat Maddox List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Feb 2005 02:30:35 -0000 I just started up authdaemond manually, and it has 6 processes going. PIDs 670-675. So it doesn't look like anything is different when it's run from the command line than from when it's run on boot. Still, is it normal for there to be 6 processes? On Sat, 5 Feb 2005 19:24:43 -0700, Pat Maddox wrote: > I installed courier-imap and got everything running fine...found out > that I need to enable authdaemond on startup. If I put > courier_authdaemond_enable="YES" > into /etc/rc.conf, then there are five or so authdaemond processes > running when it starts up. I don't think that should be happening, > and I've got no clue why it is. Any help? > > Pat >