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
domaindnszonesMaster = get_fsmo_roleowner(samdb, domaindns_dn)
File "/usr/lib/python2.7/dist-packages/samba/netcmd/fsmo.py", line
42, in
get_fsmo_roleowner
master_owner = res[0]["fSMORoleOwner"][0]
---------
Transfering or seizing the roles one by one, I can see that any operation
involving the two "new" roles (domaindns and forestdns) is what
actually
breaks it.
I don't think this is an upstream bug (is it?) Any ideas?
Best regards,
George
On 13/12/15 05:31, George wrote:> 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 > domaindnszonesMaster = get_fsmo_roleowner(samdb, domaindns_dn) > File "/usr/lib/python2.7/dist-packages/samba/netcmd/fsmo.py", line 42, in > get_fsmo_roleowner > master_owner = res[0]["fSMORoleOwner"][0] > --------- > > Transfering or seizing the roles one by one, I can see that any operation > involving the two "new" roles (domaindns and forestdns) is what actually > breaks it. > > I don't think this is an upstream bug (is it?) Any ideas? > > Best regards, > GeorgeAre you using an admin user and password ? Rowland
On Sun, Dec 13, 2015 at 6:08 AM, Rowland penny <rpenny at samba.org> wrote:> On 13/12/15 05:31, George wrote: > >> 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 >> domaindnszonesMaster = get_fsmo_roleowner(samdb, domaindns_dn) >> File "/usr/lib/python2.7/dist-packages/samba/netcmd/fsmo.py", line 42, >> in >> get_fsmo_roleowner >> master_owner = res[0]["fSMORoleOwner"][0] >> --------- >> >> Transfering or seizing the roles one by one, I can see that any operation >> involving the two "new" roles (domaindns and forestdns) is what actually >> breaks it. >> >> I don't think this is an upstream bug (is it?) Any ideas? >> >> Best regards, >> George >> > > Are you using an admin user and password ? > > Rowland > >Even if I do (with the domain administrator user and pass) the same error comes up