Fermi Linux 7.3.1   September 13, 2002

This release is based on RedHat Linux 7.3 with the following changes. 
Please read this entire document before installing.  

Web information

        www.fnal.gov/cd/unix/linux
        www-oss.fnal.gov/projects/fermilinux

Installation Locations

        linux.fnal.gov:/export/linux/731/i386/

Floppy image locations

        ftp://linux.fnal.gov/linux/731/i386/images/bootnet.img

        PREP  --  FCC3W
        Yolanda  --  WH8ne

If you wnat to make the install floppy yourself the you need to first download
the install image and then put the install image on the floppy.
Floppy laptop image locations

        ftp://linux.fnal.gov/linux/731/i386/images/pcmcia.img
        ftp://linux.fnal.gov/linux/731/i386/images/pcmciadd.img

To make the install floppys.  Put a scratch floppy in "/dev/fd0".  Download
the above file(s)

        dd if=bootnet.img of=/dev/fd0

Note that there are multiple "drivers" floppy images for "other drivers".  
See the RedHat documentation in /images/README for more info.

See /RELEASE-NOTES for the RedHat release notes.



Changes made by Fermi(Troy, Connie, Kevin)

Table of contents

	ADDED compared to RedHat 7.3
	UPDATED compared to RedHat 7.3
	Installer modifications
	/contrib 
	HARDWARE SPECIFIC ISSUES
	SOFTWARE ISSUES/BUGS
	RedHat ERRATA

Each has a "---" line above and below it.

Things that start with a "*" are new compared to "last time".

-----------------------------------------------------------------------------
ADDED compared to RedHat 7.3
-----------------------------------------------------------------------------

Kerberos  -- Fermi version 
    The naming conventions for the fermi kerberos rpm's was changed from 7.1.x
    and 6.1.x.  This was done so that the rpm's would install easier
    during a regular install.  Although both RedHat's and Fermi's kerberos
    live happily together, whichever rpm is installed last is put into the 
    users path.  This is done via the /etc/profile.d/zz_krb5.sh (and .csh)
    scripts.

	krb5-fermi-config-1.6-73x.4.i386.rpm
	krb5-libs-fermi-1.6-73x.2.i386.rpm
	krb5-workstation-fermi-1.6-73x.2.i386.rpm

SSH	-- Fermi version
   The older version of ssh was put into the distribution.  It was also
   changed so that you could put on just the older server.  If a 
   machine is going to need to be accessed via an older ssh (which many
   servers may) the best solution is to install openssh, openssh-client
   and ssh-server.  This way when people log in, they can use the older
   ssh, but when they go out, they will be using the new openssh.

	ssh-1.2.27g-23.i386.rpm
	ssh-server-1.2.27g-23.i386.rpm

OpenAFS  -- Fermi version
    The openafs rpm's are basically what openafs puts out.  The only changes
    are ThisCell (so that it binds to fermilab), the startup script (to do a
    better job of checking to make sure the AFS servers are reachable), and
    update_afs_cellservdb.pl (added to sync up the CellServDB file)
    The binaries (such as klog, and tokens) are now in /usr/bin.  If you find
    that this is going to break scripts, you should intall the openafs-compat
    rpm which will link everything to /usr/afsws like transarc's afs works.
    Created a "Openafs Client" group so that it is easier to select this
    during the install.
    The OpenAFS rpm's have been updated to use openafs 1.2.6.

 	openafs-1.2.6-FL731.1.i386.rpm
 	openafs-client-1.2.6-FL731.1.i386.rpm
 	openafs-compat-1.2.6-FL731.1.i386.rpm
 	openafs-kernel-1.2.6-FL2418.5.1.i386.rpm

autorpm 

	autorpm is not installed anymore.  It is still on the release.
	Note that if you upgrade from a system that was running autorpm
	you will end up with a system running both autorpm and yum.  This
	does not hurt anything.  It is just redundant.  It has been replaced
	with yum.

