We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After some time while service running fine, it stopped working, some timeout errors are inside nginx logs.
If you restart the php8.1-fpm.service it works again, but after some other time it freezes again.
Start the service and wait until it freeze.
Nextcloud running without problems.
2023/10/07 08:45:44 [error] 742812#742812: *11722 upstream timed out (110: Connection timed out) while reading response header from upstream, client: x.x.x.x, server: yyyy.zzz, request: "GET / HTTP/2.0", upstream: "fastcgi://unix:/var/run/php/php8.1-fpm-nextcloud.sock", host: "yyyy.zzz"
The text was updated successfully, but these errors were encountered:
I updated to last version (released after this issue), now I saw that php fpm is upgraded to 8.2, but I have the same error.
Sorry, something went wrong.
Not sure #615 will fix the issue but you can test with
sudo yunohost app upgrade nextcloud -u https://github.com/YunoHost-Apps/nextcloud_ynh/tree/testing
I've also faced timeout that I fixed with a higher memory footprint (100mb) in php-fpm configuration (control panel in the webadmin).
In my /etc/php/8.2/fpm/pool.d/nextcloud.conf i have: php_admin_value[memory_limit] = 512M php_value[opcache.memory_consumption]=128
The problem is still here.
No branches or pull requests
Describe the bug
After some time while service running fine, it stopped working, some timeout errors are inside nginx logs.
If you restart the php8.1-fpm.service it works again, but after some other time it freezes again.
Context
Steps to reproduce
Start the service and wait until it freeze.
Expected behavior
Nextcloud running without problems.
Logs
2023/10/07 08:45:44 [error] 742812#742812: *11722 upstream timed out (110: Connection timed out) while reading response header from upstream, client: x.x.x.x, server: yyyy.zzz, request: "GET / HTTP/2.0", upstream: "fastcgi://unix:/var/run/php/php8.1-fpm-nextcloud.sock", host: "yyyy.zzz"
The text was updated successfully, but these errors were encountered: