search for: mikelist

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

Did you mean: makelist
2005 Aug 25
2
IPTables not working?
...INPUT all -- anywhere anywhere DROP all -- ip176-0.netcathost.com/24 anywhere With this rule in place and iptables running, I am now getting the blocked IP's showing up in my apache logs again. this used to work... has something changed? -- Best regards, Mickael mailto:mikelists at silverservers.com
2006 Jan 05
2
*tangent* High Availability using 2 sites -- yep, "propogation."
...eventually goes to the next one until it finally finds the actual live IP. Once it gets the live one, the site works as expected (of course). I'm glad I stumbled onto this thread... for my client's current need, this will do the trick nicely. -- Best regards, Mickael mailto:mikelists at silverservers.com Thursday, January 5, 2006, 12:05:19 PM, you wrote: > On Thu, 2006-01-05 at 13:33, Mickael Maddison wrote: >> Forgive me for this sidestep, but you are saying that Windows/IE >> actually ignores bad IP addresses if a site lists multiple IP's in a >>...
2004 Apr 09
0
SUMMARY: samba basic setup
Ok, I think I found the solution, running smbpasswd <username> and the <username> needs to exists in /etc/passwd and /etc/shadow, enter the password and use that password to access the files via Windows. - Mike ---------- original message ---------- Samba 2.2.8a, Solaris 9 4/04 core installation, 192.168.1/24 network. I managed to setup Samba in the very basic way and can access
2011 Jul 17
0
[LLVMdev] Trying to optimize out store/load pair
Hello all, My app is using LLVM JIT as a runtime engine for image analysis (similar to opencl). I'm placing values into a struct to pass byref to a series of functions. After running the createStandardModulePasses(...) set of optimizations, the function calls are all inlined but the struct store/load pairs haven't been optimized away. I've attached the code below. What I'd like to