similar to: forestdns fsmo role transfer fails - module 'samba' has no attribute 'drs_utils'

Displaying 20 results from an estimated 5000 matches similar to: "forestdns fsmo role transfer fails - module 'samba' has no attribute 'drs_utils'"

2017 Dec 13
1
Errors transferring forestdns and domaindns FSMO roles
Hai, can you post the exact error again, or is is really exact like the January link. drs_utils.py on debian should be these. /usr/lib/python2.7/dist-packages/samba/drs_utils.py /usr/lib/python2.7/dist-packages/samba/drs_utils.pyc And now i see whats the differrence here. Rowland showd in january. /usr/local/samba/lib/python2.7/site-packages/samba/drs_utils.py /usr/lib/
2023 Jan 12
1
problems with sysvol after fsmo transfer
Am 12.01.23 um 12:25 schrieb Rowland Penny via samba: > > On 12/01/2023 10:53, Thorsten Marquardt via samba wrote: >> Thank you so far. But unfortunately I could not fix the problems. So I >> decided to start over again at a situation where all the fsmo roles >> resides on the old controller. >> >> Here is a transcript of what I did and the errors reported:
2023 Jan 12
1
problems with sysvol after fsmo transfer
On 12/01/2023 12:28, Thorsten Marquardt via samba wrote: > > Okay back to the start an I try again. This time role by role. Here I > don't get timeouts (why do they come up with role=all ?) and I'm not > prompted for password of DOMAIN\root You should never get prompted for the password for 'DOMAIN\root', if you do, then you doing something wrong or something has
2019 Mar 25
3
FSMO transfer problems
Hello all, Have joined a new DC to an existing active directory consisting of a sole DC.  So, we now have two domain controllers, the original being ad.DOMAIN.intranet (192.168.0.17), and the new one being DOMAIN-ad.DOMAIN.intranet (192.168.0.11).  I want the new DC to become the FSMO role owner, so I followed the instructions here -
2017 Aug 04
2
Error while transferring fsmo-roles
Hello, I transfered all fsmo-roles from a DC (4.3.11-SerNet, SLES 11 SP3) to another DC (4.6.6-SerNet, SLES 12 SP2). I had to try a couple of times because of an error "Failed FSMO transfer: NT_STATUS_IO_TIMEOUT" But then following error happened: samba-tool fsmo transfer --role=all This DC already has the 'rid' FSMO role This DC already has the 'pdc' FSMO role
2016 Sep 30
2
?==?utf-8?q? ?==?utf-8?q? ?= uncaught exception on samba-tool fsmo transfe
ok, a other try .. i tranfer the roles back to DC2: first run: error second run: error third run: NO error then i added "import samba.drs_utils" in /opt/samba/lib/python2.7/site-packages/samba/netcmd/fsmo.py and now the role transfer works fine. root at dc2:~# samba-tool fsmo transfer --role=all -U administrator FSMO transfer of 'rid' role successful FSMO
2017 Dec 12
3
Errors transferring forestdns and domaindns FSMO roles
I am attempting to transfer the all FSMO roles from an old DC to our new DC. Both DCs are running Samba 4.7.3. I have transferred the Schma, Infrastructure, RID, PDC and Naming roles without issue. unfortunately, the forestdns and domaindns roles are giving me grief. Here is the output of the commands root at dc1:~# samba-tool fsmo transfer --role=forestdns ldb_wrap open of secrets.ldb
2017 Jan 27
0
LDAP_INSUFFICIENT_ACCESS_RIGHTS error stops FSMO transfer
Quoting Adam Tauno Williams via samba <samba at lists.samba.org>: > Attempting to move FSMO roles from one SerNET Samba 4.5.4 DC to > another, all roles transfered except the DNS related ones - those > fail with an LDAP_INSUFFICIENT_ACCESS_RIGHTS > [root at larkin28 ~]# samba-tool fsmo transfer --role=forestdns > ERROR: Failed to delete role 'forestdns': LDAP error
2016 Sep 30
2
?==?utf-8?q? uncaught exception on samba-tool fsmo transfer
sorry, samba version 4.5.0 Am Freitag, 30. September 2016 10:31 CEST, Rowland Penny via samba <samba at lists.samba.org> schrieb: > On Fri, 30 Sep 2016 10:20:27 +0200 > Heinz Hölzl via samba <samba at lists.samba.org> wrote: > > > Hi, > > > > i transfered the roles from DC2 to DC1: > > > > root at dc1:~# samba-tool fsmo transfer
2019 Mar 25
0
FSMO transfer problems
On Mon, 25 Mar 2019 20:39:25 +0000 Piers Kittel via samba <samba at lists.samba.org> wrote: > Hello all, > > Have joined a new DC to an existing active directory consisting of a > sole DC.  So, we now have two domain controllers, the original being > ad.DOMAIN.intranet (192.168.0.17), and the new one being > DOMAIN-ad.DOMAIN.intranet (192.168.0.11).  I want the new DC
2017 Aug 06
0
Error while transferring fsmo-roles
Hi, I faced the same problem, solved it by adding the line import samba.drs_utils to the file fsmo.py. When building samba yourself, from withtin the base directory you can apply this patch file to do it for you: --- python/samba/netcmd/fsmo.py.old 2016-12-05 08:18:44.000000000 +0000 +++ python/samba/netcmd/fsmo.py 2017-03-11 10:27:31.453884091 +0000 @@ -20,6 +20,7 @@ import samba
2017 Jan 27
3
LDAP_INSUFFICIENT_ACCESS_RIGHTS error stops FSMO transfer
Attempting to move FSMO roles from one SerNET Samba 4.5.4 DC to another, all roles transfered except the DNS related ones - those fail with an LDAP_INSUFFICIENT_ACCESS_RIGHTS [root at larkin28 ~]# samba-tool fsmo show SchemaMasterRole owner: CN=NTDS Settings,CN=LARKIN28,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=micore,DC=us InfrastructureMasterRole owner: CN=NTDS
2017 Dec 12
0
Errors transferring forestdns and domaindns FSMO roles
On Tue, 12 Dec 2017 11:56:08 -0600 Taylor Hammerling via samba <samba at lists.samba.org> wrote: > I am attempting to transfer the all FSMO roles from an old DC to our > new DC. Both DCs are running Samba 4.7.3. I have transferred the > Schma, Infrastructure, RID, PDC and Naming roles without issue. > > unfortunately, the forestdns and domaindns roles are giving me grief.
2016 Sep 30
1
uncaught exception on samba-tool fsmo transfer
Hi, i transfered the roles from DC2 to DC1: root at dc1:~# samba-tool fsmo transfer --role=all -U administrator This DC already has the 'rid' FSMO role This DC already has the 'pdc' FSMO role This DC already has the 'naming' FSMO role This DC already has the 'infrastructure' FSMO role This DC already has the 'schema' FSMO role This DC already has the
2016 Sep 30
0
?==?utf-8?q? uncaught exception on samba-tool fsmo transfer
On Fri, 30 Sep 2016 10:47:08 +0200 Heinz Hölzl via samba <samba at lists.samba.org> wrote: > > sorry, samba version 4.5.0 > > > Am Freitag, 30. September 2016 10:31 CEST, Rowland Penny via samba > <samba at lists.samba.org> schrieb: > > On Fri, 30 Sep 2016 10:20:27 +0200 > > Heinz Hölzl via samba <samba at lists.samba.org> wrote: > >
2017 Oct 05
2
Magically disappearing errors during FSMO transfer
Recently tried transferring roles from Samba 4.3.11 to Samba 4.7.0. Ultimately, both dcs agreed that the 4.7.0 dc (dc3) had all the roles and replication and the databases were in good shape. However, during the process, I got a lot of errors that seemed to magically disappear. Should I be worried? root at dc3:~# samba-tool fsmo show SchemaMasterRole owner: CN=NTDS
2020 Aug 11
2
Switching roles between 2 DCs
Being a newbie to Samba 4 and OpenLDAP I am setting up a DC going exactly by the rules, testing and taking my time. I got to the point where I would switch, just testing, roles from DC1 to DC2 and vice versa. Switching all roles from DC1 to DC2 was a piece of cake, reswitching "domaindns" and "forestdns" to DC1 wasn't, though: samba-tool fsmo transfer --role=domaindns -k
2017 Oct 05
0
Magically disappearing errors during FSMO transfer
On Thu, 5 Oct 2017 14:14:56 -0500 (CDT) Mike Ray via samba <samba at lists.samba.org> wrote: > Recently tried transferring roles from Samba 4.3.11 to Samba 4.7.0. > Ultimately, both dcs agreed that the 4.7.0 dc (dc3) had all the roles > and replication and the databases were in good shape. However, during > the process, I got a lot of errors that seemed to magically >
2023 Jan 12
1
problems with sysvol after fsmo transfer
On 12/01/2023 10:53, Thorsten Marquardt via samba wrote: > Thank you so far. But unfortunately I could not fix the problems. So I > decided to start over again at a situation where all the fsmo roles > resides on the old controller. > > Here is a transcript of what I did and the errors reported: > > The inititial position > > srv-kb-dc1:~ # samba-tool fsmo show >
2019 May 22
0
dsdb_access Access check failed on CN=Configuration
Try again with : samba-tool ldapcmp dc5.$(hostname -d) dc3.$(hostname -d) DNSFOREST As in dc5.your.dns.domain.tld ... Whats the result.? If it fails, please tell os your: OS? Content of /etc/hosts /etc/resolv.conf /etc/nsswitch.conf /etc/samba/smb.conf > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens Mike > Ray via samba >