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:
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 David 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 ***