On 01/08/2012 02:13 PM, Lucélio Gomes de Freitas wrote:
>
Hi,
Ref: 3.1.6-1.fc16.x86_64
What is the right way of always loading SMBD at startup.
Thanks,
hi Lucélio,
the correct command is: chkconfig smb on
this allows you to start at boot the samba daemon
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
01-08-2012, 12:13 PM
Lucélio Gomes de Freitas
Loading smbd.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
Ref: 3.1.6-1.fc16.x86_64
What is the right way of always loading SMBD at startup.
Thanks,
- --
Lucélio Gomes de Freitas
ETFCSF=> U.G.F.=> P.U.C.(RJ)
Engº, Analista Suporte(Free Mind).
Email: aa.lucelio@gmail.com
Tel: 55 0XX 21 85964911
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
01-09-2012, 01:22 AM
Brian Hanks
Loading smbd.
Hi,
Ref: 3.1.6-1.fc16.x86_64
What is the right way of always loading SMBD at startup.
Thanks,
hi Lucélio,
the correct command is: chkconfig smb on
this allows you to start at boot the samba daemon
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:
systemctl enable smb.service nmb.service
systemctl start smb.service nmb.service
A great reference can be found at the following link:
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
01-09-2012, 01:55 AM
jdow
Loading smbd.
On 2012/01/08 18:22, Brian Hanks wrote:
Hi,
Ref: 3.1.6-1.fc16.x86_64
What is the right way of always loading SMBD at startup.
Thanks,
hi Lucélio,
the correct command is: chkconfig smb on
this allows you to start at boot the samba daemon
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:
Ah, I see systemd is a definite downgrade from SysVinit. The syntax is more
arcane and verbose. So it figures the Fedora geeks would love it. <sigh>
Thanks for the link.
{+_+}
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
01-09-2012, 11:54 AM
Rich Boyce
Loading smbd.
On 08/01/12 11:00, Paolo De Michele wrote:
>
> On 01/08/2012 02:13 PM, Lucélio Gomes de Freitas wrote:
>>
>> Hi,
>>
>> Ref: 3.1.6-1.fc16.x86_64
>>
>> What is the right way of always loading SMBD at startup.
>>
>> Thanks,
>>
>
> hi Lucélio,
>
> the correct command is: chkconfig smb on
> this allows you to start at boot the samba daemon
For Fedora 16, it's actually
systemctl enable smb.service
Because Fedora 16 uses systemd, not sysvinit.
Rich
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org