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:
*** 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'.