Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jun 2019 23:19:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        virtualization@FreeBSD.org
Subject:   [Bug 237441] Virtio net consistently truncates last byte of a fetch xfer with > 8956 bytes of payload
Message-ID:  <bug-237441-27103-2X2SduBepI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-237441-27103@https.bugs.freebsd.org/bugzilla/>
References:  <bug-237441-27103@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237441

Christoph Kliemann <freebsd-bugs@cklie.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |freebsd-bugs@cklie.de

--- Comment #4 from Christoph Kliemann <freebsd-bugs@cklie.de> ---
I can reproduce this on macOS 10.13.6 (17G7024) High Sierra with qemu 4.0.0=
 and
a FreeBSD 12.0-RELEASE (p1-p6) guest.

My packer freebsd builder failed because of this issue.
I have tested this for a while with the same template.

In most cases, the builder fails (truncated base.txz or truncated pkgng
packages).
Occasionally, the download and installation are successful.

I booted one of these successfully created images with qemu and ran additio=
nal
tests.

Test #1: fetch http://www.google.de
The last byte is missing.

Test #2: ping google.de
PING google.de (172.217.23.163): 56 data bytes
64 bytes from 172.217.23.163: icmp_seq=3D0 ttl=3D255 time=3D622018725671.83=
2 ms
wrong data byte #8 should be 0x8 but was 0xc0
[...]

Test #3: pkg install curl wget
One successful attempt after many truncated downloads.

Test #4: curl http://www.google.de
No issues

Test #5: wget http://www.google.de
No issues

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237441-27103-2X2SduBepI>