just shut it down:

/etc/init.d/smb stop

If you get any errors like it can't stop nmbd, then do a:

ps aux | grep nmb

and kill that process before starting it back up.

kill -15 <pid>
but you'll probably have to do a kill -9 to get it to exit.

later,
ajay

On Wed, 29 Jan 2003, John Salamone wrote:

> Hi,
> 
> When I restart my smb service it gives me the following output:
> 
> smbd (pid #####) is running.....
> nmbd is stopped
> 
> but when i restart it, I receive the following output which is to be
> expected:
> 
> shutting down smb services:     [ok]
> shutting down nmb services:     [failed]
> starting smb services:               [ok]
> starting nmb services:               [ok]
> 
> But when I type "service smb status" I receive the following output:
> smbd (pid #####) is running.....
> nmbd (pid 15124 15122) is running....
> 
> Noting the 2 pid numbers for nmdb. Can someone please tell me what I have to
> do to fix this.
> 
> Thanks!!
> 
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

--------------------------------------------------------------------
Satyajot (Ajay) Sharma 
[EMAIL PROTECTED]
--------------------------------------------------------------------



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to