Bug 235064
| Summary: | system-config-date doesn't close when I click okay | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ray Strode [halfline] <rstrode> |
| Component: | system-config-date | Assignee: | Nils Philippsen <nphilipp> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | dwmw2 |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-04-05 15:32:12 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 150225 | ||
|
Description
Ray Strode [halfline]
2007-04-03 17:12:53 UTC
I ran it again from a terminal and got this output when I clicked [OK]:
Traceback (most recent call last):
File "/usr/share/system-config-date/scdMainWindow.py", line 78, in ok_clicked
self.apply ()
File "/usr/share/system-config-date/scdMainWindow.py", line 191, in apply
self.timezoneBackend.writeConfig(timezone, utc, arc)
File "/usr/share/system-config-date/timezoneBackend.py", line 52, in
writeConfig
shutil.copyfile(fromFile, "/etc/localtime")
File "/usr/lib/python2.5/shutil.py", line 46, in copyfile
fsrc = open(src, 'rb')
IOError: [Errno 2] No such file or directory: '/usr/share/zoneinfo/America/New
York'
creating a symlink from New_York in that directory to a New\ York made
everything start working.
*** Bug 235366 has been marked as a duplicate of this bug. *** should be fixed in system-config-date-1.8.94 |