RPI3B+ on board ethernet issue (NFS/SCP ...)

Open
#3,395 17 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
c, fedora, linux

Research direction

Start by comparing this report with related issues #2482 and #2449, then reproduce the failure with dd and scp using the stated Fedora 31, kernel 5.4.7, and Raspberry Pi 3B+ setup. Check whether a transfer larger than 1 GB completes without hanging; the report provides no logs or source files to inspect.

Written by the indexing model from the issue text.

Description

Assigned for implementation/action

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

Dominant language
C
Stars
13.2k
Forks
5.5k
Avg merge
2d 21h
Merged PRs (30d)
21

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from raspberrypi/linux

All issues in raspberrypi/linux

Similar issues

More C issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.