Bug 108815
Summary: | Large copy with scp from openSSH fails | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ernesto <ernesto> |
Component: | openssh | Assignee: | Tomas Mraz <tmraz> |
Status: | CLOSED WORKSFORME | QA Contact: | Brian Brock <bbrock> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | rawhide | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-02-07 14:28:07 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Ernesto
2003-11-02 15:06:35 UTC
"Corrupted MAC on input" is usually the result of hardware (network or host) problems. There's also a well-documented firmware problem with LinkSys routers that is known to cause this: http://bugzilla.mindrot.org/show_bug.cgi?id=510 there's also a couple of other possibilities here: http://bugzilla.mindrot.org/show_bug.cgi?id=845 FWIW I tried a 5.4GB scp to localhost on a FC2 box and it worked OK. $ rpm -q fedora-release openssh fedora-release-2-4 openssh-3.6.1p2-34 $ dd if=/dev/urandom of=/tmp/big bs=1024k count=5400 $ scp /tmp/big localhost:/tmp/big2 big 100% 5400MB 7.4MB/s 12:07 $ Works for me here as well. |