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.
DescriptionRed Hat Case Diagnostics
2011-03-04 20:11:54 UTC
The following was filed automatically by firstboot:
firstboot 1.110.10 exception report
Traceback (most recent call last):
File "/usr/sbin/firstboot", line 192, in <module>
config.moduleList = loadModules(config.moduleDir, config.mode)
File "/usr/lib/python2.6/site-packages/firstboot/loader.py", line 140, in loadModules
obj.loadModules(mode=mode)
File "/usr/lib/python2.6/site-packages/firstboot/moduleset.py", line 111, in loadModules
self.moduleList = loadModules(self.path, mode)
File "/usr/lib/python2.6/site-packages/firstboot/loader.py", line 101, in loadModules
obj = loaded.moduleClass()
File "/usr/share/rhn/up2date_client/firstboot/rhsm_subscriptions.py", line 23, in __init__
managergui.MainWindow.__init__(self)
File "/usr/share/rhsm/gui/managergui.py", line 255, in __init__
self.refresh()
File "/usr/share/rhsm/gui/managergui.py", line 281, in refresh
self.all_subs_tab.refresh()
File "/usr/share/rhsm/gui/widgets.py", line 157, in refresh
self._set_next_update()
File "/usr/share/rhsm/gui/widgets.py", line 149, in _set_next_update
update_time = datetime.datetime.fromtimestamp(next_update)
ValueError: timestamp out of range for platform time_t
Comment 1Red Hat Case Diagnostics
2011-03-04 20:12:27 UTC
Traceback from comment #5:
firstboot 1.110.10 exception report
Traceback (most recent call last):
File "/usr/sbin/firstboot", line 192, in <module>
config.moduleList = loadModules(config.moduleDir, config.mode)
File "/usr/lib/python2.6/site-packages/firstboot/loader.py", line 140, in loadModules
obj.loadModules(mode=mode)
File "/usr/lib/python2.6/site-packages/firstboot/moduleset.py", line 111, in loadModules
self.moduleList = loadModules(self.path, mode)
File "/usr/lib/python2.6/site-packages/firstboot/loader.py", line 101, in loadModules
obj = loaded.moduleClass()
File "/usr/share/rhn/up2date_client/firstboot/rhsm_subscriptions.py", line 23, in __init__
managergui.MainWindow.__init__(self)
File "/usr/share/rhsm/gui/managergui.py", line 255, in __init__
self.refresh()
File "/usr/share/rhsm/gui/managergui.py", line 281, in refresh
self.all_subs_tab.refresh()
File "/usr/share/rhsm/gui/widgets.py", line 157, in refresh
self._set_next_update()
File "/usr/share/rhsm/gui/widgets.py", line 149, in _set_next_update
update_time = datetime.datetime.fromtimestamp(next_update)
ValueError: timestamp out of range for platform time_t
The traceback occurs in /usr/share/rhsm/gui/widgets.py, which is not part of firstboot. It is owned by the subscription-manager-gnome package, which is a subpackage of the subscription-manager component.
Reassigning.
Comment 11Red Hat Case Diagnostics
2011-03-09 15:23:20 UTC
The following was filed automatically by firstboot: firstboot 1.110.10 exception report Traceback (most recent call last): File "/usr/sbin/firstboot", line 192, in <module> config.moduleList = loadModules(config.moduleDir, config.mode) File "/usr/lib/python2.6/site-packages/firstboot/loader.py", line 140, in loadModules obj.loadModules(mode=mode) File "/usr/lib/python2.6/site-packages/firstboot/moduleset.py", line 111, in loadModules self.moduleList = loadModules(self.path, mode) File "/usr/lib/python2.6/site-packages/firstboot/loader.py", line 101, in loadModules obj = loaded.moduleClass() File "/usr/share/rhn/up2date_client/firstboot/rhsm_subscriptions.py", line 23, in __init__ managergui.MainWindow.__init__(self) File "/usr/share/rhsm/gui/managergui.py", line 255, in __init__ self.refresh() File "/usr/share/rhsm/gui/managergui.py", line 281, in refresh self.all_subs_tab.refresh() File "/usr/share/rhsm/gui/widgets.py", line 157, in refresh self._set_next_update() File "/usr/share/rhsm/gui/widgets.py", line 149, in _set_next_update update_time = datetime.datetime.fromtimestamp(next_update) ValueError: timestamp out of range for platform time_t