Rewrite:List Servers not implemented.

Michael Wood esiotrot at gmail.com
Thu Oct 28 03:14:21 MDT 2010


On 28 October 2010 10:31, hemanth kumar <hemanthkm at gmail.com> wrote:
> I want to implement SAmba 4 only.I just tried that smbclient(of version 3.)
> to check it.
> anyway now i struck in DNS configuration.Do u have any idea about how to
> stop the samba 4 and restart it.?

To get the process ID of the main "samba" process you can do this:

ps axo pid,ppid,comm | awk '$2 == "1" && $3 == "samba" { print $1 }'

Then just kill that process (with the TERM signal).

-- 
Michael Wood <esiotrot at gmail.com>


More information about the samba-technical mailing list