I recently installed Debian 9.4 on my ProxMox server, then installed the latest of yunohost using the official script.
Then, I configured the server and users, and then added the application:
- Rainloop
- OpenSondage
- NextCloud
Everything is working fine, except Nextcloud.
When I try to open Nextcloud from an internet browser, after few seconds, I receive the following message:
_504 Gateway Time-out_
_ The server didn't respond in time._
With the nextcloud client, I receive error messages â502 Bad Gatewayâ.
I really do not know why Nextcloud is not working properly, and what I should investigate.
My diagnostic page:
{
"host": "Debian 9.4",
"kernel": "4.9.0-6-amd64",
"packages": {
"yunohost": {
"repo": "stable",
"version": "3.0.0.1"
},
"yunohost-admin": {
"repo": "stable",
"version": "3.0.0"
},
"moulinette": {
"repo": "stable",
"version": "3.0.0"
},
"ssowat": {
"repo": "stable",
"version": "3.0.0"
}
},
"backports": [],
"system": {
"disks": {
"sda1": "Mounted on /boot, 235.3MiB (199.0MiB free)",
"dm-4": "Mounted on /, 17.4GiB (14.9GiB free)",
"dm-2": "Mounted on /home/yunohost.app, 49.2GiB (22.0GiB free)",
"dm-3": "Mounted on /var/mail, 3.9GiB (2.9GiB free)",
"dm-0": "Mounted on /home, 3.9GiB (3.9GiB free)",
"dm-1": "Mounted on /home/yunohost.backup, 3.9GiB (3.9GiB free)"
},
"memory": {
"ram": "4.8GiB (4.2GiB free)",
"swap": "2.0GiB (2.0GiB free)"
}
},
"nginx": [
"nginx: the configuration file /etc/nginx/nginx.conf syntax is ok",
"nginx: configuration file /etc/nginx/nginx.conf test is successful"
],
"services": {
"glances": "running (enabled)",
"nslcd": "running (enabled)",
"metronome": "running (enabled)",
"postfix": "exited (enabled)",
"rspamd": "running (enabled)",
"yunohost-firewall": "exited (enabled)",
"nginx": "running (enabled)",
"php7.0-fpm": "running (enabled)",
"dnsmasq": "running (enabled)",
"fail2ban": "running (enabled)",
"yunohost-api": "running (enabled)",
"mysql": "running (enabled)",
"avahi-daemon": "running (enabled)",
"dovecot": "running (enabled)",
"redis-server": "running (enabled)",
"slapd": "running (enabled)",
"ssh": "running (enabled)"
},
"applications": {
"opensondage": "OpenSondage",
"rainloop": "Rainloop",
"nextcloud": "Nextcloud"
},
"private": {
"public_ip": {
"IPv4": "82.x.y.z",
"IPv6": null
},
"domains": [
"dom1.tld",
"dom2.tld"
],
"regen_conf": {
"dnsmasq": {
"applied": {
"/etc/resolv.dnsmasq.conf": {
"status": "updated",
"diff": "@@ -1,13 +1,13 @@\n+nameserver 213.73.91.35\n+nameserver 80.67.169.12\n+nameserver 84.200.70.40\n+nameserver 89.233.43.71\n+nameserver 84.200.69.80\n+nameserver 141.255.128.101\n nameserver 89.234.141.66\n-nameserver 84.200.69.80\n-nameserver 89.233.43.71\n+nameserver 141.255.128.100\n nameserver 91.239.100.100\n+nameserver 85.214.20.141\n+nameserver 80.67.188.188\n nameserver 89.234.186.18\n-nameserver 84.200.70.40\n nameserver 80.67.169.40\n-nameserver 80.67.169.12\n-nameserver 80.67.188.188\n-nameserver 213.73.91.35\n-nameserver 141.255.128.101\n-nameserver 85.214.20.141\n-nameserver 141.255.128.100"
}
},
"pending": {}
}
}
},
"security": {
"CVE-2017-5754": {
"name": "meltdown",
"vulnerable": false
}
}
}
The file /home/yunohost.app/nextcloud/data/nextcloud.log contains many errors like this:
{"reqId":"gXjmyjmoNsQIg0AnfBND","level":2,"time":"2018-06-27T15:54:20+00:00","remoteAddr":"192.168.112.1","user":"--","app":"user_ldap","method":"GET","url":"\/nextcloud\/index.php\/204","message":"Bind failed: 49: Invalid credentials","userAgent":"Mozilla\/5.0 (Android) Nextcloud-android\/3.0.0","version":"13.0.2.1"}
{"reqId":"1UV7EHh82Q4UoF7EPjJL","level":2,"time":"2018-06-27T15:54:20+00:00","remoteAddr":"192.168.112.1","user":"--","app":"user_ldap","method":"GET","url":"\/nextcloud\/index.php\/204","message":"Bind failed: 49: Invalid credentials","userAgent":"Mozilla\/5.0 (Android) Nextcloud-android\/3.0.0","version":"13.0.2.1"}
{"reqId":"gXjmyjmoNsQIg0AnfBND","level":2,"time":"2018-06-27T15:54:21+00:00","remoteAddr":"192.168.112.1","user":"--","app":"user_ldap","method":"GET","url":"\/nextcloud\/index.php\/204","message":"Bind failed: 49: Invalid credentials","userAgent":"Mozilla\/5.0 (Android) Nextcloud-android\/3.0.0","version":"13.0.2.1"}
{"reqId":"1UV7EHh82Q4UoF7EPjJL","level":2,"time":"2018-06-27T15:54:21+00:00","remoteAddr":"192.168.112.1","user":"--","app":"user_ldap","method":"GET","url":"\/nextcloud\/index.php\/204","message":"Bind failed: 49: Invalid credentials","userAgent":"Mozilla\/5.0 (Android) Nextcloud-android\/3.0.0","version":"13.0.2.1"}
{"reqId":"gXjmyjmoNsQIg0AnfBND","level":2,"time":"2018-06-27T15:54:21+00:00","remoteAddr":"192.168.112.1","user":"--","app":"core","method":"GET","url":"\/nextcloud\/index.php\/204","message":"Login failed: 'machine' (Remote IP: '192.168.112.1')","userAgent":"Mozilla\/5.0 (Android) Nextcloud-android\/3.0.0","version":"13.0.2.1"}
{"reqId":"1UV7EHh82Q4UoF7EPjJL","level":2,"time":"2018-06-27T15:54:21+00:00","remoteAddr":"192.168.112.1","user":"--","app":"core","method":"GET","url":"\/nextcloud\/index.php\/204","message":"Login failed: 'machine' (Remote IP: '192.168.112.1')","userAgent":"Mozilla\/5.0 (Android) Nextcloud-android\/3.0.0","version":"13.0.2.1"}
Here is one of them with identation for better readability:
{
"reqId": "1UV7EHh82Q4UoF7EPjJL",
"level": 2,
"time": "2018-06-27T15:54:21+00:00",
"remoteAddr": "192.168.112.1",
"user": "--",
"app": "core",
"method": "GET",
"url": "\/nextcloud\/index.php\/204",
"message": "Login failed: 'machine' (Remote IP: '192.168.112.1')",
"userAgent": "Mozilla\/5.0 (Android) Nextcloud-android\/3.0.0",
"version": "13.0.2.1"
}
File /var/log/yunohost/yunohost-api.log:
2018-06-26 23:01:17,624 INFO geventwebsocket.handler log_request - 127.0.0.1 - - [2018-06-26 23:01:17] "GET /apps/nextcloud?raw&locale=fr HTTP/1.1" 200 3306 0.032968
2018-06-26 23:01:17,649 WARNING moulinette.authenticator.ldap is_authenticated - Error during ldap authentication process: 'NoneType' object has no attribute 'whoami_s'
2018-06-26 23:01:17,650 WARNING moulinette.authenticator.ldap is_authenticated - Error during ldap authentication process: 'NoneType' object has no attribute 'whoami_s'
2018-06-26 23:01:17,684 INFO moulinette.actionsmap process - processing action [885.24]: yunohost.user.list
2018-06-26 23:01:17,685 INFO geventwebsocket.handler log_request - 127.0.0.1 - - [2018-06-26 23:01:17] "GET /users?locale=fr HTTP/1.1" 200 3391 0.036026
2018-06-26 23:01:21,123 WARNING moulinette.authenticator.ldap is_authenticated - Error during ldap authentication process: 'NoneType' object has no attribute 'whoami_s'
2018-06-26 23:01:21,123 WARNING moulinette.authenticator.ldap is_authenticated - Error during ldap authentication process: 'NoneType' object has no attribute 'whoami_s'
2018-06-26 23:01:21,139 INFO moulinette.actionsmap process - processing action [885.25]: yunohost.app.info
2018-06-26 23:01:21,145 INFO geventwebsocket.handler log_request - 127.0.0.1 - - [2018-06-26 23:01:21] "GET /apps/nextcloud?raw&locale=fr HTTP/1.1" 200 3306 0.021652
2018-06-26 23:15:29,392 INFO geventwebsocket.handler log_request - 127.0.0.1 - - [2018-06-26 23:15:29] "GET /logout?locale=fr HTTP/1.1" 200 201 0.000688
2018-06-26 23:15:29,575 INFO geventwebsocket.handler log_request - 127.0.0.1 - - [2018-06-26 23:15:29] "GET /installed HTTP/1.1" 200 159 0.000266
2018-06-27 10:09:50,060 INFO geventwebsocket.handler log_request - 127.0.0.1 - - [2018-06-27 10:09:50] "GET /version?locale=fr HTTP/1.1" 200 357 0.198376
2018-06-27 10:09:50,062 WARNING moulinette.authenticator.ldap is_authenticated - Error during ldap authentication process: 'NoneType' object has no attribute 'whoami_s'
2018-06-27 10:09:50,063 INFO geventwebsocket.handler log_request - 127.0.0.1 - - [2018-06-27 10:09:50] "GET /users?locale=fr HTTP/1.1" 401 150 0.001269
2018-06-27 10:09:50,155 INFO geventwebsocket.handler log_request - 127.0.0.1 - - [2018-06-27 10:09:50] "GET /installed HTTP/1.1" 200 159 0.000266
2018-06-27 10:09:52,119 WARNING moulinette.authenticator.ldap is_authenticated - Error during ldap authentication process: 'NoneType' object has no attribute 'whoami_s'
2018-06-27 10:09:52,242 INFO geventwebsocket.handler log_request - 127.0.0.1 - - [2018-06-27 10:09:52] "POST /login HTTP/1.1" 200 410 0.122248
2018-06-27 10:09:52,498 INFO geventwebsocket.handler log_request - 127.0.0.1 - - [2018-06-27 10:09:52] "GET /version?locale=fr HTTP/1.1" 200 357 0.177177
2018-06-27 10:09:52,500 WARNING moulinette.authenticator.ldap is_authenticated - Error during ldap authentication process: 'NoneType' object has no attribute 'whoami_s'
2018-06-27 10:09:52,500 WARNING moulinette.authenticator.ldap is_authenticated - Error during ldap authentication process: 'NoneType' object has no attribute 'whoami_s'
2018-06-27 10:09:52,518 INFO moulinette.actionsmap process - processing action [885.26]: yunohost.user.list
2018-06-27 10:09:52,520 INFO geventwebsocket.handler log_request - 127.0.0.1 - - [2018-06-27 10:09:52] "GET /users?locale=fr HTTP/1.1" 200 3391 0.020247
2018-06-27 10:09:52,609 WARNING moulinette.authenticator.ldap is_authenticated - Error during ldap authentication process: 'NoneType' object has no attribute 'whoami_s'
2018-06-27 10:09:52,610 WARNING moulinette.authenticator.ldap is_authenticated - Error during ldap authentication process: 'NoneType' object has no attribute 'whoami_s'
2018-06-27 10:09:52,626 INFO moulinette.actionsmap process - processing action [885.27]: yunohost.tools.diagnosis
2018-06-27 10:09:53,604 INFO moulinette.core translate - untranslated key 'service_description_php7.0-fpm' for locale 'fr'
2018-06-27 10:09:54,893 INFO geventwebsocket.handler log_request - 127.0.0.1 - - [2018-06-27 10:09:54] "GET /diagnosis?locale=fr HTTP/1.1" 200 1768 2.284270
2018-06-27 10:09:56,087 WARNING moulinette.authenticator.ldap is_authenticated - Error during ldap authentication process: 'NoneType' object has no attribute 'whoami_s'
2018-06-27 10:09:56,087 WARNING moulinette.authenticator.ldap is_authenticated - Error during ldap authentication process: 'NoneType' object has no attribute 'whoami_s'
2018-06-27 10:09:56,104 INFO moulinette.actionsmap process - processing action [885.28]: yunohost.tools.diagnosis
2018-06-27 10:09:56,492 INFO moulinette.core translate - untranslated key 'service_description_php7.0-fpm' for locale 'fr'
2018-06-27 10:09:57,385 INFO geventwebsocket.handler log_request - 127.0.0.1 - - [2018-06-27 10:09:57] "GET /diagnosis?locale=fr HTTP/1.1" 200 1768 1.298151
2018-06-27 10:10:18,842 WARNING moulinette.authenticator.ldap is_authenticated - Error during ldap authentication process: 'NoneType' object has no attribute 'whoami_s'
2018-06-27 10:10:18,843 WARNING moulinette.authenticator.ldap is_authenticated - Error during ldap authentication process: 'NoneType' object has no attribute 'whoami_s'
2018-06-27 10:10:18,867 INFO moulinette.actionsmap process - processing action [885.29]: yunohost.tools.diagnosis
2018-06-27 10:10:19,243 INFO moulinette.core translate - untranslated key 'service_description_php7.0-fpm' for locale 'fr'
2018-06-27 10:10:27,896 SUCCESS yunohost.service success - [885.29] La configuration du service « dnsmasq » aurait été mise à jour
2018-06-27 10:10:28,837 INFO geventwebsocket.handler log_request - 127.0.0.1 - - [2018-06-27 10:10:28] "GET /diagnosis?private&locale=fr HTTP/1.1" 200 2624 9.994920
File /var/log/yunohost/yunohost-cli.log:
2018-06-26 22:35:09,479 DEBUG moulinette.interface __init__ - registering new callback action 'yunohost.utils.packages.ynh_packages_version' to ['-v', '--version']
2018-06-26 22:35:10,201 DEBUG moulinette.core acquire - lock has been acquired
2018-06-26 22:35:11,284 DEBUG moulinette.actionsmap process - loading python module yunohost.firewall took 1.083s
2018-06-26 22:35:11,284 INFO moulinette.actionsmap process - processing action [886.1]: yunohost.firewall.reload with args={'skip_upnp': False}
2018-06-26 22:35:17,908 DEBUG yunohost.hook hook_list - [886.1] system hook folder not found for action 'post_iptable_rules' in /usr/share/yunohost/hooks/
2018-06-26 22:35:17,912 DEBUG yunohost.hook hook_list - [886.1] custom hook folder not found for action 'post_iptable_rules' in /etc/yunohost/hooks.d/
2018-06-26 22:36:48,621 SUCCESS yunohost.firewall success - [886.1] Le pare-feu a été rechargé
2018-06-26 22:36:48,625 DEBUG moulinette.actionsmap process - action [886.1] executed in 97.341s
2018-06-26 22:36:48,625 DEBUG moulinette.core release - lock has been released
2018-06-27 06:45:08,450 DEBUG moulinette.actionsmap __init__ - loading actions map namespace 'yunohost'
2018-06-27 06:45:08,516 DEBUG moulinette.actionsmap __init__ - extra parameter classes loaded: ['ask', 'password', 'required', 'pattern']
2018-06-27 06:45:08,516 DEBUG moulinette.interface __init__ - initializing base actions map parser for cli
2018-06-27 06:45:08,517 DEBUG moulinette.interface __init__ - registering new callback action 'yunohost.utils.packages.ynh_packages_version' to ['-v', '--version']
2018-06-27 06:45:08,567 DEBUG moulinette.core acquire - lock has been acquired
2018-06-27 06:45:08,798 DEBUG moulinette.actionsmap process - loading python module yunohost.app took 0.231s
2018-06-27 06:45:08,798 INFO moulinette.actionsmap process - processing action [19587.1]: yunohost.app.fetchlist with args={'url': None, 'name': None}
2018-06-27 06:45:10,503 DEBUG yunohost.app app_fetchlist - [19587.1] Attempting to fetch list yunohost at https://app.yunohost.org/official.json
2018-06-27 06:45:10,518 DEBUG requests.packages.urllib3.connectionpool _new_conn - Starting new HTTPS connection (1): app.yunohost.org
2018-06-27 06:45:10,654 DEBUG requests.packages.urllib3.connectionpool _make_request - https://app.yunohost.org:443 "GET /official.json HTTP/1.1" 200 44611
2018-06-27 06:45:10,740 SUCCESS yunohost.app success - [19587.1] La liste dâapplications yunohost a Ă©tĂ© rĂ©cupĂ©rĂ©e
2018-06-27 06:45:10,741 DEBUG moulinette.actionsmap process - action [19587.1] executed in 1.942s
2018-06-27 06:45:10,741 DEBUG moulinette.core release - lock has been released
2018-06-27 10:10:25,456 DEBUG moulinette.actionsmap __init__ - loading actions map namespace 'yunohost'
2018-06-27 10:10:25,465 DEBUG moulinette.actionsmap __init__ - extra parameter classes loaded: ['ask', 'password', 'required', 'pattern']
2018-06-27 10:10:25,465 DEBUG moulinette.interface __init__ - initializing base actions map parser for cli
2018-06-27 10:10:25,466 DEBUG moulinette.interface __init__ - registering new callback action 'yunohost.utils.packages.ynh_packages_version' to ['-v', '--version']
2018-06-27 10:10:25,620 DEBUG moulinette.authenticator.ldap __init__ - initialize authenticator 'ldap-anonymous' with: uri='ldap://localhost:389', base_dn='dc=yunohost,dc=org', user_rdn='None'
2018-06-27 10:10:25,778 DEBUG moulinette.actionsmap process - loading python module yunohost.domain took 0.154s
2018-06-27 10:10:25,778 INFO moulinette.actionsmap process - processing action [25578.1]: yunohost.domain.list with args={'auth': <moulinette.authenticators.ldap.Authenticator object at 0x7f22ee45a290>}
2018-06-27 10:10:25,779 DEBUG moulinette.actionsmap process - action [25578.1] executed in 0.000s
2018-06-27 10:10:25,982 DEBUG moulinette.actionsmap __init__ - loading actions map namespace 'yunohost'
2018-06-27 10:10:25,991 DEBUG moulinette.actionsmap __init__ - extra parameter classes loaded: ['ask', 'password', 'required', 'pattern']
2018-06-27 10:10:25,991 DEBUG moulinette.interface __init__ - initializing base actions map parser for cli
2018-06-27 10:10:25,991 DEBUG moulinette.interface __init__ - registering new callback action 'yunohost.utils.packages.ynh_packages_version' to ['-v', '--version']
2018-06-27 10:10:26,038 DEBUG moulinette.authenticator.ldap __init__ - initialize authenticator 'ldap-anonymous' with: uri='ldap://localhost:389', base_dn='dc=yunohost,dc=org', user_rdn='None'
2018-06-27 10:10:26,068 DEBUG moulinette.actionsmap process - loading python module yunohost.domain took 0.026s
2018-06-27 10:10:26,068 INFO moulinette.actionsmap process - processing action [25598.1]: yunohost.domain.list with args={'auth': <moulinette.authenticators.ldap.Authenticator object at 0x7fe9c49e8290>}
2018-06-27 10:10:26,069 DEBUG moulinette.actionsmap process - action [25598.1] executed in 0.000s
2018-06-27 10:10:27,202 DEBUG moulinette.actionsmap __init__ - loading actions map namespace 'yunohost'
2018-06-27 10:10:27,211 DEBUG moulinette.actionsmap __init__ - extra parameter classes loaded: ['ask', 'password', 'required', 'pattern']
2018-06-27 10:10:27,211 DEBUG moulinette.interface __init__ - initializing base actions map parser for cli
2018-06-27 10:10:27,211 DEBUG moulinette.interface __init__ - registering new callback action 'yunohost.utils.packages.ynh_packages_version' to ['-v', '--version']
2018-06-27 10:10:27,263 DEBUG moulinette.authenticator.ldap __init__ - initialize authenticator 'ldap-anonymous' with: uri='ldap://localhost:389', base_dn='dc=yunohost,dc=org', user_rdn='None'
2018-06-27 10:10:27,297 DEBUG moulinette.actionsmap process - loading python module yunohost.domain took 0.029s
2018-06-27 10:10:27,297 INFO moulinette.actionsmap process - processing action [25690.1]: yunohost.domain.list with args={'auth': <moulinette.authenticators.ldap.Authenticator object at 0x7f560eee6290>}
2018-06-27 10:10:27,298 DEBUG moulinette.actionsmap process - action [25690.1] executed in 0.000s
File /var/log/php7.0-fpm.log:
[27-Jun-2018 19:14:52] WARNING: [pool nextcloud] child 9432, script '/var/www/nextcloud//remote.php' (request: "PROPFIND /nextcloud/remote.php") executing too slow (6.285056 sec), logging
[27-Jun-2018 19:14:52] NOTICE: child 9432 stopped for tracing
[27-Jun-2018 19:14:52] NOTICE: about to trace 9432
[27-Jun-2018 19:14:52] NOTICE: finished trace of 9432
[27-Jun-2018 19:14:53] WARNING: [pool nextcloud] child 7563, script '/var/www/nextcloud//remote.php' (request: "PROPFIND /nextcloud/remote.php") executing too slow (5.816298 sec), logging
[27-Jun-2018 19:14:53] NOTICE: child 7563 stopped for tracing
[27-Jun-2018 19:14:53] NOTICE: about to trace 7563
[27-Jun-2018 19:14:53] NOTICE: finished trace of 7563
[27-Jun-2018 19:15:07] WARNING: [pool nextcloud] child 10058 said into stderr: "ERROR: Unable to set php_value 'always_populate_raw_post_data'"
[27-Jun-2018 19:15:08] WARNING: [pool nextcloud] child 10062 said into stderr: "ERROR: Unable to set php_value 'always_populate_raw_post_data'"
[27-Jun-2018 19:15:12] WARNING: [pool nextcloud] child 10058, script '/var/www/nextcloud//remote.php' (request: "PROPFIND /nextcloud/remote.php") executing too slow (5.043157 sec), logging
[27-Jun-2018 19:15:12] WARNING: [pool nextcloud] child 8601, script '/var/www/nextcloud//remote.php' (request: "PROPFIND /nextcloud/remote.php") executing too slow (5.507576 sec), logging
[27-Jun-2018 19:15:12] NOTICE: child 10058 stopped for tracing
[27-Jun-2018 19:15:12] NOTICE: about to trace 10058
[27-Jun-2018 19:15:12] NOTICE: finished trace of 10058
[27-Jun-2018 19:15:12] NOTICE: child 8601 stopped for tracing
[27-Jun-2018 19:15:12] NOTICE: about to trace 8601
[27-Jun-2018 19:15:12] NOTICE: finished trace of 8601
[27-Jun-2018 19:15:18] WARNING: [pool nextcloud] child 7487, script '/var/www/nextcloud//remote.php' (request: "PROPFIND /nextcloud/remote.php") executing too slow (5.515449 sec), logging
[27-Jun-2018 19:15:18] NOTICE: child 7487 stopped for tracing
[27-Jun-2018 19:15:18] NOTICE: about to trace 7487
[27-Jun-2018 19:15:18] NOTICE: finished trace of 7487
[27-Jun-2018 19:15:23] WARNING: [pool nextcloud] child 9432, script '/var/www/nextcloud//remote.php' (request: "PROPFIND /nextcloud/remote.php") executing too slow (5.975439 sec), logging
[27-Jun-2018 19:15:23] NOTICE: child 9432 stopped for tracing
[27-Jun-2018 19:15:23] NOTICE: about to trace 9432
[27-Jun-2018 19:15:23] NOTICE: finished trace of 9432
...
... (a lot more like these)
...
[27-Jun-2018 19:25:02] WARNING: [pool nextcloud] child 10058, script '/var/www/nextcloud//remote.php' (request: "PROPFIND /nextcloud/remote.php") executing too slow (6.357571 sec), logging
[27-Jun-2018 19:25:02] NOTICE: child 10058 stopped for tracing
[27-Jun-2018 19:25:02] NOTICE: about to trace 10058
[27-Jun-2018 19:25:02] NOTICE: finished trace of 10058
[27-Jun-2018 19:25:27] WARNING: [pool nextcloud] child 9432, script '/var/www/nextcloud//remote.php' (request: "PROPFIND /nextcloud/remote.php") executing too slow (5.969922 sec), logging
[27-Jun-2018 19:25:27] NOTICE: child 9432 stopped for tracing
[27-Jun-2018 19:25:27] NOTICE: about to trace 9432
[27-Jun-2018 19:25:27] NOTICE: finished trace of 9432
[27-Jun-2018 19:25:32] WARNING: [pool nextcloud] child 8601, script '/var/www/nextcloud//remote.php' (request: "PROPFIND /nextcloud/remote.php") executing too slow (6.342695 sec), logging
[27-Jun-2018 19:25:32] NOTICE: child 8601 stopped for tracing
[27-Jun-2018 19:25:32] NOTICE: about to trace 8601
[27-Jun-2018 19:25:32] NOTICE: finished trace of 8601
File /var/log/daemon.log:
un 27 14:08:02 mondomaine systemd[1]: apt-daily.timer: Adding 3h 40min 9.606532s random time.
Jun 27 14:08:02 mondomaine systemd[1]: apt-daily.timer: Adding 5h 47min 39.684748s random time.
Jun 27 14:09:00 mondomaine systemd[1]: Starting Clean php session files...
Jun 27 14:09:00 mondomaine systemd[1]: Started Clean php session files.
Jun 27 14:39:00 mondomaine systemd[1]: Starting Clean php session files...
Jun 27 14:39:00 mondomaine systemd[1]: Started Clean php session files.
Jun 27 15:09:00 mondomaine systemd[1]: Starting Clean php session files...
Jun 27 15:09:00 mondomaine systemd[1]: Started Clean php session files.
Jun 27 15:39:00 mondomaine systemd[1]: Starting Clean php session files...
Jun 27 15:39:01 mondomaine systemd[1]: Started Clean php session files.
Jun 27 16:09:01 mondomaine systemd[1]: Starting Clean php session files...
Jun 27 16:09:01 mondomaine systemd[1]: Started Clean php session files.
Jun 27 16:39:01 mondomaine systemd[1]: Starting Clean php session files...
Jun 27 16:39:01 mondomaine systemd[1]: Started Clean php session files.
Jun 27 17:09:01 mondomaine systemd[1]: Starting Clean php session files...
Jun 27 17:09:01 mondomaine systemd[1]: Started Clean php session files.
Jun 27 17:39:01 mondomaine systemd[1]: Starting Clean php session files...
Jun 27 17:39:01 mondomaine systemd[1]: Started Clean php session files.
Jun 27 18:09:01 mondomaine systemd[1]: Starting Clean php session files...
Jun 27 18:09:01 mondomaine systemd[1]: Started Clean php session files.
Jun 27 18:39:01 mondomaine systemd[1]: Starting Clean php session files...
Jun 27 18:39:02 mondomaine systemd[1]: Started Clean php session files.
Jun 27 19:09:02 mondomaine systemd[1]: Starting Clean php session files...
Jun 27 19:09:02 mondomaine systemd[1]: Started Clean php session files.
Jun 27 19:17:13 mondomaine systemd[1]: Created slice User Slice of root.
Jun 27 19:17:13 mondomaine systemd[1]: Starting User Manager for UID 0...
Jun 27 19:17:13 mondomaine systemd[1]: Started Session 153 of user root.
Jun 27 19:17:13 mondomaine systemd[10138]: Listening on GnuPG cryptographic agent and passphrase cache.
Jun 27 19:17:13 mondomaine systemd[10138]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jun 27 19:17:13 mondomaine systemd[10138]: Listening on GnuPG cryptographic agent (access for web browsers).
Jun 27 19:17:13 mondomaine systemd[10138]: Reached target Timers.
Jun 27 19:17:13 mondomaine systemd[10138]: Reached target Paths.
Jun 27 19:17:13 mondomaine systemd[10138]: Listening on GnuPG network certificate management daemon.
Jun 27 19:17:13 mondomaine systemd[10138]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jun 27 19:17:13 mondomaine systemd[10138]: Reached target Sockets.
Jun 27 19:17:13 mondomaine systemd[10138]: Reached target Basic System.
Jun 27 19:17:13 mondomaine systemd[10138]: Reached target Default.
Jun 27 19:17:13 mondomaine systemd[10138]: Startup finished in 9ms.
Jun 27 19:17:13 mondomaine systemd[1]: Started User Manager for UID 0.
Jun 27 19:17:37 mondomaine nslcd[1201]: [a5ee64] <passwd="*"> request denied by validnames option
Jun 27 19:20:06 mondomaine nslcd[1201]: [330624] <passwd="*"> request denied by validnames option
Jun 27 19:22:59 mondomaine nslcd[1201]: [ffca11] <passwd="*"> request denied by validnames option
Jun 27 19:24:44 mondomaine nslcd[1201]: [27709e] <passwd="*"> request denied by validnames option
Jun 27 19:25:31 mondomaine nslcd[1201]: [ea1109] <passwd="*"> request denied by validnames option
Jun 27 19:27:09 mondomaine nslcd[1201]: [0f59dc] <passwd="*"> request denied by validnames option
How can I fix this issue ?