search for: thewindowsclub

Displaying 7 results from an estimated 7 matches for "thewindowsclub".

2016 Sep 30
2
win 10 client on linux pdc, join domain ok, logon script fails to run
Thanks for your response. OK I get the AD DC part about sysvol and the fact I'm running a pdc. Can I confirm what you mean as domain? so if i get: #hostname dev2.test should my smb.conf have workgroup = test it does not match at present. regards -- View this message in context:
2016 Oct 04
1
win 10 client on linux pdc, join domain ok, logon script fails to run
...their login scripts run! I also followed the windows 10 group policy for hardened unc: https://blogs.technet.microsoft.com/askpfeplat/2015/02/22/guidance-on-deployment-of-ms15-011-and-ms15-014/ and the windows 8 delayed boot group policy (with it set to disabled, default was unset): http://www.thewindowsclub.com/configure-logon-script-delay-windows Hope this helps someone Regards -- View this message in context: http://samba.2283325.n4.nabble.com/win-10-client-on-linux-pdc-join-domain-ok-logon-script-fails-to-run-tp4708871p4709096.html Sent from the Samba - General mailing list archive at Nabble....
2017 Oct 03
2
Clang/LLVM JIT - When to use "registerEHFrames()"
...handlers on x86. > > I think for most of us x86 has little prio anyway, so let's focus on x86_64. > In theory both, JITed and static catch handlers, may be possible here. > > I disabled DEP globally on my machine and set MEM_EXECUTE_OPTION_ENABLE > explicitly: > http://www.thewindowsclub.com/disable-data-execution-prevention > https://github.com/Sh1ft0x0EF/metahook/blob/master/sys_launcher.cpp#L65 > It didn't fix anything. > Second conclusion: DEP may be one reason, but there must be something else. > > My next guess was an incompatibility between Clang (we used...
2019 Jan 08
2
--link-dest. Time to 'building file list' incrementing
Any ideas anyone? I still need at least a weekly backup of all data. The current workaround is just for the most active directories. Are there any diagnostics I can do which might shed some light on this? Thanks JohnOn 4 Jan 2019 09:53, John Simpson via rsync <rsync at lists.samba.org> wrote: > > Kevin > > The link-dest parameter is a single directory (the previous day's
2017 Oct 04
3
Clang/LLVM JIT - When to use "registerEHFrames()"
...little prio anyway, so let's focus on >> > x86_64. >> > In theory both, JITed and static catch handlers, may be possible here. >> > >> > I disabled DEP globally on my machine and set MEM_EXECUTE_OPTION_ENABLE >> > explicitly: >> > http://www.thewindowsclub.com/disable-data-execution-prevention >> > https://github.com/Sh1ft0x0EF/metahook/blob/master/sys_launcher.cpp#L65 >> > It didn't fix anything. >> > Second conclusion: DEP may be one reason, but there must be something >> > else. >> > >> > M...
2017 Sep 29
2
Clang/LLVM JIT - When to use "registerEHFrames()"
Hi Bjoern, I'm trying to make exceptions run. I have an Object file with a function, > throwing a 1 and a second function which should catch the 1. Normal JITTING > under Windows showed me, that I have an unresolved reference to the virtual > table of type_info. Some experiments later I was able to load "msvcrt.lib" > as an archive and could resolve the reference. Nice -
2017 Sep 28
0
Clang/LLVM JIT - When to use "registerEHFrames()"
> I tried loading the "msvcrt.lib" as a archive. That was... a bad idea! > I get a Exception while loading: > Assertion failed: ((int64_t)Result <= INT32_MAX) && "Relocation > overflow", file > \lib\executionengine\runtimedyld\Targets/RuntimeDyldCOFFX86_64.h, line 81 It's a limitation of the COFF/PE format and unrelated to exceptions. This patch