From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc3) Gecko/20020523 Description of problem: While attempting to install on a Dell PowerEdge 1650, anaconda hangs after printing and logging the "Probing for monitor type:" message at line 417. The card and monitor probe correctly. Anaconda appears to be hanging at the keymap handling at lines 419-421, as it never prints the mouse probe message. I can switch to the other virtual consoles and the shell on VC 2 is functional. A ps just shows anaconda (pid 11) sleeping. (Is there an easy way to get a python trace?) Anaconda dies when signalled from VC 2. The machine has a Dell keyboard and 2-button mouse, an NEC Multisync LCD1530V (which is correctly probed), 512MB of RAM, and two Hitachi 18GB SCSI drives. Default English (US) install. Tried it with another monitor, same result. Tried it with combinations of text/noprobe/skipddc, same result. (BTW, why do we probe the video card and monitor in text mode?) Red Hat 7.3 installs fine. The Null kernel also works fine under under 7.3. The Null CDs pass the mediacheck and have been used to install on my laptop. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.Boot Null from CD-ROM. 2.English (US) install. 3.Skip or don't skip mediacheck. Actual Results: Anaconda hangs near lines 419-421 while manipulating the keyboard. Additional info:
On VC2 try this: python -c "import kudzu; print kudzu.probe(kudzu.CLASS_KEYBOARD,kudzu.BUS_UNSPEC, kudzu.PROBE_ONE)"
python printed a single blank line.
The hang occured because console redirection was enabled in the BIOS. Turning this off, Anaconda starts with the Red Hat 8.0 installation CD. Sorry for the noise ...