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 609342 - rhel3u9 install can't find package after inserting second CD, but install can continue
Summary: rhel3u9 install can't find package after inserting second CD, but install can...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: qemu-kvm
Version: 6.0
Hardware: All
OS: Linux
low
high
Target Milestone: rc
: 6.1
Assignee: Amit Shah
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks: 580954 645266
TreeView+ depends on / blocked
 
Reported: 2010-06-30 02:41 UTC by Nan Zhang
Modified: 2013-01-09 22:48 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 645266 (view as bug list)
Environment:
Last Closed: 2011-12-06 15:42:42 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
rhel3u9 install from cd isos (894.60 KB, image/png)
2010-06-30 02:41 UTC, Nan Zhang
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2011:1531 0 normal SHIPPED_LIVE Moderate: qemu-kvm security, bug fix, and enhancement update 2011-12-06 01:23:30 UTC

Description Nan Zhang 2010-06-30 02:41:31 UTC
Created attachment 427846 [details]
rhel3u9 install from cd isos

Description of problem:
Cannot continue to install rhel3u9 guest from cd isos. Actually the file is included in the second cd iso.

Version-Release number of selected component (if applicable):
libvirt-0.8.1-11.el6.x86_64
virt-manager-0.8.4-6.el6.noarch

How reproducible:
always

Steps to Reproduce:
1. Download rhel3u9 isos from http://download.englab.nay.redhat.com/pub/rhel/released/RHEL-3/U9/AS/i386/ftp-isos/
2. Using first iso to boot installation.
3. Insert with CD2 when require CD2 prompted.
  
Actual results:
Cannot find any packages for install.

Expected results:
Install can be continued.

Additional info:

Comment 2 RHEL Program Management 2010-06-30 03:03:08 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux major release.  Product Management has requested further
review of this request by Red Hat Engineering, for potential inclusion in a Red
Hat Enterprise Linux Major release.  This request is not yet committed for
inclusion.

Comment 3 RHEL Program Management 2010-07-15 14:55:12 UTC
This issue has been proposed when we are only considering blocker
issues in the current Red Hat Enterprise Linux release. It has
been denied for the current Red Hat Enterprise Linux release.

** If you would still like this issue considered for the current
release, ask your support representative to file as a blocker on
your behalf. Otherwise ask that it be considered for the next
Red Hat Enterprise Linux release. **

Comment 7 Cole Robinson 2010-12-02 19:38:54 UTC
Hmm, I reproduced calling /usr/libexec/qemu-kvm manually with a very basic command line. But once I clicked 'OK' in the dialog in your screen shot, the install seemed to continue as usual.

Neil, is that the case for you as well when reproduced with virt-manager?

Comment 8 Nan Zhang 2010-12-03 09:56:22 UTC
Cole,

Yes, I met the same case with you, it can be reproduced on both qemu-kvm command & virt-manager. Maybe it's not virt-manager issue, but why is there a missing package error dialog?

Comment 9 Cole Robinson 2010-12-03 15:36:15 UTC
Reassigning to kvm

Comment 10 Dor Laor 2011-02-02 14:16:14 UTC
Have you change CDs using the monitor command?

Comment 11 Nan Zhang 2011-02-16 08:36:55 UTC
Dor,

Yes, I changed CDs using monitor command, and got the same results with virt-manager.

# /usr/libexec/qemu-kvm -enable-kvm -m 512M -smp 2,sockets=2,cores=1,threads=1 -name file-raw -uuid bb340905-50b0-de70-921b-5c360a945678 -monitor stdio -rtc base=localtime -boot c -drive file=/var/lib/libvirt/images/test.raw,if=none,id=drive-ide0-0-0,format=raw,cache=none,werror=stop,rerror=stop -device ide-drive,drive=drive-ide0-0-0,id=ide0-0-0 -netdev tap,id=hostnet0 -device virtio-net-pci,netdev=hostnet0,id=net0,mac=52:54:00:04:ad:a1,bus=pci.0,addr=0x7 -chardev pty,id=serial0 -device isa-serial,chardev=serial0 -usb -device usb-tablet,id=input0 -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x8 -vga cirrus -vnc :2 -cdrom /var/lib/libvirt/boot/RHEL3-U9-re20070529.0-i386-AS-disc1-ftp.iso
char device redirected to /dev/pts/3
Using CPU model "cpu64-rhel6"
Using CPU model "cpu64-rhel6"
QEMU 0.12.1 monitor - type 'help' for more information
(qemu) info block
drive-ide0-0-0: type=hd removable=0 file=/var/lib/libvirt/images/test.raw ro=0 drv=raw encrypted=0
ide1-cd0: type=cdrom removable=1 locked=1 file=/var/lib/libvirt/boot/RHEL3-U9-re20070529.0-i386-AS-disc1-ftp.iso ro=1 drv=raw encrypted=0
floppy0: type=floppy removable=1 locked=0 [not inserted]
sd0: type=floppy removable=1 locked=0 [not inserted]
(qemu) change ide1-cd0 /var/lib/libvirt/boot/RHEL3-U9-re20070529.0-i386-AS-disc2-ftp.iso
(qemu) info block
drive-ide0-0-0: type=hd removable=0 file=/var/lib/libvirt/images/test.raw ro=0 drv=raw encrypted=0
ide1-cd0: type=cdrom removable=1 locked=1 file=/var/lib/libvirt/boot/RHEL3-U9-re20070529.0-i386-AS-disc2-ftp.iso ro=1 drv=raw encrypted=0
floppy0: type=floppy removable=1 locked=0 [not inserted]
sd0: type=floppy removable=1 locked=0 [not inserted]
(qemu)

Comment 14 Nan Zhang 2011-05-31 02:35:51 UTC
I've retested with the following builds on my side, it works well now. I think this bug has been fixed yet.

qemu-kvm-0.12.1.2-2.162.el6.x86_64
libvirt-0.9.1-1.el6.x86_64
virt-manager-0.8.6-4.el6.noarch

Comment 16 errata-xmlrpc 2011-12-06 15:42:42 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHSA-2011-1531.html


Note You need to log in before you can comment on or make changes to this bug.