On Mon, Nov 23, 2015 at 03:16:52PM -0300, Renaud OLGIATI wrote: > On Mon, 23 Nov 2015 18:11:47 +0200 > Teemu Likonen <[email protected]> wrote: > > > Renaud OLGIATI [2015-11-23 12:59:38-03] wrote: > > > > > root@ron:/home/ron # chkconfig -–add smb > > ^^ > > You have these two different characters there: > > > > - U+002D HYPHEN-MINUS > > – U+2013 EN DASH > > > > But you should have “--add”, that is, two times U+002D HYPHEN-MINUS. > > 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. > > Remain firmly flabbered... >
That's probably because the name of the service is samba, not smb. Try: chkconfig --add samba -dsr-

