Bug 79400

Summary: redhat-config-date fails to launch
Product: [Retired] Red Hat Linux Reporter: Nick Dimiduk <dimiduk.1>
Component: redhat-config-dateAssignee: Brent Fox <bfox>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-12-11 09:46:55 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:

Description Nick Dimiduk 2002-12-11 09:43:23 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020823
Netscape/7.0

Description of problem:
trying to use the GUI date config tool reports the following error to the terminal:
Traceback (most recent call last):
  File "/usr/share/redhat-config-date/redhat-config-date.py", line 35, in ?
    mainWindow.mainWindow().stand_alone()
  File "/usr/share/redhat-config-date/mainWindow.py", line 181, in __init__
    self.timezonePage = timezone_gui.timezonePage()
  File "/usr/share/redhat-config-date/timezone_gui.py", line 50, in __init__
    self.tz = TimezoneMap(zonetab, self.default, map=path)
  File "/usr/share/redhat-config-date/timezone_map_gui.py", line 139, in __init__
    self.setCurrent(self.currentEntry)
  File "/usr/share/redhat-config-date/timezone_map_gui.py", line 180, in setCurrent
    self.markers[self.currentEntry.tz].hide()
AttributeError: 'NoneType' object has no attribute 'tz'

Please let me know if i need to post any more information... this is my first
bug report.  In the time being, could anyone tell me where to set the proper
timezone for my system so that when the system boots it does not set the time to
14 hours ahead?
Thanks,
-nd

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Open a terminal window
2. type "/usr/bin/redhat-config-date"
3. enter root password when prompted

Actual Results:  the output pasted above was given

Expected Results:  the date/time GUI should have poped up

Additional info:

This problem did not happen before i upgraded my motherboard to an asus a7v8x. 
Nor did i have the problem with the hardware browser which is mentioned in bug
number 78100.

Comment 1 Nick Dimiduk 2002-12-11 09:46:48 UTC
Oops... to update my last comment: the system time is set at boot after
connecting to a time server.  The resulting system time is set 14 hours ahead of
local time... GMT +9 I believe.  Sorry for the confusion.
-nd

Comment 2 Brent Fox 2002-12-11 14:51:12 UTC
The contents of the /etc/sysconfig/clock file must have changed.  I don't think
that the motherboard change affected this.  This bug report is a duplicate of
bug 76313, so I'm going to close it as a dupe.  However, you can still respond
to this bug report and I'll try to help you out.

Can you post the contents of your /etc/sysconfig/clock file?  I think what has
happened is that a timezone that redhat-config-date doesn't understand has been
set in the /etc/sysconfig/clock file.  

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