Raspian root at samba01:~# uname -a Linux samba01 4.9.14-v7+ #977 SMP Mon Mar 13 18:25:19 GMT 2017 armv7l GNU/Linux root at samba01:~# cat /etc/debian_version 8.7 root at samba01:~# samba -V Version 4.6.3 root at samba01:~# cat /etc/samba/smb.conf # Global parameters [global] netbios name = SAMBA01 realm = LOCAL.xx.xx workgroup = LAURENZ server role = active directory domain controller dns forwarder = 8.8.8.8 allow dns updates = nonsecure idmap_ldb:use rfc2307 = yes client ldap sasl wrapping = sign server services = -dns [netlogon] path = /var/lib/samba/sysvol/xx.xx.xx/scripts read only = No [sysvol] path = /var/lib/samba/sysvol read only = No -----Ursprüngliche Nachricht----- Von: samba [mailto:samba-bounces at lists.samba.org] Im Auftrag von Rowland Penny via samba Gesendet: Donnerstag, 11. Mai 2017 15:30 An: samba at lists.samba.org Betreff: Re: [Samba] Problems with samba-tool ntacl sysvol reset On Thu, 11 May 2017 14:27:04 +0200 Dirk Laurenz via samba <samba at lists.samba.org> wrote:> Hi, > > after adding a new GPO the ntacl sysvolcheck fails and i want wo > repair with ntacl sysvolreset.... biut this fails aslo in the end > with: > >What OS ? Can you please post the smb.conf from the DC Rowland -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
Any idea? -----Ursprüngliche Nachricht----- Von: samba [mailto:samba-bounces at lists.samba.org] Im Auftrag von Dirk Laurenz via samba Gesendet: Samstag, 13. Mai 2017 10:14 An: 'Rowland Penny' <rpenny at samba.org>; samba at lists.samba.org Betreff: Re: [Samba] Problems with samba-tool ntacl sysvol reset Raspian root at samba01:~# uname -a Linux samba01 4.9.14-v7+ #977 SMP Mon Mar 13 18:25:19 GMT 2017 armv7l GNU/Linux root at samba01:~# cat /etc/debian_version 8.7 root at samba01:~# samba -V Version 4.6.3 root at samba01:~# cat /etc/samba/smb.conf # Global parameters [global] netbios name = SAMBA01 realm = LOCAL.xx.xx workgroup = LAURENZ server role = active directory domain controller dns forwarder = 8.8.8.8 allow dns updates = nonsecure idmap_ldb:use rfc2307 = yes client ldap sasl wrapping = sign server services = -dns [netlogon] path = /var/lib/samba/sysvol/xx.xx.xx/scripts read only = No [sysvol] path = /var/lib/samba/sysvol read only = No -----Ursprüngliche Nachricht----- Von: samba [mailto:samba-bounces at lists.samba.org] Im Auftrag von Rowland Penny via samba Gesendet: Donnerstag, 11. Mai 2017 15:30 An: samba at lists.samba.org Betreff: Re: [Samba] Problems with samba-tool ntacl sysvol reset On Thu, 11 May 2017 14:27:04 +0200 Dirk Laurenz via samba <samba at lists.samba.org> wrote:> Hi, > > after adding a new GPO the ntacl sysvolcheck fails and i want wo > repair with ntacl sysvolreset.... biut this fails aslo in the end > with: > >What OS ? Can you please post the smb.conf from the DC Rowland -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
On Mon, 15 May 2017 22:02:30 +0200 "Dirk Laurenz" <samba at laurenz.ws> wrote:> Any idea? > > > > root at samba01:~# uname -a > Linux samba01 4.9.14-v7+ #977 SMP Mon Mar 13 18:25:19 GMT 2017 armv7l > GNU/Linux > > root at samba01:~# cat /etc/debian_version > 8.7 > > root at samba01:~# samba -V > Version 4.6.3I take that you have built Samba yourself and you are using Bind9. How did you build Samba, did you follow the Samba wiki or follow another webpage, if the later which one ? What was your configure line ? What filesystem are you using ? Please post /etc/hosts, /etc/resolv.conf, /etc/hostname, /etc/krb5.conf and all your named.conf files. Rowland