Re: [Samba] How can I restart samba?

2003-01-15 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 13 Jan 2003, Gareth Davies wrote: ps aux | grep smb kill -9 PID ps aux | grep nmb kill -9 PID Or just make a script for stop/start/restart :) Better to use the -TERM signal and let Samba gracefully shutdown. cheers, jerry

[Samba] How can I restart samba?

2003-01-13 Thread Jamie Risk
I'm fiddling with the various configuration files to try and get Samba working - after making changes to various files I end up rebooting [shudder] the box to get the settings to take. I invoke the smbd, and nmbd binaries from a root bash command line, each with the -D option. I can't seem to

Re: [Samba] How can I restart samba?

2003-01-13 Thread Gareth Davies
Jamie Risk [EMAIL PROTECTED] wrote in message avupuf$6h6$[EMAIL PROTECTED]">news:avupuf$6h6$[EMAIL PROTECTED]... I'm fiddling with the various configuration files to try and get Samba working - after making changes to various files I end up rebooting [shudder] the box to get the settings to

Re: [Samba] How can I restart samba?

2003-01-13 Thread Michael Heironimus
On Mon, Jan 13, 2003 at 11:37:54AM -0500, Jamie Risk wrote: I invoke the smbd, and nmbd binaries from a root bash command line, each with the -D option. I can't seem to send a kill SIGHUP command to the PID I read from a ps -ex command because I get the message bash: kill: SIGHUP: no such pid.