Sébastien Santoro

Results 29 comments of Sébastien Santoro

Could be your browser cache. Did you try a CTRL + SHIFT + R, or to use developer tools to disable cache (on chrome, F12 > Network tab > you'll...

Yes, this works well, and indeed, the e4c.h documentation is well written and clear. I would also suggest to include a sample with the signal handling (with the warning we...

You've two main scenarii: - use another DNS provider for polisoftware.com.br domain - use another domain to redirect any NS to acmedns, e.g. polisoftware-acme.com In the second scenario, you can...

A best practice could be to listen publicly to the port 53, but only bind the HTTP endpoint to a private IP accessible by all your servers. To have a...

Ǹew output with your fixes works and shows RAM information correctly. ``` lang=console $ hub fetch vtorhonen $ git checkout vtorhonen-freebsd-libsysinfo $ git rebase vtorhonen-memory-handling $ gmake clean all $...

I've a new one for FreeBSD, a segmentation fault for `#R` memory information: ``` (lldb) thread list Process 37158 stopped * thread #1: tid = 101506, 0x00000008004107dd libc.so.7`memcpy + 205,...

Could make sense to test from a non administrator account not belonging to the wheel group.

New integration tests pass (tested with Vault 1.9 and 1.10). But we perhaps need to skip them on older versions? ``` ============================================= test session starts ============================================== platform freebsd13 -- Python...

> wget is not installed as standard on macs where cURL is On most Linux distro, that's the other way around On FreeBSD, neither is installed, there is a [fetch](https://www.freebsd.org/cgi/man.cgi?fetch(1))...

> Ok so maybe https://github.com/meabed/memcached-php-backup-restore might help? Won't help if the restart is not controlled (eg. Power cut off) You handle geolocation data, sensible from a privacy point of view....