From owner-freebsd-ports@FreeBSD.ORG Wed Feb 1 10:49:55 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5E7516A420 for ; Wed, 1 Feb 2006 10:49:55 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61D4E43D48 for ; Wed, 1 Feb 2006 10:49:55 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 225E2F2675 for ; Wed, 1 Feb 2006 02:49:55 -0800 (PST) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (triton.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01124-02 for ; Wed, 1 Feb 2006 02:49:52 -0800 (PST) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 6F824F266D for ; Wed, 1 Feb 2006 02:49:52 -0800 (PST) From: Sean McNeil To: ports@freebsd.org In-Reply-To: <1138789398.33007.4.camel@triton.mcneil.com> References: <1138789398.33007.4.camel@triton.mcneil.com> Content-Type: text/plain Date: Wed, 01 Feb 2006 02:49:52 -0800 Message-Id: <1138790992.41157.5.camel@triton.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com Cc: Subject: Re: samba.sh not starting smbd with -stable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2006 10:49:55 -0000 On Wed, 2006-02-01 at 02:23 -0800, Sean McNeil wrote: > There must have been recent changes to RCng that prevent multiple > daemons from being started from the same rc.d file. I no longer get > smbd started by samba.sh. > > Any ideas how to fix this? I've tried adding smbd_enable > to /etc/rc.conf, adding to /etc/rc.conf.d/samba, creating > an /etc/rc.conf.d/smbd,... > > Nothing is getting the daemon to start. Additional info: This is only when doing /usr/local/etc/rc.d/samba.sh restart the following worked for me: /usr/local/etc/rc.d/samba.sh stop /usr/local/etc/rc.d/samba.sh start Cheers, Sean