<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt">Hi!<br>
<br>
Thank for reply.<br>
But before I insalled samba by hand, as follow:<br>-download samba source (.tar.gz)<br>
-unrar with tar command<br>
-build with ./configure<br>
-install with make<br>
<br>-Then I configure /etc/samba/smb.conf by vi.<br>
-Then I create users with password.<br>
<br>
Issue I met when start samba as I wrote before:<br>
<br>
root@maychu1 home]# /etc/rc.d/init.d/smb start<br>
<br>
Pls! <br><div> </div>Thank you & Best Regards,<br><br><div>------------------<br>Tran Van Hung<br>IT Department<br>REX HOTEL<br>141 Nguyen Hue Blvd, Ho Chi Minh City, Vietnam<br>Tel:(84-8)38292185 or (84-8)38293115<br>Fax:(84-8)38296536 <br>Email: tvhungsg@yahoo.com.vn<br>Website:http//www.rexhotelvietnam.com <br>**<br>Cell Phone: 0983908262<br>YM and Skype: tvhungsg<div><br></div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><font face="Tahoma" size="2"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Kwan Lowe <kwan.lowe@gmail.com><br><b><span style="font-weight: bold;">To:</span></b> CentOS mailing list <centos@centos.org><br><b><span style="font-weight: bold;">Sent:</span></b> Wednesday, July 22, 2009 10:09:55 PM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [CentOS] Need help
 on start samba<br></font><br><br><br><div class="gmail_quote">On Wed, Jul 22, 2009 at 10:52 AM, Tran Van Hung <span dir="ltr"><<a rel="nofollow" ymailto="mailto:tvhungsg@yahoo.com.vn" target="_blank" href="mailto:tvhungsg@yahoo.com.vn">tvhungsg@yahoo.com.vn</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;" valign="top">
Hello all!<br><br>I have met inform as following. I see that no smb on init.d folder. <br>
<br>
[root@maychu1 home]# /etc/rc.d/init.d/smb start<br>
bash: /etc/rc.d/init.d/smb: No such file or directory<br>
<br>Pls help me how to have smb on init.d folder? Thank you.<br><br>Thank you & Best Regards,<br>
</td></tr></tbody></table></blockquote></div><br>You probably do not have the samba package installed. You can do:<br><br>rpm -q samba<br><br>If no packages are listed, do:<br><br>yum -y install samba<br><br>This will install the samba package which contains the /etc/rc.d/init.d/smb script.<br>
<br>Instead of running the script directly, it's easier to do:<br><br>service smb start<br><br><br>
</div></div></div></div></body></html>