Hi, 

On Mon, Apr 24, 2023 at 1:34 PM Aki Tuomi <aki.tuomi@open-xchange.com> wrote:
You can get rid of the debug message with

import_environment = $import_environment PR_SET_DUMPABLE=2

or setting

sysctl fs.suid_dumpable=2

Thanks so much - that appears to have fixed it. What does that do, and any idea why it wasn't necessary on my other fedora37 system with the same configuration? It appears to be related to allowing core dumps, but I don't understand how that is relevant here.

Thanks,
Alex