Bug 87431 - Norwegian / Icelandic / Portuguese install crashes with traceback
Summary: Norwegian / Icelandic / Portuguese install crashes with traceback
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: anaconda
Version: 9
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Michael Fulbright
QA Contact: Mike McLean
URL:
Whiteboard:
: 87864 88020 88102 88108 88128 88498 88519 88646 88717 89288 90088 91059 91078 96976 97090 97396 97602 97672 97798 98620 98694 98914 103839 104404 105958 106815 107783 108175 109236 110560 112500 113785 116519 117969 120619 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-03-26 21:11 UTC by Inger Karin Haarbye
Modified: 2007-04-18 16:52 UTC (History)
39 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-05-25 14:56:53 UTC
Embargoed:


Attachments (Terms of Use)
traceback from anaconda (42.84 KB, text/plain)
2003-03-26 21:12 UTC, Inger Karin Haarbye
no flags Details
anaconda bug information (38.40 KB, text/plain)
2003-05-04 23:56 UTC, Nelson Reia
no flags Details

Description Inger Karin Haarbye 2003-03-26 21:11:28 UTC
Description of problem:
Red Hat 9.0 CD-install, Norwegian. CD's checked with mediacheck.
Traceback after keyboard is chosen.

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


How reproducible:
Twice with Norwegian language/Norwegian keyboard.
English language/US keyboard seems to work.

Steps to Reproduce:
1. CD-install
2. Norwegian language
3. Norwegian (latin1) keyboard.
    
Actual results:
Traceback - attached

Comment 1 Inger Karin Haarbye 2003-03-26 21:12:26 UTC
Created attachment 90733 [details]
traceback from anaconda

Comment 2 Richard Allen 2003-03-27 01:02:46 UTC
Same for Icelandic, except I attemted to use the ISO images directly via NFS.

Traceback (most recent call last):
  File "/usr/lib/anaconda/gui.py", line 764, in nextClicked
    self.setScreen ()
  File "/usr/lib/anaconda/gui.py", line 985, in setScreen
    new_screen = apply(self.currentWindow.getScreen, args)
  File "/usr/lib/anaconda/iw/mouse_gui.py", line 232, in getScreen
    self.setupMice()
  File "/usr/lib/anaconda/iw/mouse_gui.py", line 122, in setupMice
    model = fields[1]
IndexError: list index out of range

Full dump on http://www.ra.is/anacdump.txt


Comment 3 Pedro Miguel Marques Morais 2003-03-27 11:21:35 UTC
Also happens with portuguese (pt)

Comment 4 Pedro Miguel Marques Morais 2003-03-27 13:50:25 UTC
It's the language.I think I've found the cause of the problem.In rhpl you have a list of mice names that you can translate.Now, they are all in the form 'vendor - model'.Now, if your translation doesn't have the - you basically screwed and anacondawill crash. I did that just once, ironically in the last mouse of the list ('Sun - Mouse' -> 'Rato da Sun').Anaconda seems to be accessing an array that should have vendor on [0]and model on [1].If I print the contents of that array I only have ['Rato da Sun']For icelandic there are several problems of this kind:ALPS - GlidePoint (PS/2)ASCII - MieMouse (serialGeneric - 2 Button Mouse (serial)Generic - 3 Button Mouse (serial)Richard, please confirm this choosing debug after getting the tracebackand writing on the pdb promptprint fields

Comment 5 Richard Allen 2003-03-27 14:40:49 UTC
I booted again and issued a "print fields" in the debugger.

"ATI bus mús"   no "-" in there.

I wasnt aware they where a must.   If I recall correctly, the mouse translations
in rhpl are just cut and past from mouseconfig.



Comment 6 Pedro Miguel Marques Morais 2003-03-27 15:06:01 UTC
It seems they are an "undocumented must".But they aren't cut and paste from mouseconfig, in that (deprecated?) packagethe fields were separated (vendor and model in different strings).

Comment 8 Christian Rose 2003-03-28 14:35:26 UTC
Cannot reproduce this with Swedish. But I suspect I kept the " - " in the
Swedish translation. In any case, things like this should be documented to
translators (or perhaps rather the vendor and model info split in seperate
messages rather than combining them in the same messages with an undocumented
seperator).

Comment 9 Pedro Miguel Marques Morais 2003-03-28 15:17:18 UTC
Just checked, rhpl/sv.po has the separator on all mice. Lucky one :-)

Comment 10 Jeremy Katz 2003-03-30 19:58:34 UTC
Update disk to not use the translated strings available at
http://people.redhat.com/~katzj/9-updates.img.  The screen is on my hitlist of
ones to change for the next release

Comment 11 Jeremy Katz 2003-04-04 19:39:29 UTC
*** Bug 87864 has been marked as a duplicate of this bug. ***

Comment 12 Jeremy Katz 2003-04-04 20:23:54 UTC
*** Bug 88020 has been marked as a duplicate of this bug. ***

Comment 13 Jeremy Katz 2003-04-07 18:32:20 UTC
*** Bug 88108 has been marked as a duplicate of this bug. ***

Comment 14 Jeremy Katz 2003-04-07 18:32:43 UTC
*** Bug 88102 has been marked as a duplicate of this bug. ***

