Open individual-it opened 2 years ago
my debugging shows that the code really arrives in https://github.com/owncloud/core/blob/e60f5f03dcf0f23cba622d4343579e3d3f2ee970/lib/private/Files/Storage/Local.php#L298 and fopen
gets all the right data but returns false
I can see the data on disk and can read it from there
Steps to reproduce
Expected behaviour
content can be retrieved every time
Actual behaviour
after 6 successful ready the server replies with
503
error after that every 10th requests failsServer configuration
Operating system: Ubuntu 21.10 Web server: apache Database: mysql PHP version: 7.2 ownCloud version: (see ownCloud admin page) 10.9.0 Updated from an older ownCloud or fresh install: fresh Where did you install ownCloud from: git The content of config/config.php:
List of activated apps:
Are you using external storage, if yes which one: local/smb/sftp/... no Are you using encryption: yes/no no Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/... no, but with LDAP it seems to happen more often see more debugging in https://github.com/owncloud/user_ldap/issues/702
Logs
Web server error log
ownCloud log (data/owncloud.log)