On Tue, 2003-06-24 at 14:12, edwarner99@xxxxxxxxx wrote: > My time and date is screwed up. I tried using the gui > but that didn't work. I then ran > /usr/bin/redhat-config-date and the following comes > back. Looks like a file missing. Is there a way to get > it back? > > 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 190, in __init__ > self.timezonePage = timezone_gui.timezonePage() > File > "/usr/share/redhat-config-date/timezone_gui.py", line > 48, in __init__ > zonetab = ZoneTab() > File > "/usr/share/redhat-config-date/timezone_map_gui.py", > line 230, in __init__ > self.readZoneTab(fn) > File > "/usr/share/redhat-config-date/timezone_map_gui.py", > line 268, in readZoneTab > f = open(fn, 'r') > IOError: [Errno 2] No such file or directory: '/usr/share/zoneinfo/zone.tab' The /usr/share/zoneinfo/zone.tab file should always be there. It's part of the glibc-common package. I would reinstall the glibc-common RPM and then see if that doesn't fix the problem. Cheers, Brent