Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1034661

Summary: anaconda: An unknown error has occured [Errno 14] curl#56 - "Recv failure: Connection reset by peer"
Product: Red Hat Enterprise Linux 7 Reporter: xhan
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Release Test Team <release-test-team-automation>
Severity: high Docs Contact:
Priority: medium    
Version: 7.0CC: dshea, juzhang, michen, xwei
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-22 21:44:18 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
screenshot-1 none

Description xhan 2013-11-26 09:55:31 UTC
Created attachment 829124 [details]
screenshot-1

Description of problem:

install RHEL.7.0 guest on RHEL.6.5 HOST. The error happened.

================================================================ 
=============== 
 An unknown error has occurred 
================================================================ 
=============== 
anaconda 19.31.36-1 exception report 
Traceback (most recent call first): 
  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1030, in _getFile
    raise e
................
[Errno 14] curl#56 - "Recv failure: Connection reset by peer"

Refer to the screenshot-1.

Version-Release number of selected component (if applicable):
RHEL.7 Guest version
kernel-3.10.0-50.el7.x86_64

RHEL.6.5 Host version
kernel-2.6.32-430.el6.x86_64
qemu-kvm-rhev-0.12.1.2-2.415.el6_5.3.x86_64



How reproducible:
1/10

Steps to Reproduce:
1. start guest installation with url and extra_cdrom_ks
qemu \
    -S \
    -name 'virt-tests-vm1' \
    -nodefaults \
    -chardev socket,id=qmp_id_qmpmonitor1,path=/tmp/monitor-qmpmonitor1-20131126-044809-X8I5GN0K,server,nowait \
    -mon chardev=qmp_id_qmpmonitor1,mode=control \
    -chardev socket,id=serial_id_serial1,path=/tmp/serial-serial1-20131126-044809-X8I5GN0K,server,nowait \
    -device isa-serial,chardev=serial_id_serial1 \
    -chardev socket,id=seabioslog_id_20131126-044809-X8I5GN0K,path=/tmp/seabios-20131126-044809-X8I5GN0K,server,nowait \
    -device isa-debugcon,chardev=seabioslog_id_20131126-044809-X8I5GN0K,iobase=0x402 \
    -device ich9-usb-uhci1,id=usb1,bus=pci.0,addr=0x4 \
    -drive file='images/RHEL-Server-7.0-64-virtio.qcow2',index=0,if=none,id=drive-ide0-0-0,media=disk,cache=none,snapshot=off,format=qcow2,aio=native \
    -device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0 \
    -device virtio-net-pci,netdev=idAVcB17,mac='9a:e3:e4:e5:e6:e7',bus=pci.0,addr=0x5,id='idqy5Ax5' \
    -netdev tap,id=idAVcB17,vhost=on,vhostfd=28,fd=27 \
    -m 32768 \
    -smp 16,maxcpus=16,cores=4,threads=2,sockets=2 \
    -cpu 'Opteron_G4' \
    -M rhel6.5.0 \
    -drive file='images/rhel70-64/ks.iso',index=1,if=none,id=drive-ide0-0-1,media=cdrom,format=raw \
    -device ide-drive,bus=ide.0,unit=1,drive=drive-ide0-0-1 \
    -device AC97,addr=0x6 \
    -device usb-tablet,id=usb-tablet1,bus=usb1.0,port=1 \
    -kernel 'images/rhel70-64/vmlinuz' \
    -append 'ks=cdrom:/dev/sr0 nicdelay=60 console=ttyS0,115200 console=tty0 root=live:http://download.englab.nay.redhat.com/pub/rhel/rel-eng/latest-RHEL-7/compose/Server/x86_64/os/LiveOS/squashfs.img' \
    -initrd 'images/rhel70-64/initrd.img' \
    -vnc :0 \
    -vga cirrus \
    -rtc base=utc,clock=host,driftfix=slew  \
    -boot order=cdn,once=d,menu=off   \
    -no-kvm-pit-reinjection \
    -no-shutdown \
    -enable-kvm
2.
3.

Actual results:
anaconda reports error

Expected results:
anaconda should not fail with error

Additional info:

cpu info:
host:
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 21
model           : 1
model name      : AMD Opteron(TM) Processor 6272                 
stepping        : 2
cpu MHz         : 2100.013
cache size      : 2048 KB
physical id     : 0
siblings        : 16
core id         : 0
cpu cores       : 8
apicid          : 32
initial apicid  : 0
fpu             : yes
fpu_exception   : yes
cpuid level     : 13
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nonstop_tsc extd_apicid amd_dcm aperfmperf pni pclmulqdq monitor ssse3 cx16 sse4_1 sse4_2 popcnt aes xsave avx lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs xop skinit wdt lwp fma4 nodeid_msr topoext perfctr_core cpb npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold
bogomips        : 4200.02
TLB size        : 1536 4K pages
clflush size    : 64
cache_alignment : 64
address sizes   : 48 bits physical, 48 bits virtual
power management: ts ttp tm 100mhzsteps hwpstate cpb

Comment 2 xhan 2013-11-27 04:47:32 UTC
This problem is low reproducible. 

There is only the screenshot-1 in the attachment as a reference.

Comment 3 David Shea 2014-01-22 21:44:18 UTC
Looks like the same thing as bug 1030858.

*** This bug has been marked as a duplicate of bug 1030858 ***