From: Ronnie Sahlberg Date: Thu, 16 Aug 2007 01:18:16 +0000 (+1000) Subject: we should start winbindd before we start smb X-Git-Tag: tevent-0.9.20~348^2~2441^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce914017242d0bd813270819f940eee2393ca036;p=thirdparty%2Fsamba.git we should start winbindd before we start smb (This used to be ctdb commit 03aad3ea55c4816a3790ac9336026b4872a65310) --- diff --git a/ctdb/config/events.d/50.samba b/ctdb/config/events.d/50.samba index 8a36297e3d7..fe09338b0f1 100755 --- a/ctdb/config/events.d/50.samba +++ b/ctdb/config/events.d/50.samba @@ -35,8 +35,8 @@ case $cmd in ctdb_wait_directories "Samba" $smb_dirs # make sure samba is not already started - service smb stop > /dev/null 2>&1 service winbind stop > /dev/null 2>&1 + service smb stop > /dev/null 2>&1 # start Samba service. Start it reniced, as under very heavy load # the number of smbd processes will mean that it leaves few cycles for