Displaying 5 results from an estimated 5 matches for "newsuperior".
2017 Mar 30
4
possible memory leak in ldb module while dbcheck on RODC
An embedded and charset-unspecified text was scrubbed...
Name: memory_profiler.txt
URL: <http://lists.samba.org/pipermail/samba/attachments/20170330/f5d10ac9/memory_profiler.txt>
2017 Mar 31
2
possible memory leak in ldb module while dbcheck on RODC
...alse
> > return True
> >
> > + @profile
> > def do_modify(self, m, controls, msg, validate=True):
> > '''perform a modify with optional verbose output'''
> > if self.verbose:
> > @@ -751,6 +753,7 @@ newSuperior: %s""" % (str(from_dn), str(to_rdn),
> > str(to_base)))
> > "Failed to rename object %s into %s" %
> > (obj.dn,
> > new_dn)):
> > self.report("Renamed %s into %s" % (obj.dn, new_dn))
> >
&...
2017 Mar 31
0
possible memory leak in ldb module while dbcheck on RODC
...uffix),
> return False
> return True
>
> + @profile
> def do_modify(self, m, controls, msg, validate=True):
> '''perform a modify with optional verbose output'''
> if self.verbose:
> @@ -751,6 +753,7 @@ newSuperior: %s""" % (str(from_dn), str(to_rdn),
> str(to_base)))
> "Failed to rename object %s into %s" % (obj.dn,
> new_dn)):
> self.report("Renamed %s into %s" % (obj.dn, new_dn))
>
> + @profile
> def er...
2018 Nov 13
0
Error running "samba-tool dbcheck" after going from 4.8.6 to 4.9.2
...e really helpful
Additionally, we can avoid some of the ldb.Dn() work with soemthing
like this (untested):
diff --git a/python/samba/dbchecker.py b/python/samba/dbchecker.py
index 9af11162ce5..ac8fc563b48 100644
--- a/python/samba/dbchecker.py
+++ b/python/samba/dbchecker.py
@@ -2328,7 +2328,9 @@ newSuperior: %s""" % (str(from_dn), str(to_rdn), str(to_base)))
parent_dn = deleted_objects_dn
if parent_dn is None:
parent_dn = obj.dn.parent()
- expected_dn = ldb.Dn(self.samdb, "RDN=RDN,%s" % (parent_dn))
+ exp...
2018 Nov 08
3
Error running "samba-tool dbcheck" after going from 4.8.6 to 4.9.2
I just tested Samba 4.9.2 on one of my DCs, previously running version
4.8.6. Immediately after install, I ran "samba-tool dbcheck" and got the
following:
Checking 511 objects
ERROR(<type 'exceptions.UnicodeDecodeError'>): uncaught exception -
'ascii' codec can't decode byte 0xc3 in position 25: ordinal not in
range(128)
File