Ubuntu匿名Samba现在无法从OSX机器共享

我有一台OSX机器作为Guest连接到我的Ubuntu机器上的Samba共享。 它不再连接。 当我点击Finder中的“连接到服务器…”,并inputsmb://server/anonymous ,它会给出消息:

 There was a problem connecting to the server “server”. Check the server name or IP address, and then try again. If you continue to have problems, contact your system administrator. 

但是,我可以作为Ubuntu Box上的注册用户进行连接,但无法编辑这些文件,因为它们是nobody用户拥有的。

我没有改变任何设置,只是没有尝试在一个星期左右的连接。 任何想法可能会导致这个突然的变化?

附加信息:

smb.conf

 [global] workgroup = WORKGROUP server string = Samba Server %v netbios name = server security = user map to guest = bad user dns proxy = no #===== Share Definitions ===== [Anonymous] path = /mnt/raid1 browsable = yes writable = yes guest ok = yes read only = no 

在Ubuntu盒子上:

 $ smbclient //server/anonymous -U nobody -N Domain=[WORKGROUP] OS=[Windows 6.1] Server=[Samba 4.3.8-Ubuntu] smb: \> 

和:

 $ netstat -atn Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN tcp6 0 0 :::139 :::* LISTEN tcp6 0 0 :::22 :::* LISTEN tcp6 0 0 :::445 :::* LISTEN 

在Mac上:

 $ mount_smbfs -N //nobody:@server/anonymous /test/ mount_smbfs: server rejected the connection: Authentication error 

所以看起来我可以连接到Ubuntu机器上的共享,而不是在Mac上。

我也尝试与另一台Mac连接,但结果相同。

看来这是Ubuntu smbd 4.3.8版和Mac OS X 10.11版之间的一个已知的bug。

https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1572301

目前还没有简单的解决scheme,但应该在适当的时候加以解决。