Unable to open configuration file "/etc/samba/smb.conf"

問題

smbclient 実行時に次のエラーが表示される。

params.c:OpenConfFile() - Unable to open configuration file "/etc/samba/smb.conf":
    No such file or directory
smbclient: Can't load /etc/samba/smb.conf - run testparm to debug it

環境

smbclient 3.6.8

原因

smbclient の仕様っぽい。

解決策

/etc/samba/smb.conf の空ファイルを作る。

$ touch  /etc/samba/smb.conf

参考文献

http://ubuntuforums.org/showthread.php?t=823052