Displaying 15 results from an estimated 15 matches for "descriptor_modify".
2024 Jun 25
2
Error when raising Samba 4.19 Functional Level
...process. Can anyone tell
me what could have happened or if they have experienced this?
1 - samba-tool domain schemaupgrade --schema=2019
2 - samba-tool domain functionalprep --function-level=2016
3 - samba-tool domain level raise --domain-level=2016 --forest-level=2016
Error:
Exception: (1, 'descriptor_modify on CN=XXXX,CN=XXXX,DC=XX,DC=XXXX,DC=XX
failed: (-30788) - MDB_TXN_FULL: Transaction has too many dirty pages -
transaction too big at ../ ../lib/ldb/ldb_mdb/ldb_mdb.c:203')
cancel called but no ldb transactions are active!
ERROR(ldb): uncaught exception - descriptor_modify on
CN=XXXX,CN=XXXX,DC...
2024 Jun 21
1
Error when raising Samba 4.19 Functional Level
...process. Can anyone tell
me what could have happened or if they have experienced this?
1 - samba-tool domain schemaupgrade --schema=2019
2 - samba-tool domain functionalprep --function-level=2016
3 - samba-tool domain level raise --domain-level=2016 --forest-level=2016
Error:
Exception: (1, 'descriptor_modify on CN=XXXX,CN=XXXX,DC=XX,DC=XXXX,DC=XX
failed: (-30788) - MDB_TXN_FULL: Transaction has too many dirty pages -
transaction too big at ../ ../lib/ldb/ldb_mdb/ldb_mdb.c:203')
cancel called but no ldb transactions are active!
ERROR(ldb): uncaught exception - descriptor_modify on
CN=XXXX,CN=XXXX,DC...
2018 Jan 17
1
Error trying to join samba 4.3.4 to a DC...
...I cann't upgrade zentyal first. So,
When I can join the samba 4.3.4 to the domain I will demote the Zentyal.
But when I try:
samba-tool domain join dtcf.etecsa.cu DC -U "DTCF\administrator"
--dns-backend=BIND9_DLZ --domain-critical-only
I get this:
...
Committing SAM database
descriptor_modify: Could not find SD for OU=Groups,DC=dtcf,DC=etecsa,DC=cu
Join failed - cleaning up
...
What should I do?
2018 May 25
1
LDAP broken after AD DC upgrade from 4.7 to 4.8
Hi *,
I just upgraded my AD DC from 4.7.6 to 4.8.1. (Arch Linux)
After a reboot my LDAP database is almost empty, when accessed from a
LDAP browser or dsa.msc.
samba-tool dbcheck --fix fails as even LostAndFound isn't there anymore.
ERROR(ldb): uncaught exception - descriptor_modify on
CN=SERVER,CN=LostAndFound,DC=dschungel,DC=local failed: No such Base DN:
CN=LostAndFound,DC=dschungel,DC=local
File "/usr/lib/python2.7/site-packages/samba/netcmd/__init__.py", line
176, in _run
return self.run(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/...
2024 Jun 26
1
Error when raising Samba 4.19 Functional Level
...ave happened or if they have experienced this?
>
> 1 - samba-tool domain schemaupgrade --schema=2019
> 2 - samba-tool domain functionalprep --function-level=2016
> 3 - samba-tool domain level raise --domain-level=2016 --forest-level=2016
>
> Error:
>
> Exception: (1, 'descriptor_modify on CN=XXXX,CN=XXXX,DC=XX,DC=XXXX,DC=XX
> failed: (-30788) - MDB_TXN_FULL: Transaction has too many dirty pages -
> transaction too big at ../ ../lib/ldb/ldb_mdb/ldb_mdb.c:203')
> cancel called but no ldb transactions are active!
> ERROR(ldb): uncaught exception - descriptor_modify o...
2015 Nov 24
2
No more replication for new DC
On Mon, 2015-11-16 at 16:50 +0100, mathias dufresne wrote:
> transaction: operations error at
> ../source4/dsdb/samdb/ldb_modules/descriptor.c:1147
Looking at that line in your version of Samba may give you some idea
why it failed.
Andrew Bartlett
--
Andrew Bartlett http://samba.org/~abartlet/
Authentication Developer, Samba Team http://samba.org
Samba Developer,
2015 Nov 24
1
No more replication for new DC
...all!
mathias
2015-11-24 15:29 GMT+01:00 mathias dufresne <infractory at gmail.com>:
> Hi all,
>
> Thank you for tips Andrew, unfortunately I have vague notions about C and
> these notions are growing old. I was not able to understand anything there
> except that the function descriptor_modify(module, sub_req) was not
> successful, without the slightest idea about what could contain variables
> module or sub_req.
>
> Anyway, last few hours I was working on that subject.
> I first opened DNS tool from RSAT on Windows and remove all traces of old
> DCs, everywhere.
> I...
2019 Mar 25
2
samba 4.9.5 - joining Samba DC to existing Samba AD failed
...=dns-DC2-LYNX,CN=Users,DC=zamecek,DC=home
Deleted CN=NTDS
Settings,CN=DC2-LYNX,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=zamecek,DC=home
Deleted
CN=DC2-LYNX,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=zamecek,DC=home
ERROR(ldb): uncaught exception - descriptor_modify on
CN=Administrator,CN=Users,DC=zamecek,DC=home failed: operations error at
../source4/dsdb/samdb/ldb_modules/descriptor.c:819
File "/usr/lib64/python2.7/site-packages/samba/netcmd/__init__.py", line
177, in _run
return self.run(*args, **kwargs)
File "/usr/lib64/python2...
2019 Mar 27
0
samba 4.9.5 - joining Samba DC to existing Samba AD failed
...does '-U administrator' or
> '-Uadministrator'
>
> I just wonder where '-U' went ?
>
> Rowland
>
I have been looking at the 'Administrator' object that the OP posted.
The failure in his original post was this:
ERROR(ldb): uncaught exception - descriptor_modify on
CN=Administrator,CN=Users,DC=zamecek,DC=home failed: operations error
at ../source4/dsdb/samdb/ldb_modules/descriptor.c:819
lines 816 - 820 in descriptor.c are these:
objectclass = dsdb_get_last_structural_class(schema,
objectclass_element);
if (objectclass == NULL) {
return ldb...
2015 Nov 24
0
No more replication for new DC
Hi all,
Thank you for tips Andrew, unfortunately I have vague notions about C and
these notions are growing old. I was not able to understand anything there
except that the function descriptor_modify(module, sub_req) was not
successful, without the slightest idea about what could contain variables
module or sub_req.
Anyway, last few hours I was working on that subject.
I first opened DNS tool from RSAT on Windows and remove all traces of old
DCs, everywhere.
I looked for '(invocationId=*)&...
2019 Mar 27
4
samba 4.9.5 - joining Samba DC to existing Samba AD failed
On Wed, 27 Mar 2019 09:45:18 +0100
"L.P.H. van Belle via samba" <samba at lists.samba.org> wrote:
> Hai,
>
>
> I dont think one noticed this..
>
> ldbsearch -H ldap://dc4 -UAdministrator
> ldbsearch -H ldap://dc1 -U Administrator
>
> So whats the difference when you see this responce of the command:
> Invalid option -U: unknown ...
>
2019 Mar 25
0
samba 4.9.5 - joining Samba DC to existing Samba AD failed
...rs,DC=zamecek,DC=home Deleted CN=NTDS
> Settings,CN=DC2-LYNX,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=zamecek,DC=home
> Deleted
> CN=DC2-LYNX,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=zamecek,DC=home
> ERROR(ldb): uncaught exception - descriptor_modify on
> CN=Administrator,CN=Users,DC=zamecek,DC=home failed: operations error
> at ../source4/dsdb/samdb/ldb_modules/descriptor.c:819
> File
> "/usr/lib64/python2.7/site-packages/samba/netcmd/__init__.py", line
> 177, in _run return self.run(*args, **kwargs)
> File &...
2019 Mar 25
0
samba 4.9.5 - joining Samba DC to existing Samba AD failed
...ngs,CN=DC2-LYNX,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=zamecek,DC=home
>>>
>>> Deleted
>>> CN=DC2-LYNX,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=zamecek,DC=home
>>>
>>> ERROR(ldb): uncaught exception - descriptor_modify on
>>> CN=Administrator,CN=Users,DC=zamecek,DC=home failed: operations error
>>> at ../source4/dsdb/samdb/ldb_modules/descriptor.c:819
>>> File
>>> "/usr/lib64/python2.7/site-packages/samba/netcmd/__init__.py", line
>>> 177, in _run return s...
2019 Mar 25
2
samba 4.9.5 - joining Samba DC to existing Samba AD failed
...DC=home Deleted CN=NTDS
>> Settings,CN=DC2-LYNX,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=zamecek,DC=home
>> Deleted
>> CN=DC2-LYNX,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=zamecek,DC=home
>> ERROR(ldb): uncaught exception - descriptor_modify on
>> CN=Administrator,CN=Users,DC=zamecek,DC=home failed: operations error
>> at ../source4/dsdb/samdb/ldb_modules/descriptor.c:819
>> File
>> "/usr/lib64/python2.7/site-packages/samba/netcmd/__init__.py", line
>> 177, in _run return self.run(*args, **kwa...
2016 May 13
3
Invalid data for index DN=@INDEX:OBJECTCLASS:DNSNODE
...gt; Replicating DC=ForestDnsZones,DC=chester-dc,DC=example,DC=com
> Partition[DC=ForestDnsZones,DC=chester-dc,DC=example,DC=com]
objects[27/27] linked_values[0/0]
> Partition[DC=ForestDnsZones,DC=chester-dc,DC=example,DC=com]
objects[54/27] linked_values[0/0]
> Committing SAM database
> descriptor_modify: Could not find SD for
DC=DomainDnsZones,DC=chester-dc,DC=example,DC=com
>
> Join failed - cleaning up
> checking sAMAccountName
> Deleted CN=V-WARD,OU=Domain Controllers,DC=chester-dc,DC=example,DC=com
> Deleted CN=NTDS
Settings,CN=V-WARD,CN=Servers,CN=Default-First-Site-Name,CN=Sit...