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.
Created attachment 413366[details]
firstboot without rhn related items
Description of problem:
firstboot rhn_* modules not loaded, therefore system is not able register to rhn|spacewalk
Version-Release number of selected component (if applicable):
#rpm -qa rhn-setup rhn-setup-gnome rhn-client-tools firstboot
rhn-setup-gnome-1.0.0-3.el6.noarch
rhn-client-tools-1.0.0-3.el6.noarch
rhn-setup-1.0.0-3.el6.noarch
firstboot-1.110.1-1.el6.ppc64
How reproducible:
always
Steps to Reproduce:
1. install rhel6 on any platform
2. run firstboot (maybe 'sed -i "s/=NO/=YES/" /etc/sysconfig/firstboot' and 'rm -f /etc/sysconfig/rhn/systemid*'
3. check results
Actual results:
[root@ibm-js22-vios-02-lp2 ~]# firstboot
firstboot ERROR: Error loading module rhn_create_profile_gui:
No module named functions
firstboot ERROR: Error loading module rhn_register_firstboot_gui_window:
No module named functions
firstboot ERROR: Error loading module rhn_finish_gui:
No module named functions
firstboot ERROR: Error loading module rhn_choose_server_gui:
No module named functions
firstboot ERROR: Error loading module rhn_review_gui:
No module named functions
firstboot ERROR: Error loading module rhn_start_gui:
No module named functions
firstboot ERROR: Error loading module rhn_login_gui:
No module named functions
firstboot ERROR: Error loading module rhn_provide_certificate_gui:
No module named functions
Loading /lib/kbd/keymaps/i386/qwerty/us.map.gz
/usr/share/firstboot/modules/firstboot_kdump.py:211: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
self.kdumpMem = gtk.SpinButton(self.memSpin, 0, 0)
Expected results:
no error mesages regarding loading rhn modules. and firstboot allow you to register system to rhn|spacewalk
Additional info:
Comment 3Jan Pazdziora (Red Hat)
2010-05-25 15:32:29 UTC
Taking.
Comment 4Jan Pazdziora (Red Hat)
2010-05-25 15:33:44 UTC
To simplify the world, let's call this a duplicate of bugzilla 585188 where we address changing RHN Register part of firstboot to match the firstboot version in RHEL 6.
*** This bug has been marked as a duplicate of bug 585188 ***
Created attachment 413366 [details] firstboot without rhn related items Description of problem: firstboot rhn_* modules not loaded, therefore system is not able register to rhn|spacewalk Version-Release number of selected component (if applicable): #rpm -qa rhn-setup rhn-setup-gnome rhn-client-tools firstboot rhn-setup-gnome-1.0.0-3.el6.noarch rhn-client-tools-1.0.0-3.el6.noarch rhn-setup-1.0.0-3.el6.noarch firstboot-1.110.1-1.el6.ppc64 How reproducible: always Steps to Reproduce: 1. install rhel6 on any platform 2. run firstboot (maybe 'sed -i "s/=NO/=YES/" /etc/sysconfig/firstboot' and 'rm -f /etc/sysconfig/rhn/systemid*' 3. check results Actual results: [root@ibm-js22-vios-02-lp2 ~]# firstboot firstboot ERROR: Error loading module rhn_create_profile_gui: No module named functions firstboot ERROR: Error loading module rhn_register_firstboot_gui_window: No module named functions firstboot ERROR: Error loading module rhn_finish_gui: No module named functions firstboot ERROR: Error loading module rhn_choose_server_gui: No module named functions firstboot ERROR: Error loading module rhn_review_gui: No module named functions firstboot ERROR: Error loading module rhn_start_gui: No module named functions firstboot ERROR: Error loading module rhn_login_gui: No module named functions firstboot ERROR: Error loading module rhn_provide_certificate_gui: No module named functions Loading /lib/kbd/keymaps/i386/qwerty/us.map.gz /usr/share/firstboot/modules/firstboot_kdump.py:211: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated self.kdumpMem = gtk.SpinButton(self.memSpin, 0, 0) Expected results: no error mesages regarding loading rhn modules. and firstboot allow you to register system to rhn|spacewalk Additional info: