Clément "KPTN" OUDOT

Results 461 comments of Clément "KPTN" OUDOT

I don't reproduce the issue. Could you try with: ``` docker build --rm --no-cache -t self-service-password -f ./docker/Dockerfile ../ ```

> #0 11.42 Plugins have been disabled automatically as you are running as root, this may be the cause of the script failure. Seems the cause of your problem

Hello @cmaudoux you should configure your PHP settings to not display errors on page but on the error log file: https://www.php.net/manual/fr/errorfunc.configuration.php#ini.display-errors

When debug is on, all messages are dumped into error_log. What is your need?

Solution to test: use the standard way to override a systemd service : https://askubuntu.com/questions/659267/how-do-i-override-or-configure-systemd-services

> If everyone is ok with that, I am going to remove init.d in https://github.com/lsc-project/lsc/pull/260 Ok for me

This issue was about improving performances on source (requesting all entries at once) but we could also try the same thing with the destination: use the getAll request to load...

I created a script on LSC server to rebuild javadoc each night. All versions are available here: https://lsc-project.org/javadoc/ The `latest` link is a symlink to 2.1, it will then be...

Done: https://lsc-project.org/debian/pool/main/l/lsc/

I confirm that I can reproduce the bug