-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
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
15.0.7 large files are not synchronizing from clients or uploading from web. #15095
Comments
If the connection interrupted upload may not work. Could you try to disable mod reqtimeout? |
@kesselb dang... good call. disbled, restarted, upload works. This is my configuration: extra/httpd-default.conf: RequestReadTimeout header=20-40,MinRate=500 body=20,MinRate=500 |
owncloud/core#14603 As reference. I think the limits are to strict. Most people just disable it. |
The header and body settings are sensible as there are apparently some slow SSL attacks that this is meant to mitigate. There's an extra quirk, I gather, with FreeBSD which uses AcceptFilter: "When an AcceptFilter is in use (usually the case on Linux and FreeBSD), the socket is not sent to the server process before at least one byte (or the whole request for httpready) is received. The handshake and header timeouts configured with RequestReadTimeout are only effective after the server process has received the socket." So maybe no timeout is best. It does work, thanks! |
Steps to reproduce
Note, I've followed the advice from similar issues to no avail including:
(1.4 MB isn't large, but checked all php.ini and other configs (note this was working fine under a series of previous versions, but stopped working with 15.0.5 & 15.0.07).
(file size problem isn't close to 512MB)
(I haven't tried all the possible issues listed here as no changes were made to configuration from a working version before it started failing, but I checked them and it /seems/ ok)
Expected behaviour
File should be copied/synchronized to the server
Actual behaviour
Errors are thrown, file is not synchronized
Server configuration
Operating system: FreeBSD 11.2-RELEASE-p6 #0 r341740:
Web server: apache24-2.4.39
Database: mysql56-server-5.6.43
PHP version: php72-7.2.17_2
Nextcloud version: nextcloud-php72-15.0.7
Updated from an older Nextcloud/ownCloud or fresh install: updated from 15.0.2, 15.0.5 and 15.0.7 both gave the problem
Where did you install Nextcloud from: FreeBSD ports collection
Signing status:
Signing status
List of activated apps:
App list
Nextcloud configuration:
Config report
Are you using external storage, if yes which one: nfs mount point (running in jail, mountpoint set by host, read/write verified, free space verified.
Are you using encryption: Geli (disk level) not application level
Are you using an external user-backend, if yes which one: No
Client configuration
Browser: Chrome Version 73.0.3683.86 (Official Build) Built on Ubuntu , running on LinuxMint 19.1 (64-bit)
Operating system: LinuxMint 19.1 (64-bit)
Logs
Web server error log
Web server error log
Nextcloud log (data/nextcloud.log)
Nextcloud log
Browser log
Browser log
The text was updated successfully, but these errors were encountered: