Displaying 3 results from an estimated 3 matches for "5e34".
Did you mean:
  534
  
2016 Jun 24
2
SRV-records not replicated with BIND9_DLZ
...record 0 100 3268 addc1.example.net.
- ------------
So replication check was not working:
- ------------
root at addc1:~# samba-tool drs showrepl
==== INBOUND NEIGHBORS ====
DC=ForestDnsZones,DC=example,DC=net
        Default-First-Site-Name\ADDC2 via RPC
                DSA object GUID: 9fba93aa-5e34-48fc-826b-dddc24072883
                Last attempt @ Fri Jun 24 12:42:40 2016 CEST failed,
result 2 (WERR_BADFILE)
                23 consecutive failure(s).
                Last success @ NTTIME(0)
- ------------
Trying to replicate dc1 with dc2
- ------------
root at addc1:~# samba-tool drs rep...
2016 Jun 24
0
SRV-records not replicated with BIND9_DLZ
...------
>
> So replication check was not working:
> - ------------
> root at addc1:~# samba-tool drs showrepl
> ==== INBOUND NEIGHBORS ====
>
> DC=ForestDnsZones,DC=example,DC=net
>          Default-First-Site-Name\ADDC2 via RPC
>                  DSA object GUID: 9fba93aa-5e34-48fc-826b-dddc24072883
>                  Last attempt @ Fri Jun 24 12:42:40 2016 CEST failed,
> result 2 (WERR_BADFILE)
>                  23 consecutive failure(s).
>                  Last success @ NTTIME(0)
> - ------------
>
> Trying to replicate dc1 with dc2
> - ------...
2017 Sep 29
2
HiPE calling convention
...wever when trying to enable this calling convention I see quite the opposite.
e.g.
0000000000005e30 <hipe_test::test1>:
    5e30:       49 01 ef                add    %rbp,%r15
<========== RBP and R15 contain arguments and RBP is clobbered
    5e33:       c3                      retq
    5e34:       66 2e 0f 1f 84 00 00    nopw   %cs:0x0(%rax,%rax,1)
    5e3b:       00 00 00
    5e3e:       66 90                   xchg   %ax,%ax
0000000000005e40 <hipe_test::test2>:
    5e40:       e9 eb ff ff ff          jmpq   5e30 <hipe_test::test1>
    5e45:       66 2e 0f 1f 84 00 00...