On 23/11/2015 19:40, Renaud (Ron) OLGIATI wrote:
On Mon, 23 Nov 2015 14:18:07 -0500
Dan Ritter <[email protected]> wrote:
OK Ta; changed the CL to what you gave me:
root@ron:/home/ron # chkconfig --add smb
smb: unknown service
Just checked in Synaptic, have both Samba, Samba-common and Samba-common-bin
installed.
That's probably because the name of the service is samba, not smb.
Try:
chkconfig --add samba
OK thanks, that worked.
Has let myself be misled by
http://microdevsys.com/wp/networking-sharing-folders-between-windows-and-linux-using-samba/
which uses smb as the name... ;-3(
actually on my *BSD samba servers it is smbd amd nmbd
Cheers,
Ron.