当我尝试重新启动Samba时,我收到以下错误消息:
Failed to start samba.service: Unit samba.service is masked.
另外,当我运行时systemctl
,它smbd.service
以红色显示失败。
同时重新启动开始失败,我失去了在创建的文件夹中的共享能力,无法访问。任何帮助,将不胜感激!!!
当我尝试重新启动Samba时,我收到以下错误消息:
Failed to start samba.service: Unit samba.service is masked.
另外,当我运行时systemctl
,它smbd.service
以红色显示失败。
同时重新启动开始失败,我失去了在创建的文件夹中的共享能力,无法访问。任何帮助,将不胜感激!!!
Answers:
尝试:
sudo systemctl unmask samba
sudo systemctl enable samba
sudo systemctl restart samba
这对我有用(Ubuntu服务器16):
sudo rm /lib/systemd/system/samba.service
sudo systemctl enable samba.service nmbd.service
sudo systemctl start samba
从这里找到