Samba -Freebsd 8

Hello,

I'm trying to install and configure the samba on my Freebsd 8, but when I run the initialize script from /usr/local/etc/rc.d/samba start I receive this message:

Code:
kldload: can't load snd_driver: File exists
Removing stale Samba tdb files:  done

snd_driver it is configured on rc.conf
 
wrathchildtoo said:
Try to put:
Code:
nmbd_enable="YES"
samba_enable="YES"
into /etc/rc.conf

You have to choose between the 2 methods. It's
Code:
samba_enable="YES"
or
Code:
smbd_enable="YES"
nmbd_enable="YES"
[winbindd_enable="YES"]

and not a mix of both.


Post please your samba logs.
 
Back
Top