Hello all! I have met inform as following. I see that no smb on init.d folder. [root at maychu1 home]# /etc/rc.d/init.d/smb start bash: /etc/rc.d/init.d/smb: No such file or directory Pls help me how to have smb on init.d folder? Thank you. Thank you & Best Regards, ------------------ Tran Van Hung IT Department REX HOTEL 141 Nguyen Hue Blvd, Ho Chi Minh City, Vietnam Tel:(84-8)38292185 or (84-8)38293115 Fax:(84-8)38296536 Email: tvhungsg at yahoo.com.vn Website:http//www.rexhotelvietnam.com ** Cell Phone: 0983908262 YM and Skype: tvhungsg -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20090722/43d15bfa/attachment-0003.html>
On Wed, Jul 22, 2009 at 10:52 AM, Tran Van Hung <tvhungsg at yahoo.com.vn>wrote:> Hello all! > > I have met inform as following. I see that no smb on init.d folder. > > [root at maychu1 home]# /etc/rc.d/init.d/smb start > bash: /etc/rc.d/init.d/smb: No such file or directory > > Pls help me how to have smb on init.d folder? Thank you. > > Thank you & Best Regards, >You probably do not have the samba package installed. You can do: rpm -q samba If no packages are listed, do: yum -y install samba This will install the samba package which contains the /etc/rc.d/init.d/smb script. Instead of running the script directly, it's easier to do: service smb start -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20090722/543fac7e/attachment-0003.html>
Tran Van Hung wrote:> Hello all! > > I have met inform as following. I see that no smb on init.d folder. > > [root at maychu1 home]# /etc/rc.d/init.d/smb start > bash: /etc/rc.d/init.d/smb: No such file or directory > > Pls help me how to have smb on init.d folder? Thank you. > > Thank you & Best Regards,First try "rpm -qa |grep samba" . If nothing listed you might not have it installed. So then you as root "yum install samba" Without any further info this is my best offering of help. -- Brian http://wx.Tatorz.com Open WebMail Project (http://openwebmail.org) -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
Tran Van Hung wrote:> Hello all! > > I have met inform as following. I see that no smb on init.d folder. > > [root at maychu1 home]# /etc/rc.d/init.d/smb start > bash: /etc/rc.d/init.d/smb: No such file or directory > > Pls help me how to have smb on init.d folder? Thank you. > > Thank you & Best Regards, > > ------------------ > Tran Van Hung > IT Department > REX HOTEL > 141 Nguyen Hue Blvd, Ho Chi Minh City, Vietnam > Tel:(84-8)38292185 or (84-8)38293115 > Fax:(84-8)38296536 > Email: tvhungsg at yahoo.com.vn > Website:http//www.rexhotelvietnam.com > ** > Cell Phone: 0983908262 > YM and Skype: tvhungsg > > ------------------------------------------------------------------------ > >what rpm did you use for this install?