Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
4.8 Release Notes
Red Hat Enterprise Linux 4
Release Notes for all Architectures
Abstract
This details the Release Notes for Red Hat Enterprise Linux 4.8
1. Release Notes Updates Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
This section contains additional Release Notes and Updates to existing notes that were not included in the distribution version of the Red Hat Enterprise Linux 4.8 Release Notes.
- Known Issue: Bugzilla #488186
- Running Red Hat Enterprise Linux 4.8 on Lenovo T61 notebooks may cause the system to hang during the boot process, displaying the following error message:To work around this issue, disable ACPI (Advanced Configuration and Power Interface) by adding the command
mtrr: v2.0 (20020519) ACPI: Subsystem revision 20040816 ACPI: Found ECDT
mtrr: v2.0 (20020519) ACPI: Subsystem revision 20040816 ACPI: Found ECDT
Copy to Clipboard Copied! Toggle word wrap Toggle overflow acpi=off
to the kernel boot parameters. - Known Issue: Bugzilla #459785
- Japanese language JP106 keyboards will not function correctly when booting into Rescue Mode on Red Hat Enterprise Linux 4.8.
- Known Issue: Bugzilla #494022
- Updating all packages from Red Hat Enterprise Linux 4.7 to Red Hat Enterprise Linux 4.8 on multilib architectures may fail with dependency issues for the
openmpi-libs
package. To work around this issue, use the following commands to update thecompat-dapl
package before updating the remaining packages:up2date compat-dapl up2date -fu
up2date compat-dapl up2date -fu
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Known Issue: Bugzilla #443137
- In a typical HA-RAID (High Availability RAID) two-system configuration, two SAS (Serial Attached SCSI) adapters are plugged in to two systems that are connected to a shared SAS disk drawer. However, it is currently possible to set the
Preferred Dual Adapter State
attribute toPrimary
on both SAS adapters, which may trigger a race condition and cause infinite failover between the adapters. To prevent this error, if thePreferred Dual Adapter State
attribute of one SAS adapters is set toPrimary
, ensure that the other is set toNone
. - Known Issue: Bugzilla #499457
- As a result of N_Port ID Virtualization (NPIV) support added in Red Hat Enterprise Linux 4.8 on s390x architectures, the
permanent_port_name
sysfs
attribute is no longer included. This attribute was used (primarily for debugging purposes) to differentiate the use of NPIV Logical Unit Numbers (LUNs) from within Linux. In the absence of this attribute, system administrators should refer to the Hardware Management Console / Support Element (HMC/SE) to find the virtual port address on an NPIV-enabled system. - Known Issue: Bugzilla #435300
- Known Issue: In previous versions of Red Hat Enterprise Linux 4, adding the lineto a kickstart file sets selinux to permissive mode. However, this line is currently ignored by the installer, leaving selinux set to the default mode: enforcing.
selinux --permissive
selinux --permissive
Copy to Clipboard Copied! Toggle word wrap Toggle overflow To set selinux to permissive mode during a kickstart installation, add thecommand to thesetenforce 1
setenforce 1
Copy to Clipboard Copied! Toggle word wrap Toggle overflow section of the kickstart file.%pre
%pre
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Alternatively, runafter installation is complete.setenforce 1
setenforce 1
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Known Issue: Bugzilla #455251
- In Red Hat Enterprise Linux 4, invoking the kernel system call
setpriority()
with awhich
parameter of typePRIO_PROCESS
does not set the priority of child threads. - Recommendation: Firefox Restart
- Red Hat strongly recommends restarting the Firefox browser after updating the
firefox
package. This will ensure that all Firefox updates take effect.