Displaying 3 results from an estimated 3 matches for "91ec".
Did you mean:
61ec
2016 Oct 30
2
How to move DC to other Server
In that case, just move all the Samba files once the first server is
offline.
All the join/demote games suggested here are more likely to cause you
trouble than help, due to a bug in our RID Set management:
https://bugzilla.samba.org/show_bug.cgi?id=12394
None of Samba's databases are arch-specific, so if the hostname and IP
are the same, just restore the databases and config files and it
2018 Mar 12
3
Cross-compiling for ARM Cortex-M3 on x86
...91d8 <*srand*>:
1564 91d8: e3a02000 mov r2, #0
1565 91dc: e59f300c ldr r3, [pc, #12] ; 91f0 <srand+0x18>
1566 91e0: e5933000 ldr r3, [r3]
1567 91e4: e58300a8 str r0, [r3, #168] ; 0xa8
1568 91e8: e58320ac str r2, [r3, #172] ; 0xac
1569 91ec: e12fff1e bx lr
As you can see, the call to *srand* is just a *bl (Branch with Link)*, not
a *blx (Branch with Link and Exchange instruction set)*, so I think
something is going wrong here. Indeed, when using a binary analysis tool to
simulate this code, it cannot executes correctly *srand*...
2016 Oct 31
0
How to move DC to other Server
meanwhile i move the dc from amd to rasp - i have now an orphanded drs
entry..
how can i remove this?
DC=ForestDnsZones,DC=local,DC=laurenz,DC=ws
NTDS DN: CN=NTDS
Settings\0ADEL:96ed4fb0-045f-4c4c-91ec-aebdd6a903c1,CN=SAMBA01\0ADEL:1c13e668-fe18-4093-b969-aef51a24a97f,CN=Servers,CN=Zuhause,CN=Sites,CN=Configuration,DC=local,DC=domain,DC=toplevel
Regards,
Dirk
Am 30.10.2016 um 19:34 schrieb Andrew Bartlett:
> In that case, just move all the Samba files once the first server is
> offlin...