[98076] in RedHat Linux List

home help back first fref pref prev next nref lref last post

RE: RH5.2 Upgrade Problem

daemon@ATHENA.MIT.EDU (Ed Lazor)
Fri Nov 6 13:30:56 1998

From: "Ed Lazor" <elazor@hcs.state.or.us>
To: <redhat-list@redhat.com>
Date: Fri, 6 Nov 1998 10:28:14 -0000
In-Reply-To: <364339DC.D893B8CF@iname.com>
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com


I don't understand... I thought that the ISO format
doesn't support linux / unix file permissions.  How
do you store this type of information to the cdrom?

Me thinks that it might be good to create a HOWTO
on creating your own bootable linux cdrom.

-----Original Message-----
From: janc@iname.com [mailto:janc@iname.com]
Sent: Friday, November 06, 1998 6:03 PM
To: dlw@trailingedge.com
Cc: RedHat Mailing List
Subject: Re: RH5.2 Upgrade Problem


Certain files on the CD need certain permissions.

Each directory comes with a file called .listing that
tells you the permissions needed by everything in that
directory.   So I ran a script to do what the .listing
files say!  It's ugly but it worked.

cd <top directory containing files for the cd>
find . -type d -print  |  grep -v " " | while read ddd
do
   listingfix $ddd
done

(listingfix is attached)


David Williams wrote:

> Ok, I've downloaded the 5.2 tree from a mirror and compared it with
> the one on ftp.redhat.com and fixed up any differences.  Then I
> burned a CD and tried to upgrade my 5.1 install.  Everything
> seemed to go fine up to the point it wanted to install the boot
> loader at which point it tells me it can't run "/bin/insmod" as the file
> doesn't exist.  This leaves my system in an incomplete state now
> running the older kernel without any modules.  It gives me the
> same message if I try to create the boot disk during the install.
> Anyone know where I should look to correct this?
>
> Thanks.
>
> -----
> David Williams - Computer Packrat
> dlw@trailingedge.com
> http://www.trailingedge.com

--

Jan Carlson
janc@iname.com   Scarborough, Ontario, Canada
Mailed with Netscape 4.5 on Red Hat Linux 5.1




-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
		http://www.redhat.com http://archive.redhat.com
         To unsubscribe: mail redhat-list-request@redhat.com with 
                       "unsubscribe" as the Subject.


home help back first fref pref prev next nref lref last post