教程:如何使 Linux 计算机解析 Windows 主机名。
在 Fedora 上,安装samba-winbind-客户端包是不够的。
$ wbinfo -N windowsbox
failed to call wbcResolveWinsByName: WBC_ERR_WINBIND_NOT_AVAILABLE
Could not lookup WINS by name windowsbox
答案1
错误是 winbind 服务没有运行。
解决方案:
sudo systemctl enable winbind.service
sudo systemctl start winbind.service