其他分享
首页 > 其他分享> > samba restart fail

samba restart fail

作者:互联网

最近用树莓派搞个NAS,用samba实现文件共享,记录下出现的问题及解决。

1.问题

一通安装及操作重启samba,出现以下问题

Restarting smbd (via systemctl): smbd.serviceJob for smbd.service failed because the control process exited with error code.
See "systemctl status smbd.service" and "journalctl -xe" for details.
 failed!
如下:

 跑下建议命令,显示systemctl status smbd.service

Failed to start Samba SMB Daemon

摸不到头脑

2.问题解决

用testparm测试smb.conf配置档的合法性,发现提示“value is not boolean!”

sudo nano /etc/samba/smb.conf   把中文注释去掉就好了

原来是  /etc/samba/smb.conf  文件不知能写中文字符,注释也不行!!!

 

成功启动

另外,使用自带命令 输出samba日志也许会有帮助

smbd -F -S

标签:samba,service,systemctl,conf,fail,smbd,smb,restart
来源: https://blog.csdn.net/cs953575/article/details/119084113