[Samba] pad length mismatch error message
Rowland penny
rpenny at samba.org
Wed Apr 22 15:04:13 UTC 2020
On 22/04/2020 15:32, von Obernitz, Daniel via samba wrote:
> Hi,
>
> bind9_DLZ is enabled and running, DNS in general is working absolutely fine.
>
> --dns-backend=BIND9_DLZ was used during provision and your collect script also says it's enabled.
>
>
> Like I said in the other issue, the AC-DC in general is working fine... the posted error message is just something I can't explain, where it comes from...
>
Is the 'attr' package installed ?
Why do you not have a reverse zone ?
Could the padding have anything to do with 'dnssec' ?
This is my 'named.conf.options':
options {
directory "/var/cache/bind";
notify no;
empty-zones-enable no;
allow-query { 127.0.0.1; 192.168.0.0/24; };
allow-recursion { 192.168.0.0/24; 127.0.0.1/32; };
forwarders { 8.8.8.8; 8.8.4.4; };
allow-transfer { none; };
dnssec-validation no;
dnssec-enable no;
dnssec-lookaside no;
listen-on-v6 { none; };
listen-on port 53 { 192.168.0.8; 127.0.0.1; };
tkey-gssapi-keytab "/var/lib/samba/bind-dns/dns.keytab";
};
Try modifying to your IP's and see if that cures the problem.
Rowland
More information about the samba
mailing list