-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Open
Description
Is this the right place for my bug report?
My issue is the same as #2482 or #2449
I am using Fedora 31 with kernel 5.4.7 (5.4.7-200.fc31.aarch64) running aarch64.
Describe the bug
when doing a huge transfer using cp on NFS or scp, after more than 1GB upload, upload hangs and failed after a few minutes.
To reproduce
dd if=/dev/zero of=/tmp/data.dd bs=4M count=1000 status=progress
scp /tmp/data.dd login@server:/directory
Expected behaviour
fully transfered file
Actual behaviour
hangs after 1GB and failed after a few minutes
System
- Which model of Raspberry Pi? Pi3B+
- Which OS and version (
cat /etc/rpi-issue
)? Fedora 31, - Which firmware version (
vcgencmd version
)? no vcgencmd on the system - Which kernel version (
uname -a
)? 5.4.7-200.fc31.aarch64, Aarch64
Logs
None
Additional context
None