Bug 682316 - ValueError: timestamp out of range for platform time_t
Summary: ValueError: timestamp out of range for platform time_t
Keywords:
Status: CLOSED DUPLICATE of bug 675108
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: subscription-manager
Version: 6.1
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: rc
: ---
Assignee: Bryan Kearney
QA Contact: John Sefler
URL:
Whiteboard: firstboot_trace_hash:1e3cf494f320cd28...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-03-04 20:11 UTC by Red Hat Case Diagnostics
Modified: 2018-11-14 14:02 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-03-10 22:09:42 UTC
Target Upstream Version:


Attachments (Terms of Use)
File: backtrace (2.36 KB, text/plain)
2011-03-04 20:12 UTC, Red Hat Case Diagnostics
no flags Details
File: backtrace (2.36 KB, text/plain)
2011-03-04 20:13 UTC, Red Hat Case Diagnostics
no flags Details
File: backtrace (2.36 KB, text/plain)
2011-03-04 20:13 UTC, Red Hat Case Diagnostics
no flags Details
File: backtrace (2.36 KB, text/plain)
2011-03-09 15:23 UTC, Red Hat Case Diagnostics
no flags Details

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


Note You need to log in before you can comment on or make changes to this bug.