United States (change)
Shortcuts: Downloads Fedora Red Hat Network
If you find any errors in the Red Hat Enterprise Linux documentation, or just have a suggestion, please read the Submitting Documentation Errata page.
| Reference Guide |
The command listed for starting the slapd service is incorrect. The correct command is as follows:
| /sbin/service ldap start |
The list of available parameters for the bonding module has been expanded. The complete list is as follows:
|
The passage describing the /etc/sysyconfig/desktop file is incorrect. The passage should read:
|
The /etc/sysconfig/desktop file specifies the desktop for new users and the display manager to be run when entering runlevel 5. Correct values are: DESKTOP=<value>, where <value> is one of the following:
DISPLAYMANAGER=<value>, where <value> is one of the following:
|
Securing Email Client Communications
You must remove the existing imapd.pem and ipop3d.pem files before running the make imapd.pem and make ipop3d.pem commands. The passage should read as follows:
To create a self-signed SSL certificate for IMAP, change to the /usr/share/ssl/certs/ directory and type the following commands as root:
|
rm -f imapd.pem
make imapd.pem |
Answer all of the questions to complete the process.
To create a self-signed SSL certificate for POP, change to the /usr/share/ssl/certs/ directory, and type the following commands as root:
|
rm -f ipop3d.pem
make ipop3d.pem |
Again, answer all of the questions to complete the process.
| Important | |
|---|---|
|
Be sure to remove the default imapd.pem and ipop3d.pem files before issuing each make command. |
Once finished, execute the /sbin/service xinetd restart command to restart the xinetd daemon which controls imapd and ipop3d.
The path to the Xclients file is incorrect. The sentence should read:
| If .Xclients does not exist in the user's home directory, the standard /etc/X11/xinit/Xclients script attempts to start another desktop environment, trying GNOME first and then KDE followed by twm. |
Top-level Files within the proc File System
Running cat /proc/stat lists 7 fields in the cpu output, not 4 as shown in the example. A correct example of running cat /proc/stat is the following:
cpu 209841 1554 21720 118519346 72939 154 27168 cpu0 42536 798 4841 14790880 14778 124 3117 cpu1 24184 569 3875 14794524 30209 29 3130 cpu2 28616 11 2182 14818198 4020 1 3493 cpu3 35350 6 2942 14811519 3045 0 3659 cpu4 18209 135 2263 14820076 12465 0 3373 cpu5 20795 35 1866 14825701 4508 0 3615 cpu6 21607 0 2201 14827053 2325 0 3334 cpu7 18544 0 1550 14831395 1589 0 3447 page 477934 1073889 swap 1 0 intr 15239682 14857833 6 0 6 6 0 5 0 1 0 0 0 29 0 2 0 0 0 0 0 0 0 94982 0 286812 disk_io: ctxt 4209609 btime 1078711415 processes 21905 procs_running 1 procs_blocked 0 |
The cpu output measures the number of jiffies (1/100th of a second) that the system has been in user mode, user mode with low priority (nice), system mode, idle task, I/O wait, hardirq (IRQ), and softirq. The IRQ output is a direct response while the softirq output runs at a lower priority than the IRQ and therefore may be interrupted more frequently. The total for all CPUs on a system is shown in the cpu output, while each individual CPU is listed below it with its own statistics. The example is a 4-way Intel Pentium Xeon configuration with multithreading enabled, which is displayed as four physical processors and four virtual processors.
The values for the $ORIGIN directive in the example zone files are incorrect. The correct values for the respective files are:
| $ORIGIN example.com. |
and
| $ORIGIN 1.0.10.in-addr.arpa. |
The trailing dot after each value makes the value absolute rather than relative domain names for unqualified records.
| Red Hat Cluster Suite Configuring and Managing a Cluster |
Decreasing the Kernel Boot Timeout Limit
The GRUB boot timeout limit is specified in seconds and not tenths of a second. The sentence should read:
| When using the GRUB boot loader, the timeout parameter in /boot/grub/grub.conf should be modified to specify the appropriate number of seconds for the timeout parameter. |
Installation Notes for Red Hat Enterprise Linux 2.1 Users
The command listed in step 7 for converting the cluster configuration file is incorrect. The sentence should read:
| Invoke the /usr/sbin/cluster-convert command to convert the /etc/cluster.conf to /etc/cluster.xml. |