Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 56224

Summary: Installer fails when creating map view.
Product: [Retired] Red Hat Linux Reporter: Nigel Whatling <nigel>
Component: anacondaAssignee: Brent Fox <bfox>
Status: CLOSED NOTABUG QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-01-20 15:32:26 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: 55081    
Attachments:
Description Flags
Complete debug dump from Anaconda. none

Description Nigel Whatling 2001-11-14 02:48:19 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 
1.0.2914)

Description of problem:
This error was encountered after selecting locales. The next stage would 
be selecting the time zone (hence the 'map view').

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
NOTE: Only occurs in graphical installation mode. Text mode works fine.

1. Boot from installation CD. Press ENTER for default graphical install.
2. Proceed through configuration.
3. Time zone selection crashes with an error report.

Actual Results:  Installer fails.

Expected Results:  Should have produced a nice world maps with pretty dots 
on it so that you can select your time zone.

Additional info:

Basic error output:

Traceback (innermost last):
  File "/usr/bin/anaconda", line 620, in ?
    intf.run(id, dispatch, configFileData)
  File "/usr/lib/anaconda/gui.py", line 350, in run
    self.icw.run (self.runres, configFileData)
  File "/usr/lib/anaconda/gui.py", line 778, in run
    mainloop ()
  File "/usr/lib/python1.5/site-packages/gtk.py", line 2608, in mainloop
    _gtk.gtk_main()
  File "/usr/lib/python1.5/site-packages/gtk.py", line 125, in __call__
    ret = apply(self.func, a)
  File "/usr/lib/anaconda/gui.py", line 402, in nextClicked
    self.setScreen ()
  File "/usr/lib/anaconda/gui.py", line 526, in setScreen
    new_screen = apply(self.currentWindow.getScreen, args)
  File "/usr/lib/anaconda/iw/timezone_gui.py", line 144, in getScreen
    tz = timezonemap.new (path)
TypeError: Could not create map view.

Comment 1 Nigel Whatling 2001-11-14 02:50:42 UTC
Created attachment 37462 [details]
Complete debug dump from Anaconda.

Comment 2 Brent Fox 2001-11-21 01:59:52 UTC
Weird, but I see from your other bug report that the md5sums match.  This is
very strange.  The installer is looking for a file on the cd, but it can't find
it.  This is almost always indicative of a bad cd, but there must be another
problem in your case since the md5sums match.  I must admit that I'm stumped.

If you can try starting the graphical installer again (you don't have to do an
install, just boot up into the installer) and press <Ctrl><Alt><F2>.  Then type
"ls -l /usr/share/anaconda/pixmaps/map480.png"  What does the output of that
command look like?  Is the file even there?

Comment 3 Nigel Whatling 2001-11-21 02:20:21 UTC
Output:

-r-xr-xr-x    1 root     0           134252 Jan  1  
1970 /usr/share/anaconda/pixmaps/map480.png

Comment 4 Nigel Whatling 2001-12-09 22:33:17 UTC
Any thoughts??

Comment 5 Michael Fulbright 2002-01-15 21:51:28 UTC
Is there more to the traceback? Usually the values of variables is included.

Comment 6 Nigel Whatling 2002-01-15 23:07:24 UTC
All I have is the dump file that Anaconda produced (attached earlier).

Comment 7 Brent Fox 2002-01-20 15:23:59 UTC
Here's an idea...it might not make a difference, but it's worth a try.  It looks
like the kernel is having trouble reading from the cdrom drive.  It looks like
the cdrom is on the primary IDE controller as the slave device.  Try switching
the cdrom drive to being the master device on the secondary IDE controller. 
Does that help?

Comment 8 Brent Fox 2002-01-20 15:32:21 UTC
If that doesn't work, try booting the installer with 'linux ide=nodma'.  Does
that help?

Comment 9 Brent Fox 2002-01-30 17:23:42 UTC
Closing due to inactivity.  Please reopen if you have more information.