Hello,
I've got a FreeBSD 8 machine, running on ZFS. I had Samba 3.3.7 installed from ports, set up and running perfectly.
Then I rebuilt world (RELENG_8) and installed (all done properly). FreeBSD is working perfectly, other ports run perfectly (i.e. Apache) but Samba is failing.
There's a few entries in the logs, but nothing recent or helpful...
There's nothing in /var/log/messages either.
I've rebuilt Samba from ports, and rebuilt all of its dependencies. No errors, everything installs. The smb.conf is sound, I've even moved it to try to trigger a different error. No dice.
Any ideas?
Thanks
Aaron
I've got a FreeBSD 8 machine, running on ZFS. I had Samba 3.3.7 installed from ports, set up and running perfectly.
Then I rebuilt world (RELENG_8) and installed (all done properly). FreeBSD is working perfectly, other ports run perfectly (i.e. Apache) but Samba is failing.
Code:
# smbcontrol
Abort trap: 6
# /usr/local/sbin/swat
Abort trap: 6
# /usr/local/sbin/smbd
Abort trap: 6
# /usr/local/sbin/nmbd
Abort trap: 6
# pkg_info | grep samba
samba-3.3.7 A free SMB and CIFS client and server for UNIX
There's a few entries in the logs, but nothing recent or helpful...
Code:
# date
Sun Oct 4 19:13:39 EST 2009
# tail -2 /var/log/samba/log.smbd
[2009/10/04 00:43:12, 0] printing/print_cups.c:cups_connect(103)
Unable to connect to CUPS server localhost:631 - Connection refused
# tail -2 /var/log/samba/log.nmbd
[2009/10/04 00:46:56, 0] nmbd/nmbd.c:terminate(71)
Got SIGTERM: going down...
# tail -2 /var/log/samba/log.swat
[2009/10/04 09:25:20, 0] printing/print_cups.c:cups_connect(103)
Unable to connect to CUPS server localhost:631 - Connection refused
There's nothing in /var/log/messages either.
I've rebuilt Samba from ports, and rebuilt all of its dependencies. No errors, everything installs. The smb.conf is sound, I've even moved it to try to trigger a different error. No dice.
Any ideas?
Thanks
Aaron