mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #625] Raspberry Pi large file upload issues #375
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nodelang on GitHub (Aug 30, 2025).
Original GitHub issue: https://github.com/sigoden/dufs/issues/625
Problem
I encountered an error/exception while trying to upload a 5.88GB file.
Configuration
dufs -p 80 --allow-all /share --log-file /opt/dufs/log
Log
2025-08-30T16:40:23+01:00 ERROR - 192.168.1.101 "PUT /5D.mp4" 500 error reading a body from connection
16:40:23.646574 IP 192.168.1.103.80 > 192.168.1.101.43826: Flags [P.], seq 1:95, ack 1348405663, win 16802, options [nop,nop,TS val 1047077989 ecr 1626525176], length 94: HTTP: HTTP/1.1 500 Internal Server Error
E....{@.@......g...e.P.2.Ba*.7&...A........
16:40:23.646730 IP 192.168.1.103.80 > 192.168.1.101.43826: Flags [F.], seq 95, ack 1348405663, win 16802, options [nop,nop,TS val 1047077989 ecr 1626525176], length 0
16:40:23.646880 IP 192.168.1.103.80 > 192.168.1.101.43826: Flags [R.], seq 96, ack 1348405663, win 19455, options [nop,nop,TS val 1047077989 ecr 1626525176], length 0
Screenshots/Media
Environment Information
@sigoden commented on GitHub (Aug 31, 2025):
The error occurred due to a network interruption. This is not a problem with dufs.