
教學:如何使 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