search for: ldb_wait_al

Displaying 14 results from an estimated 14 matches for "ldb_wait_al".

Did you mean: ldb_wait_all
2018 Jun 27
2
sambaundoguididx fails with ldb transaction error
Hi, trying to revert 4.8.0/1 issues with sambaundoguididx and getting following: Traceback (most recent call last): File "/root/sambaundoguididx", line 66, in <module> db.modify(modmsg) _ldb.LdbError: (32, 'ldb_wait from (null) with LDB_WAIT_ALL: No such object (32)') A transaction is still active in ldb context [0x56060ac2a310] on tdb:///var/lib/samba/private/sam.ldb Best regards Torsten Fohrer
2018 Jun 07
4
sambaundoguidindex
...a:~/samba-4.8.2/source4/scripting/bin# killall samba root at samba:~/samba-4.8.2/source4/scripting/bin# ./sambaundoguididx Traceback (most recent call last): File "./sambaundoguididx", line 54, in <module> samdb.modify(modmsg) _ldb.LdbError: (32, 'ldb_wait from (null) with LDB_WAIT_ALL: No such object (32)') A transaction is still active in ldb context [0x581b2778] on tdb:///var/lib/samba/private/sam.ldb Don't really know how to deal with this and google leave me with no clue. Renaud
2018 Aug 10
1
recover deleted objects
...ample,dc=net" rename of 'CN=no-bin\0ADEL:0b2f3fb3-5b25-455f-979c-bd02569c832a,CN=Deleted Objects,DC=example,DC=net' to 'cn=no-bin,cn=users,dc=example,dc=net' failed - LDAP error 32 LDAP_NO_SUCH_OBJECT - <00002030: ldb_wait from ../source4/ldap_server/ldap_backend.c:486 with LDB_WAIT_ALL: No such object (32)> <> ------------ Did I miss something? I haven'd done this for years. Is ther a new way to do it? Stefan -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: Open...
2023 May 02
2
ldbrename does not rename container users CN=Deleted Objects
...DOMAIN\administrator]: rename of 'CN=user1\0ADEL:f53b71f8-a3e8-4997-bd84-5504235d3b31,CN=Deleted Objects,DC=domain,DC=com' to 'CN=user1,CN=Users,DC=domain,DC=com' failed - LDAP error 32 LDAP_NO_SUCH_OBJECT - <00002030: ldb_wait from ../source4/ldap_server/ldap_backend.c:483 with LDB_WAIT_ALL: No such object (32)> <> It is possible to recover the user account, in the way that I demonstrated, I know that the correct thing is to be careful not to remove user accounts or groups, but if it happens due to human error, I would like to have a way to rescue this account or group, aft...
2018 Oct 15
2
restore deleted user (ldbrename) on samba 4.9.1 fails
...'CN=testuser\0ADEL:d4357200-a367-4601-93df-8c769f1d0e4f,CN=Deleted Objects,DC=samdom,DC=example,DC=com' to 'CN=testuser,CN=Users,DC=samdom,DC=example,DC=com' failed - LDAP error 32 LDAP_NO_SUCH_OBJECT -  <00002030: ldb_wait from ../source4/ldap_server/ldap_backend.c:487 with LDB_WAIT_ALL: No such object (32)> <> Verbose and trace give no further hint. Any ideas? Seems to have work in earlier versions. With a regular LDAP we can use LDIF dumps  to restore objects, not comfortable but working. But this is not working for AD as it is not allowed to objects with an obje...
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>
2023 May 03
2
ldbrename does not rename container users CN=Deleted Objects
...t; > rename of 'CN=user1\0ADEL:f53b71f8-a3e8-4997-bd84-5504235d3b31,CN=Deleted > Objects,DC=domain,DC=com' to 'CN=user1,CN=Users,DC=domain,DC=com' failed - > LDAP error 32 LDAP_NO_SUCH_OBJECT - <00002030: ldb_wait from > ../source4/ldap_server/ldap_backend.c:483 with LDB_WAIT_ALL: No such object > (32)> <> > > It is possible to recover the user account, in the way that I demonstrated, > I know that the correct thing is to be careful not to remove user accounts > or groups, but if it happens due to human error, I would like to have a way > to res...
2017 Mar 31
2
possible memory leak in ldb module while dbcheck on RODC
...ect *args, PyObject *kwar > > return NULL; > > } > > > > - ret = ldb_request(ldb_ctx, req); > > + //ret = ldb_request(ldb_ctx, req); > > if (ret == LDB_SUCCESS) { > > ret = ldb_wait(req->handle, LDB_WAIT_ALL); > > } > > > > > > > > So now to my question: > > Is it really a bug or does ldb library do something, that i did not > > see/understand till now? > > > > > > regards, > > > > Andrej > > > > Von: samba [ma...
2018 Jul 08
0
Restore a user?
...name\0ADEL:efefde21-48da-4fb0-b47c-9eafcefc45fe,CN=Deleted Objects,DC=domain' CN=username,CN=Users,DC=domain rename of 'CN=username\0ADEL:efefde21-48da-4fb0-b47c-9eafcefc45fe,CN=Deleted Objects,DC=domain' to 'CN=username,CN=Users,DC=domain' failed - ldb_wait from ldb_rename with LDB_WAIT_ALL: No such object (32) Reading https://bugzilla.samba.org/show_bug.cgi?id=10371 says this is due to "where restoring an object would cause a duplicate DN". I have checked within my limits, there are not duplicate target DNs. Selected attributes from the record are: dn: CN=username\0ADEL...
2018 Oct 15
0
restore deleted user (ldbrename) on samba 4.9.1 fails
...r\0ADEL:d4357200-a367-4601-93df-8c769f1d0e4f,CN=Deleted > Objects,DC=samdom,DC=example,DC=com' to > 'CN=testuser,CN=Users,DC=samdom,DC=example,DC=com' failed - LDAP error > 32 LDAP_NO_SUCH_OBJECT -  <00002030: ldb_wait from > ../source4/ldap_server/ldap_backend.c:487 with LDB_WAIT_ALL: No such > object (32)> <> > > Verbose and trace give no further hint. Any ideas? Seems to have work in > earlier versions. > > With a regular LDAP we can use LDIF dumps  to restore objects, not > comfortable but working. But this is not working for AD as it is not...
2017 Mar 31
0
possible memory leak in ldb module while dbcheck on RODC
...dify(PyLdbObject *self, > PyObject *args, PyObject *kwar > return NULL; > } > > - ret = ldb_request(ldb_ctx, req); > + //ret = ldb_request(ldb_ctx, req); > if (ret == LDB_SUCCESS) { > ret = ldb_wait(req->handle, LDB_WAIT_ALL); > } > > > > So now to my question: > Is it really a bug or does ldb library do something, that i did not > see/understand till now? > > > regards, > > Andrej > > Von: samba [mailto:samba-bounces at lists.samba.org] Im Auftrag von Andrej &g...
2020 Mar 05
3
DCs from 4.10.x to 4.11.x
...adc1 samba[4198]: task[dreplsrv][4198]: [2020/03/05 09:06:26.744359, 0] ../../source4/dsdb/common/util.c:3303(dsdb_loadreps) M?r 05 09:06:26 adc1 samba[4198]: task[dreplsrv][4198]: dsdb_loadreps: failed to read partition object: ldb_wait from ../../source4/dsdb/samdb/ldb_modules/util.c:369 with LDB_WAIT_ALL: Operations error (1) M?r 05 09:06:26 adc1 samba[4198]: task[dreplsrv][4198]: [2020/03/05 09:06:26.744498, 0] ../../source4/dsdb/repl/drepl_notify.c:353(dreplsrv_notify_check) M?r 05 09:06:26 adc1 samba[4198]: task[dreplsrv][4198]: dreplsrv_notify_check: Failed to load repsTo for DC=ForestDnsZone...
2023 May 22
1
ldbrename does not rename container users CN=Deleted Objects
...of 'CN=user1\0ADEL:f53b71f8-a3e8-4997-bd84-5504235d3b31,CN=Deleted > > Objects,DC=domain,DC=com' to 'CN=user1,CN=Users,DC=domain,DC=com' failed - > > LDAP error 32 LDAP_NO_SUCH_OBJECT - <00002030: ldb_wait from > > ../source4/ldap_server/ldap_backend.c:483 with LDB_WAIT_ALL: No such object > > (32)> <> > > > > It is possible to recover the user account, in the way that I demonstrated, > > I know that the correct thing is to be careful not to remove user accounts > > or groups, but if it happens due to human error, I would like...
2018 Mar 23
3
explorer.exe and mmc.exe crashes on security tab access
Hi the list, I have updated to 4.8.0 after using 4.7.3 root at samba:~# /usr/local/samba/sbin/samba -V Version 4.8.0 I compiled from source with the following options : ./configure --enable-debug --enable-selftest Samba run apparently normaly, but when i try to edit permission via windows, explorer.exe crashes I dont get anything relevant from samba's log. But I get an error from windows