Results 1 to 3 of 3
i can smb in centos 5 and i run service smb restart,it shows :smb: unrecognized service.....
i run rpm -qa |grep samba,it shows
samba-common-3.0.33-3.7.el5
samba-client-3.0.33-3.7.el5
.....
help.........
- 02-28-2010 #1Just Joined!
- Join Date
- Feb 2010
- Posts
- 1
:smb: unrecognized service
i can smb in centos 5 and i run service smb restart,it shows :smb: unrecognized service.....
i run rpm -qa |grep samba,it shows
samba-common-3.0.33-3.7.el5
samba-client-3.0.33-3.7.el5
.....
help......
- 02-28-2010 #2
smb may not be the correct name.
Try samba, or look in /etc/init.d
for the name of the script that starts the service.
- 02-28-2010 #3Just Joined!
- Join Date
- Feb 2010
- Posts
- 5
install samba package
eg -
yum install samba
samba package has the samba deamon and service scripts
you must install samba package
then try
# service smb start as root user


Reply With Quote