Manuel Gomez
2002-Jun-03 11:21 UTC
[Samba] How are people managing startup/shutdown of winbindd?
Greetings, I realize many people will never use winbindd, and thus it will likely not get included in /etc/init.d/samba (on my Debian system; your file may vary) by default, so another solution seems in order. It's not as important to be able to start and stop winbindd now that it's getting more robust, but I'd still like something. How are y'all out there in Samba land handling this? Manuel Gomez ER Solutions, Inc. erg@e-r-solutions.com
WEBSTER, Greg
2002-Jun-03 11:24 UTC
[Samba] How are people managing startup/shutdown of winbindd?
I include it in my /etc/rc.d/init.d/smb startup script: case "$1" in start) echo -n "Starting SMB services: " daemon smbd -D daemon nmbd -D echo touch /var/lock/subsys/smb echo Starting Winbind Daemon /usr/sbin/winbindd ;; stop) echo -n "Shutting down SMB services: " killproc smbd killproc nmbd rm -f /var/lock/subsys/smb killproc winbindd echo "" ;; status) status smbd status nmbd status winbindd ;; restart) echo -n "Restarting SMB services: " $0 stop $0 start echo "done." ;; *) echo "Usage: smb {start|stop|restart|status}" exit 1 esac> -----Original Message----- > From: Manuel Gomez [mailto:ERG@e-r-solutions.com] > Sent: June 3, 2002 11:15 AM > To: 'samba@lists.samba.org' > Subject: [Samba] How are people managing startup/shutdown of winbindd? > > > Greetings, > > I realize many people will never use winbindd, and thus it > will likely not > get included in /etc/init.d/samba (on my Debian system; your > file may vary) > by default, so another solution seems in order. > > It's not as important to be able to start and stop winbindd > now that it's > getting more robust, but I'd still like something. > > How are y'all out there in Samba land handling this? > > > Manuel Gomez > ER Solutions, Inc. > erg@e-r-solutions.com > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba >
Gerald Carter
2002-Jun-03 14:42 UTC
[Samba] How are people managing startup/shutdown of winbindd?
On Mon, 3 Jun 2002, Manuel Gomez wrote:> Greetings, > > I realize many people will never use winbindd, and thus it will likely not > get included in /etc/init.d/samba (on my Debian system; your file may vary) > by default, so another solution seems in order. > > It's not as important to be able to start and stop winbindd now that it's > getting more robust, but I'd still like something. > > How are y'all out there in Samba land handling this?See packaging/RedHat/smb.init in the latest SAMBA_2_2 cvs tree. cheers, jerry --------------------------------------------------------------------- Hewlett-Packard http://www.hp.com SAMBA Team http://www.samba.org -- http://www.plainjoe.org "Sam's Teach Yourself Samba in 24 Hours" 2ed. ISBN 0-672-32269-2 --"I never saved anything for the swim back." Ethan Hawk in Gattaca--
Buchan Milne
2002-Jun-05 03:44 UTC
[Samba] How are people managing startup/shutdown of winbindd?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 | Message: 22 | Date: Mon, 3 Jun 2002 16:37:58 -0500 (CDT) | From: Gerald Carter <jerry@samba.org> | To: Manuel Gomez <ERG@e-r-solutions.com> | Cc: "'samba@lists.samba.org'" <samba@lists.samba.org> | Subject: Re: [Samba] How are people managing startup/shutdown of winbindd? | | On Mon, 3 Jun 2002, Manuel Gomez wrote: |> I realize many people will never use winbindd, and thus it will likely not |> get included in /etc/init.d/samba (on my Debian system; your file may vary) |> by default, so another solution seems in order. |> |> It's not as important to be able to start and stop winbindd now that it's |> getting more robust, but I'd still like something. |> |> How are y'all out there in Samba land handling this? | | | See packaging/RedHat/smb.init in the latest SAMBA_2_2 cvs tree. This assumes that people must use samba if they want to use winbind? There are applications of winbind (for example, I am putting in a linux/winbind mail server to replace Mercury mail running on the win2k dc, but have no need for sharing files) where smbd is not needed. For an alternative implementation, see packaging/Mandrake/winbind.init (in 2.2.2, 2.2.3a or 2.2.4, seems it's disappeared from cvs). This starts up and shuts down nmbd with winbindd if smbd is not running. (Jerry, it seems this file is in the Attic in current samba_2_2 cvs, any good reason? I haven't gotten around to testing packaging of samba cvs for Mandrake yet ...): http://cvs.samba.org/cgi-bin/cvsweb/samba/packaging/Mandrake/Attic/winbind.init?rev=1.1.4.1&content-type=text/x-cvsweb-markup&only_with_tag=release-2-2-4 - -- |----------------Registered Linux User #182071-----------------| Buchan Milne Mechanical Engineer, Network Manager Cellphone * Work +27 82 472 2231 * +27 21 8828820x202 Stellenbosch Automotive Engineering http://www.cae.co.za GPG Key http://ranger.dnsalias.com/bgmilne.asc 1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE8/epBrJK6UGDSBKcRAg3XAJ46td17J39zxtBS05R6AFnV3ddDogCgiToh ZVrAgzWM1HsXgAjVXBNC9XU=OlL8 -----END PGP SIGNATURE-----