Yum  -- From Duke University and Fermi modifications

	yum-0.9.2-1f7.noarch.rpm
	yum-conf-0.9.2-1f7.noarch.rpm
        yum-headers-731-20020909.noarch.rpm

	Yum is a program similar to autorpm.  The name stands for 
	"Yellowdog Upgrade Manager".  Yellowdog is a Mac Linux distribution 
	that uses rpms.  A Linux system administrator from the Duke University
	Physics department decided to take "YUP"(Yellowdog Upgrade Program" 
	and add some new features.  He released this new "YUP" as "YUM". 
 
 	Some features
 
   		yum info <package>
 	  		Used to  list  a  description and summary information
 	  		about  available  packages.
 
 		yum provides <file name>
 	  		Can be used to find out which package provides some
 	  		feature or file. Just use  a  specific  name  or  a
 	  		file-glob-syntax  wildcards  to  list  the packages
 	  		available or installed that provide that feature or 
			file.
 	
 		yum remove <package>
 	  		Is used to remove the specified packages  from  the 
			system  as well as removing any packages which depend
			on the package being removed.	

		yum list updates
			List rpms that could be updated.

		yum list available 
			List rpms that you do NOT have installed but are
			available to be installed in your "distribution".

		yum update <option package list>
			Upgrade all rpms that could be upgraded if no 
			"package list" or just the packages if listed.

		yum install <package list>
			Install "package(s) listed".  Note that if you 
			specify a package and it needs other rpms because 
			of dependencies yum will download all of the packages 
			needed to satisfy those dependencies.  This will be
			really handy to install packages later.  No need to
			know dependencies, or ftp site addresses.  Very handy.

	Most of the above commands can have "globs" as part of the "packages"
	list, so you can use wildcards such as 'kde*'.  
	There is a man page for yum.  It is a really small page.  Not
	tons of options.  Nice and easy.  There are 2 modes to use yum in.
	Interactive mode and "batch" mode.  Interactive modes verifies if it
	can proceed before it does any installing, upgrading or removing.
	The batch mode does not ask of course,  but it does send mail about
	what it did.  Yum also has a log file of what was updated, installed
	and removed in /var/log/yum.log* .  In interactive mode yum is allowed
	to upgrade kernels.  This was done so that you could upgrade kernels
	easier than before.  

zz_inittab_change-1.0-2.i386.rpm

	Changes /etc/inittab to require the root password for
	single user mode.

zz_sendmail_accept-1.0-2.i386.rpm  -- workgroup decision

	Changes Sendmail config so that it allows incomming mail.
	Not installed by default.  If you want it, you need to
	install it.  If a workgroup needs it then the workgroup
	maintainer should add it to the workgroup.  Same as 7.1.1 .

zz_lang_collate-1.0-2.noarch.rpm 

	Changes LANG so that sorting is done the same as 6.1 and 
	earlier.  (ABCabc instead of AaBbCc).  Not installed by
	default.  Same as 7.1.1 .

zz_no_colorls-1.0-1.noarch.rpm  -- Workgroup decision

	Turns off "color" of ls.  Same as 7.1.1 .

zz_ntp_configure-2.0-1.i386.rpm

	Configure ntp for Fermi site network.

zz_emacs_link-1.0-1.i386.rpm

	Make a symbolic link from "emacs" to "xemacs" when
	xemacs is installed.

zz_tcp_wrappers_change-1.2-3.noarch.rpm

	Disable all offsite access to common network services.  Also
	puts in the "DOE required login banners".

zz_a2ps_stdout-1.0-1.i386.rpm  -- Workgroup decision

	Change the output of a2ps to go to stdout vs the printer.

zz_libg2c.a_change-2.0-1.i386.rpm  

	Creates a missing symbolic link in the gcc-g77 package from
	/usr/lib/libg2c.a
	to /usr/lib/gcc-lib/i386-redhat-linux/2.96/libg2c.a 

zz_tex_tweaks-1.0-1.i386.rpm -- Workgroup decision

	Changes the default paper size to 8.5 x 11 vs A3

zz_rhn_undefault-1.0-1.i386.rpm

	RedHat Network is installed by default on your gnome panel.  This
        rpm takes this off of the default panel.  It does not take it off
        of users panel if the applet is already there, but it does make it
        so that any new users will not have it on their panel.  Users can 
        still put the applet on their panel if they choose to.

zz_dhcp_resolv-1.0-1.i386.rpm

	RedHat switched the dhcp client back to dhcpcd.  Well it does not
	seem to know how to handle the fact that at Fermi the dhcp addresses
	are in the dhcp.fnal.gov domain.  The problem is that when dhcpd starts
	it puts "search dhcp.fnal.gov" in /etc/resolv.conf .  This is not
	complete enough for when you want to search for addresses in 
	"fnal.gov".	So Troy wrote a rpm which adds code to
	/etc/sysconfig/network-scripts/ifup-post which expands this into
	"search dhcp.fnal.gov fnal.gov".  So this rpm is installed by default
	since dhcpd is installed by default.  It was written such that it
	should work offsite as well as onsite.

zz_fermi-release

       Made change so that /etc/issue and /etc/issue.net showed Fermi
       Linux instead of RedHat.


ups/upd bootstrap

	upsupdbootstrap-2.2-5.i386.rpm
        upsupdbootstrap-generic-2.2-3.i386.rpm
        upsupdbootstrap-local-2.2-3.i386.rpm

	Upgraded to include latest fullFUE as of July 20, 2002
	UPS/UPD bootstrap rpms.  

Workgroup tag files.  Only 1 is installed depending on which
        workgroup was selected.

	Astro-tag-2.0-11.noarch.rpm
       	Farms-tag-2.0-11.noarch.rpm
	BooNE-tag-2.0-11.noarch.rpm
       	FermiStandAlone-tag-2.0-11.noarch.rpm
	CDFCAFWorker-tag-2.0-11.noarch.rpm
       	FermiVeryGeneric-tag-2.0-11.noarch.rpm
	CDFlevel3-tag-2.0-11.noarch.rpm
       	FnaluBatch-tag-2.0-11.noarch.rpm
	CDFoffsite-tag-2.0-11.noarch.rpm
       	FnaluInteractive-tag-2.0-11.noarch.rpm
	CDFonline-tag-2.0-11.noarch.rpm
       	FOCUS-tag-2.0-11.noarch.rpm
	CDF-tag-2.0-11.noarch.rpm
       	GenericFarm-tag-2.0-11.noarch.rpm
	CMSdesktop-tag-2.0-11.noarch.rpm 
       	ODS-tag-2.0-11.noarch.rpm
	CMSfarm-tag-2.0-11.noarch.rpm
       	OSS-tag-2.0-11.noarch.rpm
	CMSserver-tag-2.0-11.noarch.rpm
       	RIP-tag-2.0-11.noarch.rpm
	ConsoleServer-tag-2.0-11.noarch.rpm
       	SDSS-tag-2.0-11.noarch.rpm
	CPD-tag-2.0-11.noarch.rpm
       	Theory-tag-2.0-11.noarch.rpm
	ClueD0Workstation-tag.2.0.11.noarch.rpm

flpr

	I am installing the flpr rpm by default.  I got the latest version
	from Randy.  This does NOT require ups/upd.  The flpr binary will
	reside in /usr/local/bin/ .  This should just make using flpr
	easier for all.

serialconsole-1.01-3.noarch.rpm

	Changes /etc/inittab, /etc/lilo.conf, /etc/securetty so that
        a person can do most everything through the console.
	NOTE1:This is only supported with lilo, not grub.
	NOTE2: Kudzu tries to be smart in setting the serial console.
	This might have some undesired effects, such as allowing ONLY
	logins from the serial console.  This is still being 
	researched at this time.

pcp  -- From SGI

	Moved pcp(perfomance co-pilot) from contrib to /RedHat/RPMS
	This allows it to be installed during the RedHat portion of the
	install.  This allows us to only have one copy of the rpm vs
	one for each workgroup.

Adobe Acrobat reader  -- From Adobe

	acroread-5.05.i386.rpm
	acroread-plugin-5.05.i386.rpm
   
---------------------------------------------------------------------------
UPDATED compared to RedHat 7.3
----------------------------------------------------------------------------

Pam-krb5 - Fermi patched source.  Original version did not allow anyone  
	to log in as root via the console if root had a .k5login file

	pam_krb5-1.55-1f1.i386.rpm

Jpilot  -- upgraded - old version really broken

	jpilot-0.99.2-2.i386.rpm

Mozilla -- upgraded to 1.0.0 version vs 0.9.9 version

        Installed instead of netscape

	galeon-1.2.5-1.i386.rpm
	mozilla-1.0.0-4.386.rpm
	mozilla-chat-1.0.0-4.i386.rpm
	mozilla-devel-1.0.0-4.i386.rpm
	mozilla-dom-inspector-1.0.0-4.i386.rpm
	mozilla-js-debugger-1.0.0-4.i386.rpm
	mozilla-mail-1.0.0-4.i386.rpm
	mozilla-nspr-1.0.0-4.i386.rpm
	mozilla-nspr-devel-1.0.0-4.i386.rpm
	mozilla-nss-1.0.0-4.i386.rpm
	mozilla-nss-devel-1.0.0-4.i386.rpm
	mozilla-psm-1.0.0-4.i386.rpm

lokkit

	Fermi patched source.  We have put in menu options to allow the user
        to poke predefined holes for Kerberos, NFS, and AFS.  These work best
        with the medium setting.
 
		gnome-lokkit-0.50-8f3.i386.rpm
		lokkit-0.50-8f3.i386.rpm

OpenSSH -- updated

    This is a major change.  Please see the Fermi.openssh.readme in the 
    Fermi.documentation directory for more info.  Do NOT skip reading this.
    It is quite long which is why I have not included it in this document.
    
    Moved the decsion if openssh-server is installed to the workgroups. 
    If a workgroup wants to not install openssh-server then they just need 
    to remove the entry from their "comps" file.

    The openssh-server(sshd) has partial support for older ssh1 clients 
    including the old Fermi ssh1 client.  There is no afs in this ssh1 
    support.  Kerberos works but the resultant ticket is not forwardable.  If
    this support is not succficient then you should not install the
    openssh-server rpm but instead install the ssh-server rpm for full 
    ssh1 support with afs, cryptocard and forwardable tickets.

	openssh-3.4p1f12-7.3.7.i386.rpm
	openssh-askpass-3.4p1f12-7.3.7.i386.rpm
	openssh-askpass-gnome-3.4p1f12-7.3.7.i386.rpm
	openssh-clients-3.4p1f12-7.3.7.i386.rpm
	openssh-server-3.4p1f12-7.3.7.i386.rpm
	openssh-3.4p1f12-7.3.7.src.rpm

ghostscript
 
 	Removed dependency on Omni which are drivers for local printers.  If
 	you have local printers and you want to use Omni you should use yum to
	install Omni for you.  "yum install Omni*"
	This was done so that Omni would not need to be installed by default.
	This saves about 50MB per install.  Workgroups can include if they
	wish by including "@ Local Printer Support" in their comps file.
	The "GNOME" group includes "@ Local Printer Support" already as it
	had lots of other dependencies on it's contents.

----------------------------------------------------------------------------
Installer modifications
---------------------------------------------------------------------------

     Kerberos is enabled by default on the normal RedHat authentication
     screen.  The installer does NOT know if what you put in here is
     accurate so if you change something make sure it is right because
     that is what you are going to get.  This is not done the same way 
     as it was on Fermi Linux 7.1.1 .  In this release I am using the
     normal Redhat install screen.  I just pre fill it out for you.

     Fermized the graphics, and added many workgroup icons.

     Changes to "defaults" from RedHat installer.

	Firewall is off by default.  RedHat default was Medium.

	US/Central is default timezone.  RedHat default was New York.

	Kerberos is on by default with a realm of FNAL.GOV .  RedHat default
	was off.

 	LILO is the default bootloader.  GRUB is available.

     Workgroups

	Talk to your workgroup maintainers to see if your workgroup is ready.

	Kickstarters will have to run the fermi "post.sh" just like they
	did on Fermi Linux 7.1.1 .

 	ClueD0Workstation
 
 		A new workgroup.

	gv 

		Ghostview was not installed at all.  I added it to the
		default "desktop" installs.

	flpr

		Now installed by default.  No need for ups/upd as this is
		a rpm.


	Created a "Netscape" group to allow for easy installation of
	netscape by the workgroups.  I had changed the default of the
	web browser to be mozilla but some still want netscape.  This
	will just make it easier for the to select it.  Workgroups
	just need to include "@ Netscape"  in their "comps" file to
	include it.

	Created a "Local Printer Support" group.  This includes some
	larger in size rpms that are generally not used at Fermi since
	their use is limited to local printers.  There are clearly not
	many local printers onsite.  It is included by the "GNOME" group
	since GNOME has lots of dependencies here.

	Modified "Network Server" to not install many services that
	are either not needed at Fermi or are not allowed at Fermi.
	This was done because the NFS Server group called the
	"Network Server" group.  If you want these rpms then the
	workgroup maintainers can add them in.

---------------------------------------------------------------------------
/contrib  (on cdrom 3)
--------------------------------------------------------------------------
	openoffice.org  1.0.1

 	nvidia/
 
 		Nvidia video drivers.  You will need to recompile for this os.

---------------------------------------------------------------------------
HARDWARE SPECIFIC ISSUES
---------------------------------------------------------------------------

    Intel GX motherboards still need the "apic" option entered during the 
    "floppy" boot because of aic7xxx issues.  This is the same as 7.1.1 .

	"linux apic" 

    ASUS A7M266-D motherboard has a similar problem but it needs the noapic
    option.

	"linux noapic"

    With CDROM installs the Adaptec scsi control driver has to timeout
    each lun.  This takes a really really really long time.  If you
    do not need the scsi during the install I suggest you boot with
    "linux noprobe".  This will let you select drivers and allow you to
    skip the Adaptec scsi driver and thus the timeout problem.

---------------------------------------------------------------------------
SOFTWARE ISSUES/BUGS
---------------------------------------------------------------------------

  UPGRADES

	Fairly slow.  I guess it has lots of things to do.

  CVS

	cvs core dumps *IF* the file "Distribution/srt2/.cvspass" 
        does not have world read permission.

  ld
        
 	"ld" which is part of binutils seems to use more memory compared
         to the version on 7.1.1 .  A example of this is shown here.
         Thanks to Robert Kennedy at CDF for finding this problem.  He is
         also researching this issue.  If anyone else know a solution
         to this issue please get in contact with us.
 
         Using ld --stats -v, I was able to confirm that ld is "aware" that it
         is holding much more memory.
 
         First, on a FRHL 7.1 machine, 800 MHZ multi-PIII machine:
 
         /usr/bin/ld: total time in link: 26.990000
         /usr/bin/ld: data size 162248924
         GNU ld version 2.10.91 (with BFD 2.10.91.0.2)
 
         Next, on my FRHL 7.3, 2533 MHz uni-P4 machine:
 
         /usr/bin/ld: total time in link: 63.890000
         /usr/bin/ld: data size 435826400
         GNU ld version 2.13.90.0.2 20020802

  ntp

	This version of ntp adds a "ntp" user to /etc/passwd .  This user
	needs to be in /etc/passwd in order for ntp to start properly.  If
	you modify /etc/passwd make sure that the "ntp" user is kept intact.

  yum

	If yum has to download rpms to upgrade them there are cases where a
	shortage of disk space can cause of "python traceback".

  tcsh/NFS

	In some circumstances the tab completion and the "path" completion
	do not work with tcsh when tcsh is accessing NFS mounted directories.
	We are researching this problem now but do not have a resolution.
	Note that it is not all NFS mounted directories.

-----------------------------------------------------------------------------
 FIXED SOFTWARE ISSUES/BUGS
---------------------------------------------------------------------------
 
---------------------------------------------------------------------------
RedHat ERRATA
---------------------------------------------------------------------------

	gaim-0.59.1-0.7.3.i386.rpm
	wordtrans-1.1pre8-11.i386.rpm
	wordtrans-kde-1.1pre8-11.i386.rpm
	wordtrans-qt-1.1pre8-11.i386.rpm
	wordtrans-web-1.1pre8-11.i386.rpm
	pxe-0.1-31.99.7.3.i386.rpm
	scrollkeeper-0.3.4-5.i386.rpm
	ethereal-0.9.6-0.73.0.i386.rpm
	ethereal-gnome-0.9.6-0.73.0.i386.rpm
 	mailman-2.0.13-1.i386.rpm
 	php-4.1.2-7.3.4.i386.rpm
 	php-devel-4.1.2-7.3.4.i386.rpm
 	php-imap-4.1.2-7.3.4.i386.rpm
 	php-ldap-4.1.2-7.3.4.i386.rpm
 	php-manual-4.1.2-7.3.4.i386.rpm
 	php-mysql-4.1.2-7.3.4.i386.rpm
 	php-pgsql-4.1.2-7.3.4.i386.rpm
 	php-snmp-4.1.2-7.3.4.i386.rpm
 	kernel-2.4.18-10.athlon.rpm
 	kernel-2.4.18-10.i386.rpm
 	kernel-2.4.18-10.i586.rpm
 	kernel-2.4.18-10.i686.rpm
 	kernel-bigmem-2.4.18-10.i686.rpm
 	kernel-BOOT-2.4.18-10.i386.rpm
 	kernel-debug-2.4.18-10.i686.rpm
 	kernel-doc-2.4.18-10.i386.rpm
 	kernel-smp-2.4.18-10.athlon.rpm
 	kernel-smp-2.4.18-10.i586.rpm
 	kernel-smp-2.4.18-10.i686.rpm
 	kernel-source-2.4.18-10.i386.rpm
 	libpng-1.0.14-0.7x.3.i386.rpm
 	libpng-devel-1.0.14-0.7x.3.i386.rpm
        krb5-devel-1.2.4-2.i386.rpm
	krb5-libs-1.2.4-2.i386.rpm
	krb5-server-1.2.4-2.i386.rpm
	krb5-workstation-1.2.4-2.i386.rpm
	bind-9.2.1-1.7x.2.i386.rpm
	bind-devel-9.2.1-1.7x.2.i386.rpm
	bind-utils-9.2.1-1.7x.2.i386.rpm
	gaim-0.59-0.7.3.i386.rpm
	openssl095a-0.9.5a-18.i386.rpm
	openssl096-0.9.6-13.i386.rpm
	openssl-0.9.6b-28.i386.rpm
	openssl-0.9.6b-28.i686.rpm
	openssl-devel-0.9.6b-28.i386.rpm
	openssl-perl-0.9.6b-28.i386.rpm
	glibc-2.2.5-39.i386.rpm
	glibc-2.2.5-39.i686.rpm
	glibc-common-2.2.5-39.i386.rpm
	glibc-debug-2.2.5-39.i386.rpm
	glibc-debug-2.2.5-39.i686.rpm
	glibc-debug-static-2.2.5-39.i386.rpm
	glibc-devel-2.2.5-39.i386.rpm
	glibc-profile-2.2.5-39.i386.rpm
	glibc-utils-2.2.5-39.i386.rpm
	nscd-2.2.5-39.i386.rpm
	redhat-lsb-1.2.0-1.i386.rpm
 	openssl095a-0.9.5a-14.i386.rpm
        openssl096-0.9.6-9.i386.rpm
        openssl-0.9.6b-24.i386.rpm
        openssl-devel-0.9.6b-24.i386.rpm
        openssl-perl-0.9.6b-24.i386.rpm
 	evolution-1.0.3-6f1.i386.rpm
 	glibc-2.2.5-37.i386.rpm
        glibc-2.2.5-37.i686.rpm
 	glibc-common-2.2.5-37.i386.rpm
 	glibc-debug-2.2.5-37.i386.rpm
 	glibc-debug-2.2.5-37.i686.rpm
 	glibc-debug-static-2.2.5-37.i386.rpm
 	glibc-devel-2.2.5-37.i386.rpm
 	glibc-profile-2.2.5-37.i386.rpm
 	glibc-utils-2.2.5-37.i386.rpm
 	nscd-2.2.5-37.i386.rpm
 	cpp-2.96-112.i386.rpm
 	gcc-2.96-112.i386.rpm
 	gcc-c++-2.96-112.i386.rpm
 	gcc-chill-2.96-112.i386.rpm
 	gcc-g77-2.96-112.i386.rpm
 	gcc-java-2.96-112.i386.rpm
 	gcc-objc-2.96-112.i386.rpm
 	libstdc++-2.96-112.i386.rpm
 	libstdc++-devel-2.96-112.i386.rpm
 	losetup-2.11n-12.7.3.i386.rpm
 	mount-2.11n-12.7.3.i386.rpm
 	util-linux-2.11n-12.7.3.i386.rpm
        psmisc-20.2-3.73.i386.rpm
	squid-2.4.STABLE6-6.7.3.i386.rpm
        glibc-2.2.5-36.i386.rpm
        glibc-2.2.5-36.i686.rpm
        glibc-common-2.2.5-36.i386.rpm
        glibc-debug-2.2.5-36.i386.rpm
        glibc-debug-2.2.5-36.i686.rpm
        glibc-debug-static-2.2.5-36.i386.rpm
        glibc-devel-2.2.5-36.i386.rpm
        glibc-kernheaders-2.4-7.16.i386.rpm
        glibc-profile-2.2.5-36.i386.rpm
        glibc-utils-2.2.5-36.i386.rpm
        nscd-2.2.5-36.i386.rpm
        ucd-snmp-4.2.5-7.73.0.i386.rpm
        ucd-snmp-devel-4.2.5-7.73.0.i386.rpm
        ucd-snmp-utils-4.2.5-7.73.0.i386.rpm
        kernel-2.4.18-5.athlon.rpm
        kernel-2.4.18-5.i386.rpm
        kernel-2.4.18-5.i686.rpm
        kernel-bigmem-2.4.18-5.i686.rpm
        kernel-BOOT-2.4.18-5.i386.rpm
        kernel-debug-2.4.18-5.i686.rpm
        kernel-doc-2.4.18-5.i386.rpm
        kernel-smp-2.4.18-5.athlon.rpm
        kernel-smp-2.4.18-5.i586.rpm
        kernel-smp-2.4.18-5.i686.rpm
        kernel-source-2.4.18-5.i386.rpm
        kernel-2.4.18-5.i586.rpm
        apache-1.3.23-14.i386.rpm
        apache-devel-1.3.23-14.i386.rpm
        apache-manual-1.3.23-14.i386.rpm
        LPRng-3.8.9-4.i386.rpm
        mailman-2.0.11-1.i386.rpm
        ethereal-0.9.4-0.7.3.0.i386.rpm
        ethereal-gnome-0.9.4-0.7.3.0.i386.rpm
	bind-9.2.1-0.7x.i386.rpm
	bind-devel-9.2.1-0.7x.i386.rpm
	bind-utils-9.2.1-0.7x.i386.rpm
	dateconfig-0.7.5-7.i386.rpm
	ghostscript-6.52-9.4.i386.rpm
	xchat-1.8.9-1.73.0.i386.rpm
	sane-backends-1.0.7-6.1.i386.rpm
	sane-backends-devel-1.0.7-6.1.i386.rpm
	evolution-1.0.3-6.i386.rpm
	fetchmail-5.9.0-11.i386.rpm
	fetchmailconf-5.9.0-11.i386.rpm
	kernel-2.4.18-4.athlon.rpm
	kernel-2.4.18-4.i386.rpm
	kernel-2.4.18-4.i686.rpm
	kernel-bigmem-2.4.18-4.i686.rpm
	kernel-BOOT-2.4.18-4.i386.rpm
	kernel-debug-2.4.18-4.i686.rpm
	kernel-doc-2.4.18-4.i386.rpm
	kernel-smp-2.4.18-4.athlon.rpm
	kernel-smp-2.4.18-4.i586.rpm
	kernel-smp-2.4.18-4.i686.rpm
	kernel-source-2.4.18-4.i386.rpm
	mod_python-2.7.8-1.i386.rpm
	mozilla-0.9.9-12.7.3.i386.rpm
	mozilla-chat-0.9.9-12.7.3.i386.rpm
	mozilla-devel-0.9.9-12.7.3.i386.rpm
	mozilla-dom-inspector-0.9.9-12.7.3.i386.rpm
	mozilla-js-debugger-0.9.9-12.7.3.i386.rpm
	mozilla-mail-0.9.9-12.7.3.i386.rpm
	mozilla-nspr-0.9.9-12.7.3.i386.rpm
	mozilla-nspr-devel-0.9.9-12.7.3.i386.rpm
	mozilla-nss-0.9.9-12.7.3.i386.rpm
	mozilla-nss-devel-0.9.9-12.7.3.i386.rpm
	mozilla-psm-0.9.9-12.7.3.i386.rpm
	perl-Digest-MD5-2.20-1.i386.rpm
	nss_ldap-189-2.i386.rpm