search for: keyerror

Displaying 20 results from an estimated 155 matches for "keyerror".

Did you mean: ae_error
2010 Sep 25
2
[LLVMdev] Strange exception in SelectionDAGBuilder
...MIC_STACKALLOC, while this code is expecting the node type to be "FrameIndex" or "TargetFrameIndex". (I don't know what either of these mean, I'm just telling you what the debugger is telling me.) Here's what the IR looks like: %gc_root = alloca %tart.collections.KeyError*, align 8, !dbg !55084 store %tart.collections.KeyError* %7, %tart.collections.KeyError** %gc_root, align 8, !dbg !55084 %9 = bitcast %tart.collections.KeyError** %gc_root to i8**, !dbg !55084 call void @llvm.gcroot(i8** %9, i8* null), !dbg !55084 As you can see, it's just creating an al...
2010 Sep 26
0
[LLVMdev] Strange exception in SelectionDAGBuilder
...ode is expecting the node type > to be "FrameIndex" or "TargetFrameIndex". (I don't know what either of these > mean, I'm just telling you what the debugger is telling me.) > > Here's what the IR looks like: > > %gc_root = alloca %tart.collections.KeyError*, align 8, !dbg !55084 > store %tart.collections.KeyError* %7, %tart.collections.KeyError** > %gc_root, align 8, !dbg !55084 > %9 = bitcast %tart.collections.KeyError** %gc_root to i8**, !dbg !55084 > call void @llvm.gcroot(i8** %9, i8* null), !dbg !55084 > > As you can see,...
2006 Dec 15
0
YUM KeyError: 'epoch'
...ache File "sqlitecache.py", line 251, in addPrimary File "sqlitecache.py", line 197, in insertHash File "sqlitecache.py", line 449, in values File "sqlitecache.py", line 441, in __getitem__ File "mdparser.py", line 73, in __getitem__ KeyError: 'epoch' I removed yum and re-installed it from the RPM on the install disk. I googled but I did not find anything that made sense to me. Thank you for any help anyone can provide. Shawn Flack -------------- next part -------------- An HTML attachment was scrubbed......
2010 Sep 02
1
Strange provisioning error - I really expect an answer
...rs or "users", 'users', 'other', 'staff']) File "bin/python/samba/provision.py", line 333, in <lambda> findnss_gid = lambda names: findnss(grp.getgrnam, names)[2] File "bin/python/samba/provision.py", line 329, in findnss raise KeyError("Unable to find user/group in %r" % names) KeyError: "Unable to find user/group in ['users', 'users', 'other', 'staff']" Also when I issue "make quicktest", before installing this shows Waf: Leaving directory `/data/samba-master/sourc...
2019 Jul 24
2
Error after upgrade NT_STATUS_INTERNAL_DB_CORRUPTION
Hi samba-tool dbcheck ERROR(<class 'KeyError'>): uncaught exception - 'No such element' ? File "/opt/samba/lib/python3.6/site-packages/samba/netcmd/__init__.py", line 185, in _run ??? return self.run(*args, **kwargs) ? File "/opt/samba/lib/python3.6/site-packages/samba/netcmd/dbcheck.py", line 141, in...
2019 Jul 24
3
Error after upgrade NT_STATUS_INTERNAL_DB_CORRUPTION
Hi, ok, now join(with samba 4.10.6) was ok, but same original error :-/ smbclient //localhost/netlogon -UAdministrator -c 'ls' Enter XXXXXXX\Administrator's password: session setup failed: NT_STATUS_INTERNAL_DB_CORRUPTION Regards; On 24/07/2019 10:17, Rowland penny via samba wrote: > On 24/07/2019 12:53, Carlos via samba wrote: >> HI >> >> As the reported
2016 Mar 28
2
Unable to join DC to domain
...e CBADC01 is missing 3 of 7 fsmoroleowner entries. I think I have empty fSMORoleOwner attributes as discussed here: https://lists.samba.org/archive/samba-technical/2016-January/111516.html Here's where I'm at: sudo /usr/local/samba/bin/samba-tool fsmo show ERROR(<type 'exceptions.KeyError'>): uncaught exception - 'No such element' File "/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/__init__.py", line 175, in _run return self.run(*args, **kwargs) File "/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/fsmo.py", line 390,...
2015 Dec 13
2
FSMO commands not working on 4.3.1
Hi guys! I am currently running 4.3.1 on Debian Jessie (compiled from the experimental repo). Pretty much everything seems to be working fine, but the FSMO functions: --------- root at dc2:~# samba-tool fsmo show ERROR(<type 'exceptions.KeyError'>): uncaught exception - 'No such element' File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line 175, in _run return self.run(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/samba/netcmd/fsmo.py", line 395, in run domaindnszone...
2018 Apr 26
2
[BUG] Fail update Samba 4.8.0
...7(samba_runcmd_io_handler) samba [31643]: / usr / local / samba / sbin / samba_dnsupdate: return res [0] ['dNSHostName'] [0] samba [31643]: [2018/04/26 16: 32: 37.365167, 0] ../lib/util/util_runcmd.c:327(samba_runcmd_io_handler) samba [31643]: / usr / local / samba / sbin / samba_dnsupdate: KeyError: 'No such element' samba [31643]: [2018/04/26 16: 32: 37.393083, 0] ../source4/dsdb/dns/dns_ update.c:330(dnsupdate_nameupdate_done) samba [31643]: ../source4/dsdb/dns/dns_update.c:330: Failed DNS update - with error code 1 samba_dnsupdate Unable to determine the DomainSID, can not enfor...
2019 Nov 14
2
samba-tool ldapcmp without --filter errors out.
...l ldapcmp --filter="whenChanged,dc,DC,cn,CN" ldap://dc1.fqdn ?ldap://dc2.fqdn This works fine, untill i remove the filter.. ? samba-tool ldapcmp? ldap://dc1.fqdn ?ldap://dc2.fqdn This errors out with : * Comparing [DOMAIN] context... ? * Objects to be compared: 845 ERROR(<class 'KeyError'>): uncaught exception - 'CN' ? File "/usr/lib/python3/dist-packages/samba/netcmd/__init__.py", line 186, in _run ??? return self.run(*args, **kwargs) ? File "/usr/lib/python3/dist-packages/samba/netcmd/ldapcmp.py", line 957, in run ??? if b1.diff(b2): ? File &quo...
2016 Mar 28
2
Unable to join DC to domain
...nDnsZones,DC=cb,DC=cliffbells,DC=com CN=Infrastructure,DC=ForestDnsZones,DC=cb,DC=cliffbells,DC=com CN=RID Manager$,CN=System,DC=cb,DC=cliffbells,DC=com DC=cb,DC=cliffbells,DC=com CN=Infrastructure,DC=cb,DC=cliffbells,DC=com I have tried to seize role=all --force... ERROR(<type 'exceptions.KeyError'>): uncaught exception - 'No such element' File "/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/__init__.py", line 175, in _run return self.run(*args, **kwargs) File "/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/fsmo.py", line 339,...
2023 Jan 18
1
Building samba 4.17.4 on CentOS7
...LD/samba-4.17.4/bin > > Checking for 'gcc' (C compiler) : Traceback (most recent call > > last): > > File > > "/root/rpmbuild/BUILD/samba-4.17.4/third_party/waf/waflib/Utils.py", line > > 831, in wrap > > return cache[k] > > KeyError: (<samba_waf18.ConfigurationContext object at 0x7f091484f208>,) > > > > During handling of the above exception, another exception occurred: > > > > Traceback (most recent call last): > > File > > "/root/rpmbuild/BUILD/samba-4.17.4/third_party/waf/waf...
2023 Jan 18
2
Building samba 4.17.4 on CentOS7
...: > /root/rpmbuild/BUILD/samba-4.17.4/bin > Checking for 'gcc' (C compiler) : Traceback (most recent call > last): > File > "/root/rpmbuild/BUILD/samba-4.17.4/third_party/waf/waflib/Utils.py", line > 831, in wrap > return cache[k] > KeyError: (<samba_waf18.ConfigurationContext object at 0x7f091484f208>,) > > During handling of the above exception, another exception occurred: > > Traceback (most recent call last): > File > "/root/rpmbuild/BUILD/samba-4.17.4/third_party/waf/waflib/Utils.py", line >...
2016 Mar 28
0
Unable to join DC to domain
...r entries. I think I have empty fSMORoleOwner > attributes//as discussed here: > https://lists.samba.org/archive/samba-technical/2016-January/111516.html > > > Here's where I'm at: > > sudo /usr/local/samba/bin/samba-tool fsmo show > ERROR(<type 'exceptions.KeyError'>): uncaught exception - 'No such > element' > File > "/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/__init__.py", > line 175, in _run > return self.run(*args, **kwargs) > File > "/usr/local/samba/lib/python2.7/site-packages...
2013 Dec 11
2
samba-tool gpo aclcheck error
G'day Guys, We are running Centos 6.4, samba4.0.10, compiled from tgz. Has anyone come up with this one before? samba-tool gpo aclcheck ERROR(<type 'exceptions.KeyError'>): uncaught exception - 'No such element' File "/usr/local/samba/lib64/python2.6/site-packages/samba/netcmd/__init__.py", line 175, in _run return self.run(*args, **kwargs) File "/usr/local/samba/lib64/python2.6/site-packages/samba/netcmd/gpo.py", line 1150,...
2017 Mar 14
2
INTERNAL DNS Problem
...-U"IDOMAINENAME\administrator"Password for [IDOMAINNAME\administrator]:Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/samba/provision/__init__.py", line 898, in secretsdb_self_join msg["priorWhenChanged"] = [res[0]["whenChanged"][0]]KeyError: 'No such element'Segmentation faultEven using the command "net ads join administrator" I have an error updating the DNS. net ads join -U AdministratorEnter Administrator's password:Using short domain name -- DOMAINNAMEJoined 'SMBCLIENT' to dns domain 'domainname....
2015 Jun 17
2
FW: samba 4.1.13 not applying domain policy in windows XP clients
...a 4.1.13 not applying domain policy in windows XP clients thanx for the reply it seems that the problem reported by samba-tool ntacl sysvolcheck was solved with the sysvolreset command but the problem with root at pdc:/usr/local/samba/bin# ./samba-tool gpo aclcheck ERROR(<type 'exceptions.KeyError'>): uncaught exception - 'No such element' ? File "/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/__init__.py", line 175, in _run ??? return self.run(*args, **kwargs) ? File "/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/gpo.py", line 1150,...
2016 Jul 07
2
FSMO Transfer fail
...o delete role 'domaindns': LDAP error 50 LDAP_INSUFFICIENT_ACCESS_RIGHTS - <00002098: SecErr: DSID-0315211E, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0 root at gteste2:~# After this, I am getting the error below: root at gteste2:~# samba-tool fsmo show ERROR(<type 'exceptions.KeyError'>): uncaught exception - 'No such element' File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line 175, in _run return self.run(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/samba/netcmd/fsmo.py", line 396, in run domaindnszone...
2024 Apr 18
2
Samba-tool gpo manage - The authenticated user does not have sufficient privileges
...sing SMB Well that's odd. That shouldn't be necessary. > I then ran it with sudo but without '-Uadministrator and got this: > > adminuser at tmpdc1:~ $ sudo samba-tool gpo manage scripts startup add {31B2F340-016D-11D2-945F-00C04FB984F9} test_script.sh > ERROR(<class 'KeyError'>): uncaught exception - 'No such element' > File "/usr/lib/python3/dist-packages/samba/netcmd/__init__.py", line 279, in _run > return self.run(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3/dist-packages/samba...
2018 May 04
1
[BUG] Fail update Samba 4.8.0
...local / samba / sbin / samba_dnsupdate: return > > res [0] ['dNSHostName'] [0] > > samba [31643]: [2018/04/26 16: 32: 37.365167, 0] > > ../lib/util/util_runcmd.c:327(samba_runcmd_io_handler) > > samba [31643]: / usr / local / samba / sbin / samba_dnsupdate: > > KeyError: 'No such element' > > samba [31643]: [2018/04/26 16: 32: 37.393083, > > 0] ../source4/dsdb/dns/dns_ update.c:330(dnsupdate_nameupdate_done) > > samba [31643]: ../source4/dsdb/dns/dns_update.c:330: Failed DNS > > update - with error code 1 > > > > > &g...