什么导致桑巴崩溃? 需要帮助诊断…
[2010/06/14 16:11:42, 0] lib/fault.c:fault_report(40) =============================================================== [2010/06/14 16:11:42, 0] lib/fault.c:fault_report(41) INTERNAL ERROR: Signal 11 in pid 951 (3.3.8) Please read the Trouble-Shooting section of the Samba3-HOWTO [2010/06/14 16:11:42, 0] lib/fault.c:fault_report(43) From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf [2010/06/14 16:11:42, 0] lib/fault.c:fault_report(44) =============================================================== [2010/06/14 16:11:42, 0] lib/util.c:smb_panic(1673) PANIC (pid 951): internal error [2010/06/14 16:53:40, 0] smbd/server.c:main(1274)
编辑:
多一点信息 –
log.smbd:
[2010/06/14 15:59:02, 0] smbd/server.c:main(1274) smbd version 3.3.8 started. Copyright Andrew Tridgell and the Samba Team 1992-2009 [2010/06/14 15:59:02, 0] printing/print_cups.c:cups_connect(103) Unable to connect to CUPS server localhost:631 - Connection refused [2010/06/14 15:59:02, 0] printing/print_cups.c:cups_connect(103) Unable to connect to CUPS server localhost:631 - Connection refused
smb.conf文件
[global] workgroup = WASH netbios name = PROD1 [media] path = /jon/media read only = no guest ok = yes
你是rc.conf文件看起来不错,尽pipe你可能只想简化为samba_enable="YES"
在/var/run中有一个pid文件并不意味着什么。 它可能是一个旧文件,或者是其他一百个之中的任何一个。 这不是procfs。
检查日志文件/ var / log / samba目录; 那里应该有几个,最新的时间戳应该包含有用的信息(如崩溃原因)。
编辑:
在FreeBSD 7/8/9上打开Service Discovery,这可能是一个已知的问题。 由于某种原因,默认情况下会打开它。 修理:
cd /usr/ports/net/samba33 make config uncheck "With DNS service discovery support" (if it wasn't checked, this isn't the problem) make clean; make && make deinstall && make reinstall /usr/local/etc/rc.d/samba restart