Daniel Berteaud

Results 80 comments of Daniel Berteaud

Looks like the build is now successful. Only the test coverage slightly decreased. Is this enough for the PR to be merged ?

On CentOS 8, you need to remove the libs liblber-2.4.so.2 libldap-2.4.so.2 libsasl2.so.3 from seafile-server/seafile/lib/ dir for LDAPS to work

Same problem on a 3 nodes test cluster, running on AlmaLinux 8. Downgraded to 1.12.3 to have the agent able to start

Here's mine ``` data_dir = "/opt/consul/data" bind_addr = "0.0.0.0" client_addr = "0.0.0.0" advertise_addr = "10.99.5.18" ports { dns = 8600 http = 8500 https = 8501 grpc = 8502 serf_lan...

Arf, too bad. Certidude seems too tied to Debian based system, and to nginx too. I probably won't have the needed python-foo to make it working. I just don't quite...

I deploy everything in separated VM or container already. But my ansible roles are all EL7+Apache based. Switching a single component to something else is just too much work to...

What about relying on a dedicated module like http://search.cpan.org/~drolsky/Data-Validate-Domain/ to do those checks ?

While I'm looking at this, we might even replace the manual URI search with http://search.cpan.org/~mschwern/URI-Find/lib/URI/Find.pm

What about https://github.com/smtpd/qpsmtpd/compare/master...dani:valid_domain?expand=1 It's a very unintrusive solution, just requires Data::Validate::Domain (which itself requires Net::Domain::TLD. All it does is check the extracted strings are valid domain names (including check the...

Do you mean this solution would be OK if I add unit test ? I'm not very familiar with them, I could probably hack it but here are no test...