samba -b
Samba version: 4.0.0alpha18-GIT-5c53926
Build environment:
Build host: Linux hh3 3.1.0-1.2-desktop #1 SMP PREEMPT Thu Nov 3 14:45:45 UTC 2011 (187dde0) i686 i686 i386 GNU/Linux

openSUSE 12.1 i586

Hi everyone.
After.
./source4/setup/provision --realm=hh3.site --domain=HH1 --adminpass=SOMEPASSWORD --server-role='domain controller'

The wiki howto is for DNS seems to be wrong. I had to do this:

Copy
/usr/local/samba/private/named.conf
to
/etc/named.conf.samba4

Copy
/usr/local/samba/private/dns/hh3.site.zone
to
/var/lib/named/master

edit
/etc/named.conf.samba4 to point to /var/lib/named:
one "hh3.site." IN {
        type master;
         file "/var/lib/named/master/hh3.site.zone";

edit /etc/named.conf to include:
include "/etc/named.conf.samba4";
as the last line in the file.

Is this correct?

On restarting bind there are still errors:

Nov 29 19:54:15 hh3 named[4038]: command channel listening on 127.0.0.1#953
Nov 29 19:54:15 hh3 named[4038]: couldn't add command channel ::1#953: address not available Nov 29 19:54:15 hh3 named[4038]: managed-keys-zone ./IN: loading from master file managed-keys.bind failed: file not found
Nov 29 19:54:15 hh3 named[4038]: managed-keys-zone ./IN: loaded serial 0

DNS and Kerberos are working fine. Are these errors to do with Samba4?

Thanks
Steve.







--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to