Bug 19670 - problem installing redhat 7.0 with all packages
Summary: problem installing redhat 7.0 with all packages
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: anaconda
Version: 7.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Michael Fulbright
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-10-24 07:27 UTC by hsauer
Modified: 2007-04-18 16:29 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-10-30 21:14:18 UTC
Embargoed:


Attachments (Terms of Use)

Description hsauer 2000-10-24 07:27:31 UTC
When I try to install RedHat 7.0 with all packages via the Everything
selection
when selecting packages for a user choice installation I get the following
errors after the
partitions are formatted and the installation image is copied to the
Harddrive

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 "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/todo.py", line 1480, in
doInst
all
    if self.method.systemMounted (self.fstab, self.instPath,
self.hdList.selcted
()):
  File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/image.py, line 63, in
systemMo
unted
   isys.lochangefd('/tmo/loop", self.loopbackFile)
  File "isys.py", line 55, in lochangefd _isys.lochangefd(loop, targ)
System Error: (22, 'Das Argument ist ungueltig')

I don't get these errors when I choose the Workstation installation.
I'm using a bootdisk from <http://sweb.uky.edu/~mabran3/linux/misc/> to
install the system on my harddrive connected to Promise ATA 100 Controller
on my Asus A7V mainboard.

Comment 1 Michael Fulbright 2000-10-30 21:14:15 UTC
This appears to be a problem with the boot disk you are using and the loopback
filesystem we use to allow multi-CD installs.

When you do a workstation install only the first CD is used, and the loopback
filesystem is not a factor.

One a Everything install, the loopback filesystem mechanism is used.

The workaround is to just do Custom install, then pick all the components EXCEPT
Everything.

That will get most of the packages installed, then you can use gnorpm or the rpm
command line to install anything else.

Since this occurs with your custom bootdisk there really is no way to duplicate
the problem here.


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