Comment 15 Jeremy Katz 2003-04-07 18:43:10 UTC
*** Bug 88128 has been marked as a duplicate of this bug. ***

Comment 16 Jeremy Katz 2003-04-11 16:16:41 UTC
*** Bug 88519 has been marked as a duplicate of this bug. ***

Comment 17 Jeremy Katz 2003-04-11 16:18:56 UTC
*** Bug 88498 has been marked as a duplicate of this bug. ***

Comment 18 Jeremy Katz 2003-04-14 16:45:35 UTC
*** Bug 88646 has been marked as a duplicate of this bug. ***

Comment 19 Jeremy Katz 2003-04-14 21:29:16 UTC
*** Bug 88717 has been marked as a duplicate of this bug. ***

Comment 20 Jeremy Katz 2003-04-22 16:11:30 UTC
*** Bug 89288 has been marked as a duplicate of this bug. ***

Comment 21 Nelson Reia 2003-05-04 23:56:03 UTC
Created attachment 91495 [details]
anaconda bug information

Comment 22 Jeremy Katz 2003-05-05 16:05:14 UTC
*** Bug 90088 has been marked as a duplicate of this bug. ***

Comment 23 Jeremy Katz 2003-05-19 18:39:30 UTC
*** Bug 91059 has been marked as a duplicate of this bug. ***

Comment 24 Jeremy Katz 2003-05-19 19:20:22 UTC
*** Bug 91078 has been marked as a duplicate of this bug. ***

Comment 25 Brent Fox 2003-05-25 14:56:53 UTC
I'm going through Bugzilla closing some bugs that have been marked as Modified
for some period of time.  I believe that most of these issues have been fixed,
so I'm resolving these bugs as Rawhide.  If the bug you are seeing still exists,
please reopen this report and mark it as Reopened.

Comment 26 Jeremy Katz 2003-06-10 22:33:02 UTC
*** Bug 96976 has been marked as a duplicate of this bug. ***

Comment 27 Jeremy Katz 2003-06-12 18:16:35 UTC
*** Bug 97090 has been marked as a duplicate of this bug. ***

Comment 28 Jeremy Katz 2003-06-18 16:26:42 UTC
*** Bug 97602 has been marked as a duplicate of this bug. ***

Comment 29 Michael Fulbright 2003-06-18 20:43:45 UTC
*** Bug 97396 has been marked as a duplicate of this bug. ***

Comment 30 Michael Fulbright 2003-06-19 18:34:07 UTC
*** Bug 97672 has been marked as a duplicate of this bug. ***

Comment 31 Michael Fulbright 2003-06-23 16:37:59 UTC
*** Bug 97798 has been marked as a duplicate of this bug. ***

Comment 32 Michael Fulbright 2003-07-11 15:42:49 UTC
*** Bug 98620 has been marked as a duplicate of this bug. ***

Comment 33 Michael Fulbright 2003-07-11 15:43:29 UTC
*** Bug 98914 has been marked as a duplicate of this bug. ***

Comment 34 Michael Fulbright 2003-07-14 16:36:45 UTC
*** Bug 98694 has been marked as a duplicate of this bug. ***

Comment 35 Michael Fulbright 2003-09-05 16:11:51 UTC
*** Bug 103839 has been marked as a duplicate of this bug. ***

Comment 36 Michael Fulbright 2003-09-15 19:22:53 UTC
*** Bug 104404 has been marked as a duplicate of this bug. ***

Comment 37 Jeremy Katz 2003-09-30 00:35:03 UTC
*** Bug 105958 has been marked as a duplicate of this bug. ***

Comment 38 Jeremy Katz 2003-10-23 14:59:37 UTC
*** Bug 107783 has been marked as a duplicate of this bug. ***

Comment 39 Jeremy Katz 2003-10-28 15:42:27 UTC
*** Bug 108175 has been marked as a duplicate of this bug. ***

Comment 40 Sverre Olsen 2003-10-28 15:55:31 UTC
remove me please!

Comment 41 Jeremy Katz 2003-11-14 21:37:29 UTC
*** Bug 109236 has been marked as a duplicate of this bug. ***

Comment 42 Jeremy Katz 2003-11-21 21:24:55 UTC
*** Bug 110560 has been marked as a duplicate of this bug. ***

Comment 43 Jeremy Katz 2003-12-21 17:20:27 UTC
*** Bug 112500 has been marked as a duplicate of this bug. ***

Comment 44 Jeremy Katz 2004-01-22 17:05:34 UTC
*** Bug 113785 has been marked as a duplicate of this bug. ***

Comment 45 Jeremy Katz 2004-02-23 17:05:52 UTC
*** Bug 116519 has been marked as a duplicate of this bug. ***

Comment 46 Jeremy Katz 2004-03-10 17:36:00 UTC
*** Bug 117969 has been marked as a duplicate of this bug. ***

Comment 47 Jeremy Katz 2004-04-13 03:58:06 UTC
*** Bug 120619 has been marked as a duplicate of this bug. ***

Comment 48 Miloslav Trmač 2004-09-29 00:21:51 UTC
*** Bug 106815 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.