<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Brian Hanks, thanks for your reply,<br>
    <br>
    It is working now.<br>
    <br>
    I'll read your reference pointer.<br>
    <br>
    Would you help me with an other problem in a test
    environment(MAQ01):<br>
    Ref: 3.1.6-1.fc16.x86_64 native with VirtualBox-OSE.x86_64.<br>
    <br>
    A virtual machine(VirtualBox-&gt;WinVista64) is reaching the samba
    of the referenced Linux.<br>
    I've liberated all known permissions. Why I can't see some
    files(.txt, .exe) from WinVista64, and I can see all folders and
    sub-folders, but I can't write on them.<br>
    ============================================================<br>
    [Lucelio@MAQ01 ~]$ pwd<br>
    /home/Lucelio<br>
    [Lucelio@MAQ01 ~]$ cd ../Windows<br>
    [Lucelio@MAQ01 Windows]$ ls -l<br>
    total 23752<br>
    drwxrwxrwx. 6 Lucelio GRUPO01     4096 Dez 21 16:22 Antiga
    Maq01(Tânia Disco F)  ##I can see this<br>
    -rwxrwxrwx. 1 Lucelio GRUPO01 24312056 Dez 21 16:34
    AP48.exe                            ##I can't see this<br>
    -rw-rw-rw-. 1 Lucelio GRUPO01       17 Jan  8 08:54 Teste de
    texto                                ##I can't see this<br>
    [Lucelio@MAQ01 Windows]$ <br>
    ============================================================<br>
    Any suggestion please?<br>
    <br>
    Thanks again.<br>
    <br>
    Em 08-01-2012 08:36, Brian Hanks escreveu:
    <blockquote cite="mid:4F099BC0.6050306@bhanks.net" type="cite">
      <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
      <blockquote type="cite">
        <pre wrap="">Hi,

Ref: 3.1.6-1.fc16.x86_64

What is the right way of always loading SMBD at startup.

Thanks,

</pre>
        <blockquote>
          <pre wrap="">hi Lucélio,

the correct command is: chkconfig smb on
this allows you to start at boot the samba daemon
</pre>
        </blockquote>
      </blockquote>
      <br>
      Actually, since the reference is to Fedora 16, you'll need to use
      systemctl instead of chkconfig.  You might also want to start nmb
      depending upon your usage.  A combined set of commands to enable
      and start both services would look like this:<br>
      <br>
      systemctl enable smb.service nmb.service<br>
      systemctl start smb.service nmb.service<br>
      <br>
      A great reference can be found at the following link:<br>
      <br>
      <a moz-do-not-send="true" class="moz-txt-link-freetext"
        href="http://fedoraproject.org/wiki/SysVinit_to_Systemd_Cheatsheet">http://fedoraproject.org/wiki/SysVinit_to_Systemd_Cheatsheet</a><br>
      <br>
      <br>
      Regards,<br>
      Brian<br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Lucélio Gomes de Freitas
ETFCSF=&gt; U.G.F.=&gt; P.U.C.(RJ)
Engº, Analista Suporte(Free Mind).
Email: <a class="moz-txt-link-abbreviated" href="mailto:aa.lucelio@gmail.com">aa.lucelio@gmail.com</a>
Tel: 55 0XX 21 85964911
</pre>
  </body>
</html>