On Mon, 23 Nov 2015 14:18:07 -0500
Dan Ritter <dsr@randomstring.org> 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(