4.4. anaconda
Updated anaconda packages that fix several bugs and two enhancements are now available for Red Hat Enterprise Linux 5.
The anaconda packages contain portions of the Anaconda installation program that can be run by the user for reconfiguration and advanced installation options.
Bug Fixes
- BZ#750681
- When a host name provided by the user could not be resolved during system installation, it was added to the
/etc/hosts
file as a localhost record (under 127.0.0.1). Thus when configuring the network, DNS resolution of the host name did not work properly. This update ensures that user-provided host names are no longer written to the/etc/hosts
file and host name resolution now works as expected. - BZ#760496
- During the installation process, Anaconda failed to read the Release Notes using the
getReleaseNotes()
function. Consequently, the button showed a pop-up error “Release Notes are missing”. ThegetReleaseNotes()
function has been fixed and now properly presents the Release Notes when the button is pressed. - BZ#769287
- The maximum size limit for all
ext
file systems was set to 8 TB. Consequently, Anaconda limited the maximum size artificially for theext3
andext4
file systems, even though these systems support sizes up to 16 TB. The size limits forext3
andext4
have been extended to 16 TB. - BZ#773573
- Pressing the ESC key in certain Anaconda dialog boxes behaved the same way as if thebutton was hit. This has been fixed and pressing the ESC key now has the same effect as hitting the button.
- BZ#784159
- Previously, symbolic links in the
/dev/
directory, such as/dev/fd/
, were not created during installation. Consequently, an attempt to use these links during the installation failed. The source code has been updated and symbolic links are now created correctly and can be used during installation. - BZ#788871
- The
openibd
service was not enabled after installation when using IP over InfiniBand (IPoIB). Consequently, an InfiniBand device did not come up after installation. The underlying source code has been modified and theopenibd
service is now enabled when usingIPoIB
during installation. - BZ#797075
- Previously, the
--label
option in thepart
section of a kickstart file was not honored. Consequently, partitions were not labeled in accordance with the kickstart option after system installation. The source code that handles partition label setting has been fixed, and partition labeling via a kickstart file works as expected. - BZ#812719
- Kernel and
initrd
image sizes grew slightly in Red Hat Enterprise Linux 5.8. Consequently, thediskboot.img
file did not have enough space to store all files and some of them were truncated or were not included in the image. The size ofdiskboot.img
has been increased and all files fit as expected. - BZ#819721
- Due to improper handling of invalid disks referenced in the kickstart file, Anaconda could crash with a traceback when attempting to execute the partitioning instructions. This bug has been fixed, Anaconda now checks for invalid BIOS disk references correctly and exits gracefully indicating that the referenced BIOS disk cannot be found.
- BZ#841136
- Newer versions of nfs-utils and mount.nfs are set to use the
TCP
protocol by default and Anaconda mounting code conflicted with this new default. Consequently, the Network File System (NFS) sources were not mountable and users were unable to install the system over this protocol. The Anaconda NFS mounting code has been updated to useTCP
by default. As result, installations over NFS function as expected.
Enhancements
- BZ#756213
- This enhancement adds a class for Global File System (GFS) to the Anaconda code base. As a result, the lines with the “gfs” string in the
/etc/fstab
file are preserved on upgrade and using thegfs
boot option enables a way to create new GFS partitions during installation. The lines with the unknown (unsupported) file system type are just commented out on upgrade instead of removed from the/etc/fstab
file. - BZ#824880
- This enhancement includes Microsoft ParaVirtualized (PV) drivers into the installation environment. Previously, running Red Hat Enterprise Linux as a guest on Microsoft provided only a sub-part user experience with need to download and install Microsoft tools and add the PV support. This update enables seamless installation of Red Hat Enterprise Linux as a guest on a
Hyper-V
server and Red Hat Enterprise Linux works out-of-the-box now.
Users of anaconda are advised to upgrade to these updated packages, that fix these bugs and add these enhancements.