From owner-freebsd-questions@freebsd.org Wed Aug 3 10:29:13 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FE2BBAD1DE for ; Wed, 3 Aug 2016 10:29:13 +0000 (UTC) (envelope-from alnis.m@mail.com) Received: from mout.gmx.com (mout.gmx.com [74.208.4.200]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F61E1ED2 for ; Wed, 3 Aug 2016 10:29:13 +0000 (UTC) (envelope-from alnis.m@mail.com) Received: from [192.168.0.192] ([78.84.255.253]) by mail.gmx.com (mrgmxus001) with ESMTPSA (Nemesis) id 0M5cZ4-1bJiDh2ZYW-00xeHR for ; Wed, 03 Aug 2016 12:24:02 +0200 Subject: Re: Samba To: freebsd-questions@freebsd.org References: <35076919.4276.1470223471954.JavaMail.zimbra@christman.co.uk> From: Alnis Morics Message-ID: <1bb2f19f-d8d8-3f13-f148-19c75bdd60e9@mail.com> Date: Wed, 3 Aug 2016 13:23:58 +0300 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Icedove/45.1.0 MIME-Version: 1.0 In-Reply-To: <35076919.4276.1470223471954.JavaMail.zimbra@christman.co.uk> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:6PcnMwLNTZf/3sZiPrc+nMns+bp6yZOqzw3PFGnIoUj9C3T1W1+ 01yZxpYcwe8WLTtSrV/aKSslCz/ogz0HKYmbx04mqhfC3T6dl/2PYHPamlsJ7Q8719V24c8 9hHZaYt5v3iBu3PIqzJ17vLAeAtNmjkpZWkIfACjzm1ZWEApw39ksp6OaAJDcnfGwnRmNx1 oHttpt7H8G2zUsuxNldPw== X-UI-Out-Filterresults: notjunk:1;V01:K0:+BpNW+DLA3M=:wTxrHY5BEsgGo+kQEs3Qxi BAfMuhg0Ayt3Ats5RSihzBN3eDNcNwbc6msDwMhvTwYxkN0Vn2I5aDJGzski3/1ns3AxgghZE uCkKxaz+uNEfu2D6DpqhZgyvhFQvKxk1rPgSXPqlGsr/xnfGNUhFhAFcUNmVpSivZF05qrA+i vDWKdF3NJSd41EPZDMa+KQqzB8uib1/QdeXnlrMx9SyTOSDSkjE8cSba3oWPOULF8QwGplYL9 dbKe5VEsYEahoukp8MO/RQVvsAKAempRpln+6z8m28SUQCZkI2Jaf09TwFhC5u8jF1dWwKk/F RPLx7xJfgdlAOoBXOOmZTpvZc7KhoUNI3eAFpD3d4eVf+u+el5eORLcXD+fcEZSuCUpKIiAQM OUPGgGwqSVrtZX2A1mob+KsDEmyRD2HJHt4NcWH2p+cEB6lstU6rqiWX6y2qgdUOJ03If/A44 a8fIGg50/Mgle/tgUY6Wb3274pWnto8QPw3Gfd4sMGs/nRwIPdylJijccK9mTaxOVjAPHu44s Q3hWmsnaHG4QPHUAiN/2FppOGfdN/oUEDalBpet6dQNC2Z0A/9EHNDlqRwIUC0C9fIyYfg9g3 MwMVL+BX1ebqEAjVzswe2Dd3Li8Gx790dTnhLnYqTDudo7367wknvYuoz9+I13YSPj7kdVemI rDXOSA2nxeKrRzfjDOqpdj2s3TPVRjp32dCwHG7ZnZ2nA43Q9wAEyxu8bMqA823RFJfpMvrzu djQlHmgIETnWeNwta3j4sOezmXo+X25PLEJ8KjvK4dZX1MoCwWGaW6Pa3UFUaJZNYb14toKq7 oTzj+z1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2016 10:29:13 -0000 On 08/03/2016 02:24 PM, Alister Christman wrote: > Hi > > Just been following > > https://www.freebsd.org/doc/handbook/network-samba.html > > and install samba via pkg install > > But once it has been installed. > > i have to add this > > samba_server_enable="yes" to /etc/rc.conf > > and > > start it via "service samba_server start" > > which verys from the documentation. > > I dont know if this is correct and the documentation needs to be update? > > Thanks for your great work > > Al > This how the startup script is now called (/usr/local/etc/rc.d/samba_server), and it works as you are saying. Didn't notice that the Handbook says otherwise.