CENTOS下SAMBA服务不能开启的解决方法

Posted leon_bin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CENTOS下SAMBA服务不能开启的解决方法相关的知识,希望对你有一定的参考价值。

Job for smb.service failed because the control process exited with error code. CentOS 7

 
I have this problem with my CentOS 7.2 server which will not start samba server anymore.

For example if I run:
systemctl restart smb.service
I will receive some garbage value like:
Job for smb.service failed because the control process exited with error code.
See "systemctl status smb.service" and "journalctl -xe" for details.
I read that this command can make sure if my config file is perfectly good:
smbstatus
And I received:
WARNING: Ignoring invalid value ‘share‘ for parameter ‘security‘
Can‘t load /etc/samba/smb.conf - run testparm to debug it
So I go to my config file /etc/samba/smb.conf and commented one line which starts with security:
#security = share
Now when I re-launch smbstatus it says:
Samba version 4.2.10
PID     Username      Group         Machine            Protocol Version
------------------------------------------------------------------------------

Service      pid     machine       Connected at
-------------------------------------------------------

/var/lib/samba/locking.tdb not initialised
This is normal if an SMB client has never connected to your server.
After all I try to start samba server again and succed:
systemctl restart smb.service

以上是关于CENTOS下SAMBA服务不能开启的解决方法的主要内容,如果未能解决你的问题,请参考以下文章

Centos6.5 下 安装 samba服务

Centos 7 下安装 samba 服务

centos6.5下samba如何使一个用户只能查看和删除自己的文件,不能查看和删除别人的文件

centos 7怎样在防火墙开通samba端口

CentOS 7下安装samba

Centos搭建Samba