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:
Installing rhel6.6 host on a bare metal machine, when enter into graphical model, anaconda can not load image file du to 'unrecognized image file format' error. This lead to buttons have no image with it.
This problem will also lead to an unhandled exception (see screenshot-0002.png) when press "Next" button to install a "Basic Server" (see screenshot-0001.png)
Version-Release number of selected component (if applicable):
RHEL-6.6-20140812.1
anaconda-13.21.224-1.el6
How reproducible:
100%
Steps to Reproduce:
1. Install rhel6.6 host on a bare metal machine
2. Enter into graphical model, anaconda will ask you to input a root password first, stay in this installation interface
3. Check button "Next" under the bottom of the window
Actual results:
"Next" button have no arrow image with it. And anaconda.log have the following lines:
01:19:32,508 WARNING : step complete does not exist
01:19:32,508 WARNING : step complete does not exist
01:19:32,806 ERROR : unable to read anaconda_header.png: Couldn't recognize the image file format for file '/usr/share/anaconda/pixmaps/anaconda_header.png'
01:19:32,807 WARNING : can't find pixmap anaconda_header.png
01:19:32,909 WARNING : /usr/lib/anaconda/gui.py:1567: GtkWarning: Error loading theme icon 'go-previous' for stock: Unrecognized image file format
self.window.show()
01:19:32,913 WARNING : /usr/lib/anaconda/gui.py:1567: GtkWarning: Error loading theme icon 'go-next' for stock: Unrecognized image file format
self.window.show()
01:19:32,914 INFO : moving (1) to step accounts
01:19:32,925 ERROR : unable to read root-password.png: Couldn't recognize the image file format for file '/usr/share/anaconda/pixmaps/root-password.png'
01:19:32,925 WARNING : can't find pixmap root-password.png
01:19:32,937 WARNING : /usr/lib/anaconda/gui.py:1610: GtkWarning: Error loading theme icon 'go-previous' for stock: Unrecognized image file format
gtk.main()
Expected results:
"Next" button have arrow image with it.
Additional info:
The attachment is anaconda.log and X.log