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.
Description of problem:
Using anaconda boot option inst.repo=https://<host>/<path> and drucat option rd.noverifyssl meanwhile,anaconda should use the repository normally. But anaconda crash in this case.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. setup a remote http rhel7 repository with the iso image on machine A whose ip is 10.1.40.75 like this:
# mkdir /var/www/html/install && mount -oloop rhel-server-7.0-x86_64-dvd.iso /var/www/html/install
2. restart httpd server.
#service httpd restart
3. booting from legacy biso cdrom to install rhel7 on machine B with the boot options like this:
vmlinuz initrd=initrd.img inst.repo=https://10.1.40.75/install rd.noverifyssl ip=10.1.40.74::10.1.40.254:255.255.255.0:test:eno1:none
4. boot
Actual results:
1. after step 4, anaocnda gui boot normally, and repository setting is correct.
Expected results:
1. after step4, anaconda gui boot normally, but repository setting spoken show some mistake. then click the icon of repository setting spoken, find that the local cdrom repository is set but the error information still exist. click "done" button, wait for several seconds, exception dialogue information jump out. the anaconda crash down.
Additional info:
I'm not able to reproduce the problem using the steps you described. After I click on "Done", repository is changed to local media and I'm able to select packages. No traceback.