Results 524 comments of TJ Saunders

@hpreusse does this look familiar to you at all?

Hmm. Did the ProFTPD package/version get upgraded as well? If so, I'm wondering if this is related to Issue #1770

Hmm. Interesting. This looks like an interaction with `DefaultRoot` via mod_vroot somehow. Do you happen to know what `ls -aldn /` shows, so that I can see the ownership and...

Could you provide the output from `proftpd -V`, and perhaps any [ProFTPD debug logging](http://www.proftpd.org/docs/howto/Debugging.html), so that I can attempt to reproduce the issue locally? Thanks!

Thanks! Hmm. The debug logging looks odd, for it looks like ProFTPD fails to successfully parse the provided configuration, and thus does not start up properly. You can send me...

I'm assuming that, based on your configuration, you'd like the `LDAPGroups` log message to be at a less severe level that `NOTICE`? I ask because, normally, a `WARNING` log level...

Please provide some specifics about your build environment used to encounter this issue, including: * Compiler (and compiler version) * ProFTPD `./configure` flags used * Platform (Ubuntu, BSD, etc) *...

Interesting. I don't usually use Gentoo; for this, I'm attempting to reproduce this using an Alpine Docker image, with this Dockerfile: ``` FROM alpine:3.22 RUN apk update && \ apk...

> Maybe try building proftpd with -DOPENSSL_NO_DEPRECATED_3_0 ? ([openssl/openssl@0016a03](https://github.com/openssl/openssl/commit/0016a034a7da28df038c9b4a5fd0417b0d9a52af)) Hmm. I tried this as well, using an Ubuntu 25:10 image (which installs OpenSSL 3.5.3), along with `clang`: ``` ./configure CC=clang...

> OK. I'll try on my side, maybe a strict compiler flag. Anyway, that's deprecated in 3.0 (https://docs.openssl.org/master/man7/ossl-guide-migration/#deprecated-low-level-encryption-functions). Understood. I'd like to reproduce that exact build failure locally, so that...