[Samba] Some strange errors in logs

Mariusz80 skorp77 at gmail.com
Mon Nov 13 07:22:29 UTC 2017


Hi again

The library: libbind9-90 is from jessie and should be romoved during upgrade
so I removed it with dpkg. Now dpkg -l | grep bind9:
ii  bind9                             1:9.10.3.dfsg.P4-12.3+deb9u3   amd64       
Internet Domain Name Server
ii  bind9-host                        1:9.10.3.dfsg.P4-12.3+deb9u3   amd64       
Version of 'host' bundled with BIND 9.X
ii  bind9utils                        1:9.10.3.dfsg.P4-12.3+deb9u3   amd64       
Utilities for BIND
ii  libbind9-140:amd64                1:9.10.3.dfsg.P4-12.3+deb9u3   amd64       
BIND9 Shared Library used by BIND

just like on my second DC.
Unfortunately the logs still got that messages:
[2017/11/12 07:04:09.011967,  0]
../source4/rpc_server/dnsserver/dcerpc_dnsserver.c:1085(dnsserver_query_zone)
[2017/11/12 15:26:15.812071,  1]
../source4/dsdb/kcc/garbage_collect_tombstones.c:68(garbage_collect_tombstones_part)
  Doing a full scan on DC=ForestDnsZones,DC=dfm,DC=biz,DC=pl and looking for
deleted objects
[2017/11/12 15:26:15.814906,  1]
../source4/dsdb/kcc/garbage_collect_tombstones.c:68(garbage_collect_tombstones_part)
  Doing a full scan on DC=DomainDnsZones,DC=dfm,DC=biz,DC=pl and looking for
deleted objects
[2017/11/12 15:26:15.823281,  1]
../source4/dsdb/kcc/garbage_collect_tombstones.c:68(garbage_collect_tombstones_part)
  Doing a full scan on CN=Configuration,DC=dfm,DC=biz,DC=pl and looking for
deleted objects
[2017/11/12 15:26:15.875980,  1]
../source4/dsdb/kcc/garbage_collect_tombstones.c:68(garbage_collect_tombstones_part)
  Doing a full scan on DC=dfm,DC=biz,DC=pl and looking for deleted objects
  dnsserver: Invalid zone operation IsSigneddnsserver: Invalid zone
operation IsSigneddnsserver: Invalid zone operation IsSigneddnsserver:
Invalid zone operation IsSigneddnsserver: Invalid zone operation
IsSigneddnsserver: Invalid zone operation IsSigneddnsserver: Invalid zone
operation IsSigneddnsserver: Invalid zone operation IsSigneddnsserver:
Invalid zone operation IsSigned../librpc/rpc/dcerpc_util.c:227: ERROR: pad
length mismatch. Calculated 44  got 0
[2017/11/13 08:03:47.101514,  1]
../librpc/rpc/dcerpc_util.c:227(dcerpc_pull_auth_trailer)
  ../librpc/rpc/dcerpc_util.c:227: ERROR: pad length mismatch. Calculated 44 
got 0
[2017/11/13 08:03:47.150418,  1]
../librpc/rpc/dcerpc_util.c:227(dcerpc_pull_auth_trailer)
  ../librpc/rpc/dcerpc_util.c:227: ERROR: pad length mismatch. Calculated 44 
got 0
[2017/11/13 08:03:47.152253,  1]
../librpc/rpc/dcerpc_util.c:227(dcerpc_pull_auth_trailer)
  ../librpc/rpc/dcerpc_util.c:227: ERROR: pad length mismatch. Calculated 44 
got 0

Any ideas ?

Thanks


Samba - General mailing list wrote
> +1 "penny" :-) :-) for my thoughts..  :-p  
> 
> But yes, that should fix it. 
> I also suggest, review your logs, you wil notice more messages. 
> Rsyslog/apt/snmp/postfix/ntp need manual changes after the upgrade. 
> At least these, maybe more but these are the one i've encountered. 
> 
> 
> Greetz, 
> 
> Louis
> 
> 
> 
>> -----Oorspronkelijk bericht-----
>> Van: samba [mailto:

> samba-bounces at .samba

> ] Namens 
>> Rowland Penny via samba
>> Verzonden: vrijdag 10 november 2017 14:44
>> Aan: 

> samba at .samba

>> CC: Mariusz80
>> Onderwerp: Re: [Samba] Some strange errors in logs
>> 
>> On Fri, 10 Nov 2017 06:07:15 -0700 (MST)
>> Mariusz80 via samba <

> samba at .samba

> > wrote:
>> 
>> > Samba - General mailing list wrote
>> > > Hai, 
>> > > 
>> > > cat "/var/lib/samba/private/named.conf"  also please. 
>> > > And check if the correct bind9_dlz is enabled. 
>> > > 
>> > > dpkg -l | grep bind9
>> > > Jessie, should be 9.9 
>> > > Stretch should be 9.10
>> > > If this server was upgraded then you need to manualy 
>> adjust the file
>> > > above. 
>> > > Looks to my bind9-dlz is enable in smb.conf but not loaded. 
>> > > 
>> > > cat /var/log/daemon.log | grep dlz
>> > > You should see thing like: 
>> > > samba_dlz: starting configure 
>> > > samba_dlz: configured writeable zone '... 
>> > > And make sure you see _msdcs.your.domain.tld 
>> > > 
>> > > 
>> > > Greetz, 
>> > > Louis
>> > 
>> > Hi Louis
>> > Yes the system was upgraded from Jessie to Stretch on DC1 
>> but DC2 was
>> > built from scratch on Debian Stretch 9.2
>> > 
>> > /var/lib/samba/private/named.conf
>> > dlz "AD DNS Zone" {
>> >     # For BIND 9.8.x
>> >     # database
>> > "dlopen /usr/lib/x86_64-linux-gnu/samba/bind9/dlz_bind9.so"; # For
>> > BIND 9.9.x # database "dlopen
>> > /usr/lib/x86_64-linux-gnu/samba/bind9/dlz_bind9_9.so";
>> >     # For BIND 9.10.x
>> >      database "dlopen
>> > /usr/lib/x86_64-linux-gnu/samba/bind9/dlz_bind9_10.so";
>> >     # For BIND 9.11.x
>> >     # database "dlopen
>> > /usr/lib/x86_64-linux-gnu/samba/bind9/dlz_bind9_11.so";
>> > };
>> > dpkg -l | grep bind9 gives:
>> > 
>> > ii  bind9                             1:9.10.3.dfsg.P4-12.3+deb9u3
>> > amd64 Internet Domain Name Server
>> > ii  bind9-host                        1:9.10.3.dfsg.P4-12.3+deb9u3
>> > amd64 Version of 'host' bundled with BIND 9.X
>> > ii  bind9utils                        1:9.10.3.dfsg.P4-12.3+deb9u3
>> > amd64 Utilities for BIND
>> > ii  libbind9-140:amd64                1:9.10.3.dfsg.P4-12.3+deb9u3
>> > amd64 BIND9 Shared Library used by BIND
>> > ii  libbind9-90                       1:9.9.5.dfsg-9+deb8u14
>> > amd64 BIND9 Shared Library used by BIND
>> >
>> 
>> Shouldn't libbind9-90 be libbind9-140 (1:9.10.3.dfsg.P4-12.3+deb9u3) ?
>> 
>> 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





--
Sent from: http://samba.2283325.n4.nabble.com/Samba-General-f2403709.html



More information about the samba mailing list