search for: getglobalstate

Displaying 4 results from an estimated 4 matches for "getglobalstate".

Did you mean: getglobalstable
2018 Jun 20
0
Getting DFSR working after Samba was demoted (using dfsrmig)
...e LDAP database (as described in https://support.microsoft.com/en-us/help/312862/recovering-missing-frs-objects-and-frs-attributes-in-active-directory). I checked and it does replicate to another WS DC. What isn't working is using dfsrmig to get the WS to use DFSR. Whenever I try that dfsrmig /GetGlobalState tells me that the status is "Eliminated" even though I haven't even started it and dfsrmig /GetMigrationState tells me that the WS has the status "Starting". I also tried raising the domain level only after Samba was already demoted. But as soon as I did that, again dfsrmig...
2019 Jan 23
2
[llvm-pdbutil] : merge not working properly
(Yes you are right this is my fault) Considering the string table, it only seems to contains file relative informations in every pdb I am using, and it looks correct but I will check it. I looked at the pdb.cpp code about checksums and tables, I copied some stuff and got things wrong according to cvdump, then I simplified the process of copying the table and it worked (in cvdump it finds the file
2019 Jan 28
3
[llvm-pdbutil] : merge not working properly
Hello Zachary, Sorry for replying so lately but It's been a week I'm thinking an working hard on your "dll memory buffer" idea to see if it works and give you feedbacks ! And it works pretty well until now : I shared on the list what I did : - create a .ASM file full of "int 3" instructions (to ensure that if we execute over the boundaries we instantly break. -
2019 Jan 17
4
[llvm-pdbutil] : merge not working properly
That’s a good question, by default when emitting the object file I choose COFF but it embeds dwarf and not codeview in the end.. there probably is a way to do it or at least it must be implemented if not yet.. Lets imagine I manage to do that.. when you say there is nothing to do, I still must have a PDBFileBuilder to copy the codeview data inside the EXE PDB right ? I cannot insert them easily in