Red Hat Linux 7.1 Release Notes
Red Hat Linux 7.1 Release Notes
Red Hat Linux 7.1 Release Notes
1 Release
Notes
Red Hat, Inc.
1. Introduction
This document describes features that are new to Red Hat Linux 7.1, but may not have
been available prior to our documentation being finalized. For the very latest
information, please read the RELEASE-NOTES file on the Red Hat Linux CD #1.
The second line exports environment variables which will cause gcc and ld to look
for glibc 2.1.3 compatibility headers and libraries.
2. Reminder regarding NFS, FTP, or HTTP installations Because the Red Hat
Linux 7.1 installation program is capable of installing Red Hat Linux from
multiple CD-ROMs, if you intend to support NFS, FTP, or HTTP installations it is
no longer possible to simply mount a single Red Hat Linux CD-ROM, and install
from it.
Instead, you must copy the RedHat directory from each CD-ROM comprising Red
Hat Linux 7.1 onto a disk drive:
Insert CD 1
mount /dev/cdrom /mnt/cdrom
cp -var /mnt/cdrom/RedHat /location/of/disk/space
umount /mnt/cdrom
Insert CD 2
mount /dev/cdrom /mnt/cdrom
cp -var /mnt/cdrom/RedHat /location/of/disk/space
umount /mnt/cdrom
3. XFree86 4.0.3 The Red Hat Linux 7.1 installation program includes improved
test screens and better detection of video memory, doing more than ever to help
you get everything correct with a minimum of fuss.
4. Firewall Configuration For added security, you can now configure a firewall as
part of your system installation. You can choose from two levels of security, as
well as choosing which common system services should be allowed or disallowed
by default.
Please note that both medium and high firewall settings will cause RPC-based
services (such as NIS or NFS) to be blocked, and thus fail.
5. Hard Drive Installation - ISO images are now required for hard drive installations,
making it no longer necessary to copy and install the entire tree. Instead, simply
put the required ISO images in a directory. During the hard drive installation, point
the Red Hat Linux installation program at that directory. In addition, since Red Hat
publishes MD5 checksums for all ISO images, it is now possible to ensure that you
are using officially-released software by running the md5sum program against your
ISO images, and comparing the checksums against the ones published by Red Hat.
6. Language Selection Language selection has been significantly re-vamped. It
is now possible to install in one language, but specify that the system, after
installation, will operate in another language.
7. Laptop Installation Class A new Laptop installation class is available, which
enables PCMCIA support by default. It should be detected automatically if your
computer has a supported PCMCIA controller.
8. LBA32 Support There is now support for the LBA32 option in LILO. This
makes it possible to boot from partitions partially or completely above cylinder
1024 (which had been a historical limitation). Note, however, that we have found
that not all motherboards support this option, even when the BIOS claims support
is available. Therefore, this option is disabled by default. Note also that this option
is available ONLY when a partition has been created using fdisk, and that partition
is then chosen as the /boot or / partition. The fdisk restriction is necessary as it is
not possible to create a bootable partition above cylinder 1024 using Disk Druid.
9. Disk Druid Improvements Disk Druid now detects partition table
inconsistencies, such as partitions that do not end on cylinder boundaries. This can
be caused if the geometry of a hard disk drive is detected differently than when the
drive was originally partitioned. In these cases, we recommend that you use the
fdisk program to more closely inspect these inconsistencies, or choose to skip the
drive entirely.
10. Graphical Kickstart Configuration Red Hat Linux 7.1 now provides a
graphical interface for creating kickstart configurations, allowing custom,
unattended installations to be created with greater ease than ever before.
11. Improved Rescue Mode Rescue mode now attempts to mount the filesystems
listed in /etc/fstab (assuming the root filesystem can be found). The
filesystems are mounted under /mnt/sysimage. This eliminates a very confusing
step for users using rescue-mode for the first time.
12. New Authentication Configuration Security Option Authentication
configuration now includes the ability to use Transport Layer Security (TLS) when
performing lookups. TLS allows LDAP clients to use an encrypted connection
when performing authentication.
13. Miscellaneous Installation Program Improvements Overall, there are many
additional tests and checks performed to catch potential problems which
previously caused tracebacks (installation program crashes). This should reduce
the number of poor out-of-box experiences for newer users.
magicdev, the Rescan Devices option on the root gmc menu (which appears
when you right-click on the desktop) performs an equivalent function.
KDE users will see similar functionality.
4. New and Updated Drivers Many drivers are new to Red Hat Linux 7.1, or
have been upgraded as a result of switching to a 2.4-based kernel. Changes
include:
a. Updated Adaptec AIC7XXX SCSI driver
b. IEEE1394 (FireWire(tm)) subsystem
c. Adaptec starfire quad ethernet
d. Aironet 802.11 WiFI ethernet
e. National Semiconductor DP83810 ethernet
f. ATM subsystem and various ATM drivers
g. DECnet subsystem
h. Cyclom 2X, DEFEA, and DEFPA FDDI
i. IPv6 support
j. NFS version 3
k. iptables, an improved firewall layer
l. Maestro3 sound
m. Broadcom BCM5700 PCI-X 10/100/1000BASE-T controller
n. IDE UltraDMA/66 and UltraDMA/100 contoller support
5. 3D acceleration under XFree86 4.0.3 A wide variety of 3DFX cards have
been added to the list of cards supporting accelerated 3D graphics. In addition,
Intel i810, Matrox G200, G400, G450 (NOTE: dual-head operation on the G450 is
unsupported), and ATI Rage 128 based cards also support accelerated 3D graphics.
Please note that 3D acceleration on ATI Radeon cards is not yet supported by
XFree86 4.0.3.
15. Sendmail By default, sendmail does not accept network connections from any
host other than the local computer. If you want to configure sendmail as a server
for other clients, please edit /etc/mail/sendmail.mc and change
DAEMON_OPTIONS to also listen on network devices, or comment out this
option all together. You will need to regenerate /etc/sendmail.cf by running:
m4 /etc/mail/sendmail.mc > /etc/sendmail.cf
Note: You must have the sendmail-cf package installed for this to work.
10
e. elm
f. linuxconf
g. ncpfs
h. mars_nwe
6. Documentation-Related Enhancements
and Changes
1. Additional documentation regarding the /etc/sysconfig/vncservers file
Due to time constraints, the following information was not available prior to the
Official Red Hat Linux Reference Guides print date.
The /etc/sysconfig/vncservers file configures how the Virtual Network
Computing (VNC) server starts up. VNC is a remote display system which allows
11
you to view a desktop environment not only on the machine where it is running but
across different networks (from a LAN to the Internet) and using a wide variety of
machine architectures.
It may contain the following:
VNCSERVERS=<value>, where <value> is set to something like 1:fred, to
indicate that a VNC server should be started for user fred on display :1. User fred
must have set a VNC password using vncpasswd before attempting to connect to
the remote VNC server.
Note that when you use a VNC server, your communication with it is unencrypted,
and so it should not be used on an untrusted network. For specific instructions
concerning the use of SSH to secure the VNC communication, please read the
information found at http://www.uk.research.att.com/vnc/sshvnc.html. To find out
more about SSH, please refer to the Official Red Hat Linux Reference and
Customization Guides.
12