Bug 18020

Summary: Installation fails
Product: [Retired] Red Hat Linux Reporter: Need Real Name <hanli423>
Component: anacondaAssignee: Michael Fulbright <msf>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: high    
Version: 7.0   
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: 2000-10-03 10:08:46 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:
Attachments:
Description Flags
The error-file produced during installation. none

Description Need Real Name 2000-10-01 13:28:41 UTC
Installation on PII-400 with 2 disk drives, one used for windows, SCSI-card with som cd and scanner.

I dowloaded the iso-version of redhat 7. burned om cd. Created a boot disk from the cd.
Copied the /RedHat/* stuff onto the windows disk drive. (due to other errors, see 17840)
And started to install using the boot disk.
I've tried both, giving and not giving the win-disk a mount point and both custom install and workstation install.

Traceback (innermost last):
  File "/usr/bin/anaconda.real", line 438, in ?
    intf.run(todo, test = test)
  File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/text.py", line 1030, in run
  File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/textw/packages_text.py", line 33, in __call__
  File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/todo.py", line 539, in getCompsList
  File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/harddrive.py", line 43, in readComps
  File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/comps.py", line 459, in __init__
  File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/comps.py", line 360, in readCompsFile
TypeError: comp file version 3 or 4 expected
Local variables in innermost frame:
arch2: i686

Comment 1 Need Real Name 2000-10-01 13:29:35 UTC
Created attachment 3581 [details]
The error-file produced during installation.

Comment 2 Alan Cox 2000-10-01 22:00:43 UTC
This looks like an incorrect ISO but Im not 100% sure


Comment 3 Pekka Savola 2000-10-02 21:55:51 UTC
Did you edit RedHat/base/comps?  The beginning should be like:

---
4

1 Base {
[ ...]
---

The installer might crash with, for example, with DOS carriage return/line feed characters.


Comment 4 Michael Fulbright 2000-10-02 22:21:30 UTC
I agree - please make sure that the comps file was not changed when you copied
it.

Comment 5 Need Real Name 2000-10-03 10:08:44 UTC
I downloaded the iso using ftp from www.sunet.se (using Linux) and burned it directly. I haven't edit it at all.
It worked when I installed from the same cds on another machine. (from an IDE-cdromreader, no SCSI-card, and different graphics card etc)

> Did you edit RedHat/base/comps?  The beginning should be like:
no, and the beginning av that file on the cd looks like that...

Btw is there a md5sum from windows? (im stuck in that os right now)

Comment 6 Need Real Name 2000-10-03 10:13:12 UTC
Ah... the Base/Comps was chaged during the copy.... then that is the problem.