search for: to_base

Displaying 5 results from an estimated 5 matches for "to_base".

Did you mean: io_base
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
...; 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 err_wrong_instancetype(self, obj...
2017 Mar 31
0
possible memory leak in ldb module while dbcheck on RODC
...t; + @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 err_wrong_instancetype(self, obj, calculated_instancetype): >...
2018 Nov 13
0
Error running "samba-tool dbcheck" after going from 4.8.6 to 4.9.2
...rk 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)) +            expected_dn = parent_dn +            if expected_dn.add_child(&quot...
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