Bug 699997 - anaconda: ImportError: No module named product
Summary: anaconda: ImportError: No module named product
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: anaconda
Version: 3.9
Hardware: Unspecified
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-04-27 08:25 UTC by Qingtang Zhou
Modified: 2013-09-30 01:28 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-04-27 14:19:35 UTC
Target Upstream Version:


Attachments (Terms of Use)
RHEL3.9 guest dmesg output. (11.30 KB, text/x-log)
2011-04-27 08:25 UTC, Qingtang Zhou
no flags Details
screenshot of RHEL3.9 guest os. (19.06 KB, image/jpeg)
2011-04-27 08:26 UTC, Qingtang Zhou
no flags Details
kickstart script for RHEL3.9 guest os. (958 bytes, application/x-java-keystore)
2011-04-27 08:27 UTC, Qingtang Zhou
no flags Details

Description Qingtang Zhou 2011-04-27 08:25:24 UTC
Created attachment 495145 [details]
RHEL3.9 guest dmesg output.

Description of problem:
When installing a RHEL3.9 guest os with kickstart script in qemu-kvm, anaconda report ImportError: No module named product. And install exited.

Version-Release number of selected component (if applicable):



How reproducible:
1/1

Steps to Reproduce:
1. start a vm with command:
qemu -name 'vm1' ... -m 4096 -smp 2,cores=1,threads=1,sockets=2 -drive file='rhel39-64/ks.iso',index=1,if=none,id=drive-ide0-0-1,media=cdrom,readonly=on,format=raw -device ide-drive,bus=ide.0,unit=1,drive=drive-ide0-0-1,id=ide0-0-1 -kernel 'rhel39-64/vmlinuz' -initrd 'rhel39-64/initrd.img' --append 'ks=cdrom nicdelay=60 console=ttyS0,115200 console=tty0' -enable-kvm 

2. after installation start, anaconda report ImportError and exit.

  
Actual results:
anaconda report error, installation failed.

Expected results:
installation can finish successfully.

Additional info:
full qemu commandline:
qemu -name 'vm1' -chardev socket,id=qmp_monitor_id_qmpmonitor1,path=/tmp/monitor-qmpmonitor1-20110421-172404-bhRo,server,nowait -mon chardev=qmp_monitor_id_qmpmonitor1,mode=control -chardev socket,id=serial_id_20110421-172404-bhRo,path=/tmp/serial-20110421-172404-bhRo,server,nowait -device isa-serial,chardev=serial_id_20110421-172404-bhRo -drive file='/usr/local/staf/test/RHEV/kvm/autotest/client/tests/kvm/images/RHEL-3.9-64-virtio.qcow2',index=0,if=none,id=drive-ide0-0-0,media=disk,cache=none,format=qcow2,aio=native -device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0 -device rtl8139,netdev=idMOMKah,mac=9a:22:3f:61:3c:ec,id=ndev00idMOMKah,bus=pci.0,addr=0x3 -netdev tap,id=idMOMKah,ifname='t0-172404-bhRo',script='/usr/local/staf/test/RHEV/kvm/autotest/client/tests/kvm/scripts/qemu-ifup-switch',downscript='no' -m 4096 -smp 2,cores=1,threads=1,sockets=2 -drive file='/usr/local/staf/test/RHEV/kvm/autotest/client/tests/kvm/isos/../images/rhel39-64/ks.iso',index=1,if=none,id=drive-ide0-0-1,media=cdrom,readonly=on,format=raw -device ide-drive,bus=ide.0,unit=1,drive=drive-ide0-0-1,id=ide0-0-1 -cpu cpu64-rhel6,+sse2,+x2apic -kernel '/usr/local/staf/test/RHEV/kvm/autotest/client/tests/kvm/images/rhel39-64/vmlinuz' -initrd '/usr/local/staf/test/RHEV/kvm/autotest/client/tests/kvm/images/rhel39-64/initrd.img' -vnc :0 -rtc base=utc,clock=host,driftfix=none -M rhel6.1.0 -boot order=cdn,once=n,menu=off   -usbdevice tablet -no-kvm-pit-reinjection --append 'ks=cdrom nicdelay=60 console=ttyS0,115200 console=tty0' -enable-kvm

Comment 1 Qingtang Zhou 2011-04-27 08:26:22 UTC
Created attachment 495146 [details]
screenshot of RHEL3.9 guest os.

Comment 2 Qingtang Zhou 2011-04-27 08:27:14 UTC
Created attachment 495147 [details]
kickstart script for RHEL3.9 guest os.

Comment 3 Chris Lumens 2011-04-27 14:19:35 UTC
anaconda is no longer an approved component for RHEL3.   Therefore, we will not be making any more updates and bug fixes for it.


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