我刚刚从 16.04.1 升级到 16.10。我认为我的 Samba 坏了。我有两台机器几乎在做同样的事情。
我检查过了/etc/samba/smb.conf
,看来我从 16.04 开始的所有股票都还在那里。
测试参数似乎运行良好,但确实给出了此错误:
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
WARNING: The "syslog" option is deprecated
客户端向我展示了这个:
$ smbclient -L //caspurr
WARNING: The "syslog" option is deprecated
Enter password:
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.37]
Sharename Type Comment
--------- ---- -------
IPC$ IPC IPC Service (TomatoUSB)
Video Disk video
Public Disk public
Pictures Disk pictures
Music Disk music
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.37]
Server Comment
--------- -------
CASPURR TomatoUSB
SATELLITE-E55 Satellite-E55 server (Samba, Ubuntu)
Workgroup Master
--------- -------
WORKGROUP CASPURR
客户端让我连接到路由器上的公共共享:
$ smbclient //caspurr/Public
WARNING: The "syslog" option is deprecated
Enter password:
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.37]
smb: \> dir
. D 0 Sat Jul 11 20:19:54 2015
.. D 0 Sat Jul 11 13:23:13 2015
9-great-freeware-programs.pdf A 754624 Thu Jan 6 17:08:53 2011
124665852 blocks of size 1024. 121369992 blocks available
smb: \> exit
在鹦鹉螺我有时会看到Windows 网络,有时不是:
如果我做查看 Windows 网络,单击它,我永远得到这个:
我的 Samba 出了什么问题?
最后,以上所有操作都是在防火墙关闭的情况下完成的。如果我打开防火墙,结果会更糟。有人能告诉我需要打开哪些端口吗?
答案1
我必须编辑 /etc/samba/smb.conf 并添加我的路由器的 wins 服务器地址...
# WINS Server - Tells the NMBD components of Samba to be a WINS Client
# Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
; wins server = w.x.y.z
wins server = 192.168.0.1