Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Feb 2006 02:49:52 -0800
From:      Sean McNeil <sean@mcneil.com>
To:        ports@freebsd.org
Subject:   Re: samba.sh not starting smbd with -stable
Message-ID:  <1138790992.41157.5.camel@triton.mcneil.com>
In-Reply-To: <1138789398.33007.4.camel@triton.mcneil.com>
References:  <1138789398.33007.4.camel@triton.mcneil.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1138790992.41157.5.camel>