You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to upload larger files (over 500mb) with the desktop client with the Virtual File System for mac. It starts uploading, and practically uploads the whole file. But when it's about to finish it puts an exclamation mark over the Cloud icon and gives me NSFileProviderErrorDomain error -2005
And the nginx.error log gives me this: [error] 381#381: *1 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 10.0.10.182, server: _, request: "PUT /remote.php/dav/files/username/testfile.iso HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "cloud.domain.com"
And in the nginx access log I get a 502 bad gateway:
[21-Sep-2024 06:50:31] WARNING: [pool www] child 395 exited on signal 9 (SIGKILL) after 445.420041 seconds from start
[21-Sep-2024 06:50:31] NOTICE: [pool www] child 403 started
I can upload large files (like 10gb) through the webui and the non vfs sync without issues, and I have searched and tried to find a solution and modified so many settings without success, that's why I think it's some kind of bug.
Expected Behavior
It should upload the file without error
Steps To Reproduce
Upload large file with macos desktop client with VFS turned on.
Environment
- OS: Debian 12
- How docker service was installed: https://docs.docker.com/engine/install/debian/
I have added the php-local.ini with these:
upload_max_filesize = 16G
post_max_size = 16G
output_buffering = 0
max_input_time = 3600
max_execution_time = 3500
memory_limit = 16G
default_socket_timeout = 600
I have tried modify the www2.conf as well
; Pool name
[www]
user = abc
group = abc
pm.max_children = 10
pm.max_requests = 500
request_terminate_timeout = 360
I'm not sure this is related to a container issue, I would start by getting support from nextcloud themselves as that error seems like a client/macos specific error.
Is there an existing issue for this?
Current Behavior
When I try to upload larger files (over 500mb) with the desktop client with the Virtual File System for mac. It starts uploading, and practically uploads the whole file. But when it's about to finish it puts an exclamation mark over the Cloud icon and gives me NSFileProviderErrorDomain error -2005
And the nginx.error log gives me this:
[error] 381#381: *1 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 10.0.10.182, server: _, request: "PUT /remote.php/dav/files/username/testfile.iso HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "cloud.domain.com"
And in the nginx access log I get a 502 bad gateway:
Php error log:
I can upload large files (like 10gb) through the webui and the non vfs sync without issues, and I have searched and tried to find a solution and modified so many settings without success, that's why I think it's some kind of bug.
Expected Behavior
It should upload the file without error
Steps To Reproduce
Upload large file with macos desktop client with VFS turned on.
Environment
I have tried modify the www2.conf as well
Container logs
Nothing in the logs from the docker container.
The text was updated successfully, but these errors were encountered: