Bug 204007
Summary: | install exception, missing /usr/share/zoneinfo/zone.tab, on rawhide-20060825 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Aron Griffis <agriffis> | ||||||
Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||||
Status: | CLOSED RAWHIDE | QA Contact: | Mike McLean <mikem> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | rawhide | CC: | prarit | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | ia64 | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2006-08-25 15:41:27 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: | 163350 | ||||||||
Attachments: |
|
Description of problem: Anaconda exception during rx1600 installation via PXE with kernel cmdline: vnc vncpassword=qwerty askmethod Method chosen is http, interface configured with DHCP Version-Release number of selected component (if applicable): Linux version 2.6.17-1.2583.fc6 (brewbuilder.redhat.com) (gcc version 4.1.1 20060817 (Red Hat 4.1.1-18)) #1 SMP Tue Aug 22 00:30:06 EDT 2006 Anaconda is from rawhide-20060825, I don't know the version Created attachment 134868 [details]
anacdump.txt
Here's the python traceback: Traceback (most recent call last): File "/usr/lib/anaconda/gui.py", line 920, in nextClicked self.setScreen () File "/usr/lib/anaconda/gui.py", line 1005, in setScreen self.currentWindow = newScreenClass(ics) File "/usr/lib/anaconda/iw/timezone_gui.py", line 48, in __init__ self.zonetab = zonetab.ZoneTab() File "/usr/share/system-config-date/zonetab.py", line 31, in __init__ self.readZoneTab (fn) File "/usr/share/system-config-date/zonetab.py", line 74, in readZoneTab f = open (fn, 'r') IOError: [Errno 2] No such file or directory: '/usr/share/zoneinfo/zone.tab' This looks pretty screwy: sh-3.1# ls -l /usr/share/zoneinfo total 1 ?--------- ? ? ? ? ? /usr/share/zoneinfo/zone.tab drwxr-xr-x 2 root 0 661 Aug 24 2006 Africa drwxr-xr-x 6 root 0 1848 Aug 24 2006 America drwxr-xr-x 2 root 0 133 Aug 24 2006 Antarctica drwxr-xr-x 2 root 0 29 Aug 24 2006 Arctic drwxr-xr-x 2 root 0 1079 Aug 24 2006 Asia drwxr-xr-x 2 root 0 156 Aug 24 2006 Atlantic drwxr-xr-x 2 root 0 271 Aug 24 2006 Australia drwxr-xr-x 2 root 0 167 Aug 24 2006 Canada drwxr-xr-x 2 root 0 707 Aug 24 2006 Europe drwxr-xr-x 2 root 0 149 Aug 24 2006 Indian -r--r--r-- 2 root 0 125 Aug 22 2006 Japan drwxr-xr-x 2 root 0 51 Aug 24 2006 Mideast drwxr-xr-x 2 root 0 492 Aug 24 2006 Pacific drwxr-xr-x 2 root 0 221 Aug 24 2006 US Seems to be fixed in latest 20060825 rawhide. |
Created attachment 134867 [details] anaconda.log