Hallo
I have 2 issues with samba4 on FreeBSD-12.1.
1. samba won*t start. In /etc/rc.d/rc.conf
When I do service samba_server start
/usr/local/etc/smb4.conf is attached
2. When I then do a testparm, to verify the smb4.conf I got this
testparm :
So whats wrong here?
In my opinion,the smb4.conf is ok, it is no production samba4-server,only for using in a home-lan. But I do not understand the output from testparm,I got the same output,when I want to add a sambauser with pdbedit -a -u username.
schwedenmann
I have 2 issues with samba4 on FreeBSD-12.1.
1. samba won*t start. In /etc/rc.d/rc.conf
Code:
smbd_enable="YES"
nmbd_enable="YES"
samba_server_enable="YES"
Code:
Performing sanity check on Samba configuration: FAILED
2. When I then do a testparm, to verify the smb4.conf I got this
testparm :
Code:
ld-elf.so.1: /usr/local/lib/samba4/libsamba-util.so.0: Undefined symbol "memalign@FBSD_1.6"
So whats wrong here?
In my opinion,the smb4.conf is ok, it is no production samba4-server,only for using in a home-lan. But I do not understand the output from testparm,I got the same output,when I want to add a sambauser with pdbedit -a -u username.
schwedenmann