Displaying 4 results from an estimated 4 matches for "4bc8bd73784a".
2023 Jan 08
2
Issues demoting a samba DC.
...9;s log.samba (the one
which now has FSMO roles):
[2023/01/08 17:10:55.689675, 0] ../../source4/librpc/rpc/dcerpc_util.c:681(dcerpc_pipe_auth_recv)
Failed to bind to uuid e3514235-4b06-11d1-ab04-00c04fc2dcd2 for
ncacn_ip_tcp:192.168.19.6[49153,seal,krb5,target_hostname=4b38bf02-0354-44f7-b1b2-4bc8bd73784a._msdcs.tls.msk.ru,target_principal=GC/svdcp.tls.msk.ru/tls.msk.ru,abstract_syntax=e3514235-4b06-11d1-ab04-00c04fc2dcd2/0x00000004,localaddress=192.168.177.8]
NT_STATUS_NO_LOGON_SERVERS
What is e3514235-4b06-11d1-ab04-00c04fc2dcd2 where it tries to bind to?
4b38bf02-0354-44f7-b1b2-4bc8bd73784a is...
2023 Jan 08
1
Issues demoting a samba DC.
...ch now has FSMO roles):
>
> [2023/01/08 17:10:55.689675,? 0]
> ../../source4/librpc/rpc/dcerpc_util.c:681(dcerpc_pipe_auth_recv)
> ? Failed to bind to uuid e3514235-4b06-11d1-ab04-00c04fc2dcd2 for
> ncacn_ip_tcp:192.168.19.6[49153,seal,krb5,target_hostname=4b38bf02-0354-44f7-b1b2-4bc8bd73784a._msdcs.tls.msk.ru,target_principal=GC/svdcp.tls.msk.ru/tls.msk.ru,abstract_syntax=e3514235-4b06-11d1-ab04-00c04fc2dcd2/0x00000004,localaddress=192.168.177.8] NT_STATUS_NO_LOGON_SERVERS
>
> What is e3514235-4b06-11d1-ab04-00c04fc2dcd2 where it tries to bind to?
It actually tells you above, i...
2023 Jan 08
1
Issues demoting a samba DC.
On 08/01/2023 11:04, Michael Tokarev via samba wrote:
> Hello!
>
> I'm trying to remove a DC from our samba domain (samba 4.17.4).
> It was the primary controller (with FSMO roles), - I successfully
> transferred the roles to another DC.? Now it's time to demote:
>
> ai# samba-tool domain demote -U mjt-adm
> Using svdcp.tls.msk.ru as partner server for the
2023 Jan 08
1
Issues demoting a samba DC.
...the other DC for replication:
>
> [2023/01/08 18:50:43.390974,? 0] ../../source4/librpc/rpc/dcerpc_util.c:681(dcerpc_pipe_auth_recv)
> ? Failed to bind to uuid e3514235-4b06-11d1-ab04-00c04fc2dcd2 for
> ncacn_ip_tcp:192.168.19.6[49153,seal,krb5,target_hostname=4b38bf02-0354-44f7-b1b2-4bc8bd73784a._msdcs.tls.msk.ru,target_princi
>
> I'll try to strace it to find out what's going on.
strace itself didin't help , but it gave me a clue, because at the very place
where it logs this error, it opens the samba keytab file. And earlier I thought
maybe after doing some DC stuff,...