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.

Bug 682316

Summary: ValueError: timestamp out of range for platform time_t
Product: Red Hat Enterprise Linux 6 Reporter: Red Hat Case Diagnostics <case-diagnostics>
Component: subscription-managerAssignee: Bryan Kearney <bkearney>
Status: CLOSED DUPLICATE QA Contact: John Sefler <jsefler>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 6.1CC: jkachuck
Target Milestone: rcKeywords: Regression
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: firstboot_trace_hash:1e3cf494f320cd2841db6e587072033b34612edce5e7f8ae370acf46aa463962
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-03-10 22:09:42 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace
none
File: backtrace
none
File: backtrace
none
File: backtrace none

Description Red 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 1 Red Hat Case Diagnostics 2011-03-04 20:12:27 UTC
Created attachment 482363 [details]
File: backtrace

Comment 3 Red Hat Case Diagnostics 2011-03-04 20:13:00 UTC
Created attachment 482364 [details]
File: backtrace

Comment 5 Red Hat Case Diagnostics 2011-03-04 20:13:31 UTC
Created attachment 482365 [details]
File: backtrace

Comment 10 Dave Cantrell 2011-03-04 22:25:09 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 11 Red Hat Case Diagnostics 2011-03-09 15:23:20 UTC
Created attachment 483241 [details]
File: backtrace

Comment 13 Bryan Kearney 2011-03-10 22:09:42 UTC

*** This bug has been marked as a duplicate of bug 675108 ***