Displaying 14 results from an estimated 14 matches for "join_replicate_new_dns_records".
2019 Jul 18
3
Can't find machine account
On 07/18/2019 10:41 AM, Rowland penny via samba wrote:
>
> Anything from here on is nothing to do with your problem, it? is just
> artefacts of the clean up.
>
> It seems to be failing whilst trying to add the 'A' record for your
> new DC.
>
> Lets backtrack a little, I asked if the Windows DC was running a dns
> server and you answered 'yes'. Lets
2019 Jul 18
1
Can't find machine account
On 2019-07-19 04:53, Rowland penny via samba wrote:
> On 18/07/2019 17:38, Robert A Wooldridge via samba wrote:
>> On 07/18/2019 11:32 AM, Rowland penny via samba wrote:
>>
>> Is anyone working on getting that patch into the Debian python
>> package?
>
> Well, it's Tim's patch, so perhaps he is, but I would think it will
> need to be more involved
2019 Jul 18
2
Can't find machine account
...ommenting out three lines, so it might be
> easier to open 'join.py
> (/usr/lib/python2.7/dist-packages/samba/join.py on my DC), find these
> lines:
>
> ??????????? if ctx.dns_backend != "NONE":
> ??????????????? ctx.join_add_dns_records()
> ??????????????? ctx.join_replicate_new_dns_records()
This seems to have worked.? I got a successful join. But samba is not
running.? When I do systemctl status samba I get:
Unit samba.service could not be found.
When I do systemctl status smbd I get:
? smbd.service - Samba SMB Daemon
?? Loaded: loaded (/lib/systemd/system/smbd.service; enabled;...
2019 Jul 21
1
Join Samba to a Windows AD 'WERR_DS_NO_CROSSREF_FOR_NC'
...was to stop the join creating the DC records.
Find 'join.py (/usr/lib/python2.7/dist-packages/samba/join.py on my DC)
and open it in your favourite editor, find these lines:
??????????? if ctx.dns_backend != "NONE":
??????????????? ctx.join_add_dns_records()
??????????????? ctx.join_replicate_new_dns_records()
Line 1405 in my version, under '??? def do_join(ctx):'
just comment out those three lines, save & close, then try the join again.
Rowland
2019 Jul 18
0
Can't find machine account
...etty simple,
it just involves commenting out three lines, so it might be easier to
open 'join.py (/usr/lib/python2.7/dist-packages/samba/join.py on my DC),
find these lines:
??????????? if ctx.dns_backend != "NONE":
??????????????? ctx.join_add_dns_records()
??????????????? ctx.join_replicate_new_dns_records()
Line 1405 in my version, under '??? def do_join(ctx):'
just comment out those three lines, save & close, then try the join again.
Rowland
2019 Jul 18
0
Can't find machine account
...o it might be
>> easier to open 'join.py
>> (/usr/lib/python2.7/dist-packages/samba/join.py on my DC), find these
>> lines:
>>
>> ??????????? if ctx.dns_backend != "NONE":
>> ??????????????? ctx.join_add_dns_records()
>> ??????????????? ctx.join_replicate_new_dns_records()
> This seems to have worked.? I got a successful join. But samba is not
> running.? When I do systemctl status samba I get:
> Unit samba.service could not be found.
>
> When I do systemctl status smbd I get:
>
> ? smbd.service - Samba SMB Daemon
> ?? Loaded: loaded (/lib/...
2019 Jul 24
0
Error after upgrade NT_STATUS_INTERNAL_DB_CORRUPTION
...cords.
You need to comment out three lines in join.py:
open 'join.py in your favourite editor
(/usr/lib/python2.7/dist-packages/samba/join.py on my DC),
find these lines:
???????????? if ctx.dns_backend != "NONE":
???????????????? ctx.join_add_dns_records()
???????????????? ctx.join_replicate_new_dns_records()
Line 1405 in my version, under '??? def do_join(ctx):'
just comment out those three lines, save & close, then try the join again.
Rowland
2019 Jul 18
1
Can't find machine account
...ommenting out three lines, so it might be
> easier to open 'join.py
> (/usr/lib/python2.7/dist-packages/samba/join.py on my DC), find these
> lines:
>
> ??????????? if ctx.dns_backend != "NONE":
> ??????????????? ctx.join_add_dns_records()
> ??????????????? ctx.join_replicate_new_dns_records()
>
> Line 1405 in my version, under '??? def do_join(ctx):'
>
> just comment out those three lines, save & close, then try the join
> again.
>
> Rowland
>
>
>
--
Bob Wooldridge
EDM Incorporated
2019 Jul 24
2
Error after upgrade NT_STATUS_INTERNAL_DB_CORRUPTION
HI
As the reported problem occurred, it follows logs of the join attempt in
DC with version 4.8.3.
======
samba-tool domain join INTERNO.XXXXXX.COM.BR DC
-UAdministrator at INTERNO.XXXXXX.COM.BR --dns-backend=BIND9_DLZ --option
='idmap_ldb:use rfc2307 = yes'
Finding a writeable DC for domain 'INTERNO.XXXXXX.COM.BR'
Found DC dc-samba-a2.interno.XXXXXX.com.br
Password for
2019 Jul 24
3
Error after upgrade NT_STATUS_INTERNAL_DB_CORRUPTION
...ee lines in join.py:
>
> open 'join.py in your favourite editor
> (/usr/lib/python2.7/dist-packages/samba/join.py on my DC),
> find these lines:
>
> ???????????? if ctx.dns_backend != "NONE":
> ???????????????? ctx.join_add_dns_records()
> ???????????????? ctx.join_replicate_new_dns_records()
>
> Line 1405 in my version, under '??? def do_join(ctx):'
>
> just comment out those three lines, save & close, then try the join
> again.
>
> Rowland
>
>
>
2019 Jul 21
0
Join Samba to a Windows AD 'WERR_DS_NO_CROSSREF_FOR_NC'
...e was to stop the join creating the DC records.
Find 'join.py (/usr/lib/python2.7/dist-packages/samba/join.py on my DC) and open it in your favourite editor, find these lines:
??????????? if ctx.dns_backend != "NONE":
??????????????? ctx.join_add_dns_records()
??????????????? ctx.join_replicate_new_dns_records()
Line 1405 in my version, under '??? def do_join(ctx):'
just comment out those three lines, save & close, then try the join again.
Rowland
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
2019 Jul 26
5
Serverinfo Error
Hai,
Ok, below looks ok, as Rowland also said.
But i have one more thing.
> > ?????? Checking file: /etc/krb5.conf
> >
> > [libdefaults]
> > ??? dns_lookup_realm = false
> > ??? dns_lookup_kdc = true
> > ??? default_realm = EDM-INC.COM
> > ??? default_tgs_enctypes = arcfour-hmac-md5 des-cbc-crc des-cbc-md5
> > ??? default_tkt_enctypes =
2019 Jul 30
3
Serverinfo Error
...replaced?
> > Which files? And which lines exactly?
> join.py (/usr/lib/python2.7/dist-packages/samba/join.py on my
> DC), find
> these lines:
>
> ??????????? if ctx.dns_backend != "NONE":
> ??????????????? ctx.join_add_dns_records()
> ??????????????? ctx.join_replicate_new_dns_records()
>
> --
> Bob Wooldridge
> EDM Incorporated
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: https://lists.samba.org/mailman/options/samba
>
>
2019 Jul 19
12
Join Samba to a Windows AD 'WERR_DS_NO_CROSSREF_FOR_NC'
Hello everybody,
?
I have a new AD which is installed on a Windows Server 2019. Now I want to add a Samba DC to this AD.
The Samba DC is in the same subnet.
Samba Server:
Ubuntu 18.04
Samba 4.10.6
?
The Windows AD has the following settings:
PS C: \ Users \ Administrator> Get-ADForest
ApplicationPartitions: {DC = DomainDnsZones, DC = mydom, DC = local, DC = ForestDnsZones, DC = mydom,