Bug 38689

Summary: Installer crashes while trying to install anaconda package
Product: [Retired] Red Hat Linux Reporter: epoch
Component: anacondaAssignee: Brent Fox <bfox>
Status: CLOSED NOTABUG QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
URL: http://www.raidzero.net/misc/anacdump.txt
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-05-14 20:26:42 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:

Description epoch 2001-05-02 01:27:44 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows 98)


Installer dumps out trying to install an anaconda module.

Reproducible: Always
Steps to Reproduce:
1. Use advisory ID RHBA-2000:084-04 fix disk for installer
2. Install "server system".
3. Installer will dump out while installing packages, somewhere around 
90mb installed.
	

Actual Results:  Installer dumped out later than before I'd used the patch 
disk.

Expected Results:  It should have installed properly.

Traceback (innermost last):
  File "/usr/bin/anaconda", line 438, in ?
    intf.run(todo, test = test)
  File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/text.py", line 1030, in 
run
    rc = apply (step[1](), step[2])
  File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/text.py", line 507, in 
__call__
    if todo.doInstall ():
  File "/tmp/updates/todo.py", line 1562, in doInstall
    self.instCallback, (p, self.intf.messageWindow))
  File "/tmp/updates/todo.py", line 1297, in instCallback
    self.instLog.flush ()
IOError: [Errno 5] Input/output error

Local variables in innermost frame:
param: (<text.InstallProgressWindow instance at 8ce0688>, <method 
InstallInterface.messageWindow of InstallInterface instance at 8267c70>)
what: 2
total: 0
self: <todo.ToDo instance at 8323f80>
h: <header object at 82f9260>
amount: 0
intf: <text.InstallProgressWindow instance at 8ce0688>
.10: (<text.InstallProgressWindow instance at 8ce0688>, <method 
InstallInterface.messageWindow of InstallInterface instance at 8267c70>)
messageWindow: <method InstallInterface.messageWindow of InstallInterface 
instance at 8267c70>

ToDo object:
(itodo
ToDo
p1
(dp2
S'method'
p3
(iimage
CdromInstallMethod
p4
(dp5
S'progressWindow'
p6

<failed>

Comment 1 Brent Fox 2001-05-02 15:33:36 UTC
Can you look on VC3 and VC4 and see if there are any error messages?

Comment 2 epoch 2001-05-03 10:28:16 UTC
VC3 shows some errors about not being able to autopartition the drive.

VC4 shows a lot of stuff like:

<4>end_request: I/O error, dev 3:06 (hda) sector 293941
<4>hda: read_intr: status=0x59 (DriveReady, SeekComplete, DataRequest Error)
<4>hda: read_intr: error=0x40 (Uncorrectable error), LBAsect 43296, sector 265585

The drive is running in "normal" mode, not LBA according to the BIOS.

Comment 3 epoch 2001-05-03 10:34:55 UTC
Drive has also been partitioned manually, using DiskDruid.

Specs for the drive can be found here: http://www.computerhope.com/hdd/hdd0024.htm

I've tried it in both normal and LBA types.

Comment 4 Brent Fox 2001-05-03 15:59:37 UTC
Ok...take a look at bug #38645.  I think that this may be the behavior that you
are seeing.  Try booting with 'linux ide=nodma'  Does this fix the problem?

Comment 5 epoch 2001-05-04 07:55:50 UTC
Nope, still happening, but later on in the installation now - somewhere around 123mb. CDROM is a Creative "Hex Speed". Options used for the installer are "linux updates ide=nodma text".

Got a copy of Slackware7.1 here, so I'll see if it's this PC or not.

Comment 6 Brent Fox 2001-05-04 14:47:39 UTC
Ok.

Comment 7 Brent Fox 2001-05-14 20:26:37 UTC
Closing due to inactivity.  Please reopen if you have more information.