Bug 83972
| Summary: | redhat-config-time crashes on upgrade system | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Public Beta | Reporter: | Harris Landgarten <harrisl> |
| Component: | redhat-config-date | Assignee: | Brent Fox <bfox> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | phoebe | ||
| 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: | 2003-02-10 20:17:11 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: | |||
*** This bug has been marked as a duplicate of 82061 *** I am getting this bug with redhat-config-date-1.5.7-6 which I believe was the proposed fix. Can you try upgrading to 1.5.9-4 out of Rawhide? redhat-config-date-1.5.9-4 from rawhide resolved the problem Ok, good. I later realized that you were actually having a slightly different bug than bug #82061, but I knew that I had fixed something like yours in the past few weeks. I'm glad to know things are working now. Closing as 'rawhide'. |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030120 Description of problem: This is an update of a RH 8 installation. Redhat-config-time worked properly under rh8.0 and was set for GMT and NTP from time.nist.gov When the redhat-config-time or redhat-config-date command are run on this machine after the upgrade to phoebe the command crashes with the following backtrace [harrisl@d8100 etc]$ sudo redhat-config-time Traceback (most recent call last): File "/usr/share/redhat-config-date/redhat-config-date.py", line 48, in ? mainWindow.mainWindow().stand_alone() File "/usr/share/redhat-config-date/mainWindow.py", line 180, in __init__ self.datePage = date_gui.datePage(self.dateBackend) File "/usr/share/redhat-config-date/date_gui.py", line 173, in __init__ ntpServer = socket.gethostbyaddr(ntpServerIP)[0] socket.herror: (1, 'Unknown host') Note: ntpd is running properly as setup under rh8 Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. sudo redhat-config-time 2. 3. Actual Results: [harrisl@d8100 etc]$ sudo redhat-config-time Traceback (most recent call last): File "/usr/share/redhat-config-date/redhat-config-date.py", line 48, in ? mainWindow.mainWindow().stand_alone() File "/usr/share/redhat-config-date/mainWindow.py", line 180, in __init__ self.datePage = date_gui.datePage(self.dateBackend) File "/usr/share/redhat-config-date/date_gui.py", line 173, in __init__ ntpServer = socket.gethostbyaddr(ntpServerIP)[0] socket.herror: (1, 'Unknown host') Expected Results: usual time window Additional info: