Displaying 2 results from an estimated 2 matches for "coderanger".
2015 Mar 25
2
[LLVMdev] [PATCH] Test failures
Hi all,
I experienced some test failures under Linux, probably caused by r232936:
In the test SanitizerCommon-Unit ::
Sanitizer-i386-Test/MemoryMappingLayout.CodeRange the temporary test
file was opened write-only, but was read from, what subsequently
failed:
Note: Google Test filter = MemoryMappingLayout.CodeRange
[==========] Running 1 test from 1 test case.
[----------] Global test
2007 Sep 21
1
Multiple SSL certs
I am trying to find a way to have the SSL cert used by Dovecot be
dependent on the local IP address. So far the only ways I have found is to
either have two different instances running (annoying because I would need
to argue with the init scripts a lot) or use the old, undocumented
server{} sections. Is the latter an acceptable way to do this, or is there
something better?
--Noah Kantrowitz