FreeBSD 8 and Samba 3.3 Samba seems to crash/not start?
- by scraft3613
I am both new to FreeBSD and Samba, and with that in mind ...
I installed Samba 3.3. from Ports.
I have this in my rc.conf:
#samba
nmbd_enable="YES"
smbd_enable="YES"
winbindd_enable="YES"
I can see an active PID:
prod1# cat /var/run/smbd.pid
24426
But it seems like smbd isn't running:
prod1# ps -auwxx | egrep '[sn]mbd'
root 24513 0.0 …