5.3 Release Notes
Red Hat Enterprise Linux 5
Release Notes für alle Architekturen.
Zusammenfassung
Dieses Dokument enthält die Release Notes für Red Hat Enterprise Linux 5.3.
1. Release Notes Updates Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
This section contains information about Red Hat Enterprise Linux 5.3 that did not make it into the Release Notes included in the distribution.
1.1. Feature Updates Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- Audit Aktualisierung
- The audit packages contain user-space utilities for storing and searching the audit records generated by the audit subsystem in the Linux 2.6 kernel.These updated packages upgrade the auditd daemon and its utilities to the newer upstream version 1.7.7, which provides the following enhancements over the previous version:
- the auditctl program, which is used to control the behavior of the audit subsystem, now supports multiple keys in the audit rules.
- a new utility, ausyscall, which is used to cross-reference syscall name and number information, is now provided in these updated packages.
- the aureport program has been enhanced to provide reports about keys it sees in audit events.
- event log parsing for the ausearch and aureport programs has been improved.
- a sample STIG rules file, named "stig.rules", is newly provided in these updated packages. This file contains the auditctl rules which are loaded whenever the audit daemon is started by init scripts.
In addition to the listed enhancements, these updated audit packages also include a new feature to allow a server to aggregate the logs of remote systems. The following instructions can be followed to enable this feature:- The audispd-plugins package should be installed on all clients (but need not be installed on the server), and the parameters for "remote_server" and "port" should be set in the /etc/audisp/audisp-remote.conf configuration file.
- On the server, which aggregates the logs, the "tcp_listen_port" parameter in the /etc/audit/auditd.conf file must be set to the same port number as the clients.
- Because the auditd daemon is protected by SELinux, semanage (the SELinux policy management tool) must also have the same port listed in its database. If the server and client machines had all been configured to use port 1000, for example, then running this command would accomplish this:
semanage port -a -t audit_port_t -p tcp 1000
semanage port -a -t audit_port_t -p tcp 1000
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - The final step in configuring remote log aggregation is to edit the /etc/hosts.allow configuration file to inform tcp_wrappers which machines or subnets the auditd daemon should allow connections from.
- wpa_supplicant re-base
- wpa_supplicant has been re-based to the latest upstream stable version 0.5.10 and include backported fixes for a number of issues that may affect users of wireless drivers that depend on the kernel's mac80211 wireless stack. Specific fixes and enhancements include:
- Support for a D-Bus control interface has been added. D-Bus is a popular lightweight Inter-Process Communication mechanism, and the addition of this control interface to wpa_supplicant allows applications (like NetworkManager) to more reliably control the supplicant.
- Cisco Aironet 340/350 wireless cards were not able to successfully connect to 802.1x-enabled wireless networks, often used in security sensitive organizations. During the connection process at the 4-Way WPA handshake stage, sending encryption keys to the driver would clear the wireless card firmware's authentication state. With this update, the supplicant uses an alternate method of supplying encryption keys to the kernel driver, allowing authentication state to be preserved in the Aironet firmware and 802.1x connections to succeed.
- Kernel drivers utilizing the new mac80211 wireless stack were sometimes unable to connect to wireless networks, either failing to find the requested network, or prematurely ending communication with the wireless access point during the connection process. Some drivers were prone to reporting multiple disconnection events during the association process, confusing the supplicant and causing long timeouts. The supplicant also did not sufficiently instruct the driver to disconnect when switching access points. This update fixes these issues and, in conjunction with kernel driver updates, allow more wireless hardware to successfully connect to wireless networks.
- NetworkManager re-base
- NetworkManager has been updated to version 0.7.0. This update provides the following fixes and enhancements:
- NetworkManager would not display a LEAP password, even when the user selected the "show password" option. This has been fixed through a rebase to NetworkManager 0.7.
- During the beta phase, a version of NetworkManager was unable to automatically start network interfaces for which "ONBOOT=no" was present in the ifcfg file. NetworkManager now ignores this value unless "NM_RESPECT_ONBOOT=yes" is also present.
- a NetworkManager plug-in was named for its upstream repository. This could cause end-users to mistake the plug-in for an un-supported addition to Red Hat Enterprise Linux. This plug-in has been renamed to "ifcfg-rh".
- with this update, support has been added to NetworkManager for wired 802.1x authentication. However, after creating an 802.1x-enabled wired connection in the NetworkManager connection editor, it may be necessary to log out, then log back in before the connection can be used from the NetworkManager applet menu.
- NetworkManager attempted to set a hostname, but only after X had already done so. The user could not then open new windows because the authority files had been set by X with a different hostname. NetworkManager no longer sets hostnames.
- an update for NetworkManager that was available in the beta phase would change the run level enablement of the package during installation, and thus prevent NetworkManager from starting. NetworkManager no longer changes run level enablements during installation.
- on a system with more than one network adapter, network keys saved by the user while connecting with one adapter would not be available when the user attempted to connect with the other adapter. NetworkManager can now retrieve and use network keys saved for a different adapter on the same network.
- previously, NetworkManager would not always prompt the user for a new network key if the protocol or key of a wireless network changed. Although NetworkManager would wait for a new key, it would not always open a dialog box and allow the user to provide one. NetworkManager will now open a dialog box when needed.
- several bug fixes and enhancements for NetworkManager were available upstream. NetworkManager has been rebased to version 0.7 to incorporate these improvements, including mobile broadband functionality, Phase2 WPA support, and static IP functionality.
- NetworkManager would would cause a segmentation fault when resuming a session. This was caused by the HAL dropping privileges before connecting to D-Bus, meaning that the HAL could not send signals to NetworkManager. NetworkManager now explicitly permits signals from the HAL.
- sometimes, X would freeze if the NetworkManager menu and a keyring manager window were open at the same time. This updated package includes a patch from upstream that prevents this behavior.
- if NetworkManager requires a network key from the user, it will open a pop-up window. However, the applet previously could not steal focus from metacity and would remain in the background. The window was therefore not obvious to the user. The applet now opens in the foreground, alerting the user to take action.
- when resuming, NetworkManager could sometimes re-establish a wireless connection, but not a route. A fix for this problem from upstream has been included in this update.
- NetworkManager did not previously support Cisco Airo Wi-Fi cards, as these devices did not respond to NetworkManager's attempts to detect them. NetworkManager can now detect and use these cards.
- the NetworkManager applet would wake up and redraw its icon once per second, even when NetworkManager was not active. Now, the applet will not wake up unless NetworkManager is running.
- NetworkManager 0.7 connects faster than libnotify can provide a notification bubble. When this happens, the bubble will appear at the top left corner of the screen, rather than under the taskbar. NetworkManager notification bubbles are now delayed for a few seconds, allowing libnotify to react.
- dbus-glib re-base
- The dbus-glib integration library has been re-based to version 0.73.8 This update provides support to updated versions of NetworkManager and also implements the following bugfix and enhancements
- cleanup of the DBusGProxy objects treated pending remote method calls incorrectly and may have resulted in freeing invalid memory. Consequently, processes using DBusGProxy objects may have crashed when the DBusGProxy object was freed. With this update dbus-glib correctly handles the destruction of DBusGProxy objects, resolving this issue.
- two new function calls,
dbus_g_proxy_call_with_timeout
anddbus_g_proxy_begin_call_with_timeout
, have been added to dbus-glib providing the ability to specify a timeout when making a request to a remote service. - dbus-binding-tool now ignores namespaced Extensible Markup Language (XML) nodes when processing introspection definition files.
- Sudo Aktualisierung
- sudo wurde grundlegend aktualisiert auf Upstream Version 1.6.9. Diese Version von sudo unterstützt nun LDAP, und ermöglicht das Suchen nach sudo-Rechten auch im Unterbaum, statt nur der Basis-Suche (d.h. nur Baum-Ebene). Dies ermöglicht es Administratoren, sudo-Rechte in einem Baum zu kategorisieren, was wiederum die Handhabung der Benutzerprivilegien vereinfacht.
Anmerkung
theenv_reset
sudoers option from newer sudo will reset the PATH environment variable. This is different from the behaviour in sudo-1.9.8. To keep the old behaviour simply add PATH variable into env_keep insudoers
file. - LVM-based Cluster mirroring
- With this update, the ability to create LVM mirrors in a cluster environment (i.e. while using CLVM) is now available in Red Hat Enterprise Linux It provides for simultaneous access from multiple cluster machines, like when using a cluster-aware file system. This solution is compatible with existing single-machine mirrors. When switching a mirrored logical volume between single-machine and cluster-aware, no resynchronization is necessary.
1.2. Resolved Issues Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
system-config-network
requires the fonts provided withxorg-x11-fonts-Type1
in order to display. However, this fonts package was not previously set as a dependency forsystem-config-network
and it was therefore possible (for example, in the case of a minimal installation) forsystem-config-network
to be present on a system and yet unable to function because these fonts were missing. This update setsxorg-x11-fonts-Type1
as a dependency forsystem-config-network
to ensure that these fonts will be available and thatsystem-config-network
will display correctly.- In Red Hat Enterprise Linux 5.2, a 64-bit version of httpd was included in addition to the existing 32-bit httpd in the PowerPC architecture. If a user installed both versions, an httpd conflict would occur, preventing httpd from functioning properly.To resolve this issue, the 64-bit version of httpd has been removed from this release. Any systems with the previous 64-bit version of httpd installed should remove the package before upgrade.
1.3. Driver Updates Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- the SCSI device handler infrastructure (
scsi_dh
) has been updated, providing added support for LSI RDAC SCSI based storage devices. - the tg3 driver for Broadcom Tigon3 ethernet devices has been updated to version 3.93. This applies several upstream changes for new hardware. However, the 5785 hardware is not fully supported. This device may be detected by the driver, but lack of PHY support may cause these chips to not function correctly and may require the user disable any on-board 5785 cards in the system BIOS.
scsi-target-utils
now features iSCSI Extensions for RDMA (iSER), which is based on the Linux Target (tgt) framework. iSER is included in this release as a Technology Preview, and provides capabilities for both single and multiple portals on different subnets. Note, however, that there are known bugs with using multiple portals on the same subnet.To set up an iSER target component, install thescsi-target-utils
andlibibverbs-devel
packages. The corresponding library package for your system's Infiniband hardware is also required. For example, in HCAs that use thecxgb3
driver thelibcxgb3
package is needed, and for HCAs using themthca
driver thelibmthca
package is need.- The MPT Fusion driver has been updated to version 3.04.06, providing the following bugfixes and enhancements:
- Previously, the MPT Fusion driver always allocated I/O resources, even if they were not required, which may have caused issues in low resource environments. With this update, the driver now uses the pci_enable_device_mem and pci_enable_device functions to differentiate the resource allocations.
- Previously, the kernel would panic when the mptsas and mptcl modules were loaded in parallel. With this update, this issue has been resolved.
- Previously, system power state changes (such as hibernation and standby) were not functioning correctly with 106XE controllers. With this update, the driver has been modified to free and allocate resources in power management entry points.
1.4. Virtualization Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- Ein Fehler im IDE/ATA Treiberstapel, der ein
kernel-xen
verwendendes Systemvom Booten in diekdump
-Umgebung hindern konnte, wurde jetzt behoben. In früheren Releases trat dieser auf, wenn das System auf eine Kernel Panik traf während das IDE-Gerät I/O durchführte und das IDE-Gerät durch einen Gerätetreiber gesteuert wurde, bei dem es sich nicht umlibata
handelte. - A softlockup may have occurred when creating a guest with a large amount of memory. Consequently, a call trace of the error was displayed on both the dom0 and the other guest. In this update, this issue has been resolved.
- On systems with large amounts of memory (ie 256GB or more), setting up the dom0 could exhaust the hypervisor memory heap. To work around this, the xenheap and dom0_size command line arguments had to be set to valid values for the system. In this update, the hypervisor has been updated to automatically set these values to a default of 32GB, which resolves this issue.
- Due to technical problems with passing TX checksum offload information between paravirtual domains, the use of TX checksum offload in conjunction with NAT for traffic originating from another domain is not supported. TX checksum offload can be used together with NAT as long as the NAT rule is applied in the domain where the traffic originates.Note that this also applies to fully virtualised domains using paravirtual network drivers. Fully virtualised domains using fully virtualised drivers are not affected as they do not support TX checksum offload at all.
1.5. Known Issues Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- Previous versions of the 5.3 Release Notes stated that the CD-ROM/DVD-ROM unit on Dell PowerEdge R905 servers does not work with Red Hat Enterprise Linux 5. This note was included by error, and does not apply to Red Hat Enterprise Linux 5.3.
- kdump now serializes drive creation registration with the rest of the kdump process. Consequently, kdump may hang waiting for IDE drives to be initialized. In these cases, it is recommended that IDE disks not be used with kdump.
- Improvements have been made to the 'nv' driver, enhancing suspend and resume support on some systems equipped with nVidia GeForce 8000 and 9000 series devices. Due to technical limitations, this will not enable suspend/resume on all hardware.
- pirut sorts some package lists using the textual representation of a package, which is inconsistent with the textual representation method used in yum. As such, some package lists (e.g. list) in pirut may not display names in alphabetical order.
- The Hypervisor outputs messages regarding attempts by any guest to write to an MSR. Such messages contain the statement
Domain attempted WRMSR
. These messages can be safely ignored; furthermore, they are rate limited and should pose no performance risk. - When upgrading from Red Hat Enterprise Linux 4 Workstation to 5 Server, OpenOffice will no longer work correctly with SELinux. This is because the Red Hat Enterprise Linux version of OpenOffice is built using an incorrect library. As a result, SELinux will prevent OpenOffice from accessing any shared libraries, causing OpenOffice to fail.To work around this, update the SELinux context to allow OpenOffice to access shared libraries. To do so, run the following commands:
semanage fcontext -a -t textrel_shlib_t '/usr/lib/ooo-1.1(/.*)?'
semanage fcontext -a -t textrel_shlib_t '/usr/lib64/ooo-1.1(/.*)?'
restorecon -Rv /usr/lib/ooo-1.19
restorecon -Rv /usr/lib64/ooo-1.19
Alternatively, you can also upgrade your OpenOffice to a correct version compatible with SELinux in Red Hat Enterprise Linux 5. You can do this by subscribing to the "Productivity App" child channel in Red Hat Network and running the following command:yum install openoffice-{base,calc,draw,emailmerge,graphicfilter,headless,impress,javafilter,math,pyuno,writer,xsltfilter}
- If jumbo frames are enabled on your system, a kernel panic will occur if you attempt to unload the
bnx2
module. - Red Hat advises that you avoid removing a block device from a guest while the device is in use. Doing so causes Xend to lose domain information for the guest.
- Accessing the right-click menu of the NetworkManager GNOME applet may cause the GNOME dialog to appear. When this occurs, no XII applications can receive keyboard or mouse input.To recover from this, switch to a virtual terminal using Ctrl+Alt+F1. Log in as the affected user (or root) and run
killall -9 nm-applet
. Then, switch back to X11 using Ctrl+Alt+F7. Your system should be able to receive keyboard and mouse input, although Red Hat recommends that you logout and login again to allow the system to fully recover. - On Altix systems with an ATI FireMV graphics adapter, the GUI console may not display on one of the VGA connectors. To workaround this issue, switch to using the other VGA connector on the dongle.
- It has been determined that 1024 byte objects in kernel slab may be lost when a call to pipe() fails. The problem occurs because pipe() allocates pipe files, and then tries to get free file descriptors for them. If the process is out of file descriptors, pipe() fails, but it does not clean up properly. A fix for this problem is planned for a forthcoming 5.3 kernel update.To workaround this issue, ensure that the process calling do_pipe has adequate file descriptors allocated.This issue has been observed with multipathd in particular. To avoid the problem with multipathd, calculate the number of file descriptors (FDs) required using the formula: "FDs = Number of Paths + 32". If the result is greater than the default value of 1024, then the max_fds value in the defaults section of multipath.conf should be set to the previously calculated value. For example, if there are 255 LUNs with 8 paths each, the line to be added to the defaults section of multipath.conf would be:
max_fds 2072
max_fds 2072
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - The
libcmpiutil-devel
package depends ontog-pegasus-devel
, which for the Red Hat Enterprise Linux Desktop product is only available from the Workstation option. Therefore, any attempt to install thelibcmpiutil-devel
package on a system that does not have a Subscription including the Workstation option or is not subscribed to the Workstation channel on the Red Hat Network, will fail with an unresolved dependency error. - It is possible in rare circumstances, for
makedumpfile
to produce erroneous results but not have them reported. This is due to the fact thatmakedumpfile
processes its output data through a pipeline consisting of several stages. Ifmakedumpfile
fails, the other stages will still succeed, effectively masking the failure. Should a vmcore appear corrupt, and makedumpfile is in use, it is recommended that the core be recorded without makedumpfile and a bug be reported. - An issue may be encountered when using system-config-cluster to configure a Postgres 8 resource agent, resulting in the postgresql service failing to start. To include a Postgres resource agent in your cluster, please check the man page for the agent, and edit the
cluster.conf
file in an editor, then update the cluster with the new configuration file using the appropriate cman_tool command. - Due to outstanding driver issues with hardware encryption acceleration, users of Intel WiFi Link 4965, 5100, 5150, 5300, and 5350 wireless cards are advised to disable hardware accelerated encryption using module parameters. Failure to do so may result in the inability to connect to Wired Equivalent Privacy (WEP) protected wireless networks after connecting to WiFi Protected Access (WPA) protected wireless networks.To do so, add the following options to
/etc/modprobe.conf
:(where wlan0 is the default interface name of the first Intel WiFi Link device)alias wlan0 iwlagn options iwlagn swcrypto50=1 swcrypto=1
alias wlan0 iwlagn options iwlagn swcrypto50=1 swcrypto=1
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - kdump now restarts when CPUs or DIMMs are hot-added to a system. If multiple items are added at the same time, several sequential restarts may be encountered. This behavior is intentional, as it minimizes the time-frame where a crash may occur while memory or processors are not being tracked by kdump.
1.6. Technology Previews Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- Software based Fibre Channel over Ethernet (FCoE)
- The Fibre Channel over Ethernet (FCoE) driver (fcoe.ko), along with libfc, provides the ability to run FCoE over a standard Ethernet card. This capability is provided as a technical preview in Red Hat Enterprise Linux 5.3.To enable this feature, you must login by writing the network interface name to the
/sys/module/fcoe/parameters/create
file, for example:To logout, write the network interface name to theecho eth6 > /sys/module/fcoe/parameters/create
echo eth6 > /sys/module/fcoe/parameters/create
Copy to Clipboard Copied! Toggle word wrap Toggle overflow /sys/module/fcoe/parameters/destroy
file, for example:For further information on software based FCoE refer to: http://www.open-fcoe.org/openfc/wiki/index.php/FCoE_Initiator_Quickstart.echo eth6 > /sys/module/fcoe/parameters/destroy
echo eth6 > /sys/module/fcoe/parameters/destroy
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Red Hat Enterprise Linux 5.3 bietet vollständigen Support für FCoE auf drei spezialisierten Hardware Implementierungen. Diese sind: Ciscofnic
-Treiber, der Emulexlpfc
-Treiber und der Qlogicqla2xx
-Treiber. - iSER Support
- iSER support, allowing for block storage transfer across a network, has been added to the
scsi-target-utils
package as a Technology Preview. In this release, single portal and multiple portals on different subnets are supported. There are known bugs when using multiple portals on the same subnet.To set up the iSER target component install the scsi-target-utils and libibverbs-devel RPM. The library package for the InfiniBand hardware that is being used is also required. For example: host channel adapters that use thecxgb3
driver thelibcxgb3
package is needed, and for host channel adapters using themthca
driver thelibmthca
package is needed.There is also a known issue relating to connection timeouts in some situations. Refer to Red Hat Bugzilla #470627 for more information on this issue.
2. Installation-Related Notes Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
This section includes information specific to Anaconda and the installation of Red Hat Enterprise Linux 5.3.
Red Hat Network can install the new and changed packages and upgrade an existing Red Hat Enterprise Linux 5 system. Alternatively, Anaconda can upgrade an existing Red Hat Enterprise Linux 5 system or perform a fresh installation of Red Hat Enterprise Linux 5.3.
Note: upgrading from beta releases of Red Hat Enterprise Linux 5.3 to this GA release is not supported.
Further, although Anaconda provides an option for upgrading from earlier major versions of Red Hat Enterprise Linux to Red Hat Enterprise Linux 5.3, Red Hat does not currently support this. More generally, Red Hat does not support in-place upgrades between any major versions of Red Hat Enterprise Linux. (A major version is denoted by a whole number version change. For example, Red Hat Enteprise Linux 4 and Red Hat Enterprise Linux 5 are both major versions of Red Hat Enterprise Linux.)
In-place upgrades across major releases do not preserve all system settings, services or custom configurations. Consequently, Red Hat strongly recommends fresh installations when upgrading from one major version to another.
2.1. All Architectures Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- Die Anaconda bietet nun die Möglichkeit, zu Virtual Network Computing (VNC) zu wechseln, um die Installation abzuschließen.-Installation von
- Das Erstellen oder Benutzen von verschlüsselte Platten im Software-RAID-Verbund (d.h.
software RAID
Partitionen) wird nicht unterstützt. Das Erstellen von verschlüsselten Software RAID Arrays (d.h./dev/md0
) wird hingegen unterstützt. - The NFS default for RHEL5 is "locking". Therefore, to mount nfs shares from the %post section of anaconda, use the
mount -o nolock,udp
command to start the locking daemon before using nfs to mount shares. - Bei der Installation von CD-ROM oder DVD-ROM auf einem System mit einem iBFT-konfigurierten Netzwerkgerät, bindet Anaconda keine iBFT-konfigurierten Speichergeräte ein, bis das Netzwerk konfiguriert ist. Um das Netzwerk für die Installation zu aktivieren, verwenden Sie den Befehl
linux updates=http://[any]
am Installations-Boot-Prompt. Beachten Sie, dass[any]
mit einer beliebigen URL ersetzt werden kann.Falls Ihr System eine statische IP-Konfiguration benötigt, verwenden Sie den Befehllinux updates=http://[any] ip=[IP address] netmask=[netmask] dns=[dns]
. - Verwenden Sie bei der Installation von Red Hat Enterprise Linux 5.3 auf einem voll virtualisierten Gast nicht den
kernel-xen
-Kernel. Das Verwenden dieses Kernels auf voll virtualisierten Gästen kann dazu führen, dass Ihr System hängenbleibt.Falls Sie bei der Installation von Red Hat Enterprise Linux 5.3 eine Installationsnummer verwenden, stellen Sie sicher, dass Sie die PaketgruppeVirtualization
während der Installation deselektieren. Die PaketgruppeVirtualization
installiert denkernel-xen
-Kernel.Beachten Sie, dass paravirtualisierte Gäste von diesem Problem nicht betroffen sind. Paravirtualisierte Gäste verwenden immer denkernel-xen
-Kernel. - Wenn Sie bei der Aktualisierung von Red Hat Enterprise Linux 5 auf 5.2 den virtualisierten Kernel verwenden, müssen Sie nach Abschluß der Aktualisierung neu starten. Sie sollten dann das System booten und dabei den aktualisierten virtualisierten Kernel verwenden.Die Hypervisoren von Red Hat Enterprise Linux 5 und 5.2 sind nicht ABI-kompatibel. Falls Sie das System nach der Aktualisierung unter Verwendung des aktualisierten virtualisierten Kernels nicht neu starten, entsprechen die aktualisierten Virtualisierungs-RPMs nicht dem laufenden Kernel.
- Bei der Aktualisierung von Red Hat Enterprise Linux 4.6 auf Red Hat Enterprise Linux 5.1 oder später kann
gcc4
dazu führen, dass die Aktualisierung scheitert. Aus diesem Grund sollten Sie das Paketgcc4
vor der Aktualisierung manuell entfernen. - Das
firstboot
Sprach-Plugin wurde entfernt, da es das System bei der Auswahl einer neuen Sprache nicht ordnungsgemäß und vollständig neu konfiguriert. - Bei der Bereitstellung (?) von Gästen während der Installation, steht dieOption nicht zur Verfügung. Für diesen Fall benötigt das System eine zusätzliche Berechtigung (?), unabhängig von der für
dom0
genutzten Berechtigung (?).Um den Verbrauch (?) von zusätzlichen Berechtigungen für Gäste zu verhindern, installieren Sie dasrhn-virtualization-common
-Paket manuell, bevor Sie versuchen, das System beim Red Hat Network anzumelden. - Das Installieren von Red Hat Enterprise Linux 5.3 auf einem System mit mehreren Netzwerkschnittstellen und manuell eingestellten IPv6 Adressen kann zu einer teilweise fehlerhaften Netzwerk-Einrichtung führen. Falls dies auftritt, werden Ihre IPv6 Adressen auf dem installierten System nicht sichtbar sein.Für eine provisorische Lösung setzen Sie
NETWORKING_IPV6
aufyes
in/etc/sysconfig/network
. Anschließend starten Sie Ihre Netzwerkverbindungen mit dem Befehlservice network restart
neu. - Falls auf Ihrem System
yum-rhn-plugin-0.5.2-5.el5_1.2
(oder eine frühere Version) installiert ist, wird Ihnen eine Aktualisierung auf Red Hat Enterprise Linux 5.3 mit dem Befehlyum update
nicht möglich sein. Um dies zu umgehen, aktualisieren Sie Ihryum-rhn-plugin
auf die neueste Version (peryum update yum-rhn-plugin
), bevor Sie den Befehlyum update
ausführen. - Bislang konnte anaconda nicht auf mehr als 8 SmartArray Kontroller zugreifen. In dieser Aktualisierung wurde das Problem nun behoben.
- Ein Treiber-Datenträger, bereitgestellt vom OEM, ist eine einzelne Image-Datei (*
.img
), welche eventuell mehrere Treiberpakete und Kernel-Module enthält. Diese Treiber werden während der Installation verwendet, um Hardware zu unterstützen, die andernfalls nicht von Red Hat Enterprise Linux 5 erkannt werden würden. Sind die Treiberpakete und Kernel-Module erst einmal auf dem System installiert, werden sie in der ursprünglichen RAM-Disk (initrd
) abgelegt, so dass sie beim Systemstart geladen werden.Mit dieser Aktualisierung erkennt die Installation nun automatisch das Vorhandensein eines Treiber-Datenträgers (anhand der Dateisystem-Kennung), und verwendet somit den Inhalt des Datenträgers während der Installation. Dieses Verhalten wird in der Befehlszeile der Installation gesteuert durch die Optiondlabel=on
, welche die automatische Suche aktiviert.dlabel=on
ist die Standardeinstellung für diese Version.Alle Blockgeräte mit der Dateisystem-KennungOEMDRV
werden untersucht und gefundene Treiber in der Reihenfolge des Antreffens geladen. - Vorhandene, verschlüsselte Blockgeräte, die
vfat
-Dateisysteme enthalten, werden als Typforeign
in der Partitionierungs-Schnittstelle angezeigt werden. Aus diesem Grund werden diese Geräte beim Systemstart nicht automatisch eingehängt. Um zu gewährleisten, dass diese Geräte automatisch eingehängt werden, ergänzen Sie einen entsprechenden Eintrag in/etc/fstab
. Für weitere Informationen zur Durchführung, werfen Sie bitte einen Blick aufman fstab
.
2.2. PowerPC Architectures Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- The minimum RAM required to install Red Hat Enterprise Linux 5.2 is 1GB; the recommended RAM is 2GB. If a machine has less than 1GB RAM, the installation process may hang.Desweiteren treten bei PowerPC-Rechnern mit nur 1GB Arbeitsspeicher Leistungsprobleme bei bestimmten RAM-intensiven Auslastungen auf. Damit auf einem Red Hat Enterprise Linux 5.2 System RAM-intensive Prozesse optimal ausgeführt werden, sollte der Rechner mit 4GB Arbeitsspeicher ausgestattet sein. So wird gewährleistet, dass das System dieselbe Anzahl an physischen Seitenrahmen besitzt, wie das auf den PowerPC-Rechnern (die 512MB RAM verwenden), die Red Hat Enterprise Linux 4.5 oder eine frühere Version installiert haben.
2.3. s390x Architectures Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
anaconda
unterstützt nun beide Ports auf CHPID für OSA Express3 cards. Der Installer fordert die Angabe der Portnummer während der ersten Phase der Installation. Der angegebene Wert für den Port wirkt sich auch auf das installierte Skript zur Initialisierung der Netzwerkschnittstelle aus. Wird der Port 1 ausgewählt, wird der Wertportno=1
zu den OPTIONS Parametern derifcfg-eth*
-Datei hinzugefügt.Anmerkung
Bei der Installation unter z/VM können Sie entwederPORTNO=0
(für Port 0), oderPORTNO=1
(für Port 1) zu der CMS Konfigurationsdatei hinzufügen, um eine Abfrage des Modus zu verhindern.- Die Installation auf einem Rechner mit vorhandenen Linux- oder Nicht-Linux-Dateisystemen auf DASD Blockgeräten kann zum Anhalten des Installers führen. Falls dies passiert, ist es nötig, alle vorhandenen Partitionen auf den DASD Geräten, die Sie verwenden wollen, vollständig zu löschen und den Installer neu zu starten.
2.4. ia64 Architecture Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- If your system only has 512MB of RAM, attempting to install Red Hat Enterprise Linux 5.3 may fail. To prevent this, perform a base installation first and install all other packages after the installation finishes.
- Using
yum
to install packages from the32-bit Compatibility Layer
disc may fail. If it does, it is because the Red Hat package signing key was not imported into the RPM database. This happens if you have not yet connected to Red Hat Network and obtained updates. To import the key manually, run the following command as root:rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Sobald der Red Hat GPG-Schlüssel importiert wurde, können Sie nunyum
für die Installation von Paketen vom32-bit Compatibility Layer
verwenden.Beachten Sie, dass es ratsam ist,yum
anstelle vonrpm
zu verwenden, falls Sie von diesem Datenträger installieren, um so zu gewährleisten, dass Abhängigkeiten des Basis-Betriebssystems während der Installation berücksichtigt werden.
3. Feature Updates Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- Verschlüsselung von Blockgeräten
- Red Hat Enterprise Linux 5.3 unterstützt die Verschlüsselung von Blockgeräten unter Verwendung der Linux Unified Key Setup (LUKS) Spezifikationen. Die Verschlüsselung eines Gerätes schützt alle auf dem Blockgerät enthaltenen Daten gegen unbefugten Zugriff, selbst wenn das Gerät physikalisch vom System getrennt wird. Um auf den Inhalt eines verschlüsselten Gerätes zugreifen zu können, muss der Benutzer ein Passwort oder einen Schlüssel als Authentifikation eingeben.Für weitere Information über das Verschlüsseln von Platten, werfen Sie bitte einen Blick auf Kapitel 28 des Red Hat Enterprise Linux Installationshandbuchs unter: http://redhat.com/docs/
- mac80211 802.11a/b/g WiFi Protokollstapel (mac80211)
- Der mac80211-Stapel (früher als devicescape/d80211-Stapel bekannt) ist in Red Hat Enterprise Linux 5.3 nun ein unterstütztes Feature. Er aktiviert den
iwlwifi 4965GN
Wireless-Treiber für Intel Wifi Link 4965 Hardware. Dieser Stapel ermöglicht bestimmten Wireless-Geräten, sich mit einem beliebigen WiFi-Netzwerk zu verbinden.Obwohl die mac80211 Komponente in Red Hat Enterprise Linux 5.3 unterstützt wird, sind die Symbole jedoch nicht in der Symbol-Whitelist für den Kernel enthalten. - Global File System 2 (GFS2)
- GFS2 stellt eine inkrementelle Verbesserung von GFS dar. Diese Aktualisierung setzt einige wichtige Verbesserung um, die eine Änderung des On-Disk-Dateisystem-Formats erfordern. GFS-Dateisysteme können mit dem Dienstprogramm
gfs2_convert
in GFS2 konvertiert werden, welches die Metadaten eines GFS-Dateisystems entsprechend aktualisiert.In Red Hat Enterprise Linux 5.2 wurde GFS2 als Kernel-Modul zu Testzwecken zur Verfügung gestellt. In Red Hat Enterprise Linux 5.3 ist GFS2 nun Teil des Kernel-Pakets. Falls Red Hat Enterprise Linux 5.2 GFS2 Kernel-Module bereits installiert sind, müssen diese entfernt werden, um die Verwendung von GFS2 in Red Hat Enterprise Linux 5.3 zu ermöglichen. - Verbesserungen der Unterstützung von Treiber-Datenträgern
- Ein Treiber-Datenträger, bereitgestellt vom OEM, ist eine einzelne Image-Datei (
*.img
), welche eventuell mehrere Treiber-RPMs und Kernel-Module enthält. Diese Treiber werden während der Installation verwendet, um andernfalls nicht erkannte Hardware zu unterstützen. Die RPMs werden auf dem System installiert und in die initrd abgelegt, so dass sie beim Neustart des Rechners unterstützt werden.Bei Red Hat Enterprise Linux 5.3 kann die Installation anhand der Dateisystem-Kennung automatisch das Vorhandensein eines Treiber-Datenträgers erkennen, und dessen Inhalt während der Installation verwenden. Dieses Verhalten wird in der Befehlszeile der Installation gesteuert durch die Optiondlabel=on
, welche die automatische Suche aktiviert. Alle Blockgeräte mit der Dateisystem-KennungOEMDRV
werden untersucht und gefundene Treiber in der Reihenfolge des Antreffens geladen. - iSCSI Boot Firmware Table
- Red Hat Enterprise Linux 5.3 unterstützt nun vollständig die iSCSI Boot Firmware Table (iBFT), was das Starten von iSCSI Geräten ermöglicht. Diese Unterstützung erfordert, dass die iSCSI Platten (Knoten) nicht mehr für einen automatischen Start markiert sind. Das installierte System wird nicht mehr automatisch verbinden und auf iSCSI Platten einloggen beim Wechsel zum Runlevel 3 oder 5.iSCSI wird normalerweise für das Root Dateisystem verwendet. In diesem Fall ist diese Änderung unerheblich, denn initrd wird sich mit den nötigen iSCSI Platten verbinden und einloggen, noch bevor ein Wechsel auf Runlevel erfolgt.Falls jedoch iSCSI Platten bei Nicht-Root Verzeichnissen eingehängt werden müssen, z.B.
/home
or/srv
, dann wird sich diese Änderung auf Sie auswirken, denn das installierte System wird sich nicht mehr automatisch verbinden und einloggen auf iSCSI Platten, die nicht für das Root Dateisystem verwendet werden.Das Verwenden von iSCSI Platten, welche an Nicht-Root Dateisysteme angehängt sind, ist zwar noch immer möglich, erfordert aber eine der folgenden provisorischen Lösungen:- Installieren Sie das System, ohne dass iSCSI Platten an Nicht-Root Verzeichnisse angehängt sind, und konfigurieren Sie später die erforderlichen Platten und Anhänge-Punkte (?)manuell.
- Starten Sie das installierte System auf Runlevel 1, und markieren Sie alle iSCSI Platten, die nicht für das Root Dateisystem zum automatischen Starten verwendet werden, indem Sie folgenden Befehl einmal pro Platte ausführen:
iscsiadm -m node -T target-name -p ip:port -o update -n node.startup -v automatic
- Rhythmbox
- Der rhythmbox Audio Player wurde aktualisiert auf Version 0.11.6. Diese Aktualisierung bietet die Möglichkeit, proprietäre GStreamer-Plugins zu verwenden.
- lftp Aktualisierung
- lftp wurde nun grundlegend aktualisiert auf Version 3.7.1. Dies führt zu einigen Upstream-Feature-Aktualisierungen und Bugfixes, einschließlich:
- Eine Sicherheitslücke, die beim Interpretieren von
mirror --script
-generierten Skripten mit lftp eine mögliche unauthorisierte Privileg-Eskalation verursachte, wurde nun geschlossen. - Das Verwenden von lftp mit der Option
-c
führt nicht mehr zum Aufhängen von lftp. - lftp beschädigt keine Dateien mehr während eines Transfers via
sftp
.
For more information on lftp updates applied in this release, refer to http://lftp.yar.ru/news.html. - TTY Input Auditing
- TTY Input Auditing wird nun unterstützt. Falls ein Prozess für TTY Input Auditing vorgesehen ist, werden Daten von TTYs gelesen und überprüft. Dies wird auf den Audit Records erscheinen als Typ
TTY
.Sie können daspam_tty_audit
-Modul verwenden, um einen Prozess (samt Kindprozessen) für TTY Input Auditing zu kennzeichnen. Für eine Anleitung zur Durchführung, konsultieren Sie die Handbuchseite viaman pam_tty_audit(8)
.Die TTY Audit Records enthalten die genauen Tastenanschläge die vom überprüften Prozess registriert wurden. Um das Auswerten der Daten zu vereinfachen, überprüftbash
die genaue Befehlszeile unter Verwendung des Record-TypsUSER_TTY
.The "TTY" audit records contain all data read by audited processes from the TTY. This includes data inserted into the input stream by theTIOCSTI ioctl
system call. - SystemTap Aktualisierung
- SystemTap wurde grundlegend aktualisiert auf Version 0.7.2. Diese Aktualisierung führt mehrere kleine Verbesserungen ein, sowie auch einige bedeutende Features. Diese neuen Features beinhalten:
- SystemTap unterstützt nun das symbolische Überprüfen auf x86, x86-64 und PowerPC Architekturen. Dies ermöglicht es SystemTap Scripts, Überprüfungsprozesse in User Space Anwendungen sowie in gemeinsam genutzten Bibliotheken zu platzieren. Infolgedessen kann SystemTap nun das gleiche Level an Debugger Überprüfung bei einigen User Space Anwendungen leisten, wie auch bei der Kernel Überprüfung.Wenn beispielsweise
coreutils-debuginfo
installiert ist, können Sie einen Call Graph ausgeben des Befehlsls
unter Verwendung von/usr/share/doc/systemtap-version/examples/general/callgraph.stp
, wie in:stap para-callgraph.stp 'process("ls").function("*")' -c 'ls -l'
Um die Wahrscheinlichkeit einer unentdeckten Abweichung zwischen der Binärdatei und deren Debuginfo RPMs zu verringern, empfiehlt Red Hat dieSYSTEMTAP_DEBUGINFO_PATH
Umgebungsvariable auf den Wert+:.debug:/usr/lib/debug:build
zu setzen.SystemTap's support for symbolic probes also extends to markers placed into the kernel of this release. To use these markers, load thekernel-trace
kernel module in/etc/rc.local
(usingmodprobe kernel-trace
). - SystemTap unterstützt auch entfernte (oder remote) Kompilierungsdienste. Dies ermöglicht es einem einzigen Computer im Netzwerk, als ein Debuginfo/Compiler Server für lokale SystemTap Clients zu fungieren. Die Clients lokalisieren automatisch den Server mithilfe von mDNS (avahi), und benötigen nur die
systemtap-client
- undsystemtap-runtime
-Pakete zum funktionieren.Zur Zeit verwendet dieses Feature keine Sicherheitsmechanismen wie z.B. Verschlüsselung. Daher ist es ratsam, entfernte (oder remote) Kompilierungsdienste nur innerhalb von vertrauenswürdigen Netzwerken zu benutzen. Bitte konsultieren Sie die Handbuchseite viaman stap-server
für weitere Informationen. - Die Kernel-Aktualisierung für diese Version enthält eine Kernel-API-Erweiterung, die das Beenden von SystemTap-Scripts deutlich verbessert. Diese zusätzliche Kernel-API-Erweiterung beseitigt die unnötige Synchronisation zwischen einzelne Operationen zur Entfernung von Überprüfungsprozessen. Demzufolge werden SystemTab Scripts mit hunderten von Kernel Überprüfungsprozessen nun deutlich schneller abgearbeitet.Dies ist insbesondere nützlich für Administratoren, die Scripts mit Überprüfungsprozessen verwenden, welche Wildcards enthalten und daher zahlreiche Kernel Ereignisse festhalten, wie z.B
probe syscall.* {}
.
Für eine umfassende Liste von SystemTap Aktualisierungen in dieser Version, besuchen Sie bitte die folgende URL: - Cluster Manager Aktualisierung
- Das Cluster Manager Dienstprogramm (cman) wurde aktualisiert auf Version 2.0.97. Diese Aktualisierung enthält mehrere Bugfixes und Verbesserungen, insbesondere:
- cman verwendet nun die folgenden Firmware Versionen:APC AOS v3.5.7 und APC rpdu v3.5.6. Das behebt einen Fehler, der APC 7901 daran hinderte, das "Simple Network Management Protocol" (SNMP) ordnungsgemäß anzuwenden.
fence_drac
,fence_ilo
,fence_egenera
, undfence_bladecenter
-Agenten unterstützen nunssh
.fence_xvmd
-Schlüsseldateien können nun ohne Neustart neu geladen werden.- Eine einzige Methode zur Abgrenzung kann nun bis zu 8 Geräte zur Abgrenzung unterstützen.
- RPM Aktualisierung
- Der RedHat Package Manager (RPM) wurde grundlegend aktualisiert auf die Fedora 9 Upstream Version. rpm bietet nun sekundäre, architekturspezifische Makro-Dateien auf Multi-Arch Systemen. Außerdem entspricht rpm nun allen Zertifizierungs-Kriterien für die Aufnahme in Red Hat Enterprise Linux 5.Diese Aktualisierung enthält zudem mehrere Upstream Verbesserungen und Bugfixes für rpm, einschließlich:
- rpm generiert keine unnötigen
.rpmnew
und.rpmsave
-Dateien mehr auf Multi-Arch-Systemen. - Ein Fehler in der
rpmgiNext()
Funktion von rpm verhinderte ordnungsgemäße Fehlerberichte. In dieser Aktualisierung wird nun die korrekte Semantik für Fehlerberichte angewendet und dadurch sichergestellt, dass rpm in jedem Fall den richtigen Exit Code wiedergibt.
- Open Fabrics Enterprise Distribution (OFED) / opensm
opensm
wurde aktualisiert auf die Upstream Version 3.2, einschließlich einer kleineren Änderung an der opensm Programmbibliothek API.- Das Format der
opensm.conf
-Datei wurde geändert. Falls Sie individuelle Modifikationen an Ihrem vorhandenenopensm.conf
vorgenommen hatten, wird RPM automatisch die neueopensm.conf
-Datei als/etc/ofed/opensm.conf.rpmnew
installieren. Sie müssen daher Ihre Modifikationen in diese Datei migrieren, und anschließend die vorhandene opensm.conf-Datei mit dem Ergebnis ersetzen. - Red Hat verfolgt die Code-Basis der Upstream Open Fabrics Enterprise Distribution (OFED), um ein möglichst hohes Level an Funktionalität für diese noch in der Entwicklung begriffende Technologie zu bieten. Infolgedessen kann Red Hat die API/ABI-Kompatibilität nur über Nebenversionen erhalten, in demselben Umfang wie auch das Upstream Projekt. Dies stellt eine Ausnahme dar von der allgemeinen Entwicklungspraktik von Red Hat Enterprise Linux.Aus diesem Grund können Applikationen, die über den OFED Stapel (siehe Liste unten) hinaus gebaut wurden, ggf. Rekompilation oder sogar Änderungen auf Ebene des Quellcodes erfordern, wenn von einer Nebenversion von Red Hat Enterprise Linux auf eine neuere gewechselt wird.Dies ist im Allgemeinen nicht erforderlich für andere Applikationen, die auf dem Red Hat Enterprise Linux Stapel gebaut wurden. Die betroffenen Komponenten sind:
- dapl
- compat-dapl
- ibsim
- ibutils
- infiniband-diags
- libcxgb3
- libehca
- libibcm
- libibcommon
- libibmad
- libibumad
- libibverbs
- libipathverbs
- libmlx4
- libmthca
- libnes
- librmdacm
- libsdp
- mpi-selector
- mpitests
- mstflint
- mvapich
- mvapich2
- ofed-docs
- openib
- openib-mstflint
- openib-perftest
- openib-tvflash
- openmpi
- opensm
- perftest
- qlvnictools
- qperf
- rds-tools (future)
- srptools
- tvflash
- Net-SNMP Aktualisierung
- Net-SNMP has been re-based to upstream version 5.3.2.2. This update adds Stream Control Transmission Protocol (SCTP) support (as per RFC 3873, http://www.ietf.org/rfc/rfc3873.txt) and introduces two new configuration options (to be used in
/etc/snmpd.conf
):dontLogTCPWrappersConnects
— unterdrückt das Protokollieren von Verbindungsversuchen.v1trapaddress
— enables administrators to set an agent's IP address inside outgoing SNMP traps.
Diese Aktualisierung setzt ebenfalls einige von Upstream gelieferte Verbesserungen um, einschließlich:- Der
snmpd
-Daemon funktioniert nun ordnungsgemäß auf Systemen mit mehr als 255 Netzwerkschnittstellen. Außerdem gibtsnmpd
nun einen Fehler aus, wenn es konfiguriert wird, auf einen Port höher als 65535 zu horchen. - Eine Race Condition, die dazu führte, dass der
snmpd
-Daemon beim Lesen von/proc
Dateideskriptoren durchsickern ließ, wurde nun behoben. - Der
snmpd
-Daemon meldet nun ordnugnsgemäßhrProcessorLoad
Objekt ID's (OID), selbst auf Multi-CPU Hardware. Beachten Sie jedoch, dass es ab dem Start des Daemons ungefähr eine Minute dauert, die OID-Werte zu berechnen. - Das
net-snmp-devel
-Paket ist nun abhängig vomlm_sensors-devel
-Paket.
- OpenSSL Aktualisierung für FIPS Zertifikation
- Die
openssl
-Pakete aktualisieren die OpenSSL-Bibliothek auf eine neuere Upstream Version, welche zur Zeit den "Federal Information Processing Standards" (FIPS-140-2) Validierungs Prozess durchläuft. Der FIPS-Modus ist standardmäßig aktiviert, um die OpenSSL-Bibliothek Feature Parität sowie ABI Kompatibilität zu vorhergehenden Versionen deropenssl
-Pakete in Red Hat Enterprise Linux 5 zu gewährleisten.Diese Aktualisierung wendet außerdem die folgenden Upstream Fixes an:- Standardmäßig wird die
zlib
-Komprimierung für SSL und TLS Verbindungen verwendet. Auf IBM System z Architekturen mit "Central Processor Assist for Cryptographic Function" (CPACF) wurde die Komprimierung zu einem großem Teil der CPU-Auslastung, und die Gesamtleistung wurde bestimmt durch die Geschwindigkeit der Komprimierung (nicht durch die Geschwindigkeit der Verschlüsselung). Wenn die Komprimierung deaktiviert wird, ist die Gesamtleistung sehr viel höher. In diesen aktualisierten Paketen kann diezlib
-Komprimierung für SSL und TLS Verbindungen deaktiviert werden mithilfe derOPENSSL_NO_DEFAULT_ZLIB
Umgebungsvariablen. Für TLS Verbindungen über ein langsames Netzwerk ist es besser, die Komprimierung aktiviert zu lassen, so dass die zu transferierende Datenmenge geringer ist. - Beim Verwenden des
openssl
-Befehls mit dens_client
unds_server
Optionen wurde die Standard CA Zertifikat-Datei (/etc/pki/tls/certs/ca-bundle.crt
) nicht gelesen. Dies führte zum Scheitern der Verifizierung von Zertifikaten. Damit Zertifikate die Verifizierung bestehen, musste die-CAfile /etc/pki/tls/certs/ca-bundle.crt
Option angewendet werden. In diesen aktualisierten Paketen wird die Standard CA Zertifikat-Datei nun gelesen, und muss nicht mehr mit der-CAfile
Option manuell angegeben werden.
- yum Aktualisierung
- yum wurde grundlegend aktualisiert auf die Upstream Version 3.2.18. Diese Aktualisierung verbessert die Geschwindigkeit, mit der yum ausgeführt wird, wodurch Probleme aufgrund der ständig wachsenden Anzahl von Paketen in jeder Nebenversion gemindert werden. Zudem führt diese Aktualisierung auch den reinstall-Befehl ein, verbessert die Schnittstelle für mehrere Befehle, und enthält einige Bugfixes, einschließlich:
- Jeglicher yum-Befehlt scheiterte bislang, wenn die
-c
-Option benutzt wurde zum Angeben einer Konfigurations-Datei, die sich an einer Web-Adresse (http) befand. Dieser Fehler wurde nun behoben. - Eine
checkSignal()
-Funktion in yum rief eine fehlerhafte Beenden-Funktion auf; daher resultierte ein Beenden von yum stattdessen in einem Traceback. In dieser Version beendet yum nun ordnungsgemäß.
- Flash-Plugin Aktualisierung
- Das
flash-plugin
-Paket wurde grundlegend aktualisiert auf die Version 10.0.12.36. Diese Aktualisierung wendet mehrere Sicherheitsfixes an, die in einer vorhergehendenflash-plugin
ASYNC Aktualisierung enthalten waren. Außerdem enthält dieses aktualisierte Plugin den Adobe Flash Player 10, der seinerseits folgende Bugfixes und Feature-Verbesserungen enthält:- Verbesserte Stabilität auf der Linux Plattform durch die Beseitigung einer Race Condition in der Audio-Ausgabe.
- Neue Unterstützung für individuell angepasste Filter und Effekte, native 3D Transformationen und Animationen, erweiterte Audio Verarbeitung, eine neue, flexiblere Text Engine, und PGU Hardware Beschleunigung.
Für weitere Informationen über diese Aktualisierung, lesen Sie bitte die Adobe Flash Player 10 Release Notes unter dem folgenden Link: - gdb Aktualisierung
- gdb wurde nun grundlegend aktualisiert auf Version 6.8. Dies wendet mehrere Upstream Feature Aktualisierungen und Bugfixes an, insbesondere: Unterstützung für Haltepunkte in C++ Vorlagen, Konstruktoren und Inline-Funktionen.For more information on gdb updates applied in this release, refer to http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/NEWS?rev=1.259.2.1&cvsroot=src.
- Instruction Based Sampling auf AMD Family10h Prozessoren
- Unterstützung von Hardwareprofilen für AMD Family 10h Prozessoren wurde zu Red Hat Enterprise Linux 5.3 hinzugefügt. Diese neuen AMD CPU's unterstützen "Instruction Based Sampling" (IBS). IBS-Unterstützung erfordert Änderungen am oProfile-Treiber, damit diese Informationen gesammelt und die Model Specific Registers (MSRs) initialisiert werden, welche mit diesen neuen Features zusammenhängen.Diese Aktualisierung fügt die neuen
IBS_FETCH
undIBS_OP
Profiling Samples zu den Puffern pro CPU sowie den Ereignispuffern des oProfile-Treibers hinzu. Neue Kontrolleinträge wurden ebenfalls hinzugefügt zu/dev/oprofile
, um IBS Sampling zu steuern. Diese Änderungen sind rückwärtskompatibel mit vorhergehenden nur-PMC Versionen des Treibers, und ein separates Patch ist verfügbar für oProfile 0.9.3, um diese neuen Daten zu nutzen.Für mehr Informationen über IBS, werfen Sie bitte einen Blick auf: Instruction-Based Sampling: A New Performance Analysis Technique for AMD Family 10h Processors, November 19, 2007 - Squid Aktualisierung
- Squid wurde grundlegend aktualisiert auf die letzte stabile Upstream Version (STABLE21). Diese Aktualisierung behebt mehrere Fehler, einschließlich:
- Das Skript squid
init
gab stets fälschlicherweise den Exit Code 0 aus. Dieser Fehler ist nun behoben, so dass Squid nun konform geht mit Linux Standard Base. - Das Verwenden der
refresh_stale_hit
-Direktive führt zu der FehlermeldungClock going backwards
in der squid-Protokolldatei. - Der squid Installationsprozess richtete den Besitzer des
/usr/local/squid
Verzeichnisses nicht korrekt ein. In dieser Version ist nun der Benutzersquid
der standardmäßige Besitzer von/usr/local/squid
. - Jedesmal wenn squid versucht, die Funktion
hash_lookup()
zu verwenden, kann es ggf. abbrechen mitsignal 6
. - Das Verwenden von
squid_unix_group
könnte squid zum Absturz bringen.
- Event Multi-Processing Model in Apache
httpd
, das Apache HTTP Server Paket, beinhaltet nun das experimentelle event Multi-Processing Model (MPM). Dieses MPM verbessert die Leistung, indem es beim Arbeiten mit Keepalive-Verbindungen fest zugeordnete Threads verwendet.- Libgomp Aktualisierung
libgomp
wurde grundlegend aktualisiert auf Version 4.3.2-7.el5. Diese Aktualisierung verbessert dieOpenMP
-Leistung und unterstützt zusätzlich dieOpenMP
Version 3.0 bei der Verwendung mit demgcc43
-Compiler.- iSCSI-Ziel Fähigkeiten
- Die iSCSI-Ziel Fähigkeit, als Teil des Linux Target (tgt) Frameworks, geht über von Technologievorschau zu voller Unterstützung in Red Hat Enterprise Linux 5.3. Das Linux Target Framework ermöglicht einem System die Freigabe von Block-Level-SCSI-Speichergeräten für andere Systeme, die einen SCSI Initiator besitzen. Diese Fähigkeit wird als erstes als ein Linux-iSCSI-Ziel eingesetzt, so dass Speicher über ein Netzwerk für jeden beliebigen iSCSI-Initiator bereitgestellt wird.Um das iSCSI-Ziel einzurichten, installieren Sie das scsi-target-utils-RPM und befolgen die Anweisungen in:
/usr/share/doc/scsi-target-utils-[version]/README
und/usr/share/doc/scsi-target-utils-[version]/README.iscsi
4. Driver Updates Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
4.1. All Architectures Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
General Driver/Platform Updates
- Der Intel High Definition Audio Treiber in ALSA wurde aktualisiert.
- Die High-Definition Multimedia Interface (HDMI) Audio Unterstützung auf AMD ATI integrierten Chipsätzen wurde aktualisiert.
- Die folgenden Wacom Grafiktabletts werden jetzt durch den Treiber
linuxwacom
unterstützt:- Cintiq 20WSX
- Intuos3 4x6
- Der Treiber
lpfc
für Emulex Fibre Channel Host Bus Adapter wurde aktualisiert auf Version 8.2.0.33.2p. Dies wendet einige Upstream-Änderungen an, insbesondere:- Der NETLINK_SCSITRANSPORT Socket wird nun verwendet.
- Nicht initialisierter Knoten-Zugriff behoben.
- Fehler behoben, der ein Scheitern des Echotests bei aktiviertem NPIV verursachte.
fcauthd
1.19 ist nun erforderlich für Fibre Channel Authentifikation.
dm-multipath
verfügt nun über Inbox-Unterstützung für IBM DS4000.- Der Treiber
ixgbe
unterstützt nun den 82598AT Dual Port Adapter sowie den 82598 CX4 Adapter. - der Treiber
jsm
wurde aktualisiert, und unterstützt nunDigi Neo PCI Express 4 HiProfile
I/O Adapter. - hp-ilo: Treiber hinzugefügt, unterstützt nun HP Integrated Lights Out (iLO) Technologie.
- Der Treiber
radeon_tp
wird in dieser Version nun vollständig unterstützt. Dieser Treiber unterstützt die ATI R500/R600 Chipsätze.Zusätzlich besitzt der Treiber die folgenden Fähigkeiten:- Setzen des Modus auf R500/R600 Chipsätzen
- 2D-Beschleunigung auf R500 Chipsätzen
- Shadow-Framebuffer-Beschleunigung auf R600 Chipsätzen
- Der Treiber
powernow-k8
ist in dieser Version als ladbares Modul enthalten. Dadurch wird gewährleistet, dass vorhandene Treiber Frameworks (wie der Red Hat Driver Update Model und Dell DKMS) den Benutzernpowernow-k8
Treiber-Aktualisierungen als RPM Pakete zur Verfügung stellen kann, ohne dass diese ihren Kernel aktualisieren müssen. - In dieser Version fügt Red Hat wieder den Treiber
pnm2ppa
ein, um veraltete Drucker zu unterstützen. Beachten Sie jedoch, dass diese Unterstützung veraltet ist, und in zukünftigen Hauptversionen nicht fortgeführt werden wird. - Der Treiber
ccid
wurde von Grund auf neu konzipiert, um zusätzlich USB Smartcard Tastaturen zu unterstützen. - der Treiber
uvcvideo
für USB Video Geräte wurde in Red Hat Enterprise Linux 5.3 dem Kernel hinzugefügt.
Network
- Der Treiber
bnx2
für die Broadcom NetXtreme II Netzwerkkarten wurde aktualisiert auf Version 1.7.9. Dieses Update korrigiert die Optionen des Ethernet-Ringpuffers bei Kontrollern, welchebnx2
nutzen zur Behebung eines Bugs, der zu einem Panic beim Start führte. - Der Treiber
e1000e
für Intel PRO/1000 Ethernet Geräte wurde aktualisiert auf die Upstream Version 0.3.3.3-k2. Durch diese Aktualisierung sind nun EEPROM und NVM von unterstützten Geräten schreibgeschützt. igb
: Treiber für Intel Gigabit Ethernet Adapter wurde aktualisiert auf Version 1.2.45-k2, um nun auf 82576 basierende Geräte zu unterstützen.- der Treiber
ixgbe
für Intel(R) 10 Gigabit PCI Express Netzwerk Geräte wurde aktualisiert auf Version 1.3.18-k4. - der Treiber
niu
wurde zu Red Hat Enterprise Linux 5.3 hinzugefügt, und unterstützt nun 10Gbps Ethernet Geräte auf Sun CP3220 Systemen. - Der Treiber
ipw2100
undipw2200
für Intel PRO Wireless Geräte wurde zurück portiert auf Red Hat Enterprise Linux 5.3 vom Linux Kernel 2.6.25. - der Treiber
bcm43xx
für Broadcom Wireless Geräte wurde zurück portiert auf Red Hat Enterprise Linux 5.3 vom Linux Kernel 2.6.25. - die Treiber Komponente
ieee80211
für Wireless Geräte wurde zurück portiert auf Red Hat Enterprise Linux 5.3 vom Linux Kernel 2.6.25. - der Treiber
zd1211rw
für ZyDas Wireless Geräte wurde aktualisiert, so dass er der letzten non-mac80211 Version von vor Linux 2.6.25 entspricht. - der Treiber
iwlwifi
wurde aktualisiert auf Version 2.6.26 und bietet nun 802.11n Unterstützung füriwl4965
Wireless Geräte. Mehrere der in den Treibern der Versionen 2.6.26 und höher enthaltenen Bugfixes sind ebenfalls im zurück portierten Treiber enthalten. - der Treiber
myri10ge
für Myricom Myri-10G Ethernet Geräte wurde aktualisiert auf die Version 1.3.2-1.269. - der
netxen
-Treiber für NetXen Netzwerkkarten wurde aktualisiert auf Version 3.4.18. - Der Treiber
bnx2x
für Broadcom Everest Netzwerkgerätewurde aktualisiert auf Version 1.45.23, um 57711 Hardware zu unterstützen. - der Treiber
forcedeth-msi
wurde aktualisiert, um einen Fehler zu beheben, der die korrekte Erkennung der Netzwerkverbindung verhinderte. - der Treiber
ath5k
für Atheros Wireless Geräte wurde zurück portiert auf Red Hat Enterprise Linux 5.3 vom Linux Kernel 2.6.26. - die Treiber
rt2x00
für Ralink Wireless Geräte wurden zurück portiert auf Red Hat Enterprise Linux 5.3 vom Linux Kernel 2.6.26. - die Treiber
rtl8180
undrtl8187
für Realtek Wireless Geräte wurde zurück portiert auf Red Hat Enterprise Linux 5.3 vom Linux Kernel 2.6.26.
Storage
3w-xxxx
: Treiber für 3ware SATA RAID Kontroller aktualisiert auf Version 1.26.03. Dies führt zu einigen Upstream-Änderungen, insbesondere:- Fehler behoben, der zu Datenverlust führte beim Benutzen einer 3ware Karte der 7000er oder 8000er Serie in einem System mit mehr als 2GB RAM.
- Anaconda bleibt in 64-bit Architekturen nicht mehr hängen beim Benutzen einer 3ware Karte der 8006er Serie in einem System mit mehr als 4GB RAM.
- Der irq Handler wird nun freigegeben, wenn
__tw_shutdown()
ausgeführt wird. Dies verhindert eine mögliche Nullzeiger-Dereferenz, falls ein Interrupt beim Herunterfahren gleichzeitig verwendet wurde. - Das RCD-Bit zum zwischenspeichern der Mode Page ist nun aktiviert.
ioctl
- undscsi
-Resets sind nun in serielle Reihenfolge gebracht, so dass sie nicht mehr miteinander kollidieren.
3w-9xxx
: Treiber für 3ware SATA RAID Kontroller aktualisiert auf Version 2.26.08. Dies führt zu mehreren Upstream-Änderungen, insbesondere:- Der Aufruf
pci_unmap_single()
funktioniert nun fehlerfrei in Systemen mit mehr als 4GB RAM - Fehler behoben, der langsame Schreibgeschwindigkeit verursachte.
- Die Einstellung in der DMA Maske kehrt zurück zu 32-bit, falls 64-bit scheitert.
- Zusätzliche Unterstützung für 3ware 9690SA SAS Controller Device.
megaraid_sas
: Treiber aktualisiert auf Version 4.01-rh1. Mehrere Bugfixes werden in diesem Update angewendet, einschließlich:MFI_POLL_TIMEOUT_SECS
beträgt nun 60 Sekunden.- Fehler behoben, der zum ständigen Zurücksetzen der Chips und zu Befehl-Timeouts führte aufgrund von Frame Count Calculation.
- Zusätzliche Unterstützung der LSI Generation 2 Controller (0078, 0079).
- Befehl zum Beenden von DCMD in der Beenden-Routine hinzugefügt, um das Beenden von Firmware zu verbessern.
- Fehler behoben, der unerwartete Interrupts verursachte im Hardware Linux Treiber.
- der Treiber
qla2xxx
für QLogic Fibre Channel Host Bus Adapter wurde aktualisiert, um Karten vom Typ ISP84XX zu unterstützen. - der Treiber
ibmvscsi
zum Emulieren von virtuellen SCSI (vSCSI) Geräten wurde aktualisiert, und unterstützt nun virtuelle Bandgeräte. lpfc
: Treiber aktualisiert auf Version 8.2.0.30. Dieses Update enthält mehrere Bugfixes und Verbesserungen, einschließlich:- Verbessertes Enhanced Error Handling (EEH) für PCI Adapter in PowerPC Architekturen
- Größere Anzahl unterstützter virtueller NPIV Ports
- Verbesserte Treiberlogik zur Steuerung der I/O Queue-Tiefe
- Zusätzliche Unterstützung für Fibre Channel über Ethernet (FCoE) Adapter
- Booten vom SAN für neue Hardware wird nun unterstützt
- Der Treiber
cciss
für HP Smart Array Kontroller wurde aktualisiert auf Version 3.6.20-RH2.
5. Kernel-Related Notes Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
5.1. All Architectures Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
relayfs
hatte bislang eine Größenbeschränkung des Puffers auf 64MB. In dieser Aktualisierung wurde die Beschränkung des Speichers, welcher dem relayfs für "on-memory" Puffer zugewiesen wird, auf 4095 MB erhöht. Dies erlaubt es SystemTap und anderen Tracing Tools, dierelayfs
verwenden, mehr Ereignisse zu verfolgen.- Der Treiber für
Dell Remote Access Controller 4
(DRAC4) war nicht vorhanden. Infolgedessen wurden jegliche virtuellen Geräte des DRAC4 nicht vom Kernel erkannt. In dieser Aktualisierung wurde nun das pata_sil680 Kernel-Modul hinzugefügt, welches die entsprechende Unterstützung bietet und damit das Problem behebt. - Die Nachrichtenpuffer für die Relay-Schnittstelle wurden nur für bereits aktive CPUs zugewiesen, wenn
relay_open()
aufgerufen wurde. Wenn eine inaktive CPU erst aktiviert wurde, nachdemrelay_open()
bereits aufgerufen wurde, trat infolgedessen ein Kernel Panic auf. In dieser Aktualisierung wird ein neuer Nachrichtenpuffer dynamisch zugewiesen, falls neue CPUs hinzugefügt werden. - Der Treiber für 8250 basierte serielle Ports wurde aktualisiert, um nun DSR/DTR Hardware Flusskontrolle zu unterstützen.
- Unterstützung für Dell Wireless Wide Area Network (WWAN)-Karten wurde zum Kernel hinzugefügt. Folgende Geräte werden jetzt unterstützt:
- Dell Wireless 5700 Mobile Broadband CDMA/EVDO Mini-Card
- Dell Wireless 5500 Mobile Broadband HSDPA Mini-Card
- Dell Wireless 5505 Mobile Broadband HSDPA Mini-Card
- Dell Wireless 5700 Mobile Broadband CDMA/EVDO ExpressCard
- Dell Wireless 5510 Mobile Broadband HSDPA ExpressCard
- Dell Wireless 5700 Mobile Broadband CDMA/EVDO Mini-Card
- Dell Wireless 5700 Mobile Broadband CDMA/EVDO Mini-Card
- Dell Wireless 5720
- Dell Wireless HSDPA 5520
- Dell Wireless HSDPA 5520
- Dell Wireless 5520 Voda I Mobile Broadband (3G HSDPA) Mini-Card
- das
thinkpad_acpi
Kernel-Modul wurde aktualisiert, um erweiterte Unterstützung zu bieten für neuere Thinkpad Modelle. - Der Soft Lockup Detektor kann dahingehend konfiguriert werden, dass ein Kernel Panic ausgelöst wird statt einer Warnmeldung. Dies ermöglicht es dem Benutzer, im Falle eines Soft Lockups einen Crash Speicherauszug zu erstellen und zwecks Fehlersuche zu analysieren.Um den Soft Lockup Detektor für die Auslösung eines Kernel Panics zu konfigurieren, setzen Sie den Kernel Parameter
soft_lockup
auf1
. Dieser Parameter ist standardmäßig eingestellt auf0
. oprofile
erkannte Prozessoren nicht korrekt, welche auf der Next-Generation Intel Microarchitektur (Nehalem) basieren. Infolgedessen konnte der Systemmonitor nicht verwendet werden, und der Prozessor griff zurück auf den Timer Interrupt. Der Kernel wurde nun aktualisiert, um dieses Problem zu beheben.- Dem Kernel wurde Unterstützung hinzugefügt für den CPU Power State, C3, auf den Next-Generation Intel Microarchitekturen (Nehalem). Die Möglichkeit, in den C3-Modus einzutreten (auch bekannt als Schlafmodus), verbessert die Energieeffizienz des CPUs im Leerlauf.
- Previously, the
MAX_ARG_PAGES
limit that is set in the kernel was too low, and may have resulted in the following error:In this update, this limit has been increased to 25 percent of the stack size, which resolves this issue.execve: Argument list too long
execve: Argument list too long
Copy to Clipboard Copied! Toggle word wrap Toggle overflow autofs4
Aktualisierungen wurden zurück portiert auf Red Hat Enterprise Linux 5.3 von der Linux Kernel Version 2.6.27.- Mit Red Hat Enterprise Linux 5.3 besteht nun die Möglichkeit, Speicherauszugdateien an ein abgezweigtes Exemplar einer User Space-Applikation umzuleiten. Dies wird aktiviert, indem
|path/to/application
in/proc/sys/kernel/core_pattern
platziert wird. Bei einem Speicherauszug wird eine Kopie der angegebenen Anwendung ausgeführt, und der Speicherauszug wird umgeleitet nach "stdin". Dies ermöglicht das Umleiten an ein verzweigtes Exemplar. - Die Datei
/proc/cpuinfo
zeigt nun die ID des Advanced Programmable Interrupt Controllers (APIC) an, der von jedem einzelnen CPU verwendet wird. - Das Machine Check Exception (MCE) Kernel Subsystem wurde verbessert, um die für neuere Systeme notwendigen, größeren Speicher-Konfigurationen zu unterstützen.
- Der Mount-Befehl unterstützt nun die Kerberos Authentifizierung beim Anhängen eines Dateisystems via Samba. Der
sec=krb5
odersec=krb5i
Schalter erlaubt es dem Kernel, eine User Space Anwendung aufzurufen (cifs.upcall
), welche ein "SPNEGO" (Simple and Protected GSSAPI Negotiation Mechanism) Sicherheits-"Blob" (Binary Large OBject) ausgibt. Der Kernel kann das BLOB zur Authentifikation beim Server verwenden, und das entsprechende Dateisystem einhängen. - Falls Sie den Kernel Parameter
kernel.unknown_nmi_panic
auf einem System konfiguriert haben, welches die IOAPIC NMI Watchdog Methode verwendet, könnte ein Kernel Panic auftreten. Das rührt daher, dass der NMI Watchdog die Ursache des nicht-maskierbaren Hardwareinterrupts (NMI) nicht sicher deaktivieren konnte.In dieser Version wurde der NMI Watchdog Code dahingehend überarbeitet, so dass es Benutzern nun möglich ist, die Ursache des NMIs sicher zu deaktivieren. Daher können Sie nun bedenkenlos den Kernel Parameterkernel.unknown_nmi_panic
konfigurieren auf Systemen, welche die IOAPIC NMI Watchdog Methode verwenden.
5.2. x86 Architectures Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- Der
powernowk8
-Treiber führte keine ausreichende Prüfung der Anzahl der aktiven CPUs durch. Infolgedessen wurde ggf. eine Kernel-Fehlermeldung "oops" beim Start des Treibers ausgegeben. In dieser Aktualisierung stellt derpowernowk8
-Treiber sicher, dass die Anzahl der unterstützten CPUs (supported_cpus
) der Anzahl der aktiven CPUs (num_online_cpus
) entspricht. Dieser Fehler ist damit behoben.
5.3. PowerPC Architectures Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
CPUFreq
, das Kernel Subsystem, welches CPU-Frequenz und -Spannung skaliert, wurde aktualisiert mit verbesserter Unterstützung von Zell Prozessoren. Diese Aktualisierung implementiert einen CPUFreq-Governor, der eine Synergistic Processing Unit (SPU) beherrscht, und damit die Energieverwaltung der Zell Prozessoren verbessert.- Error Detection and Correction (EDAC) wird nun unterstützt auf der Cell Broadband Engine Architektur in Red Hat Enterprise Linux 5.3. Um EDAC zu aktivieren, verwenden Sie folgenden Befehl:
modprobe cell_edac
Um zu kontrollieren, ob dieses Modul Ihrem laufenden Kernel hinzugefügt wurde, überprüfen Sie check /var/log/dmesg auf eine Ausgabe wie die Folgende:EDAC MC: Ver: 2.0.1 Oct 4 2008 EDAC MC0: Giving out device to cell_edac MIC: DEV cbe-mic EDAC MC1: Giving out device to cell_edac MIC: DEV cbe-mic
EDAC MC: Ver: 2.0.1 Oct 4 2008 EDAC MC0: Giving out device to cell_edac MIC: DEV cbe-mic EDAC MC1: Giving out device to cell_edac MIC: DEV cbe-mic
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Falls korrigierbare Speicherfehler gefunden werden, wird die folgende Mitteilung auf der Konsole ausgegeben:EDAC MC0: CE page 0xeff, offset 0x5700, grain 0, syndrome 0x51, row 0, channel 0, label "":
EDAC MC0: CE page 0xeff, offset 0x5700, grain 0, syndrome 0x51, row 0, channel 0, label "":
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Das Debugging mit Hardware Watchpoints unter Verwendung einer Variablen, welche gemeinsam benutzt wurde von mehreren Threads, führte beim GNU Debugger (
GDB
) dazu, dass unregelmäßig Trigger-Ereignisse ausgelassen wurden. Der Kernel wurde aktualisiert, so dassGDB
nun lückenlos die Watchpoint-Trigger empfängt, wodurch die Zuverlässigkeit des Debuggings verbessert wurde.
5.4. x86_64 Architectures Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- kprobe-booster wird nun auf ia64 und x86_64 Architekturen unterstützt, was dem Benutzer erlaubt, Kernel Ereignisse sehr viel schneller zu überprüfen. Dieses Feature verringert außerdem den durch Überprüfungstools (d.h. SystemTap und Kprobes) verursachten Overhead auf Servern, die auf 64-bit Architekturen laufen.
- Unterstützung für die Objekte
_PTC
(Processor Throttling Control),_TSS
(Throttling Supported States) und_TPC
(Throttling Present Capabilities) wurde dem Kernel hinzugefügt. Diese Unterstützung, die Teil ist der Advance Configuration and Power Interface specification (ACPI), bietet verbesserte Handhabung des Prozessor Throttlings.
5.5. s390x Architectures Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- In zipl.conf, parameters enclosed with double quotes inside of single quotes (ie
parameters='vmhalt="LOGOFF"'
) were being parsed incorrectly. Consequently, installing the kernel-kdump package may have failed, resulting in the error:To resolve this issue, parameters should be enclosed with single quotes inside of double quotes (iegrubby fatal error: unable to find a suitable template
grubby fatal error: unable to find a suitable template
Copy to Clipboard Copied! Toggle word wrap Toggle overflow parameters="vmhalt='LOGOFF'"
)Anmerkung
Die Syntax-Struktur von einfachen Anführungszeichen innerhalb von doppelten Anführungszeichen ist Standard in Red Hat Enterprise Linux 5.
5.6. ia64 Architecture Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- Der Dual-Core Intel Itanium 2 Prozessor schrieb die Machine Check Architecture (MCA) Einträge anders als vorhergehende Intel Itanium Prozessoren. Die Ziel-Identifier zur Überprüfung des Zwischenspeichers und des Bus können nun unter Umständen anders sein. Der Kernel wurde aktualisiert, um den richtigen Ziel-Identifier zu finden.
- kprobe-booster wird nun auf ia64 und x86_64 Architekturen unterstützt, was dem Benutzer erlaubt, Kernel Ereignisse sehr viel schneller zu überprüfen. Dieses Feature verringert außerdem den durch Überprüfungstools (d.h. SystemTap und Kprobes) verursachten Overhead auf Servern, die auf 64-bit Architekturen laufen.
- In dieser Aktualisierung wurde Unterstützung von
pselect()
undppoll()
Systemaufrufen dem Kernel hinzugefügt.
6. Virtualization Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
This section contains information about updates made to Red Hat Enterprise Linux suite of Virtualization tools.
6.1. Feature Updates Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- Das blktap (blocktap) Userspace-Toolkit wurde aktualisiert und bietet die Funktionalität zur Beobachtung der Transferstatistiken von durch blktap gestützten virtualisierten Gästen.
- Support für das Intel Extended Page Table (EPT) Feature wurde hinzugefügt, wodurch die Performance vollständig virtualisierter Gäste auf EPT unterstützender Hardware verbessert wurde.
- Die
e1000
-Netzwerkgerätemulation wurde diesem Update hinzugefügt, die nur Windows 2003 Gäste auf der ia64 Architektur unterstützt. Zur Verwendung der e1000 Emulation, muss der xm-Befehl verwendet werden. - Treiber für
virtio
, die Plattform für I/O-Virtualisierung in KVM, wurden zu Red Hat Enterprise Linux 5.3 von Linux Kernel 2.6.27 backportiert. Diese Treiber ermöglichen es KVM-Gästen, eine höhere Ebene von I/O-Performance zu erreichen. Verschiedene Userspace-Komponenten wie:anaconda
,kudzu
,lvm
,selinux
undmkinitrd
wurden ebenfalls aktualisiert, um Support für virtio Geräte zu liefern. - Der native Linux Kernel unterstützt
vmcoreinfo
automatisch, um aber kdump in dom0-Domains zu erstellen, wurde daskernel-xen-debuginfo
-Paket benötigt. In dieser Release wurden Kernel und Hypervisor bearbeitet und unterstützen jetzt vmcoreinfo Reading und kdump Writing. Benutzer, die kdump zum Debugging oder anderen Nachforschungen auf dom0-Domains benötigen können dies jetzt ohnedebuginfo
oderdebuginfo-common
-Pakete tun. - Bei vollständig virtualisierte Red Hat Enterprise Linux 5 Gäste hatten keine optimale Performance bei der Verwendung von emulierten Disk und Netzwerkgeräten. Dieses Update enthält das kmod-xenpv-Paket zur Vereinfachung der Verwendung paravirtualisierter Disks und Netzwerke in vollständig virtualisierten Gästen.Die Verwendung dieser Treiber bei vollständig virtualiserten Gästen kann die Performance und Funktionalität signifikant verbessern. Für Netfront- und Blockfront-Treiber vorgenommene Fehlerbehebungen werden sofort realisiert und mit dem Kernelpaket synchronisiert.
- Gäste haben jetzt die Möglichkeit auf die 2MB Backing Page Speichertabellen zuzugreifen, die die Performance des Systems verbessern.
6.2. Resolved Issues Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
6.2.1. All Architectures Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- Das Abschalten eines paravirtualisierten Gastes konnte dazu führen, dass dom0 für eine bestimmte Zeit nicht mehr reagierte. Es kam zu einem Zeitverzug von mehreren Sekunden bei Gästen mit viel Speicherauslastung (d.h. 12GB und darüber). In diesem Update gestattet der virtualisierte Kernel die Abschaltung eines großen eines paravirtualisierten Gastes entziehbar (preemptible) zu sein, wodurch dieses Problem gelöst wird.
crash
was unable to read the relocation address of the hypervisor from a vmcore file. Consequently, opening a Virtualized kernel vmcore file with crash would fail, resulting in the error:In this update, the hypervisor now saves the address correctly, which resolves this issue.crash: cannot resolve "idle_pg_table_4"
crash: cannot resolve "idle_pg_table_4"
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Paravirtualisierte Gäste konnten ehemals maximal 16 Geräte besitzen. In diesem Update wurde das Maximum auf 256 Disk-Geräte erhöht.
- Für den kdump-Kernel reservierter Speicher war inkorrekt, wodurch es zu unbrauchbaren Crash-Dumps kam. In diesem Update ist die Speicherreservierung korrekt, so dass korrekte Crash-Dumps generiert werden.
- Das Anhängen einer Disk mit einem bestimmten Namen (d.h.
/dev/xvdaa
,/dev/xvdab
,/dev/xvdbc
usw.) an einen paravirtualisierten Gast führte zu einem korrumpierten/dev
-Gerät innerhalb des Gastes. Dieses Update löst dieses Problem, so dass das Anhängen von Disks mit diesen Namen an einen paravirtualisierten Gast ein ordnungsgemäßes/dev
-Gerät innerhalb des Gastes erstellt. - Die Anzahl der Loopback-Geräte war ehemals auf 4 beschränkt. In folge war der Bau von Brücken auf Systemen mit mehr als 4 Netzwerk-Interfaces eingeschränkt. In diesem Update erstellt der
netloop
-Treiber jetzt wie benötigt zusätzliche Loopback-Geräte. - Beim Erstellen und Auflösen von Netzwerkgeräten kam es zu einer Wettlaufsituation. In einigen Fällen — insbesondere bei hoher Auslastung — führte dies dazu, dass das virtuelle Gerät nicht antwortete. In diesem Update wird der Status des virtuellen Geräts geprüft, so dass das Auftreten einer Wettlaufsituation verhindert wird.
- Es kam zu einem Speicherleck in
virt-manager
, wenn die Anwendung laufen gelassen wurde. In Folge verbrauchte die Anwendung mehr Ressourcen, was zu einem dramatischen Speicherverlust führen konnte. In diesem Update wurde das Speicherleck behoben und dieses Problem gelöst. - the
crash
utility could not analyzex86_64
vmcores from systems runningkernel-xen
because the Red Hat Enterprise Linux hypervisor was relocatable and the relocated physical base address is not passed in the vmcore file's ELF header. The new--xen_phys_start
command line option for the crash utility allows the user to pass crash the relocated base physical address. - Nicht alles Mausereignisse wurden durch
Paravirtual Frame Buffer (PVFB)
festgehalten und verarbeitet. Das Scroll-Rädchen funktionierte daher nicht bei der Interaktion mit einem paravirtualisierten Gast mit derVirtual Machine Console
. In diesem Update ist dieses Problem behoben. - Die Verwendung von Virtualisierung mit einer großen Anzahl von CPUs konnte zum Absturz des Hypervisor während der Gastinstallation führen. In diesem Update wurde das Problem behoben.
- Bei Intel Prozessoren, die einen CPUID Family-Value von 6 widergeben, war nur ein Performance-Counter-Register in
kernel-xen
aktiviert. Deshalb lieferte nur Counter 0 Samples. In diesem Update wurde dieses Problem behoben.
6.2.2. x86 Architectures Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- On systems with newer CPU's, the CPU APIC ID differs from the CPU ID. Consequently, the virtualized kernel was unable to initialize CPU frequency scaling. In this update, the virtualized kernel now retrieves CPU APIC ID from the hypervisor, allowing CPU frequency scaling to be initialized properly.
- Lief ein x86 paravirtualisierter Gast und ein Vorgang griff auf ungültigen Speicher zu, so lief ein Loop statt das ein SEGV-Signal eingeholt wurde. Dies führte zu einem Fehler bei der Überprüfung der execshield unter dem Hypervisor. In diesem Update wurde das Problem behoben.
6.2.3. ia64 Architecture Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- A
xend
bug that previously caused guest installation failures is now fixed. - Beim
evtchn
-Ereignis Kanalgerät (Event Channel Device) fehlten Sperren und Speicherbarrieren. Dies führte dazu, dass xenstore nicht mehr reagierte. In diesem Update wurde das Problem behoben. - Non-Uniform Memory Access (NUMA) Informationen wurden nicht mit dem
xm info
-Befehl angezeigt. In Folge wurde dernode_to_cpu
-Wert für jeden Node inkorrekt alsno cpus
widergegeben. In diesem Update wurde das Problem behoben. - Das Erstellen eines Gastes auf einer Hardware Virtual Machine (HVM) schlug ehemals bei VT-i2 Technologie verwendenden Prozessoren fehl. Mit diesem Update ist dieses Problem behoben.
6.2.4. x86_64 Architectures Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- Waren die für virtuelle Maschinen von Gästen verfügbaren Dynamic IRQs ausgeschöpft, so crashte der
dom0
-Kernel. In diesem Update wurde das Problem behoben, und die ANzahl verfügbarer IRQs wurde erhöht. - On systems with newer CPU's, the CPU APIC ID differs from the CPU ID. Consequently, the virtualized kernel was unable to initialize CPU frequency scaling. In this update, the virtualized kernel now retrieves CPU APIC ID from the hypervisor, allowing CPU frequency scaling to be initialized properly.
6.3. Known Issues Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
6.3.1. All Architectures Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- Auf Medien im Diskettenlaufwerk kann bei Verwendung des virtualisierten Kernels nicht zugegriffen werden. Um dieses Problem zu umgehen, verwenden Sie ein USB-angehängtes Diskettenlaufwerk.Medien im Diskettenlaufwerk funktionieren problemlos mit anderen nicht-virtualisierten Kernels.
- In live migrations of paravirtualized guests, time-dependent guest processes may function improperly if the corresponding hosts' (dom0) times are not synchronized. Use NTP to synchronize system times for all corresponding hosts before migration.
- Wird ein paravirtualisierter Gast wiederholt zwischen zwei Hosts migriert, kann ein Host ggf. mit einem Panic abstürzen. Wird ein Host neu gebootet, nachdem ein Gast aus dem System heraus migriert wurde und bevor er erneut auf denselben Gast migriert wird, tritt dieser Panic nicht auf.
- Das Formattieren einer Disk als Gast während Windows 2008 oder Windows Vista läuft kann zum Absturz führen, wenn der Gast mit mehreren virtuellen CPUs gebootet hat. Um dies zu vermeiden, booten Sie den Gast beim Formattieren mit einer einzelnen virtuellen CPU.
- Vollständig virtualisierte und durch
virt-manager
erstellte Gäste hindern die Maus manchmal daran sich frei über den Bildschirm hinweg zu bewegen. Verwenden Sievirt-manager
um dies zu umgehen und eine USB Tablet-Gerät für den Gast zu konfigurieren. - Die maximalen CPUs müssen auf weniger als 128 beschränkt werden, wenn auf einem 128 oder größeren CPU-System. Das derzeit unterstützte Maximum liegt bei 126. Verwenden Sie das
maxcpus=126
-Hypervisor Argument, um den Hypervisor auf 126 zu beschränken. - Vollständig virtualisierte Gäste können durch Domain pause/unpause bedingte Zeitverluste nicht korrigieren. Es gehört zu den Vorteilen paravirtualisierter Kernels, dass die Zeit bei pause/unpause Vorgängen verfolgt werden kann. Dieses Problem wird Upstream mit ersetzbaren Timern angesprochen, so dass vollständig virtualisierte Gäste paravirtualisierte Timer besitzen. Zum derzeitigen Zeitpunkt befindet sich dieser Code in Entwicklung Upstream und sollte in späteren Versionen von Red Hat Enterprise Linux verfügbar sein.
- Wiederholte Migration paravirtualisierter Gäste kann zu
bad mpa
-Meldungen auf derdom0
-Konsole führen. In einigen Fällen kann es auch zu einer Panik des Hypervisors kommen.Um eine Hypervisor Kernel-Panik zu vermeiden, starten Sie die migrierten Gäste nachdem die negativen mpa-Nachrichten erscheinen erneut. - Beim Einstellen des Interface-Bonding auf
dom0
kann es vorkommen, dass das Standardnetwork-bridge
-Skript dazu führt, dass Netzwerk-Interfaces aletrnierend zwischenunavailable
undavailable
wechseln. Dieser Vorgang wird als flapping bezeichnet.Um dem vorzubeugen ersetzen Sie die standardmäßigenetwork-script
-Zeile in/etc/xen/xend-config.sxp
durch folgende Zeile:(network-script network-bridge-bonding netdev=bond0)
(network-script network-bridge-bonding netdev=bond0)
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Hierdurch wird das netloop-Gerät deaktiviert, wodurch verhindert wird, dass das Address Resolution Protocol (ARP) Monitoring während des Adressentransfervorgangs (address transfer process) fehlschlägt. - When running multiple guest domains, guest networking may temporarily stop working, resulting in the following error being reported in the dom0 logs:To work around this, raise the amount of memory available to the dom0 with the
Memory squeeze in netback driver
Memory squeeze in netback driver
Copy to Clipboard Copied! Toggle word wrap Toggle overflow dom0_mem
hypervisor command line option.
6.3.2. x86 Architectures Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- Migrating paravirtualized guests through
xm migrate [domain] [dom0 IP address]
does not work. - When installing Red Hat Enterprise Linux 5 on a fully virtualized SMP guest, the installation may freeze. This can occur when the host (
dom0
) is running Red Hat Enterprise Linux 5.2.Stellen Sie den Gast so ein, dass er nur einen Prozessor während der Installation verwendet. Dies können Sie mit der Option--vcpus=1
invirt-install
tun. Sobald die Installation abgeschlossen ist, können Sie den Gast auf SMP setzen, indem Sie die zugewiesenenvcpus
in virt-manager anpassen.
6.3.3. x86_64 Architectures Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- Migrating paravirtualized guests through
xm migrate [domain] [dom0 IP address]
does not work. - Installing the Virtualization feature may cause a
time went backwards
warning on HP systems with model numbers xw9300 and xw9400.Um dieses Problem auf xw9400-Maschinen zu umgehen, aktivieren Sie in den BIOS-Einstellungen den HPET-Timer. Beachten Sie, dass diese Option für xw9300-Maschinen nicht zur Verfügung steht. - Installing Red Hat Enterprise Linux 3.9 on a fully virtualized guest may be extremely slow. In addition, booting up the guest after installation may result in
hda: lost interrupt
errors.Um diesen Bootup-Fehler zu vermeiden, konfigurieren Sie den Gast so, dass er den SMP-Kernel verwendet. - Upgrading a host (
dom0
) system to Red Hat Enterprise Linux 5.2 may render existing Red Hat Enterprise Linux 4.5 SMP paravirtualized guests unbootable. This is more likely to occur when the host system has more than 4GB of RAM.Booten Sie als provisorische Lösung jeden Red Hat Enterprise Linux 4.5 Gast in Single-CPU-Modus und aktualisieren dessen Kernel auf die aktuellste Version (für Red Hat Enterprise Linux 4.5.z).
6.3.4. ia64 Architecture Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- Migrating paravirtualized guests through
xm migrate [domain] [dom0 IP address]
does not work. - On some Itanium systems configured for console output to VGA, the
dom0
virtualized kernel may fail to boot. This is because the virtualized kernel failed to properly detect the default console device from the Extensible Firmware Interface (EFI) settings.Falls dies auftritt, können Sie, um dies zu umgehen, den Boot-Parameterconsole=tty
zu den Kernel-Boot-Optionen in/boot/efi/elilo.conf
hinzufügen. - On some Itanium systems (such as the Hitachi Cold Fusion 3e), the serial port cannot be detected in
dom0
when VGA is enabled by the EFI Maintenance Manager. As such, you need to supply the following serial port information to thedom0
kernel:- Geschwindigkeit in Bits/Sekunde
- Anzahl der Daten-Bits
- Parität
io_base
-Adresse
Diese Details müssen in der Zeileappend=
desdom0
-Kernels in/boot/efi/elilo.conf
angegeben werden. Zum Beispiel:append="com1=19200,8n1,0x3f8 -- quiet rhgb console=tty0 console=ttyS0,19200n8"
In diesem Beispiel istcom1
der serielle Port,19200
die Geschwindigkeit (in Bits/Sekunde),8n1
gibt die Einstellungen bezüglich der Anzahl der Daten-Bits/Parität an und0x3f8
ist dieio_base
-Adresse. - Virtualization does not work on some architectures that use Non-Uniform Memory Access (NUMA). As such, installing the virtualized kernel on systems that use NUMA will result in a boot failure.Einige Installationsnummern installieren den virtualisierten Kernel standardmäßig. Falls Sie eine solche Installationsnummer besitzen und Ihr System NUMA verwendet und nicht mit kernel-xen arbeitet, wählen Sie die Virtualisierungsoption während der Installation nicht aus.
- Currently, live migration of fully virtualized guests is not supported on this architecture. In addition,
kexec
andkdump
are also not supported for virtualization on this architecture.
7. Technology Previews Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
Technology Preview features are currently not supported under Red Hat Enterprise Linux subscription services, may not be functionally complete, and are generally not suitable for production use. However, these features are included as a customer convenience and to provide the feature with wider exposure.
Customers may find these features useful in a non-production environment. Customers are also free to provide feedback and functionality suggestions for a Technology Preview feature before it becomes fully supported. Erratas will be provided for high-severity security issues.
During the development of a Technology Preview feature, additional components may become available to the public for testing. It is the intention of Red Hat to fully support Technology Preview features in a future release.
- ALUA-Modus auf EMC Clariion
- Der explizite aktiv-passiv Failover-Modus (ALUA) unter Verwendung von
dm-multipath
auf EMC Clariion Speichergeräten wird nun unterstützt. Dieser Modus wird als T10-Spezifikation zur Verfügung gestellt, jedoch nur als eine Technologievorschau in diesem Release.For more information about T10, refer to http://www.t10.org. - ext4
- Die neueste Generation des ext-Dateisystems
ext4
ist in dieser Release als Technologievorschau verfügbar.Ext4
ist eine schrittweise Verbesserung des von Red Hat und der Linux Community entwickeltenext3
-Dateisystems. Der Release-Name des Dateisystems für die Technologievorschau lautetext4dev
.Das Dateisystem wird durch dasext4dev.ko
-Kernelmodul und ein neuese4fsprogs
-Paket, das aktualisierte Versionen der bekannten e2fsprogs Administrationstools zur Verwendung mit ext4 enthält, bereitgestellt. Um dies zu verwenden, installieren Siee4fsprogs
und verwenden Sie dann Befehle wiemkfs.ext4dev
aus dem e4fsprogs-Programm zur Erstellung eines ext4-base Dateisystems. Beim Bezug auf das Dateisystem bei einer Einhänge-Befehlszeile oder fstab-Datei verwenden Sie den Dateisystemnamenext4dev
. - FreeIPMI
- FreeIPMI ist nun als Technologievorschau Bestandteil dieser Aktualisierung. FreeIPMI ist eine Sammlung von Intelligent Platform Management IPMI System-Software. Es bietet In-Band- und Out-Of-Band-Software, parallel zur Entwicklungsbibliothek, die mit den Intelligent Platform Management Interface (IPMI v1.5 and v2.0) Standards übereinstimmt.For more information about FreeIPMI, refer to http://www.gnu.org/software/freeipmi/
- TrouSerS und tpm-tools
- TrouSerS und
tpm-tools
sind in diesem Release enthalten, um die Verwendung von Trusted Platform Module (TPM) Hardware zu ermöglichen. TPM-Hardware-Features umfassen (neben anderen):- Sicheres Erstellen, Speichern und Verwenden von RSA-Schlüsseln (ohne dass diese im Speicher dargelegt werden)
- Verifizierung des Software-Status einer Plattform unter Verwendung kryptografischer Hashes
TrouSerS ist eine Implementierung der Trusted Computing Group's Software Stack (TSS) Specification. Sie können TrouSerS dazu verwenden, Applikationen zu schreiben, die TPM-Hardware nutyen.tpm-tools
ist ein Satz von Tools zur Verwaltung und Nutzung von TPM-Hardware.For more information about TrouSerS, refer to http://trousers.sourceforge.net/. - eCryptfs
eCryptfs
ist ein gestapeltes kryptografisches Dateisystem für Linux. Es wird in individuellen Verzeichnissen in bereits eingehängten, untergeordneten Dateisystemen wie EXT3 eingehängt. Die vorhandenen Partitionen oder Dateisysteme müssen nicht geändert werden, um mit der Verwendung voneCryptfs
zu beginnen.Mit dieser Release basiert eCryptfs nun auf Upstream Version 56, die mehrere Fehlerbehebungen und Verbesserungen bietet. Au-erdem liefert dieses Update ein grafisches Programm, das bei der Konfiguration von eCryptfs (ecryptfs-mount-helper-gui
) hilft.Dieses Update ändert auch die Syntax bestimmter eCryptfs/Einhängeoptionen. Falls Sie sich dafür entscheiden, dies zu dieser Version von eCryptfs zu aktualisieren, so sollten Sie alle betroffenen Einhängeskripte und/etc/fstab
-Einträge aktualisieren. Informationen zu diesen Änderungen finden Sie unterman ecryptfs
.Folgende Warnhinweise gelten für diese Release von eCryptfs:- Beachten Sie, dass das eCryptfsDateisystem nur dann ordnungsgemäß funktioniert, wenn das verschlüsselte Dateisystem einmal über dem zugrunde liegenden Verzeichnis gleichen Namens eingehängt ist. Zum Beispiel:
mount -t ecryptfs /mnt/secret /mnt/secret
mount -t ecryptfs /mnt/secret /mnt/secret
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Der gesicherte Teil des Dateisystems sollte nicht offengelegt sein, d.h. nicht an anderen Einhängepunkten (Mount Points), Einbindepunkten (Bind Points) u.ä. eingehängt sein. - eCryptfs hängt an genetzwerkten Dateisystemen ein (z.B. NFS, Samba), funktioniert nicht ordnungsgemäß.
- Diese Version des eCryptfs-Kerneltreibers benötigt aktualisierten Userspace, der durch
ecryptfs-utils-56-4.el5
oder neuer bereitgestellt wird.
For more information about eCryptfs, refer to http://ecryptfs.sf.net. You can also refer to http://ecryptfs.sourceforge.net/README and http://ecryptfs.sourceforge.net/ecryptfs-faq.html for basic setup information.- Stateless-Linux
- Stateless-Linux ist eine neue Denkweise, wie ein System betrieben und verwaltet werden soll. Es ist dafür gedacht, die Versorgung und das Management einer großen Anzahl von Systemen zu vereinfachen, indem diese leicht austauschbar sind. Dies wird in erster Linie durch die Herstellung präparierter System-Images erreicht, die repliziert und über eine große Anzahl von zustandlosen (stateless) Systemen mit einem Betriebssystem in einem read-only-Status hinweg verwaltet werden (bitte werfen Sie einen Blick auf
/etc/sysconfig/readonly-root
für weitere Einzelheiten).In diesem derzeitigen Entwicklungsstatus sind die Stateless-Features eine Teilmenge der beabsichtigten Ziele. Als solche ist ihre Tauglichkeit derzeit als "Technologievorschau"-Status gekennzeichnet.Interessenten für das Testen von zustandlosem (stateless) Code, wird dringend empfohlen, die HOWTOs unter http://fedoraproject.org/wiki/StatelessLinux/HOWTO zu lesen und Mitglied der Liste stateless-list@redhat.com zu werden.Die ersten Bestandteile, die Stateless Linux ermöglichten, wurden ursprünglich in Red Hat Enterprise Linux 5 eingeführt. - AIGLX
- AIGLX ist ein Technologievorschau-Feature des ansonsten komplett unterstützten X-Servers. Es hat die Absicht, GL-beschleunigte Effekte auf einem Standard-Desktop zu aktivieren. Das Projekt besteht aus den folgenden Komponenten:
- Ein geringfügig modifizierter X-Server.
- Ein aktualisiertes Mesa-Paket, das Support für neue Protokolle hinzufügt.
Wenn Sie diese Komponenten installieren, können Sie GL-beschleunigte Effekte auf Ihrem Desktop mit sehr wenigen Änderungen nutzen. Weiterhin haben Sie die Möglichkeit, diese nach Belieben zu aktivieren, bzw. zu deaktivieren, ohne den X-Server zu ersetzen. AIGLX ermöglicht es außerdem Remote-GLX-Anwendungen, die Vorteile von Hardware-GLX-Beschleunigung zu nutzen. - FireWire
- Das Modul
firewire-sbp2
wird im Rahmen dieser Aktualisierung weiterhin als Technologievorschau eingebunden. Dieses Modul ermöglicht die Verbindung mit FireWire Speichergeräten und Scannern.Derzeit unterstützt FireWire Folgendes nicht:- IPv4
- pcilynx Host-Kontroller
- multi-LUN Speichergeräte
- Nicht-exklusiver Zugriff auf Speichergeräte
Zusätzlich bestehen die folgenden Probleme in dieser Version von FireWire weiterhin:- ein Speicherleck im
SBP2
-Treiber kann dazu führen, dass die Maschine nicht mehr antwortet. - ein Code in dieser Version funktioniert nicht ordnungsgemäß auf "big-endian"-Maschinen. Dies kann zu unerwartetem Verhalten auf PowerPCs führen.
- ktune
- Diese Release enthält
ktune
(aus demktune
-Paket), einen Dienst, der mehrere Kernel-Feinabstimmungsparameter auf für bestimmte Systemprofile passende Werte setzt. Derzeit bietetktune
nur ein Profil für Großspeicher-Systeme, die Disk- und Netzwerk-intensive Anwendungen ausführen.Die durchktune
gelieferten Einstellungen setzen diejenigen in/etc/sysctl.conf
oder durch die Kernel-Befehlszeile nicht außer Kraft.ktune
ist möglicherweise für einige Systeme und Arbeitsbelastungen nicht geeignet; testen Sie dies ausgiebig ehe Sie es in der Produktion deployen.Sie können jeden Konfigurationsatz durchktune
deaktivieren und zu Ihren regulären Einstellungen zurückkehren, indem Sie einfach denktune
-Dienst mittelsservice ktune stop
(als Root) stoppen. - SGPIO Support für dmraid
- Serial General Purpose Input Output (SGPIO) ist eine dem Industriestandard entsprechende Kommunikationsmethode, die zwischen einer Hauptplatine (Main Board) und verschiedenen internen und externen Bay Enclosures der Hard Disc Anwendung findet. Diese Methode kann zur Steuerung von LED-Lichtern an einer Enclosure durch das AHCI Treiber-Interface verwendet werden.In dieser Release ist SGPIO-Support in dmraid als Technologievorschau enthalten. Dies gestattet es dmraid ordnungsgemäß mit Disk Enclosures zu funktionieren.
- GCC 4.3
- Die Gnu Compiler Collection version 4.3 (GCC4.3) ist jetzt in dieser Release als eine Technologievorschau enthalten. Diese Sammlung von Compilern enthält C, C++ und Fortran 95 Compiler sowie Support-Bibliotheken.Beachten Sie, dass in den
gcc43
-Paketen der Standard für diegnu89-inline
-Option zu-fgnu89-inline
geändert wurde, wobei Upstream und zukünftige Aktualisierungen von Red Hat Enterprise Linux 5 standardmäßig-fno-gnu89-inline
sein werden. Dies ist notwendig, weil viele als Teil von Red Hat Enterprise Linux 5 vertriebenen Header GNU in-line Semantik statt ISO C99 Semantik erwarten. Diese Headers wurden nicht angepasst, um GNU in-line Semantik durch Attribute anzufordern. - Kernel Tracepoint Facility
- In diesem Update wurde ein neuer Kernel Marker/Tracepoint Facility als Technologievorschau implementiert. Dieses Interface fügt dem Kernel statische Testpunkte zur Verwendung mit Tools wie etwa SystemTap hinzu.
- Device Failure Monitoring von RAID Sets
- Device Failure Monitoring unter Verwendung der Tools dmraid und dmevent_tool sind in Red Hat Enterprise Linux 5.3 als Technologievorschau enthalten. Dies ermöglicht die Beobachtung und Meldung von Gerätefehlfunktionen auf Gerätekomponenten von RAID Sets.
8. Resolved Issues Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
8.1. All Architectures Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- Die Daten für Aktivitätsberichte des TTY-Geräts wurden nicht ordnungsgemäß generiert. Der
sar -y
-Befehl schlug daher fehl und meldete den folgenden Fehler:Requested activities not available in file (dt. Angeforderte Aktivitäten nicht in der Datei verfügbar)
Requested activities not available in file (dt. Angeforderte Aktivitäten nicht in der Datei verfügbar)
Copy to Clipboard Copied! Toggle word wrap Toggle overflow In diesem aktualisierten Paket ist sar korrigiert, so dass die -y Option die Aktivität des TTY-Geräts anzeigt. - Zuvor hinderte die Einstellung von
max_fds
aufunlimited
in/etc/multipath.conf
den multipathd-Daemon am Starten. Falls die Anzahl offener Datei-Deskriptoren auf das System-Maximum gesetzt werden muss, so solltemax_fds
aufmax
eingestellt werden. - mod_perl ist jetzt auf Version 2.0.4 rebasiert, der aktuellsten Upstream Release. Dieses Update wendet mehrere Updates an, darunter einen Bug-Fix, der es mod_perl jetzt gestattet, ordnungsgemäß mit Bugzilla 3.0 zu arbeiten.
- cups basiert jetzt auf Version 1.3.7. Dieses Update beinhaltet mehrere Fehlerbehebungen und Verbesserungen, darunter:
- Kerberos Authentifikation wird nun unterstützt
- Benutzerdefinierte Drucker- und Job-Richtlinien werden jetzt ordnungsgemäß geladen.
- Remote Warteschleifen-Chaches werden nicht mehr geladen, wenn das Browsing deaktiviert ist.
- Die
classes.conf
-Konfigurationsdatei besitzt jetzt die korrekten Genehmigungen.
lm_sensors
basiert nun auf Version 2.10.7. Dieses Update beinhaltet mehrere Upstream-Verbesserungen und Fehlerbehebungen, darunter einen Fix, der verhindert, dass libsensors mit einerGeneral parse error
-Nachricht abstürzt, wennk8temp
ebenfalls geladen wird.- Die Aktualisierung von elfutils im Rahmen dieser Release behebt nun die folgenden Fehler:
- Das eu-readelf-Dienstprogramm stürtzte beim Lesen bestimmter Eingabe-Dateien ab.
- Das eu-strip-DIenstprogramm wird in den
rpmbuild
-Vorgängen verwendet, die neue Binärdatei-Pakete erstellen. Dabei werden Informationen zur Fehlerbehebung von ausführbarem Code getrennt, um-debuginfo
-Pakete zu erstellen. Ein Fehler bei diesem Dienstprogramm führte dazu, dass unbrauchbare Informationen zur Fehlerbehebung für ET_REL-Dateien auf der s390-Plattform auftraten; dies betrifft Moduldateien des Linux-Kernels (.ko.debug
) und führte dazu, dass die generiertenkernel-debuginfo
-Pakete nicht mit Systemtap auf s390 funktionierten.
- vnc-server ist nun auf Version 4.1.2-14.el5 abgestimmt. Dieses Update enthält die folgenden Fehlerbehebungen:
- Ein Fehler, der vncserver am Drucken von Fehlermeldungen hinderte, wenn Xvnc nicht startete, ist jetzt behoben.
- Xvnc verwendet nicht mehr die falsche Root Window Depth; es wird nun die korrekte Window Depth verwendet, wie sie durch die
-depth
-Option festgelegt wird. - Ein Fehler, der dazu führte, dass das
libvnc.so
-Modul den X-Server zum Absturz brachte, ist nun behoben. - Xvnc unterstützt jetzt GLX- und RENDER-Erweiterungen auf allen Architekturen.
- smartmontools basiert nun auf Version 5.38. Dieses Update verbessert die Autodetection von Hardware-Geräten, verbessert den Support für CCISS RAID Arrays und bietet eine größere Datenbank unterstützter Geräte.Dieses Update behebt außerdem einen Fehler bei dem SELinux smartmontools and der Überwachung von 3ware RAID-Geräten hinderte. smartmontools ckann solche Geräte jetzt ordnungsgemäß überwachen.
- python-urlgrabber basiert nun auf Version 3.1.0-5. Dadurch werden mehrere Fehler von Upstream behoben, darunter:
yum
kann nun ordnungsgemäß erneut aus einemyum
-Repository downloaden, das Teil-Downloads nicht unterstützt.yum
kann nun mit einem unterbrochenen Download fortfahren, selbst wenn dasyum
-Repository mit einem festgelegten Port FTP-basiert ist.- Die Größe des Ladebalkens ist jetzt dynamisch zur Terminalbreite. Außerdem sind die Ladebalken nun übersichtlicher und zeigen einen Prozentsatz der insgesamt heruntergeladenen Daten an.
- Das
keepalive
-Signal von python-urlgrabber funktioniert nun problemlos. In der Vergangenheit hatte ein Fehler bei diesem Signal dazu geführt, dass es während Download zu einer Erhöhung des Speichergebrauchs kam; außerdem verhinderte dieser Fehler die ordnungsgemäße Funktionsweise von reposync und yumdownloader beim Herunterladen großer Mengen an Paketen.
- Thunderbird basiert nun auf Version 1.1.16. Es wurden mehrere Fehler behoben, darunter:
yum update --security
findet jetzt alte, relevante Sicherheits-Updates.yum-versionlock
funktioniert jetzt ordnungsgemäß bei veralteten Paketen.
Dieses Update enthält auch denyum-fastestmirror
-Plugin, der es yum ermöglicht, das schnellste Repository in einer Mirror-Liste zu wählen. - Samba basiert nun auf Upstream Version 3.2.0. Dadurch werden mehrere Fehler behoben, darunter einer, der Benutzer daran hinderte Windows 2003 verwendende Domains als ihren Name-Server zu nutzen. Außerdem behebt dieses Update einen Fehler, der dazu führte, dass die Mitgliedschaft bei der samba-Domain nach Änderung des Systempassworts mittels
net rpc changetrustpw
unterbrochen wurde.For a more comprehensive list of upstream samba updates included this release, refer to http://www.samba.org/samba/history/samba-3.0.32.html - OpenLDAP basiert nun auf Upstream Version 2.3.43. Mehrere Upstream Fehler wurden dabei behoben, darunter:
- Das
init
-Skript meldet jetzt eine Warnung, wenn derslapd
-Daemon eine TLS-Zertifikatsdatei nicht lesen kann. - Alle Bibliotheken im
openldap-debuginfo
-Paket sind jetzt unstripped. - Die Deinstallation des
openldap-devel
-Pakets, führt nicht mehr zu Schäden an den OpenLDAP-Bibliotheken.
Red Hat distribuiert jetzt zusätzliche Overlays für OpenLDAP-Server. Außersyncprov
befinden sich alle Overlays in separatenopenldap-servers-overlays
-Paketen, die als dynamisch ladbare Module kompiliert sind. Dassyncprov
-Overlay ist statisch zum OpenLDAP-Server verlinkt, um die Kompatibilität mit älteren OpenLDAP-Releases zu gewährleisten. - Da bei der
xterm
Binärdatei das gesetzte Gruppen-ID (setgid
) Bit konfiguriert war, waren bestimmte Umgebungsvariablen (wieLD_LIBRARY_PATH
undTMPDIR
) nicht gesetzt. In dieser Release sind bei derxterm
-Binärdatei jetzt die Modus0755
-Genehmigungen konfiguriert, wodurch dieses Problem behoben ist. - The recommended method for balancing the load on NIS servers when multiple machines are connecting with ypbind has changed with this release. The ypbind daemon's behavior has not changed: it still pings all NIS servers listed in the
/etc/ypbind
configuration file and then binds to the single fastest-responding server. Before, it was recommended to list all available NIS servers in each machine's/etc/ypbind.conf
configuration file. However, because even servers under high load can respond quickly to this ping, thus inadvertently increasing their own load, it is now recommended for administrators to list a smaller number of available NIS servers in each machine's ypbind.conf, and to vary this list across machines. In this way, NIS servers are automatically load-balanced due to not every NIS server being listed as being available to every machine. - Thunderbird basiert nun auf Version 2.3.1. Diese Aktualisierung behebt mehrere Fehler, darunter:
- Ein Fehler beim Umgang von OpenMotif mit den
Grab
undUngrab
-Ereignissen ist nun behoben. In früheren Releases führte dieser Fehler manchmal zur Display-Sperre. - Ein Fehler in nedit konnte bei Verwendung der nedit grafischen Benutzeroberfläche zum Absturz führen. Dies war aufgrund einer Funktion im Code der Fall, die bei einigen Fällen der Postenauswahl zu einem Segmentierungsfehler führte. Dieses Problem ist nun behoben.
- dbus basiert nun auf Version 1.1.2. Dieses Update behebt einen Fehler, der dazu führte, dass mehrthreadige Programme zu einer Sperre in dbus führten. In früheren Releases, bei denen ein Thread auf dbus horchte und Nachrichten verarbeitete, sendete der zweite Thread Nachrichten an dbus.
- strace basiert nun auf Version 4.5.18. Dadurch werden mehrere Fehler behoben, darunter:
- Ein Fehler, der zum Absturz von strace bei Verwendung der
-f
-Option bei einigen mehrthreadigen Programmen (insbesondere bei 64-bit Systemen) führte, ist jetzt behoben. - Ein Fehler, der die 64-bit Version von strace an der Ausführung des
vfork()
-Funktionsaufrufs an einem 32-bit Vorgang hinderte, ist jetzt behoben.
- cpuspeed wurde zu Version 1.2.1-5 aktualisiert. Mit diesem Update lädt das cpuspeed
init
-Skript dasspeedstep-centrino
-Modul jetzt, wenn das Laden aller anderen Module fehlschlägt. Außerdem wurde ein Benutzer-Space Fehler behoben, der dasPowernow-k8
-Modul am Laden hinderte nun behoben from. - Der frysk-Satz von Tools wurde vollständig aus dieser Distribution entfernt. frysk war ursprünglich als Technologievorschau in Red Hat Enterprise Linux 5.0 enthalten.
- Die vom
iostat -x
/Befehl bereitgestellten Partition I/O Statistiken waren zuvor unvollständig. In diesem Update werden Partitionsstatistiken jetzt auf dieselbe Weise wie Disk-Statistiken errechnet, wodurch kohärente und verständliche I/O Statistiken auf Partitionsebene geliefert werden. - Ein Passwort-Offenlegungsfehler wurde in der Konfigurationsdatei für den Dovecot-Mailserver gefunden. War bei einem System die
ssl_key_password
-Option definiert, so konnte jeder beliebige lokale Benutzer das SSL-Schlüsselpasswort einsehen. (CVE-2008-4870)Anmerkung
Dieser Fehler gestattete dem Angreifer keinen Zugriff auf die Inhalte des SSL-Schlüssels. Das Passwort besitzt ohne die Schlüsseldatei, auf welche beliebige Benutzer keinen Lesezugriff haben sollten, keinen Wert.To better protect even this value, however, thedovecot.conf
file now supports the "!include_try" directive. Thessl_key_password
option should be moved fromdovecot.conf
to a new file owned by, and only readable and writable by, root (ie 0600). This file should be referenced fromdovecot.conf
by setting the!include_try /path/to/password/file
option.
8.2. x86_64 Architectures Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- ksh basiert nun auf Version 2008-02-02. Dieses Update fügt Multi-Byte Zeichen-Handhabung hinzu, löst zahlreiche Probleme bei der Job-Steuerung und behebt mehrere Fehler von Upstream. Beachten Sie, dass dieses Update zu ksh die Kompatibilität zu bestehenden Skripts bewahrt.
8.3. s390x Architectures Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- Ein
vmconvert
-Fehler verhinderte, dass es ordnungsgemäß amvmur
-Geräte-Node (/dev/0.0.000c
) funktionierte. Dies führte zum Fehlschlagen vonvmconvert
beim Versuch auf Dumps amvmur
-Gerät zuzugreifen mit dem Fehlervmconvert: Open dump file failed! (Permission denied)
. Ein Update tos390utils
in dieser Release behebt dieses Problem. - Das
init
/Skript und dieconfig
-Datei für denmon_procd
-Daemon sowiemon_fsstatd
-Daemon fehlten ims390utils
-Paket. Es konnte daher kein Build dieser Daemons erfolgen und diese konnten nicht verwendet werden. Die fehlenden Dateien wurden diesem Update hinzugefügt, so dass das Problem nun behoben ist.
8.4. PowerPC Architectures Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- Ein Fehler, der das
ehci_hcd
-Modul daran hinderte auf dieser Architektur erneut zu laden, wurde nun behoben. Dies stellt sicher, dass der Belkin 4-port PCI-Express USB Lily-Adapter (und andere ähnliche Geräte) jetzt mit Red Hat Enterprise Linux 5 ordnungsgemäß funktionieren, wenn dasehci_hcd
-Modul verwendet wird. - Die libhugetlbfs-Bibliothek basiert nun auf Version 1.3. Dieses Update wendet mehrere Upstream Verbesserungen an der Bibliothek, wodurch die Performance von Huge-Seiten verwendenden Anwendungen verbessert wird.Eine vollständige Liste von Updates für libhugetlbfs finden Sie unter folgendem Link:
9. Known Issues Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
9.1. All Architectures Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- Wenn das neue Feature der Platten-Verschlüsselung angewendet wird zum Verschlüsseln des Root Dateisystems, wird die folgende Fehlermeldung beim Herunterfahren des Systems auf der Konsole ausgegeben:
Stopping disk encryption [FAILED]
Stopping disk encryption [FAILED]
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Diese Meldung kann getrost ignoriert werden, denn das Herunterfahren wird dennoch erfolgreich abgeschlossen. - When using an encrypted device, the following error message may be reported during bootup:This message can safely be ignored.
insmod: error inserting '/lib/aes_generic.ko': -1 File exists
insmod: error inserting '/lib/aes_generic.ko': -1 File exists
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Eine Installation unter Verwendung von Multiple Device (MD) RAID zusätzlich zu multipath wird dazu führen, dass der Rechner nicht booten kann. Multipath zu Storage Area Network (SAN) Geräten, welche RAID intern bieten, sind davon nicht betroffen.
- When a large number of LUNs are added to a node, multipath can significantly increase the time it takes for udev to create device nodes for them. If you experience this problem, you can correct it by deleting the following line in
/etc/udev/rules.d/40-multipath.rules
:This line causes udev to run multipath every time a block device is added to the node. Even with this line removed, multipathd will still automatically create multipath devices, and multipath will still be called during the boot process, for nodes with multipathed root filesystems. The only change is that multipath devices will not be automatically created when multipathd is not running, which should not be a problem for the vast majority of multipath users.KERNEL!="dm-[0-9]*", ACTION=="add", PROGRAM=="/bin/bash -c '/sbin/lsmod | /bin/grep ^dm_multipath'", RUN+="/sbin/multipath -v0 %M:%m"
KERNEL!="dm-[0-9]*", ACTION=="add", PROGRAM=="/bin/bash -c '/sbin/lsmod | /bin/grep ^dm_multipath'", RUN+="/sbin/multipath -v0 %M:%m"
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Beim Aktualisieren von einer früheren Version von Red Hat Enterprise Linux auf 5.3 können Sie auf folgenden Fehler stoßen:
Updating : mypackage ################### [ 472/1655] rpmdb: unable to lock mutex: Invalid argument
Updating : mypackage ################### [ 472/1655] rpmdb: unable to lock mutex: Invalid argument
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Der Grund für dieses Locking Problem ist, dass das gemeinsam genutzte Futex-Locking in glibc mit Futexes pro Prozess zwischen 5.2 und 5.3 weiterentwickelt wurde. Dies hat zur Folge, dass Programme, die mit 5.2 glibc laufen, gemeinsam genutztes Futex Locking nicht ordnungsgemäß ausführen können zusammen mit Programmen, welche mit 5.3 glibc laufen.Diese spezielle Fehlermeldung ist eine Nebenwirkung eines Paketes, welches rpm als Teil seines Installationsprozesses aufruft. Der RPM Vorgang, der die Aktualisierung durchführt, verwendet die frühere glibc während der gesamten Aktualisierung. Der RPM Vorgang, der aus dem Skript heraus gestartet wurde, nutzt jedoch die neue glibc.To avoid this error, upgrade glibc first in a separate run:You will also see this error if you downgrade glibc to an earlier version on an installed 5.3 system.yum update glibc yum update
# yum update glibc # yum update
Copy to Clipboard Copied! Toggle word wrap Toggle overflow mvapich
undmvapich2
sind in Red Hat Enterprise Linux 5 kompiliert, um nur die InfiniBand/iWARP Interconnects zu unterstützen. Infolgedessen laufen sie nicht über Ethernet oder Netzwerk Interconnects.- In Systemen mit mehr als zwei verschlüsselten Blockgeräten hat Anaconda eine Option, die ein übergreifendes Passwort bietet kann. Die init Scripte unterstützen dieses Feature jedoch nicht. Beim Booten des Systems wird die Eingabe der jeweiligen Passwörter für jedes verschlüsselte Gerät verlangt.
- When upgrading openmpi using yum, the following warning may be returned:The message is harmless and can be safely ignored.
cannot open `/tmp/openmpi-upgrade-version.*' for reading: No such file or directory
cannot open `/tmp/openmpi-upgrade-version.*' for reading: No such file or directory
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Das Konfigurieren von IRQ SMP Affinität hat keine Auswirkung auf manche Geräte, die "Message Signaled Interrupts" (MSI) verwenden ohne Fähigkeit für das MSI Per-Vector Masking. Beispiele für solche Geräte sind Broadcom NetXtreme Ethernet Geräte, die den Treiber
bnx2
verwenden.Wenn Sie die IRQ Affinität für ein solches Gerät konfigurieren müssen, deaktivieren Sie MSI durch Erstellen einer Datei in/etc/modprobe.d/
, welche die folgende Zeile enthält:options bnx2 disable_msi=1
options bnx2 disable_msi=1
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Alternativ können Sie MSI auch vollständig deaktivieren, indem Sie den Kernel Boot Parameterpci=nomsi
verwenden. - Ein Bug in der aktualisierten Datei
/etc/udev/rules.d/50-udev.rules
verhindert das Erstellen von persistenten Namen für Bandgeräte mit Zahlen größer als 9 im Namen. So wird beispielsweise kein persistenter Name für ein Bandgerät mit einem Namennst12
erstellt.Fügen Sie als temporäre Lösung ein Sternchen (*) hinter jedem Treffer des Stringsnst[0-9]
in/etc/udev/rules.d/50-udev.rules
ein. - Das
smartctl
-Tool kann SMART-Parameter nicht korrekt von SATA-Geräten lesen. - Ein Bug in früheren Versionen von
openmpi
undlam
kann Sie am Aktualisieren dieser Pakete hindern. Dieser Bug äußert sich im folgenden Fehler (beim Versuch,openmpi
oderlam
zu aktualisieren):error: %preun(openmpi-[version]) scriptlet failed, exit status 2
error: %preun(openmpi-[version]) scriptlet failed, exit status 2
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Deshalb müssen Sie ältere Versionen vonopenmpi
undlam
manuell entfernen, um deren aktuellste Versionen zu installieren. Verwenden Sie hierfür den folgendenrpm
-Befehl:rpm -qa | grep '^openmpi-\|^lam-' | xargs rpm -e --noscripts --allmatches
- When using
dm-multipath
, iffeatures "1 queue_if_no_path"
is specified in/etc/multipath.conf
then any process that issues I/O will hang until one or more paths are restored.To avoid this, setno_path_retry [N]
in/etc/multipath.conf
(where[N]
is the number of times the system should retry a path). When you do, remove thefeatures "1 queue_if_no_path"
option from/etc/multipath.conf
as well.If you need to use"1 queue_if_no_path"
and experience the issue noted here, usedmsetup
to edit the policy at runtime for a particular LUN (i.e. for which all the paths are unavailable).To illustrate: rundmsetup message [device] 0 "fail_if_no_path"
, where[device]
is the multipath device name (e.g.mpath2
; do not specify the path) for which you want to change the policy from"queue_if_no_path"
to"fail_if_no_path"
. - Das Aktivieren von mehreren installierten Versionen desselben Kernel-Moduls wird nicht unterstützt. Zusätzlich kann ein Bug in der Art und Weise, wie Kernel-Module analysiert werden, manchmal dazu führen, dass eine ältere Version desselben Kernel-Moduls aktiviert wird.Red Hat empfiehlt, bei der Installation einer neueren Version eines installierten Kernel-Moduls zunächst die ältere Version zu deinstallieren.
- Das Ausführen von
kdump
auf einem IBM Bladecenter QS21 oder QS22, konfiguriert mit NFS-Root, schlägt fehl. Um dies zu umgehen, geben Sie ein NFS-Dump-Ziel in/etc/kdump.conf
an. - IBM T60 schalten sich im Suspend-Modus und beim Andocken an einer Docking-Station komplett aus. Um dies zu verhindern, booten Sie das System mit dem Parameter
acpi_sleep=s3_bios
. - Die QLogic iSCSI Expansion Card für das IBM Bladecenter liefert sowohl Ethernet- als auch iSCSI-Funktionen. Einige Teile der Karte werden von beiden Funktionen gemeinsam verwendet. Die aktuellen
qla3xxx
- undqla4xxx
-Treiber unterstützen die Ethernet- und iSCSI-Funktionen jedoch individuell. Beide Treiber unterstützen die gleichzeitige Verwendung von Ethernet- und iSCSI-Funktionen jedoch nicht.Aufgrund dieser Einschränkung können nachfolgende Resets (durch aufeinander folgendeifdown
/ifup
-Befehle) zum Hängenbleiben des Geräts führen. Gönnen Sie sich ein 10-Sekunden Intervall nach einemifup
, bevor Sie einifdown
ausführen, um dies zu verhindern. Gönnen Sie sich dasselbe 10-Sekunden Intervall nach einemifdown
, bevor Sie einifup
ausführen. Dieses Intervall bietet ausreichend Zeit zur Stabilisierung und Neuinitialisierung aller Funktionen, wenn einifup
ausgeführt wird. - Laptops, die mit einer Cisco Aironet MPI-350 Wireless-Karte ausgestattet sind, bleiben ggf. beim Versuch hängen, eine DHCP-Adresse während einer netzwerkbasierten Installation via festverdrahtetem Ethernet-Port zu erhalten.Um dies zu umgehen, verwenden Sie lokale Medien für Ihre Installation. Alternativ können Sie auch die Wirelesskarte im BIOS des Laptops vor Beginn der Installation deaktivieren (Sie können die Wirelesskarte nach Abschluss der Installation wieder reaktivieren).
- Das Protokollieren während des Bootvorgangs in
/var/log/boot.log
steht in Red Hat Enterprise Linux 5.3 nicht zur Verfügung. - Das System bootet ggf. nicht erfolgreich in einen
kexec
-/kdump
-Kernel, wenn X ausgeführt wird und einen anderen Treiber als vesa verwendet. Das Problem tritt lediglich mit ATI Rage XL Grafik-Chipsätzen auf.Falls X auf einem System mit ATI Rage XL Grafikkarte läuft, stellen Sie sicher, das diese den vesa-Treiber verwendet, um erfolgreich in einenkexec
-/kdump
-Kernel zu booten. - Wenn Sie Red Hat Enterprise Linux 5.2 auf einem Rechner mit einem nVidia CK804-Chipsatz verwenden, erhalten Sie möglicherweise folgende Kernelmeldungen:
kernel: assign_interrupt_mode Found MSI capability kernel: pcie_portdrv_probe->Dev[005d:10de] has invalid IRQ. Check vendor BIOS
kernel: assign_interrupt_mode Found MSI capability kernel: pcie_portdrv_probe->Dev[005d:10de] has invalid IRQ. Check vendor BIOS
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Diese Meldungen weisen darauf hin, dass bestimmte PCI-E-Ports keine IRQs anfordern. Sie beeinflussen jedoch in keiner Weise die Funktionsfähigkeit des Rechners. - Entfernbare Speichergeräte (wie beispielsweise CDs und DVDs) werden nicht automatisch eingehängt, wenn Sie sich als Root einloggen. Aus diesem Grund müssen Sie diese Geräte mithilfe des grafischen Dateimanagers manuell einhängen.Alternativ können Sie den folgenden Befehl ausführen, um ein Gerät unter
/media
einzuhängen:mount /dev/[device name] /media
mount /dev/[device name] /media
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Wenn eine LUN auf einem konfigurierten Speichersystem gelöscht wird, wirkt sich die Änderung nicht auf den Host aus. In diesen Fällen bleiben
lvm
Befehle unbegrenzt lange hängen, wenndm-multipath
verwendet wird, da die LUN nun als stale (abgelaufen) gilt.Löschen Sie als provisorische Lösung alle Geräte undmpath
Link-Einträge in/etc/lvm/.cache
, die spezifisch für die abgelaufene LUN sind.Um herauszufinden, wie diese Einträge lauten, führen Sie folgenden Befehl aus:ls -l /dev/mpath | grep [stale LUN]
Wenn die[stale LUN]
beispielsweise 3600d0230003414f30000203a7bc41a00 beträgt, können die folgenden Resultate auftreten:lrwxrwxrwx 1 root root 7 Aug 2 10:33 /3600d0230003414f30000203a7bc41a00 -> ../dm-4 lrwxrwxrwx 1 root root 7 Aug 2 10:33 /3600d0230003414f30000203a7bc41a00p1 -> ../dm-5
lrwxrwxrwx 1 root root 7 Aug 2 10:33 /3600d0230003414f30000203a7bc41a00 -> ../dm-4 lrwxrwxrwx 1 root root 7 Aug 2 10:33 /3600d0230003414f30000203a7bc41a00p1 -> ../dm-5
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Dies bedeutet, dass 3600d0230003414f30000203a7bc41a00 zweimpath
-Verknüpfungen zugewiesen ist:dm-4
unddm-5
.Daher sollten die folgenden Zeilen aus/etc/lvm/.cache
gelöscht werden:Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Das Ausführen des
multipath
-Befehls mit der Option-ll
kann dazu führen, dass der Befehl hängenbleibt, falls sich einer der Pfade auf einem Blockinggerät befindet. Beachten Sie, dass der Treiber für einige Zeit keine Anfrage bearbeitet, falls das Gerät nicht mehr antwortet.Dies wird durch den Cleanup-Code verursacht, der solange wartet, bis die Anfrage für die Überprüfung des Pfads entweder erfolgreich abgeschlossen wird oder fehlschlägt. Um den aktuellenmultipath
-Status anzuzeigen, ohne den Befehl aufzuhängen, verwenden Sie stattdessenmultipath -l
. - Das Aktualisieren von
pm-utils
von einer Red Hat Enterprise Linux 5.2 Beta Version vonpm-utils
schlägt fehl und resultiert in dem folgenden Fehler:error: unpacking of archive failed on file /etc/pm/sleep.d: cpio: rename
error: unpacking of archive failed on file /etc/pm/sleep.d: cpio: rename
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Löschen Sie das Verzeichnis/etc/pm/sleep.d/
vor der Aktualisierung, um zu verhindern, dass dies passiert. Falls in/etc/pm/sleep.d/
irgendwelche Dateien existieren, verschieben Sie diese Dateien nach/etc/pm/hooks/
. - Das Testen von Hardware für das Mellanox MT25204 hat ergeben, dass unter bestimmten Bedingungen mit hoher Auslastung ein interner Fehler auftritt. Wenn der
ib_mthca
-Treiber einen schwerwiegenden Fehler auf dieser Hardware meldet, liegt dies gewöhnlich an unzureichender Tiefe der Queues in Bezug auf die Anzahl ausstehender Arbeitsanfragen, die von der Benutzerapplikation generiert wurden.Auch wenn der Treiber die Hardware zurücksetzt und sich von einem solchen Ereignis erholt, gehen alle bestehenden Verbindungen zum Zeitpunkt des Fehlers verloren. Dies führt gewöhnlich zu einem Segmentation Fault der Benutzerapplikation. Wenn außerdemopensm
zum Zeitpunkt läuft, wenn der Fehler auftritt, muss es manuell neu gestartet werden, um den Betrieb wieder normal aufzunehmen. - Beim Installieren von Red Hat Enterprise Linux 5 auf einem Gast wird dieser so konfiguriert, dass er ausdrücklich einen temporären Installations-Kernel verwendet, bereitgestellt von
dom0
. Sobald die Installation abgeschlossen ist, kann er seinen eigenen Boot-Loader verwenden. Dies kann allerdings nur dadurch erreicht werden, dass der Gast beim ersten Neustart stattdessen zum Beenden gezwungen wird.Nach beendeter Gast-Installation wird aus diesem Grund der Klick auf den erscheinenden-Schalter den Gast beenden, ohne Neustart. Dieses Verhalten ist erwartet.Beachten Sie, dass beim anschließenden Neustart des Gastes dessen eigener Boot-Loader verwendet wird. - Das Ausführen von
rpmbuild
auf demcompiz
Quell-RPM schlägt fehl, wenn ein KDE- oderqt
-Development-Paket (z.B.qt-devel
) installiert ist. Dies wird hervorgerufen durch einen Fehler imcompiz
Konfigurations Script.Für eine provisorische Lösung entfernen Sie jedes KDE- oderqt
Development-Paket, bevor Sie versuchen, dascompiz
Paket von dem Quell-RPM zu erstellen. - Wenn Ihr System entweder mit einer ATI Radeon R500 oder R600 Grafikkarte ausgestattet ist, wird
firstboot
nach der Installation nicht laufen. Das System geht direkt zum grafischen Login-Schirm und überspringtfirstboot
vollständig. Wenn Sie versuchen,firstboot
manuell auszuführen, z.B. von einem Failsafe Terminal aus, wird die X-Session abstürzen.Dieses Problem wird hervorgerufen durch den von der ATI Radeon R500/R600 Hardware genutzten Treiber. Der von diesen Grafikkarten genutzte Standard-Treiber ist noch in der Technologievorschau. Für eine provisorische Lösung sichern Sie Ihre/etc/X11/xorg.conf
Datei, und konfigurieren anschließend X, um stattdessen den unterstützten Treibervesa
zu verwenden. Führen Sie dafür den folgenden Befehl aus:system-config-display --reconfig --set-driver=vesa
Sie können nunfirstboot
ausführen. Um zu Ihren alten Einstellungen zurückzukehren, stellen Sie die ursprüngliche/etc/X11/xorg.conf
Datei wieder her. - Wenn Ihr System den TSC Timer verwendet, kann der Systemaufruf
gettimeofday
zurückspringen. Dies liegt an einem Überlauf Problem, das in einigen Fällen zu einem deutlichen vorwärtsspringen des TSC Timers führt. In diesem Fall wird der TSC Timer sich zwar selbst korrigieren, aber letztendlich eine Rückwärts-Verschiebung der Zeit registrieren.Dieses Problem ist besonders kritisch für zeitsensible Systeme, wie z.B. die von Datenbanken und Transaktionssystemen verwendeten. Falls Ihr System auf präzise Zeitberechnung angewiesen ist, empfiehlt Red Hat daher dringend, den Kernel auf die Verwendung eines anderen Timers (z.B. HPET) umzustellen. - Der Versuch,
sniff
auszuführen, kann in einem Fehler resultieren. Dies liegt daran, dass einige benötigte Pakete nicht mitdogtail
installiert werden.Um dies zu verhindern, installieren Sie die folgenden Pakete manuell:- librsvg2
- ghostscript-fonts
- pygtk2-libglade
- Thin Provisioning (also known as "virtual provisioning") will be first released with EMC Symmetrix DMX3 and DMX4. Please refer to the EMC Support Matrix and Symmetrix Enginuity code release notes for further details.
- Wenn in
/etc/multipath.conf
die Einstellungmax_fds
aufunlimited
gesetzt wird, verhindert dies den korrekten Start desmultipathd
-Daemons. Daher sollten Sie stattdessen einen ausreichend hohen Wert angeben. - SystemTap verwendet zur Zeit GCC, um Ereignisse im User Space zu überprüfen. GCC kann allerdings den Debugger nicht mit präzisen Informationen versorgen zur Location List für die Parameter. In einigen Fällen gelingt es GCC auch nicht, einige Parameter wiederzugeben. Infolgedessen geben SystemTap Scripts, die den User Space überprüfen, ggf. ungenaue Werte wieder.
- Das Laptop Modell IBM T41 tritt nicht ordnungsgemäß in den ein, daher wird der weiterhin Akkulaufzeit verbrauchen wie im normalen Betrieb. Dies rührt daher, dass Red Hat Enterprise Linux 5 noch nicht das
radeonfb
Modul enthält.Fügen Sie für eine provisorische Lösung ein Skript mit dem Namenhal-system-power-suspend
zu/usr/share/hal/scripts/
hinzu, welches die folgenden Zeilen enthalten sollte:chvt 1 radeontool light off radeontool dac off
chvt 1 radeontool light off radeontool dac off
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Dieses Skript gewährleistet, dass IBM T41-Laptops ordnungsgemäß in den eintreten. Um sicherzustellen, dass das System den normalen Betrieb richtig wieder aufnimmt, fügen Sie ebenso das Skriptrestore-after-standby
zum gleichen Verzeichnis hinzu. Dieses Skript sollte folgende Zeilen enthalten:radeontool dac on radeontool light on chvt 7
radeontool dac on radeontool light on chvt 7
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Wenn das
edac
-Modul geladen wird, funktioniert der BIOS Memory Reporting nicht. Dies liegt daran, dass dasedac
-Modul das Register löscht, welches das BIOS zum melden von Speicherfehlern benutzt.Das aktuelle Red Hat Enterprise Linux Driver-Update Modell weist den Kernel an, alle verfügbaren Module standardmäßig zu laden (einschließlich deredac
-Module). Falls Sie die Erstellung von BIOS Memory Reporting sicherstellen wollen, müssen Sie dieedac
-Module manuell auf die Blacklist setzen. Fügen Sie dazu die folgenden Zeilen zu/etc/modprobe.conf
hinzu:Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Red Hat Enterprise Linux 5.3 kann das Anwachsen und Schrumpfen eines zugrundeliegendene Blockgeräts im Live-Betrieb ermitteln. Allerdings gibt es keine Möglichkeit, automatisch festzustellen, dass ein Gerät seine Größe verändert hat. Also sind manuelle Schritte nötig, um dies zu erkennen, und die Größe jeglicher Dateisysteme auf den fraglichen Geräten anzupassen. Wenn ein Blockgerät mit geänderter Größe gefunden wird, erscheint eine Meldung ähnlich der folgenden in der System-Protokolldatei:
VFS: busy inodes on changed media or resized disk sdi
VFS: busy inodes on changed media or resized disk sdi
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Wenn das Blockgerät angewachsen ist, dann kann diese Meldung problemlos ignoriert werden. Wenn allerdings das Blockgerät geschrumpft wurde, ohne dass zuvor die auf dem Blockgerät enthaltenen Daten verkleinert wurden, dann sind die auf dem Gerät enthaltenen Daten womöglich fehlerhaft.Es ist nur möglich, eine Größenveränderung im Live-Betrieb für ein Dateisystems vorzunehmen, wenn dieses auf der gesamten LUN (oder Blockgerät) erstellt wurde. Falls es eine Partitionstabelle auf dem Blockgerät gibt, dann muss das Dateisystem abgehängt werden, damit die Partitionstabelle aktualisiert werden kann. - Falls Ihr System ein GFS2 Dateisystem angehängt hat, könnte ein Knoten hängenbleiben, wenn von einem Knoten auf eine zwischengespeicherte Inode zugegriffen wird, die von einem anderen Knoten abgetrennt wird. Falls dies auftritt, ist der aufgehängte Knoten solange nicht verfügbar, bis Sie ihn abgrenzen und wiederherstellen mit der normalen Vorgangsweise zur Cluster-Wiederherstellung. Diese Funktion ruft
gfs2_dinode_dealloc
undshrink_dcache_memory
auf, und wird auch in den vom Stapel hinterlassenen Spuren von jedem Prozess erscheinen, der in dem aufgehängten Knoten steckte.Dieses Problem betrifft nicht GFS2 Dateisysteme mit nur einem Knoten. - The following message may be encountered during system boot:This delay (which may be up to 10 seconds, dependant on the hardware configuration) is necessary to ensure that the kernel has completed scanning the disks.
Could not detect stabilization, waiting 10 seconds. Reading all physical volumes. This may take a while...
Could not detect stabilization, waiting 10 seconds. Reading all physical volumes. This may take a while...
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Die aktuelle Implementation von ipmitool ermöglicht es Ihnen zwar, Geräte zu konfigurieren, allerdings erlaubt es Ihnen nicht, die aktuellen Einstellungen dieser Geräte abzufragen.in
- Das Verwenden des
swap --grow
Parameters in einer Kickstart-Datei, ohne dabei gleichzeitig den--maxsize
Parameter einzustellen, veranlasst Anaconda zum Verhängen einer Größenbeschränkung der Swap Partition (?). Es erlaubt ihr nicht zu wachsen, bis das Gerät voll ist.In Systemen mit weniger als 2 GB physikalischem Speicher, beträgt die verhängte Grenze das Doppelte der Größe des physikalischen Speichers. In Systemen mit mehr als 2 GB entspricht die verhängte Grenze der Größe des physikalischen Speichers zuzüglich 2 GB. - The
gfs2_convert
program may not free up all blocks from the GFS metadata that are no longer used under GFS2. These unused metadata blocks will be discovered and freed the next time gfs2_fsck is run on the file system. It is recommended thatgfs2_fsck
be run after the filesystem has been converted to free the unused blocks. These unused blocks will be flagged by gfs2_fsck with messages such as:These messages do not indicate corruption in the GFS2 file system, they indicate blocks that should have been freed, but were not. The number of blocks needing to be freed will vary depending on the size of the file system and block size. Many file systems will not encounter this issue at all. Large file systems may have a small number of blocks (typically less than 100).Ondisk and fsck bitmaps differ at block 137 (0x89) Ondisk status is 1 (Data) but FSCK thinks it should be 0 (Free) Metadata type is 0 (free)
Ondisk and fsck bitmaps differ at block 137 (0x89) Ondisk status is 1 (Data) but FSCK thinks it should be 0 (Free) Metadata type is 0 (free)
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
9.2. x86 Architectures Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- When running the bare-metal (non-Virtualized) kernel, the X server may not be able to retrieve
EDID
information from the monitor. When this occurs, the graphics driver will be unable to display resolutions highers than 800x600.Fügen Sie als provisorische Lösung die folgende Zeile zum AbschnittServerLayout
der Datei/etc/X11/xorg.conf
hinzu:Option "Int10Backend" "x86emu"
Option "Int10Backend" "x86emu"
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Recording needs to be manually enabled on Dell M4300 and M6300. To do this, perform the following steps:
- Öffnen Sie
alsamixer
. - Drücken Sie Tab zum auswählen vonim -Feld (befindet sich im oberen linken Teil des Menüs)
- Drücken Sie die Leertaste.
- Um sicherzugehen, dass die Aufnahme aktiviert wurde, überprüfen Sie den Text oberhalb des
ADCMux
Feldes; dort sollteL R CAPTUR
angezeigt werden.
- If encryption is enabled on the boot device during system installation, the following message will be logged during system boot:This message can safely be ignored.
padlock: VIA PadLock not detected.
padlock: VIA PadLock not detected.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
9.3. x86_64 Architectures Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- Some machines that use NVIDIA graphics cards may display corrupted graphics or fonts when using the graphical installer or during a graphical login. To work around this, switch to a virtual console and back to the original X host.
- On an IBM T61 laptop, Red Hat recommends that you refrain from clicking the
glxgears
window (whenglxgears
is run). Doing so can lock the system.Um dies zu vermeiden, deaktivieren Sie das Tiling Feature. Fügen Sie dazu die folgende Zeile ein in denDevice
-Bereich von/etc/X11/xorg.conf
:Option "Tiling" "0"
Option "Tiling" "0"
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Recording needs to be manually enabled on Dell M4300 and M6300. To do this, perform the following steps:
- Öffnen Sie
alsamixer
. - Drücken Sie Tab zum auswählen vonim -Feld (befindet sich im oberen linken Teil des Menüs)
- Drücken Sie die Leertaste.
- Um sicherzugehen, dass die Aufnahme aktiviert wurde, überprüfen Sie den Text oberhalb des
ADCMux
Feldes; dort sollteL R CAPTUR
angezeigt werden.
- Falls Ihr System eine Intel 945GM Grafikkarte verwendet, benutzen Sie nicht den
i810
-Treiber. Sie sollten stattdessen den Standard-intel
-Treiber verwenden. - Auf Dual-GPU-Laptops, falls einer der Grafikchips Intel-basiert ist, kann der Intel Grafikmodus keine digitalen externen Verbindungen unterstützen (inklusive HDMI, DVI, und DisplayPort). Dies ist eine Hardware-Einschränkung der Intel GPU. Falls Sie externe digitale Verbindungen benötigen, konfigurieren Sie das System, den diskreten Grafikchip (im BIOS) zu verwenden.
9.4. PowerPC Architectures Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- When using Alt-SysRq-W to debug, the following warning message will appear:
Badness in smp_call_function at arch/powerpc/kernel/smp.c:223
Badness in smp_call_function at arch/powerpc/kernel/smp.c:223
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Anschließend warnt das System auch davor, dass es hängen bleiben wird. Diese Meldung kann ignoriert werden, denn es wird tatsächlich nicht zum Hängenbleiben des Systems führen. - Recording needs to be manually enabled on Dell M4300 and M6300. To do this, perform the following steps:
- Öffnen Sie
alsamixer
. - Drücken Sie Tab zum auswählen vonim -Feld (befindet sich im oberen linken Teil des Menüs)
- Drücken Sie die Leertaste.
- Um sicherzugehen, dass die Aufnahme aktiviert wurde, überprüfen Sie den Text oberhalb des
ADCMux
Feldes; dort sollteL R CAPTUR
angezeigt werden.
- The size of the PPC kernel image is too large for OpenFirmware to support. Consequently, network booting will fail, resulting in the following error message:To work around this:
Please wait, loading kernel... /pci@8000000f8000000/ide@4,1/disk@0:2,vmlinux-anaconda: No such file or directory boot:
Please wait, loading kernel... /pci@8000000f8000000/ide@4,1/disk@0:2,vmlinux-anaconda: No such file or directory boot:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Boot to the OpenFirmware prompt, by pressing the '8' key when the IBM splash screen is displayed.
- Führen Sie folgenden Befehl aus:
setenv real-base 2000000
setenv real-base 2000000
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Booten Sie in die System Managment Services (SMS) mit dem Befehl:
0> dev /packages/gui obe
0> dev /packages/gui obe
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
9.5. s390x Architectures Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- When running Red Hat Enterprise Linux 5.2 on a z/VM that has more than 2GB of guest storage defined, invalid data can be read from and written to any FCP and OSA device attached in QDIO mode with the Queued-I/O assist (QIOASSIST) option enabled. If your system has any such devices attached, Red Hat recommends that you download and install the corresponding z/VM Program Temporary Fix (PTF) from the following link:
- It is not possible to directly read and convert a z/VM dump into a file. Instead, you should first copy the dump from the z/VM reader into a Linux file system using
vmur
and convert the dump into a Linux-readable file usingvmconvert
. - The IBM System z does not provide a traditional Unix-style physical console. As such, Red Hat Enterprise Linux 5.2 for the IBM System z does not support the firstboot functionality during initial program load.Um die Einrichtung für Red Hat Enterprise Linux 5.2 auf dem IBM System z ordnungsgemäß zu starten, führen Sie die folgenden Befehle nach der Installation aus:
/usr/bin/setup
—. Dies wird vom Paketsetuptool
zur Verfügung gestellt./usr/bin/rhn_register
—. Dies wird vom Paketrhn-setup
zur Verfügung gestellt.
9.6. ia64 Architecture Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- Some Itanium systems cannot properly produce console output from the
kexec
purgatory
code. This code contains instructions for backing up the first 640k of memory after a crash.Auch wenn diepurgatory
Konsolenausgabe bei Diagnoseproblemen nützlich sein kann, wird sie nicht benötigt zum korrekten Funktionieren vonkdump
. Falls Ihr Itanium-System daher während einerkdump
-Operation zurückgesetzt wird, deaktivieren Sie die Konsoleausgabe inpurgatory
, indem Sie--noio
zur VariableKEXEC_ARGS
in/etc/sysconfig/kdump
hinzufügen. - Running
perftest
will fail if different CPU speeds are detected. As such, you should disable CPU speed scaling before runningperftest
. - When the
kdump
kernel is booted, the following error will appear in the boot log:mknod: /tmp/initrd.[numbers]/dev/efirtc: No such file or directory
mknod: /tmp/initrd.[numbers]/dev/efirtc: No such file or directory
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Dieser Fehler resultiert aus der fehlerhaften Anforderung,efirtc
in einem inkorrekten Pfad zu erstellen. Allerdings wird der fragliche Geräte-Pfad auch statisch erstellt ininitramfs
, sobald derkdump
Dienst gestartet wird. Aus diesem Grund ist die Erstellung eines Geräte-Knotens während der Laufzeit überflüssig, harmlos, und sollte die Leistung vonkdump
nicht beeinträchtigen. - Some systems may be unable to boot the
kdump
kernel properly. In such cases, use themachvec=dig
kernel parameter. - Recording needs to be manually enabled on Dell M4300 and M6300. To do this, perform the following steps:
- Öffnen Sie
alsamixer
. - Drücken Sie Tab zum auswählen vonim -Feld (befindet sich im oberen linken Teil des Menüs)
- Drücken Sie die Leertaste.
- Um sicherzugehen, dass die Aufnahme aktiviert wurde, überprüfen Sie den Text oberhalb des
ADCMux
Feldes; dort sollteL R CAPTUR
angezeigt werden.
- Auf Intel Itanium-basierten Systemen, die SELinux im Enforcing-Modus betreiben, muss entweder die Boolesche Variable
allow_unconfined_execmem_dyntrans
oderallow_execmem
aktiviert sein, um dem IA-32 Execution Layer (ia32el
-Service) ein korrektes Funktionieren zu ermöglichen. Falls die Boolesche Variableallow_unconfined_execmem_dyntrans
ausgeschaltet ist, aber derallow_execmem
aktiviert ist, (die Standard-Einstellung in Red Hat Linux Enterprise 5), dann wird 32-bit Emulation vom ia32el Service unterstützt. Wenn allerdings beide Booleschen Variablen deaktiviert sind, schlägt die Emulation fehl.
10. Added Packages Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- cmirror-1.1.36-1.el5
- Group:
System Environment/Base
- Summary:
cmirror - The Cluster Mirror Package
- Description:
cmirror - Cluster Mirroring
cmirror - Cluster Mirroring
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- cmirror-kmod-0.1.21-10.el5
- Group:
System Environment/Kernel
- Summary:
cmirror kernel modules
- Description:
cmirror-kmod - The Cluster Mirror kernel modules
cmirror-kmod - The Cluster Mirror kernel modules
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- compat-libcom_err-1.0-7
- Group:
System Environment/Libraries
- Summary:
A libcom_err compatibility library
- Description:
The compat-libcom_err package contains libcom_err.so.3, which may be required by applications which were built against older packages of MIT Kerberos.
The compat-libcom_err package contains libcom_err.so.3, which may be required by applications which were built against older packages of MIT Kerberos.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- crash-spu-commands-1.1-1
- Group:
Development/Debuggers
- Summary:
Cell/B.E. SPU commands extension for crash
- Description:
Specific commands for debugging SPU run control data using crash.
Specific commands for debugging SPU run control data using crash.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- dapl-2.0.13-4.el5
- Group:
System Environment/Libraries
- Summary:
Library providing access to the DAT 1.2 and 2.0 APIs
- Description:
libdat and libdapl provide a userspace implementation of the DAT 1.2 and 2.0 API that is built to natively support InfiniBand/iWARP network technology.
libdat and libdapl provide a userspace implementation of the DAT 1.2 and 2.0 API that is built to natively support InfiniBand/iWARP network technology.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- dstat-0.6.6-3.el5
- Group:
System Environment/Base
- Summary:
Versatile resource statistics tool
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- e4fsprogs-1.41.1-2.el5
- Group:
System Environment/Base
- Summary:
Utilities for managing the fourth extended (ext4) filesystem
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- ecryptfs-utils-56-8.el5
- Group:
System Environment/Base
- Summary:
The eCryptfs mount helper and support libraries
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- fipscheck-1.0.3-1.el5
- Group:
System Environment/Libraries
- Summary:
A library for integrity verification of FIPS validated modules
- Description:
FIPSCheck is a library for integrity verification of FIPS validated modules. The package also provides helper binaries for creation and verification of the HMAC-SHA256 checksum files.
FIPSCheck is a library for integrity verification of FIPS validated modules. The package also provides helper binaries for creation and verification of the HMAC-SHA256 checksum files.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- freeipmi-0.5.1-6.el5
- Group:
Applications/System
- Summary:
FreeIPMI
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- gcc43-4.3.2-7.el5
- Group:
Development/Languages
- Summary:
Preview of GCC version 4.3
- Description:
The gcc43 package contains preview the GNU Compiler Collection version 4.3.
The gcc43 package contains preview the GNU Compiler Collection version 4.3.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- gtk-vnc-0.3.2-3.el5
- Group:
Development/Libraries
- Summary:
A GTK widget for VNC clients
- Description:
gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines allowing it to be completely asynchronous while remaining single threaded.
gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines allowing it to be completely asynchronous while remaining single threaded.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- ibsim-0.4-3.el5
- Group:
System Environment/Libraries
- Summary:
InfiniBand fabric simulator for management
- Description:
ibsim provides simulation of infiniband fabric for using with OFA OpenSM, diagnostic and management tools.
ibsim provides simulation of infiniband fabric for using with OFA OpenSM, diagnostic and management tools.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- infiniband-diags-1.4.1-2.el5
- Group:
System Environment/Libraries
- Summary:
OpenFabrics Alliance InfiniBand Diagnostic Tools
- Description:
This package provides IB diagnostic programs and scripts needed to diagnose an IB subnet.
This package provides IB diagnostic programs and scripts needed to diagnose an IB subnet.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- isns-utils-0.91-0.1.el5
- Group:
System Environment/Daemons
- Summary:
The iSNS daemon and utility programs
- Description:
The iSNS package contains the daemon and tools to setup a iSNS server, and iSNS client tools. The Internet Storage Name Service (iSNS) protocol allows automated discovery, management and configuration of iSCSI and Fibre Channel devices (using iFCP gateways) on a TCP/IP network.
The iSNS package contains the daemon and tools to setup a iSNS server, and iSNS client tools. The Internet Storage Name Service (iSNS) protocol allows automated discovery, management and configuration of iSCSI and Fibre Channel devices (using iFCP gateways) on a TCP/IP network.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- java-1.6.0-openjdk-1.6.0.0-0.25.b09.el5
- Group:
Development/Languages
- Summary:
OpenJDK Runtime Environment
- Description:
The OpenJDK runtime environment.
The OpenJDK runtime environment.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- ktune-0.2-3.el5
- Group:
System Environment/Base
- Summary:
Server performance tuning service
- Description:
ktune provides settings for server performance tuning. Please have a look at /etc/sysconfig/ktune and /etc/sysctl.ktune for tuning parameters.
ktune provides settings for server performance tuning. Please have a look at /etc/sysconfig/ktune and /etc/sysctl.ktune for tuning parameters.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- libcmpiutil-0.4-2.el5
- Group:
System Environment/Libraries
- Summary:
CMPI Utility Library
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- libcxgb3-1.2.2-1.el5
- Group:
System Environment/Libraries
- Summary:
Chelsio T3 iWARP HCA Userspace Driver
- Description:
Userspace hardware driver for use with the libibverbs InfiniBand/iWARP verbs library. This driver enables Chelsio iWARP capable ethernet devices.
Userspace hardware driver for use with the libibverbs InfiniBand/iWARP verbs library. This driver enables Chelsio iWARP capable ethernet devices.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- libehca-1.2-2.el5
- Group:
System Environment/Libraries
- Summary:
IBM InfiniBand HCA Userspace Driver
- Description:
IBM hardware driver for use with libibverbs user space verbs access library.
IBM hardware driver for use with libibverbs user space verbs access library.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- libibcm-1.0.3-1.el5
- Group:
System Environment/Libraries
- Summary:
Userspace InfiniBand Communication Manager.
- Description:
libibcm provides a userspace InfiniBand Communication Managment library.
libibcm provides a userspace InfiniBand Communication Managment library.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- libibcommon-1.1.1-1.el5
- Group:
System Environment/Libraries
- Summary:
OpenFabrics Alliance InfiniBand management common library
- Description:
libibcommon provides common utility functions for the OFA diagnostic and management tools.
libibcommon provides common utility functions for the OFA diagnostic and management tools.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- libibmad-1.2.1-1.el5
- Group:
System Environment/Libraries
- Summary:
OpenFabrics Alliance InfiniBand MAD library
- Description:
libibmad provides low layer IB functions for use by the IB diagnostic and management programs. These include MAD, SA, SMP, and other basic IB functions.
libibmad provides low layer IB functions for use by the IB diagnostic and management programs. These include MAD, SA, SMP, and other basic IB functions.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- libibumad-1.2.1-1.el5
- Group:
System Environment/Libraries
- Summary:
OpenFabrics Alliance InfiniBand umad (user MAD) library
- Description:
libibumad provides the user MAD library functions which sit on top of the user MAD modules in the kernel. These are used by the IB diagnostic and management tools, including OpenSM.
libibumad provides the user MAD library functions which sit on top of the user MAD modules in the kernel. These are used by the IB diagnostic and management tools, including OpenSM.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- libibverbs-1.1.2-1.el5
- Group:
System Environment/Libraries
- Summary:
Library providing access to InfiniBand/iWARP hardware verbs protocol
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- libipathverbs-1.1-11.el5
- Group:
System Environment/Libraries
- Summary:
QLogic InfiniPath HCA Userspace Driver
- Description:
QLogic hardware driver for use with libibverbs user space verbs access library. This driver supports QLogic InfiniPath based cards.
QLogic hardware driver for use with libibverbs user space verbs access library. This driver supports QLogic InfiniPath based cards.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- libmlx4-1.0-4.el5
- Group:
System Environment/Libraries
- Summary:
Mellanox ConnectX InfiniBand HCA Userspace Driver
- Description:
Mellanox hardware driver for use with libibverbs user space verbs access library. This driver supports Mellanox ConnectX architecture cards.
Mellanox hardware driver for use with libibverbs user space verbs access library. This driver supports Mellanox ConnectX architecture cards.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- libmthca-1.0.5-1.el5
- Group:
System Environment/Libraries
- Summary:
Mellanox InfiniBand HCA Userspace Driver
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- libnes-0.5-4.el5
- Group:
System Environment/Libraries
- Summary:
NetEffect RNIC Userspace Driver
- Description:
Userspace hardware driver for use with the libibverbs InfiniBand/iWARP verbs library. This driver enables NetEffect iWARP capable ethernet devices.
Userspace hardware driver for use with the libibverbs InfiniBand/iWARP verbs library. This driver enables NetEffect iWARP capable ethernet devices.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- librdmacm-1.0.8-1.el5
- Group:
System Environment/Libraries
- Summary:
Userspace RDMA Connection Manager.
- Description:
librdmacm provides a userspace RDMA Communication Managment API.
librdmacm provides a userspace RDMA Communication Managment API.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- libsdp-1.1.99-10.el5_2
- Group:
System Environment/Libraries
- Summary:
A library for direct userspace use of Sockets Direct Protocol
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- libsmi-0.4.5-2.el5
- Group:
System Environment/Libraries
- Summary:
A library to access SMI MIB information
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- libspe2-2.2.80.121-4.el5
- Group:
System Environment/Base
- Summary:
SPE Runtime Management Library
- Description:
SPE Runtime Management Library for the Cell Broadband Engine Architecture.
SPE Runtime Management Library for the Cell Broadband Engine Architecture.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- libvirt-cim-0.5.1-4.el5
- Group:
Development/Libraries
- Summary:
A CIM provider for libvirt
- Description:
Libvirt-cim is a CMPI CIM provider that implements the DMTF SVPC virtualization model. The goal is to support most of the features exported by libvirt itself, enabling management of multiple platforms with a single provider.
Libvirt-cim is a CMPI CIM provider that implements the DMTF SVPC virtualization model. The goal is to support most of the features exported by libvirt itself, enabling management of multiple platforms with a single provider.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- mpi-selector-1.0.1-1.el5
- Group:
System Environment/Base
- Summary:
Provides site-wide and per-user MPI implementation selection
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- mpitests-3.0-2.el5
- Group:
Applications
- Summary:
MPI Benchmarks and tests
- Description:
Set of popular MPI benchmarks: IMB-2.3 Presta-1.4.0 OSU benchmarks ver 2.2
Set of popular MPI benchmarks: IMB-2.3 Presta-1.4.0 OSU benchmarks ver 2.2
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- mstflint-1.3-1.el5
- Group:
Applications/System
- Summary:
Mellanox firmware burning tool
- Description:
This package contains a burning tool for Mellanox manufactured HCA cards. It also provides access to the relevant source code.
This package contains a burning tool for Mellanox manufactured HCA cards. It also provides access to the relevant source code.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- mvapich-1.1.0-0.2931.3.el5
- Group:
Development/Libraries
- Summary:
MPI implementation over Infiniband RDMA-enabled interconnect
- Description:
This is high performance and scalable MPI-1 implementation over Infiniband and RDMA-enabled interconnect. This implementation is based on MPICH and MVICH. MVAPICH is pronounced as `em-vah-pich''.
This is high performance and scalable MPI-1 implementation over Infiniband and RDMA-enabled interconnect. This implementation is based on MPICH and MVICH. MVAPICH is pronounced as `em-vah-pich''.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- mvapich2-1.0.3-3.el5
- Group:
Development/Libraries
- Summary:
OSU MVAPICH2 MPI package
- Description:
This is an MPI-2 implementation which includes all MPI-1 features. It is based on MPICH2 and MVICH.
This is an MPI-2 implementation which includes all MPI-1 features. It is based on MPICH2 and MVICH.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- nedit-5.5-21.el5
- Group:
Applications/Editors
- Summary:
A GUI text editor for systems with X
- Description:
NEdit is a GUI text editor for the X Window System. NEdit is very easy to use, especially if you are familiar with the Macintosh(TM) or Microsoft(TM) Windows(TM) style of interface.
NEdit is a GUI text editor for the X Window System. NEdit is very easy to use, especially if you are familiar with the Macintosh(TM) or Microsoft(TM) Windows(TM) style of interface.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- nspluginwrapper-0.9.91.5-22.el5
- Group:
Networking/WWW
- Summary:
A compatibility layer for Netscape 4 plugins
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- ofed-docs-1.3.2-0.20080728.0355.1.el5
- Group:
Documentation/Man
- Summary:
OpenFabrics Enterprise Distribution documentation
- Description:
Documentation from OFED 1.3
Documentation from OFED 1.3
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- opensm-3.2.2-3.el5
- Group:
System Environment/Daemons
- Summary:
OpenIB InfiniBand Subnet Manager and management utilities
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- openswan-2.6.14-1.el5_2.1
- Group:
System Environment/Daemons
- Summary:
Openswan IPSEC implementation
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- perftest-1.2-11.el5
- Group:
Productivity/Networking/Diagnostic
- Summary:
IB Performance tests
- Description:
gen2 uverbs microbenchmarks
gen2 uverbs microbenchmarks
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- perl-Archive-Zip-1.16-1.2.1
- Group:
Development/Libraries
- Summary:
Perl library for accessing Zip archives
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- perl-Config-General-2.40-1.el5
- Group:
Development/Libraries
- Summary:
Generic configuration module for Perl
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- pexpect-2.3-1.el5
- Group:
Development/Languages
- Summary:
Pure Python Expect-like module
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- python-iniparse-0.2.3-4.el5
- Group:
Development/Libraries
- Summary:
Python Module for Accessing and Modifying Configuration Data in INI files
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- python-setuptools-0.6c5-2.el5
- Group:
Development/Languages
- Summary:
Download, build, install, upgrade, and uninstall Python packages
- Description:
setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.
setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- qlvnictools-0.0.1-10.el5
- Group:
System Environment/Base
- Summary:
VNIC ULP service
- Description:
VNIC ULP service
VNIC ULP service
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- qperf-0.4.1-2.el5
- Group:
Networking/Diagnostic
- Summary:
Measure socket and RDMA performance
- Description:
Measure socket and RDMA performance.
Measure socket and RDMA performance.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- rsyslog-2.0.6-1.el5
- Group:
System Environment/Daemons
- Summary:
Enhanced system logging and kernel message trapping daemons
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- setroubleshoot-plugins-2.0.4-2.el5
- Group:
Applications/System
- Summary:
Analysis plugins for use with setroubleshoot
- Description:
This package provides a set of analysis plugins for use with setroubleshoot. Each plugin has the capacity to analyze SELinux AVC data and system data to provide user friendly reports describing how to interpret SELinux AVC denials.
This package provides a set of analysis plugins for use with setroubleshoot. Each plugin has the capacity to analyze SELinux AVC data and system data to provide user friendly reports describing how to interpret SELinux AVC denials.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- sgpio-1.2.0_10-2.el5
- Group:
System Environment/Base
- Summary:
SGPIO captive backplane tool
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- srptools-0.0.4-2.el5
- Group:
System Environment/Base
- Summary:
Tools for using the InfiniBand SRP protocol devices
- Description:
In conjunction with the kernel ib_srp driver, srptools allows you to discover and use SCSI devices via the SCSI RDMA Protocol over InfiniBand.
In conjunction with the kernel ib_srp driver, srptools allows you to discover and use SCSI devices via the SCSI RDMA Protocol over InfiniBand.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- system-config-netboot-0.1.45.1-1.el5
- Group:
Applications/System
- Summary:
network booting/install configuration utility (GUI)
- Description:
system-config-netboot is a utility which allows you to configure diskless environments and network installations.
system-config-netboot is a utility which allows you to configure diskless environments and network installations.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- tpm-tools-1.3.1-1.el5
- Group:
Applications/System
- Summary:
Management tools for the TPM hardware
- Description:
tpm-tools is a group of tools to manage and utilize the Trusted Computing Group's TPM hardware. TPM hardware can create, store and use RSA keys securely (without ever being exposed in memory), verify a platform's software state using cryptographic hashes and more.
tpm-tools is a group of tools to manage and utilize the Trusted Computing Group's TPM hardware. TPM hardware can create, store and use RSA keys securely (without ever being exposed in memory), verify a platform's software state using cryptographic hashes and more.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- trousers-0.3.1-4.el5
- Group:
System Environment/Libraries
- Summary:
TCG's Software Stack v1.2
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- tvflash-0.9.0-2.el5
- Group:
Applications/System
- Summary:
Tool to manage Mellanox HCA firmware flash memory
- Description:
tvflash is used to query and update the firmware flash memory attached to Mellanox InfiniBand HCAs.
tvflash is used to query and update the firmware flash memory attached to Mellanox InfiniBand HCAs.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- udftools-1.0.0b3-0.1.el5
- Group:
Applications/Archiving
- Summary:
Linux UDF Filesystem userspace utilities
- Description:
Linux UDF Filesystem userspace utilities.
Linux UDF Filesystem userspace utilities.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- virt-viewer-0.0.2-2.el5
- Group:
Applications/System
- Summary:
Virtual Machine Viewer
- Description:
Virtual Machine Viewer provides a graphical console client for connecting to virtual machines. It uses the GTK-VNC widget to provide the display, and libvirt for looking up VNC server details.
Virtual Machine Viewer provides a graphical console client for connecting to virtual machines. It uses the GTK-VNC widget to provide the display, and libvirt for looking up VNC server details.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- wacomexpresskeys-0.4.1-1.el5
- Group:
System Environment/Base
- Summary:
Wacom ExpressKeys and Touch Strips configuration utility
- Description:
Configuration utility to bind Wacom tablet's ExpressKeys and Touch Strips to generate other input events.
Configuration utility to bind Wacom tablet's ExpressKeys and Touch Strips to generate other input events.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- wdaemon-0.14-2
- Group:
User Interface/X Hardware Support
- Summary:
Hotplug helper for Wacom X.org driver
- Description:
Helper application which emulates persistent input devices for Wacom tablets so they can be plugged and unplugged while X.org server is running. This should go away as soon X.org properly supports hotplugging.
Helper application which emulates persistent input devices for Wacom tablets so they can be plugged and unplugged while X.org server is running. This should go away as soon X.org properly supports hotplugging.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- xulrunner-1.9.0.5-1.el5_2
- Group:
Applications/Internet
- Summary:
XUL Runtime for Gecko Applications
- Description:
XULRunner provides the XUL Runtime environment for Gecko applications.
XULRunner provides the XUL Runtime environment for Gecko applications.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- yum-updatesd-0.9-2.el5
- Group:
System Environment/Base
- Summary:
Update notification daemon
- Description:
yum-updatesd provides a daemon which checks for available updates and can notify you when they are available via email, syslog or dbus.
yum-updatesd provides a daemon which checks for available updates and can notify you when they are available via email, syslog or dbus.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
11. Dropped Packages Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- cachefilesd-0.8-2.el5
- Group:
System Environment/Daemons
- Summary:
CacheFiles userspace management daemon
- Description:
The cachefilesd daemon manages the caching files and directory that are that are used by network filesystems such a AFS and NFS to do persistent caching to the local disk.
The cachefilesd daemon manages the caching files and directory that are that are used by network filesystems such a AFS and NFS to do persistent caching to the local disk.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- frysk-0.0.1.2007.06.21.rh2-4.el5
- Group:
Development/System
- Summary:
Frysk execution analysis tool
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- gfs2-kmod-1.52-1.16.el5
- Group:
System Environment/Kernel
- Summary:
gfs2 kernel module
- Description:
GFS2 - The GFS2 filesystem provided for RHEL5.
GFS2 - The GFS2 filesystem provided for RHEL5.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
- sysreport-1.4.3-13.el5
- Group:
Development/Debuggers
- Summary:
Gathers system hardware and configuration information.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
12. Updated Packages Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
- Cluster_Administration-5.1.0-7 - Cluster_Administration-5.2-1
- Group:
Documentation
- Summary:
Red Hat Cluster for Red Hat Enterprise Linux
- Description:
Configuring and Managing a Red Hat Cluster describes the configuration and management of Red Hat cluster systems for Red Hat Enterprise Linux 5.2 It does not include information about Red Hat Linux Virtual Servers (LVS). Information about installing and configuring LVS is in a separate document.
Configuring and Managing a Red Hat Cluster describes the configuration and management of Red Hat cluster systems for Red Hat Enterprise Linux 5.2 It does not include information about Red Hat Linux Virtual Servers (LVS). Information about installing and configuring LVS is in a separate document.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- Deployment_Guide-5.1.0-11 - Deployment_Guide-5.2-11
- Group:
Documentation
- Summary:
Deployment Guide
- Description:
This Deployment Guide documents relevant information regarding the deployment, configuration and administration of Red Hat Enterprise Linux 5.2.
This Deployment Guide documents relevant information regarding the deployment, configuration and administration of Red Hat Enterprise Linux 5.2.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- Global_File_System-5.1.0-6 - Global_File_System-5.2-1
- Group:
Documentation
- Summary:
Red Hat Global File System
- Description:
This book provides information about installing, configuring, and maintaining Red Hat GFS (Red Hat Global File System) for Red Hat Enterprise Linux 5.2.
This book provides information about installing, configuring, and maintaining Red Hat GFS (Red Hat Global File System) for Red Hat Enterprise Linux 5.2.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- ImageMagick-6.2.8.0-3.el5.4 - ImageMagick-6.2.8.0-4.el5_1.1
- Group:
Applications/Multimedia
- Summary:
An X application for displaying and manipulating images.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- NetworkManager-0.6.4-6.el5 - NetworkManager-0.7.0-3.el5
- Group:
System Environment/Base
- Summary:
Network connection manager and user applications
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- autoconf
- automake
- dbus-devel >= 1.1
- dbus-glib-devel >= 0.73-6
- dhclient
- doxygen
- gtk-doc
- intltool
- libdaemon-devel
- libnotify-devel >= 0.4.2
- libtool
- nss-devel >= 3.11.7
- perl(XML::Parser)
- ppp >= 2.2.4
- wireless-tools-devel >= 1:28-2
- Removed Dependencies:
- dbus-devel >= 0.90
- dbus-glib-devel >= 0.70
- dhcdbd
- gnome-panel-devel
- libgnomeui-devel
- libnl-devel
- libnotify-devel >= 0.3
- perl-XML-Parser
- wireless-tools-devel >= 1:28-0pre9
- ORBit2-2.14.3-4.el5 - ORBit2-2.14.3-5.el5
- Group:
System Environment/Daemons
- Summary:
A high-performance CORBA Object Request Broker
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- OpenIPMI-2.0.6-5.el5.4 - OpenIPMI-2.0.6-11.el5
- Group:
System Environment/Base
- Summary:
OpenIPMI (Intelligent Platform Management Interface) library and tools
- Description:
The Open IPMI project aims to develop an open code base to allow access to platform information using Intelligent Platform Management Interface (IPMI). This package contains the tools of the OpenIPMI project.
The Open IPMI project aims to develop an open code base to allow access to platform information using Intelligent Platform Management Interface (IPMI). This package contains the tools of the OpenIPMI project.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- SysVinit-2.86-14 - SysVinit-2.86-15.el5
- Group:
System Environment/Base
- Summary:
Programs which control basic system processes.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- Virtualization-5.1.0-12 - Virtualization-5.2-11
- Group:
Documentation
- Summary:
Virtualization Guide
- Description:
The Red Hat Enterprise Linux Virtualization Guide contains information on installation, configuring, administering, tips, tricks and troubleshooting virtualization technologies used in Red Hat Enterprise Linux.
The Red Hat Enterprise Linux Virtualization Guide contains information on installation, configuring, administering, tips, tricks and troubleshooting virtualization technologies used in Red Hat Enterprise Linux.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- a2ps-4.13b-57.1.el5 - a2ps-4.13b-57.2.el5
- Group:
Applications/Publishing
- Summary:
Converts text and other types of files to PostScript(TM).
- Description:
The a2ps filter converts text and other types of files to PostScript(TM). A2ps has pretty-printing capabilities and includes support for a wide number of programming languages, encodings (ISO Latins, Cyrillic, etc.), and medias.
The a2ps filter converts text and other types of files to PostScript(TM). A2ps has pretty-printing capabilities and includes support for a wide number of programming languages, encodings (ISO Latins, Cyrillic, etc.), and medias.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- psutils
- No removed dependencies
- acl-2.2.39-2.1.el5 - acl-2.2.39-3.el5
- Group:
System Environment/Base
- Summary:
Access control list utilities.
- Description:
This package contains the getfacl and setfacl utilities needed for manipulating access control lists.
This package contains the getfacl and setfacl utilities needed for manipulating access control lists.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- acpid-1.0.4-5 - acpid-1.0.4-7.el5
- Group:
System Environment/Daemons
- Summary:
ACPI Event Daemon
- Description:
acpid is a daemon that dispatches ACPI events to user-space programs.
acpid is a daemon that dispatches ACPI events to user-space programs.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- alsa-lib-1.0.14-1.rc4.el5 - alsa-lib-1.0.17-1.el5
- Group:
System Environment/Libraries
- Summary:
The Advanced Linux Sound Architecture (ALSA) library.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- alsa-utils-1.0.14-2.rc4.el5 - alsa-utils-1.0.17-1.el5
- Group:
Applications/Multimedia
- Summary:
Advanced Linux Sound Architecture (ALSA) utilities
- Description:
This package contains command line utilities for the Advanced Linux Sound Architecture (ALSA).
This package contains command line utilities for the Advanced Linux Sound Architecture (ALSA).
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- alsa-lib-devel >= 1.0.17
- Removed Dependencies:
- alsa-lib-devel >= 1.0.14
- amtu-1.0.4-4 - amtu-1.0.6-1.el5
- Group:
System Environment/Base
- Summary:
Abstract Machine Test Utility (AMTU)
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- anaconda-11.1.2.87-1 - anaconda-11.1.2.168-1
- Group:
Applications/System
- Summary:
Graphical system installer
- Description:
The anaconda package contains the program which was used to install your system. These files are of little use on an already installed system.
The anaconda package contains the program which was used to install your system. These files are of little use on an already installed system.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- iscsi-initiator-utils >= 6.2.0.868-0.9
- kudzu-devel >= 1.2.57.1.18
- libdhcp-devel >= 1.20-5
- libnl-devel >= 1.0-0.10.pre5.5
- Removed Dependencies:
- glib2-devel >= 2.11.1-5
- kudzu-devel >= 1.2.57.1.15
- libdhcp-devel >= 1.16
- apr-util-1.2.7-6 - apr-util-1.2.7-7.el5
- Group:
System Environment/Libraries
- Summary:
Apache Portable Runtime Utility library
- Description:
The mission of the Apache Portable Runtime (APR) is to provide a free library of C data structures and routines. This library contains additional utility interfaces for APR; including support for XML, LDAP, database interfaces, URI parsing and more.
The mission of the Apache Portable Runtime (APR) is to provide a free library of C data structures and routines. This library contains additional utility interfaces for APR; including support for XML, LDAP, database interfaces, URI parsing and more.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- at-spi-1.7.11-2.fc6 - at-spi-1.7.11-3.el5
- Group:
System Environment/Libraries
- Summary:
Assistive Technology Service Provider Interface
- Description:
at-spi allows assistive technologies to access GTK-based applications. Essentially it exposes the internals of applications for automation, so tools such as screen readers, magnifiers, or even scripting interfaces can query and interact with GUI controls.
at-spi allows assistive technologies to access GTK-based applications. Essentially it exposes the internals of applications for automation, so tools such as screen readers, magnifiers, or even scripting interfaces can query and interact with GUI controls.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- audit-1.5.5-7.el5 - audit-1.7.7-6.el5
- Group:
System Environment/Daemons
- Summary:
User space tools for 2.6 kernel auditing
- Description:
The audit package contains the user space utilities for storing and searching the audit records generate by the audit subsystem in the Linux 2.6 kernel.
The audit package contains the user space utilities for storing and searching the audit records generate by the audit subsystem in the Linux 2.6 kernel.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- openldap-devel
- tcp_wrappers
- No removed dependencies
- authconfig-5.3.12-2.el5 - authconfig-5.3.21-5.el5
- Group:
System Environment/Base
- Summary:
Command line tool for setting up authentication from network services
- Description:
Authconfig is a command line utility which can configure a workstation to use shadow (more secure) passwords. Authconfig can also configure a system to be a client for certain networked user information and authentication schemes.
Authconfig is a command line utility which can configure a workstation to use shadow (more secure) passwords. Authconfig can also configure a system to be a client for certain networked user information and authentication schemes.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- python >= 2.4.1
- Removed Dependencies:
- python
- autofs-5.0.1-0.rc2.55 - autofs-5.0.1-0.rc2.102
- Group:
System Environment/Daemons
- Summary:
A tool for automatically mounting and unmounting filesystems.
- Description:
autofs is a daemon which automatically mounts filesystems when you use them, and unmounts them later when you are not using them. This can include network filesystems, CD-ROMs, floppies, and so forth.
autofs is a daemon which automatically mounts filesystems when you use them, and unmounts them later when you are not using them. This can include network filesystems, CD-ROMs, floppies, and so forth.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- bash-3.1-16.1 - bash-3.2-24.el5
- Group:
System Environment/Shells
- Summary:
The GNU Bourne Again shell (bash) version 3.2
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- autoconf
- gettext
- No removed dependencies
- bind-9.3.3-10.el5 - bind-9.3.4-10.P1.el5
- Group:
System Environment/Daemons
- Summary:
The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- binutils-2.17.50.0.6-5.el5 - binutils-2.17.50.0.6-9.el5
- Group:
Development/Tools
- Summary:
A GNU collection of binary utilities.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- bluez-libs-3.7-1 - bluez-libs-3.7-1.1
- Group:
System Environment/Libraries
- Summary:
Bluetooth libraries
- Description:
Libraries for use in Bluetooth applications. The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
Libraries for use in Bluetooth applications. The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- bluez-utils-3.7-2 - bluez-utils-3.7-2.2
- Group:
Applications/System
- Summary:
Bluetooth utilities
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- bluez-libs-devel >= 3.7-1.1
- Removed Dependencies:
- bluez-libs-devel >= 3.7
- booty-0.80.4-5 - booty-0.80.6-5
- Group:
System Environment/Libraries
- Summary:
simple python bootloader config lib
- Description:
Small python library for use with bootloader configuration by anaconda and up2date.
Small python library for use with bootloader configuration by anaconda and up2date.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- busybox-1.2.0-3 - busybox-1.2.0-4.el5
- Group:
System Environment/Shells
- Summary:
Statically linked binary providing simplified versions of system commands
- Description:
Busybox is a single binary which includes versions of a large number of system commands, including a shell. This package can be very useful for recovering from certain types of system failures, particularly those involving broken shared libraries.
Busybox is a single binary which includes versions of a large number of system commands, including a shell. This package can be very useful for recovering from certain types of system failures, particularly those involving broken shared libraries.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- bzip2-1.0.3-3 - bzip2-1.0.3-4.el5_2
- Group:
Applications/File
- Summary:
A file compression utility.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- cairo-1.2.4-2.el5 - cairo-1.2.4-5.el5
- Group:
System Environment/Libraries
- Summary:
A vector graphics library
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- ccid-1.0.1-6.el5 - ccid-1.3.8-1.el5
- Group:
System Environment/Libraries
- Summary:
Generic USB CCID smart card reader driver
- Description:
Generic USB CCID (Chip/Smart Card Interface Devices) driver.
Generic USB CCID (Chip/Smart Card Interface Devices) driver.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- pcsc-lite-devel >= 1.3.3
- Removed Dependencies:
- pcsc-lite-devel >= %{pcsc-lite_ver}
- cdrtools-2.01-10 - cdrtools-2.01-10.7.el5
- Group:
Applications/System
- Summary:
A collection of CD/DVD utilities.
- Description:
cdrtools is a collection of CD/DVD utilities.
cdrtools is a collection of CD/DVD utilities.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- checkpolicy-1.33.1-2.el5 - checkpolicy-1.33.1-4.el5
- Group:
Development/System
- Summary:
SELinux policy compiler
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- chkconfig-1.3.30.1-1 - chkconfig-1.3.30.1-2
- Group:
System Environment/Base
- Summary:
A system tool for maintaining the /etc/rc*.d hierarchy.
- Description:
Chkconfig is a basic system utility. It updates and queries runlevel information for system services. Chkconfig manipulates the numerous symbolic links in /etc/rc.d, to relieve system administrators of some of the drudgery of manually editing the symbolic links.
Chkconfig is a basic system utility. It updates and queries runlevel information for system services. Chkconfig manipulates the numerous symbolic links in /etc/rc.d, to relieve system administrators of some of the drudgery of manually editing the symbolic links.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- clustermon-0.10.0-5.el5 - clustermon-0.12.1-2.el5
- Group:
System Environment/Base
- Summary:
Monitoring and management of Red Hat Enterprise Linux Cluster Suite
- Description:
This package contains Red Hat Enterprise Linux Cluster Suite SNMP/CIM module/agent/provider.
This package contains Red Hat Enterprise Linux Cluster Suite SNMP/CIM module/agent/provider.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- cman-devel
- No removed dependencies
- cman-2.0.73-1.el5 - cman-2.0.98-1.el5
- Group:
System Environment/Base
- Summary:
cman - The Cluster Manager
- Description:
cman - The Cluster Manager
cman - The Cluster Manager
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- kernel-headers
- No removed dependencies
- conga-0.10.0-6.el5 - conga-0.12.1-7.el5
- Group:
System Environment/Base
- Summary:
Remote Management System
- Description:
Conga is a project developing management system for remote stations. It consists of luci, https frontend, and ricci, secure daemon that dispatches incoming messages to underlying management modules.
Conga is a project developing management system for remote stations. It consists of luci, https frontend, and ricci, secure daemon that dispatches incoming messages to underlying management modules.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- Removed Dependencies:
- cman-devel
- control-center-2.16.0-14.el5 - control-center-2.16.0-16.el5
- Group:
User Interface/Desktops
- Summary:
GNOME Control Center
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- coolkey-1.1.0-5.el5 - coolkey-1.1.0-6.el5
- Group:
System Environment/Libraries
- Summary:
CoolKey PKCS #11 module
- Description:
Linux Driver support for the CoolKey and CAC products.
Linux Driver support for the CoolKey and CAC products.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- coreutils-5.97-12.1.el5 - coreutils-5.97-19.el5
- Group:
System Environment/Base
- Summary:
The GNU core utilities: a set of tools commonly used in shell scripts
- Description:
These are the GNU core utilities. This package is the combination of the old GNU fileutils, sh-utils, and textutils packages.
These are the GNU core utilities. This package is the combination of the old GNU fileutils, sh-utils, and textutils packages.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- cpufreq-utils-002-1.1.43.el5 - cpufreq-utils-005-1.el5
- Group:
System Environment/Base
- Summary:
CPU Frequency changing related utilities
- Description:
cpufreq-utils contains several utilities that can be used to control the cpufreq interface provided by the kernel on hardware that supports CPU frequency scaling.
cpufreq-utils contains several utilities that can be used to control the cpufreq interface provided by the kernel on hardware that supports CPU frequency scaling.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- cpuspeed-1.2.1-1.48.el5 - cpuspeed-1.2.1-5.el5
- Group:
System Environment/Base
- Summary:
CPU frequency adjusting daemon
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- crash-4.0-4.6.1 - crash-4.0-7.2.3
- Group:
Development/Debuggers
- Summary:
crash utility for live systems; netdump, diskdump, kdump, LKCD or mcore dumpfiles
- Description:
The core analysis suite is a self-contained tool that can be used to investigate either live systems, kernel core dumps created from the netdump, diskdump and kdump packages from Red Hat Linux, the mcore kernel patch offered by Mission Critical Linux, or the LKCD kernel patch.
The core analysis suite is a self-contained tool that can be used to investigate either live systems, kernel core dumps created from the netdump, diskdump and kdump packages from Red Hat Linux, the mcore kernel patch offered by Mission Critical Linux, or the LKCD kernel patch.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- createrepo-0.4.4-2.fc6 - createrepo-0.4.11-3.el5
- Group:
System Environment/Base
- Summary:
Creates a common metadata repository
- Description:
This utility will generate a common metadata repository from a directory of rpm packages.
This utility will generate a common metadata repository from a directory of rpm packages.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- python
- No removed dependencies
- crypto-utils-2.3-1 - crypto-utils-2.3-2.el5
- Group:
Applications/System
- Summary:
SSL certificate and key management utilities
- Description:
This package provides tools for managing and generating SSL certificates and keys.
This package provides tools for managing and generating SSL certificates and keys.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- cryptsetup-luks-1.0.3-2.2.el5 - cryptsetup-luks-1.0.3-4.el5
- Group:
Applications/System
- Summary:
A utility for setting up encrypted filesystems
- Description:
This package contains cryptsetup, a utility for setting up encrypted filesystems using Device Mapper and the dm-crypt target.
This package contains cryptsetup, a utility for setting up encrypted filesystems using Device Mapper and the dm-crypt target.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- cups-1.2.4-11.14.el5 - cups-1.3.7-8.el5
- Group:
System Environment/Daemons
- Summary:
Common Unix Printing System
- Description:
The Common UNIX Printing System provides a portable printing layer for UNIX® operating systems. It has been developed by Easy Software Products to promote a standard printing solution for all UNIX vendors and users. CUPS provides the System V and Berkeley command-line interfaces.
The Common UNIX Printing System provides a portable printing layer for UNIX® operating systems. It has been developed by Easy Software Products to promote a standard printing solution for all UNIX vendors and users. CUPS provides the System V and Berkeley command-line interfaces.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- avahi-compat-libdns_sd-devel
- krb5-devel
- No removed dependencies
- cyrus-imapd-2.3.7-1.1.el5 - cyrus-imapd-2.3.7-2.el5
- Group:
System Environment/Daemons
- Summary:
A high-performance mail server with IMAP, POP3, NNTP and SIEVE support
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- dbus-1.0.0-6.el5 - dbus-1.1.2-12.el5
- Group:
System Environment/Libraries
- Summary:
D-BUS message bus
- Description:
D-BUS is a system for sending messages between applications. It is used both for the systemwide message bus service, and as a per-user-login-session messaging facility.
D-BUS is a system for sending messages between applications. It is used both for the systemwide message bus service, and as a per-user-login-session messaging facility.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- doxygen
- libxslt
- xmlto
- No removed dependencies
- dbus-glib-0.70-5 - dbus-glib-0.73-8.el5
- Group:
System Environment/Libraries
- Summary:
GLib bindings for D-Bus
- Description:
D-Bus add-on library to integrate the standard D-Bus library with the GLib thread abstraction and main loop.
D-Bus add-on library to integrate the standard D-Bus library with the GLib thread abstraction and main loop.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- desktop-printing-0.19-20.el5 - desktop-printing-0.19-20.2.el5
- Group:
Applications/File
- Summary:
Desktop print icon
- Description:
Desktop-printing contains eggcups, a program for user print job notification and control.
Desktop-printing contains eggcups, a program for user print job notification and control.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- devhelp-0.12-11.el5 - devhelp-0.12-20.el5
- Group:
Development/Tools
- Summary:
API document browser
- Description:
An API document browser for GNOME 2.
An API document browser for GNOME 2.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- gecko-devel-unstable >= 1.9
- Removed Dependencies:
- gecko-devel = 1.8.0.12
- device-mapper-1.02.20-1.el5 - device-mapper-1.02.28-2.el5
- Group:
System Environment/Base
- Summary:
device mapper library
- Description:
This package contains the supporting userspace files (libdevmapper and dmsetup) for the device-mapper.
This package contains the supporting userspace files (libdevmapper and dmsetup) for the device-mapper.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- device-mapper-multipath-0.4.7-12.el5 - device-mapper-multipath-0.4.7-23.el5
- Group:
System Environment/Base
- Summary:
Tools to manage multipath devices using device-mapper.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- dhcdbd-2.2-1.el5 - dhcdbd-2.2-2.el5
- Group:
System Environment/Daemons
- Summary:
DHCP D-BUS daemon (dhcdbd) controls dhclient sessions with D-BUS, stores and presents DHCP options.
- Description:
dhcdbd provides a D-BUS interface to the ISC dhclient software. The daemon provides access to DHCP configuration operations and stores those options persistently. Other D-BUS applications can receive notifications of changes in the client's DHCP configuration.
dhcdbd provides a D-BUS interface to the ISC dhclient software. The daemon provides access to DHCP configuration operations and stores those options persistently. Other D-BUS applications can receive notifications of changes in the client's DHCP configuration.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- dhcp-3.0.5-7.el5 - dhcp-3.0.5-18.el5
- Group:
System Environment/Daemons
- Summary:
DHCP (Dynamic Host Configuration Protocol) server and relay agent.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- dhcpv6-0.10-33.el5 - dhcpv6-1.0.10-16.el5
- Group:
System Environment/Daemons
- Summary:
DHCPv6 - DHCP server and client for IPv6
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- kernel-headers
- Removed Dependencies:
- openssl-devel
- diffstat-1.41-1.2.2 - diffstat-1.41-1.2.3.el5
- Group:
Development/Tools
- Summary:
A utility which provides statistics based on the output of diff.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- diffutils-2.8.1-15.2.2 - diffutils-2.8.1-15.2.3.el5
- Group:
Applications/Text
- Summary:
A GNU collection of diff utilities.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- dmraid-1.0.0.rc13-4.el5 - dmraid-1.0.0.rc13-33.el5
- Group:
System Environment/Base
- Summary:
dmraid (Device-mapper RAID tool and library)
- Description:
DMRAID supports RAID device discovery, RAID set activation and display of properties for ATARAID on Linux >= 2.4 using device-mapper.
DMRAID supports RAID device discovery, RAID set activation and display of properties for ATARAID on Linux >= 2.4 using device-mapper.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- dnsmasq-2.39-2.el5 - dnsmasq-2.45-1.el5_2.1
- Group:
System Environment/Daemons
- Summary:
A lightweight DHCP/caching DNS server
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- dosfstools-2.11-6.2.el5 - dosfstools-2.11-7.el5
- Group:
Applications/System
- Summary:
Utilities for making and checking MS-DOS FAT filesystems on Linux.
- Description:
The dosfstools package includes the mkdosfs and dosfsck utilities, which respectively make and check MS-DOS FAT filesystems on hard drives or on floppies.
The dosfstools package includes the mkdosfs and dosfsck utilities, which respectively make and check MS-DOS FAT filesystems on hard drives or on floppies.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- dovecot-1.0-1.2.rc15.el5 - dovecot-1.0.7-7.el5
- Group:
System Environment/Daemons
- Summary:
Dovecot Secure imap server
- Description:
Dovecot is an IMAP server for Linux/UNIX-like systems, written with security primarily in mind. It also contains a small POP3 server. It supports mail in either of maildir or mbox formats.
Dovecot is an IMAP server for Linux/UNIX-like systems, written with security primarily in mind. It also contains a small POP3 server. It supports mail in either of maildir or mbox formats.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- dvgrab-2.0-1.2.2 - dvgrab-3.0-1.el5
- Group:
Applications/Multimedia
- Summary:
Utility to capture video from a DV camera
- Description:
The dvgrab utility will capture digital video from a DV source on the firewire (IEEE-1394) bus.
The dvgrab utility will capture digital video from a DV source on the firewire (IEEE-1394) bus.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- e2fsprogs-1.39-10.el5 - e2fsprogs-1.39-20.el5
- Group:
System Environment/Base
- Summary:
Utilities for managing the second and third extended (ext2/ext3) filesystems
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- eclipse-3.2.1-18.el5 - eclipse-3.2.1-19.el5
- Group:
Text Editors/Integrated Development Environments (IDE)
- Summary:
An open, extensible IDE
- Description:
The Eclipse Platform is designed for building integrated development environments (IDEs) that can be used to create applications as diverse as web sites, embedded Java(tm) programs, C++ programs, and Enterprise JavaBeans(tm).
The Eclipse Platform is designed for building integrated development environments (IDEs) that can be used to create applications as diverse as web sites, embedded Java(tm) programs, C++ programs, and Enterprise JavaBeans(tm).
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- Removed Dependencies:
- firefox-devel
- nspr-devel
- ed-0.2-38.2.2 - ed-0.2-39.el5_2
- Group:
Applications/Text
- Summary:
The GNU line editor.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- edac-utils-0.9-5.el5 - edac-utils-0.9-6.el5
- Group:
System Environment/Base
- Summary:
Userspace helper for kernel EDAC drivers
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- elfutils-0.125-3.el5 - elfutils-0.137-3.el5
- Group:
Development/Tools
- Summary:
A collection of utilities and DSOs to handle compiled objects
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- emacs-21.4-19.el5 - emacs-21.4-20.el5
- Group:
Applications/Editors
- Summary:
GNU Emacs text editor
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- emacspeak-23.0-2.1 - emacspeak-23.0-3.el5
- Group:
Applications/Editors
- Summary:
emacspeak -- The Complete Audio Desktop
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- enscript-1.6.4-4.1.el5 - enscript-1.6.4-4.1.1.el5_2
- Group:
Applications/Publishing
- Summary:
A plain ASCII to PostScript converter.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- esc-1.0.0-32.el5 - esc-1.0.0-39.el5
- Group:
Applications/Internet
- Summary:
Enterprise Security Client Smart Card Client
- Description:
Enterprise Security Client allows the user to enroll and manage their cryptographic smartcards.
Enterprise Security Client allows the user to enroll and manage their cryptographic smartcards.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- xulrunner
- xulrunner-devel
- No removed dependencies
- ethtool-5-1.el5 - ethtool-6-2.el5
- Group:
Applications/System
- Summary:
Ethernet settings tool for PCI ethernet cards
- Description:
This utility allows querying and changing of ethernet card settings, such as speed, port, autonegotiation, and PCI locations.
This utility allows querying and changing of ethernet card settings, such as speed, port, autonegotiation, and PCI locations.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- evolution-data-server-1.8.0-25.el5 - evolution-data-server-1.12.3-6.el5_2.3
- Group:
System Environment/Libraries
- Summary:
Backend data server for Evolution
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- gtk-doc
- intltool >= 0.35.0
- openldap-evolution-devel
- openssl-devel
- Removed Dependencies:
- intltool
- openldap-devel >= 2.0.11
- file-4.17-9.0.1.el5 - file-4.17-15
- Group:
Applications/File
- Summary:
A utility for determining file types.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- filesystem-2.4.0-1 - filesystem-2.4.0-2
- Group:
System Environment/Base
- Summary:
The basic directory layout for a Linux system.
- Description:
The filesystem package is one of the basic packages that is installed on a Red Hat Linux system. Filesystem contains the basic directory layout for a Linux operating system, including the correct permissions for the directories.
The filesystem package is one of the basic packages that is installed on a Red Hat Linux system. Filesystem contains the basic directory layout for a Linux operating system, including the correct permissions for the directories.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- findutils-4.2.27-4.1 - findutils-4.2.27-5.el5
- Group:
Applications/File
- Summary:
The GNU versions of find utilities (find and xargs).
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- firefox-1.5.0.12-3.el5 - firefox-3.0.5-1.el5_2
- Group:
Applications/Internet
- Summary:
Mozilla Firefox Web browser
- Description:
Mozilla Firefox is an open-source web browser, designed for standards compliance, performance and portability.
Mozilla Firefox is an open-source web browser, designed for standards compliance, performance and portability.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- startup-notification-devel
- xulrunner-devel >= 1.9.0.5-1
- xulrunner-devel-unstable >= 1.9.0.5-1
- Removed Dependencies:
- cairo-devel >= 0.5
- libjpeg-devel
- libpng-devel
- nspr-devel >= 4.6
- nss-devel >= 3.11.1
- zlib-devel
- firstboot-1.4.27.3-1.el5 - firstboot-1.4.27.7-1.el5
- Group:
System Environment/Base
- Summary:
Initial system configuration utility
- Description:
The firstboot utility runs after installation. It guides the user through a series of steps that allows for easier configuration of the machine.
The firstboot utility runs after installation. It guides the user through a series of steps that allows for easier configuration of the machine.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- flac-1.1.2-27 - flac-1.1.2-28.el5_0.1
- Group:
Applications/Multimedia
- Summary:
An encoder/decoder for the Free Lossless Audio Codec.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- fontconfig-2.4.1-6.el5 - fontconfig-2.4.1-7.el5
- Group:
System Environment/Libraries
- Summary:
Font configuration and customization library
- Description:
Fontconfig is designed to locate fonts within the system and select them according to requirements specified by applications.
Fontconfig is designed to locate fonts within the system and select them according to requirements specified by applications.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- fonts-indic-2.0.13-1.el5 - fonts-indic-2.3.1-1.el5
- Group:
User Interface/X
- Summary:
Free Indian truetype/opentype fonts
- Description:
This package provides the Hindi, Bengali, Gujarati, Punjabi, Tamil, Kannada, Malayalam, Oriya, Telugu TrueType/Opentype fonts.
This package provides the Hindi, Bengali, Gujarati, Punjabi, Tamil, Kannada, Malayalam, Oriya, Telugu TrueType/Opentype fonts.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- freeradius-1.1.3-1.2.el5 - freeradius-1.1.3-1.4.el5
- Group:
System Environment/Daemons
- Summary:
High-performance and highly configurable free RADIUS server.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- freetype-2.2.1-19.el5 - freetype-2.2.1-20.el5_2
- Group:
System Environment/Libraries
- Summary:
A free and portable font rendering engine
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- ftp-0.17-33.fc6 - ftp-0.17-35.el5
- Group:
Applications/Internet
- Summary:
The standard UNIX FTP (File Transfer Protocol) client.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gcc-4.1.2-14.el5 - gcc-4.1.2-44.el5
- Group:
Development/Languages
- Summary:
Various compilers (C, C++, Objective-C, Java, ...)
- Description:
The gcc package contains the GNU Compiler Collection version 4.1. You'll need this package in order to compile C code.
The gcc package contains the GNU Compiler Collection version 4.1. You'll need this package in order to compile C code.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- xulrunner-devel
- Removed Dependencies:
- firefox-devel
- gd-2.0.33-9.3.fc6 - gd-2.0.33-9.4.el5_1.1
- Group:
System Environment/Libraries
- Summary:
A graphics library for quick creation of PNG or JPEG images
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gdb-6.5-25.el5 - gdb-6.8-27.el5
- Group:
Development/Debuggers
- Summary:
A GNU source-level debugger for C, C++, Java and other languages
- Description:
GDB, the GNU debugger, allows you to debug programs written in C, C++, Java, and other languages, by executing them in a controlled fashion and printing their data.
GDB, the GNU debugger, allows you to debug programs written in C, C++, Java, and other languages, by executing them in a controlled fashion and printing their data.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- expat-devel
- readline-devel
- Removed Dependencies:
- /lib/libc.so.6
- /lib64/libc.so.6
- /usr/lib/libc.so
- /usr/lib64/libc.so
- gdm-2.16.0-31.0.1.el5 - gdm-2.16.0-46.el5
- Group:
User Interface/X
- Summary:
The GNOME Display Manager.
- Description:
Gdm (the GNOME Display Manager) is a highly configurable reimplementation of xdm, the X Display Manager. Gdm allows you to log into your system with the X Window System running and supports running several different X sessions on your local machine at the same time.
Gdm (the GNOME Display Manager) is a highly configurable reimplementation of xdm, the X Display Manager. Gdm allows you to log into your system with the X Window System running and supports running several different X sessions on your local machine at the same time.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gedit-2.16.0-5.el5 - gedit-2.16.0-9.el5
- Group:
Applications/Editors
- Summary:
gEdit is a small but powerful text editor for GNOME
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gfs-kmod-0.1.19-7.el5 - gfs-kmod-0.1.31-3.el5
- Group:
System Environment/Kernel
- Summary:
gfs kernel modules
- Description:
gfs - The Global File System is a symmetric, shared-disk, cluster file system.
gfs - The Global File System is a symmetric, shared-disk, cluster file system.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- kernel-devel-ia64 = 2.6.18-128.el5
- kernel-xen-devel-ia64 = 2.6.18-128.el5
- Removed Dependencies:
- kernel-devel-ia64 = 2.6.18-53.el5
- kernel-xen-devel-ia64 = 2.6.18-53.el5
- gfs-utils-0.1.12-1.el5 - gfs-utils-0.1.18-1.el5
- Group:
System Environment/Kernel
- Summary:
Utilities for managing the global filesystem (GFS)
- Description:
The gfs-utils package contains a number of utilities for creating, checking, modifying, and correcting any inconsistencies in GFS filesystems.
The gfs-utils package contains a number of utilities for creating, checking, modifying, and correcting any inconsistencies in GFS filesystems.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gfs2-utils-0.1.38-1.el5 - gfs2-utils-0.1.53-1.el5
- Group:
System Environment/Kernel
- Summary:
Utilities for managing the global filesystem (GFS)
- Description:
The gfs2-utils package contains a number of utilities for creating, checking, modifying, and correcting any inconsistencies in GFS filesystems.
The gfs2-utils package contains a number of utilities for creating, checking, modifying, and correcting any inconsistencies in GFS filesystems.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- ghostscript-8.15.2-9.1.el5 - ghostscript-8.15.2-9.4.el5
- Group:
Applications/Publishing
- Summary:
A PostScript(TM) interpreter and renderer.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gimp-print-4.2.7-22 - gimp-print-4.2.7-22.2.el5
- Group:
System Environment/Libraries
- Summary:
A collection of high-quality printer drivers.
- Description:
These drivers provide printing quality for UNIX/Linux in many cases equal to or better than proprietary vendor-supplied drivers, and can be used for many of the most demanding printing tasks.
These drivers provide printing quality for UNIX/Linux in many cases equal to or better than proprietary vendor-supplied drivers, and can be used for many of the most demanding printing tasks.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- glibc-2.5-18 - glibc-2.5-34
- Group:
System Environment/Libraries
- Summary:
The GNU libc libraries.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gnbd-1.1.5-1.el5 - gnbd-1.1.7-1.el5
- Group:
System Environment/Kernel
- Summary:
GFS's Network Block Device
- Description:
gnbd - GFS's Network Block Device
gnbd - GFS's Network Block Device
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gnbd-kmod-0.1.4-12.el5 - gnbd-kmod-0.1.5-2.el5
- Group:
System Environment/Kernel
- Summary:
gnbd kernel modules
- Description:
gnbd - The Global Network Block Device
gnbd - The Global Network Block Device
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- kernel-devel-ia64 = 2.6.18-98.el5
- kernel-xen-devel-ia64 = 2.6.18-98.el5
- Removed Dependencies:
- kernel-devel-ia64 = 2.6.18-53.el5
- kernel-xen-devel-ia64 = 2.6.18-53.el5
- gnome-panel-2.16.1-6.el5 - gnome-panel-2.16.1-7.el5
- Group:
User Interface/Desktops
- Summary:
GNOME panel
- Description:
The GNOME panel provides the window list, workspace switcher, menus, and other features for the GNOME desktop.
The GNOME panel provides the window list, workspace switcher, menus, and other features for the GNOME desktop.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gnome-power-manager-2.16.0-8.el5 - gnome-power-manager-2.16.0-10.el5
- Group:
Applications/System
- Summary:
GNOME Power Manager
- Description:
GNOME Power Manager uses the information and facilities provided by HAL displaying icons and handling user callbacks in an interactive GNOME session. GNOME Power Preferences allows authorised users to set policy and change preferences.
GNOME Power Manager uses the information and facilities provided by HAL displaying icons and handling user callbacks in an interactive GNOME session. GNOME Power Preferences allows authorised users to set policy and change preferences.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gnome-python2-desktop-2.16.0-1.fc6 - gnome-python2-desktop-2.16.0-2.el5
- Group:
Development/Languages
- Summary:
The sources for additional PyGNOME Python extension modules for the GNOME desktop
- Description:
The gnome-python-desktop package contains the source packages for additional Python bindings for GNOME. It should be used together with gnome-python.
The gnome-python-desktop package contains the source packages for additional Python bindings for GNOME. It should be used together with gnome-python.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gnome-python2-extras-2.14.2-4.fc6 - gnome-python2-extras-2.14.2-6.el5
- Group:
Development/Languages
- Summary:
The sources for additional. PyGNOME Python extension modules.
- Description:
The gnome-python-extra package contains the source packages for additional Python bindings for GNOME. It should be used together with gnome-python.
The gnome-python-extra package contains the source packages for additional Python bindings for GNOME. It should be used together with gnome-python.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- gecko-devel-unstable >= 1.9
- Removed Dependencies:
- firefox-devel >= 1.5.0.5
- gnome-screensaver-2.16.1-5.el5 - gnome-screensaver-2.16.1-8.el5
- Group:
Amusements/Graphics
- Summary:
GNOME Screensaver
- Description:
gnome-screensaver is a screen saver and locker that aims to have simple, sane, secure defaults and be well integrated with the desktop.
gnome-screensaver is a screen saver and locker that aims to have simple, sane, secure defaults and be well integrated with the desktop.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- libXxf86misc-devel
- libXxf86vm-devel
- No removed dependencies
- gnome-terminal-2.16.0-3.el5 - gnome-terminal-2.16.0-5.3.el5
- Group:
User Interface/Desktops
- Summary:
GNOME Terminal
- Description:
GNOME terminal emulator application.
GNOME terminal emulator application.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gnome-utils-2.16.0-3.el5 - gnome-utils-2.16.0-5.el5
- Group:
Applications/System
- Summary:
GNOME utility programs
- Description:
GNOME (GNU Network Object Model Environment) is a user-friendly set of GUI applications and desktop tools to be used in conjunction with a window manager for the X Window System. The gnome-utils package includes a set of small "desk accessory" utility applications for GNOME.
GNOME (GNU Network Object Model Environment) is a user-friendly set of GUI applications and desktop tools to be used in conjunction with a window manager for the X Window System. The gnome-utils package includes a set of small "desk accessory" utility applications for GNOME.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gnome-volume-manager-2.15.0-4.el5 - gnome-volume-manager-2.15.0-5.el5
- Group:
Applications/System
- Summary:
The GNOME Volume Manager
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gnupg-1.4.5-13 - gnupg-1.4.5-14
- Group:
Applications/System
- Summary:
A GNU utility for secure communication and data storage.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gnuplot-4.0.0-12 - gnuplot-4.0.0-14.el5
- Group:
Applications/Engineering
- Summary:
A program for plotting mathematical expressions and data.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- gd-devel
- No removed dependencies
- gnutls-1.4.1-2 - gnutls-1.4.1-3.el5_2.1
- Group:
System Environment/Libraries
- Summary:
A TLS protocol implementation.
- Description:
GnuTLS is a project that aims to develop a library which provides a secure layer, over a reliable transport layer. Currently the GnuTLS library implements the proposed standards by the IETF's TLS working group.
GnuTLS is a project that aims to develop a library which provides a secure layer, over a reliable transport layer. Currently the GnuTLS library implements the proposed standards by the IETF's TLS working group.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- grub-0.97-13 - grub-0.97-13.2
- Group:
System Environment/Base
- Summary:
GRUB - the Grand Unified Boot Loader.
- Description:
GRUB (Grand Unified Boot Loader) is an experimental boot loader capable of booting into most free operating systems - Linux, FreeBSD, NetBSD, GNU Mach, and others as well as most commercial operating systems.
GRUB (Grand Unified Boot Loader) is an experimental boot loader capable of booting into most free operating systems - Linux, FreeBSD, NetBSD, GNU Mach, and others as well as most commercial operating systems.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gstreamer-0.10.9-3.el5 - gstreamer-0.10.20-3.el5
- Group:
Applications/Multimedia
- Summary:
GStreamer streaming media framework runtime
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- PyXML
- autoconf
- automake
- docbook-style-dsssl
- docbook-style-xsl
- docbook-utils
- gettext-devel
- ghostscript
- jadetex
- libtool
- libxslt
- netpbm-progs
- openjade
- python2
- tetex-dvips
- transfig
- xfig
- No removed dependencies
- gstreamer-plugins-base-0.10.9-6.el5 - gstreamer-plugins-base-0.10.20-3.el5
- Group:
Applications/Multimedia
- Summary:
GStreamer streaming media framework base plug-ins
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- autoconf
- automake
- gnome-vfs2-devel
- gstreamer-devel >= 0.10.20
- Removed Dependencies:
- gnome-vfs2-devel > 1.9.4.00
- gstreamer-devel >= 0.10.6
- liboil-devel >= 0.3.2
- gstreamer-plugins-good-0.10.4-4.el5 - gstreamer-plugins-good-0.10.9-1.el5
- Group:
Applications/Multimedia
- Summary:
GStreamer plug-ins with good code and licensing
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gthumb-2.7.8-5.el5 - gthumb-2.7.8-8.el5
- Group:
User Interface/X
- Summary:
Image viewer, editor, organizer
- Description:
gthumb is an application for viewing, editing, and organizing collections of images.
gthumb is an application for viewing, editing, and organizing collections of images.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gtk2-2.10.4-19.el5 - gtk2-2.10.4-20.el5
- Group:
System Environment/Libraries
- Summary:
The GIMP ToolKit (GTK+), a library for creating GUIs for X
- Description:
GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites.
GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- gtkhtml3-3.12.0-1.fc6 - gtkhtml3-3.16.3-1.el5
- Group:
System Environment/Libraries
- Summary:
gtkhtml library
- Description:
GtkHTML is a lightweight HTML rendering/printing/editing engine. It was originally based on KHTMLW, but is now being developed independently of it.
GtkHTML is a lightweight HTML rendering/printing/editing engine. It was originally based on KHTMLW, but is now being developed independently of it.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- intltool >= 0.35.0
- Removed Dependencies:
- intltool
- libgnomeprint22-devel >= 2.7.1
- libgnomeprintui22-devel >= 2.7.1
- gzip-1.3.5-9.el5 - gzip-1.3.5-10.el5
- Group:
Applications/File
- Summary:
The GNU data compression program.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- hal-0.5.8.1-25.el5 - hal-0.5.8.1-38.el5
- Group:
System Environment/Libraries
- Summary:
Hardware Abstraction Layer
- Description:
HAL is daemon for collection and maintaining information from several sources about the hardware on the system. It provides a live device list through D-BUS.
HAL is daemon for collection and maintaining information from several sources about the hardware on the system. It provides a live device list through D-BUS.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- gperf >= 3.0.1
- No removed dependencies
- hal-cups-utils-0.6.2-5 - hal-cups-utils-0.6.2-5.2.el5
- Group:
Applications/System
- Summary:
Halified CUPS utilities
- Description:
Halified utilities for CUPS: - hal_lpadmin - hal CUPS backend
Halified utilities for CUPS: - hal_lpadmin - hal CUPS backend
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- hplip-1.6.7-4.1.el5 - hplip-1.6.7-4.1.el5_2.4
- Group:
System Environment/Daemons
- Summary:
HP Linux Imaging and Printing Project
- Description:
The Hewlett-Packard Linux Imaging and Printing Project provides drivers for HP printers and multi-function peripherals.
The Hewlett-Packard Linux Imaging and Printing Project provides drivers for HP printers and multi-function peripherals.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- openssl-devel
- No removed dependencies
- htdig-3.2.0b6-9.el5 - htdig-3.2.0b6-9.0.1.el5_1
- Group:
Applications/Internet
- Summary:
ht://Dig - Web search engine
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- htmlview-4.0.0-1.el5 - htmlview-4.0.0-2.el5
- Group:
Applications/Internet
- Summary:
Launcher of Preferred Web Browser
- Description:
htmlview and launchmail are tools for launching Preferred Applications. This package exists for compatibility reasons and is likely to be removed later when equivalent functionality is implemented elsewhere.
htmlview and launchmail are tools for launching Preferred Applications. This package exists for compatibility reasons and is likely to be removed later when equivalent functionality is implemented elsewhere.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- httpd-2.2.3-11.el5 - httpd-2.2.3-22.el5
- Group:
System Environment/Daemons
- Summary:
Apache HTTP Server
- Description:
The Apache HTTP Server is a powerful, efficient, and extensible web server.
The Apache HTTP Server is a powerful, efficient, and extensible web server.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- hwbrowser-0.30-1.el5 - hwbrowser-0.30-2.el5
- Group:
Applications/System
- Summary:
A hardware browser.
- Description:
A browser for your current hardware configuration.
A browser for your current hardware configuration.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- hwdata-0.211-1 - hwdata-0.213.11-1.el5
- Group:
System Environment/Base
- Summary:
Hardware identification and configuration data
- Description:
hwdata contains various hardware identification and configuration data, such as the pci.ids database and MonitorsDb databases.
hwdata contains various hardware identification and configuration data, such as the pci.ids database and MonitorsDb databases.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- ibutils-1.2-2.el5 - ibutils-1.2-9.el5
- Group:
System Environment/Libraries
- Summary:
OpenIB Mellanox InfiniBand Diagnostic Tools
- Description:
ibutils provides IB network and path diagnostics.
ibutils provides IB network and path diagnostics.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- autoconf
- libibumad-devel
- libtool
- opensm-devel >= 3.2.0
- Removed Dependencies:
- opensm-devel >= 3.0.3
- icu-3.6-5.11 - icu-3.6-5.11.1
- Group:
System Environment/Libraries
- Summary:
International Components for Unicode
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- initscripts-8.45.17.EL-1 - initscripts-8.45.25-1.el5
- Group:
System Environment/Base
- Summary:
The inittab file and the /etc/init.d scripts.
- Description:
The initscripts package contains the basic system scripts used to boot your Red Hat system, change runlevels, and shut the system down cleanly. Initscripts also contains the scripts that activate and deactivate most network interfaces.
The initscripts package contains the basic system scripts used to boot your Red Hat system, change runlevels, and shut the system down cleanly. Initscripts also contains the scripts that activate and deactivate most network interfaces.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- inn-2.4.3-6.fc6 - inn-2.4.3-8.el5
- Group:
System Environment/Daemons
- Summary:
The InterNetNews (INN) system, an Usenet news server.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- iproute-2.6.18-4.el5 - iproute-2.6.18-9.el5
- Group:
Applications/System
- Summary:
Advanced IP routing and network device configuration tools.
- Description:
The iproute package contains networking utilities (ip and rtmon, for example) which are designed to use the advanced networking capabilities of the Linux 2.4.x and 2.6.x kernel.
The iproute package contains networking utilities (ip and rtmon, for example) which are designed to use the advanced networking capabilities of the Linux 2.4.x and 2.6.x kernel.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- iprutils-2.2.6-1.el5 - iprutils-2.2.8-2.el5
- Group:
System Environment/Base
- Summary:
Utilities for the IBM Power Linux RAID adapters
- Description:
Provides a suite of utilities to manage and configure SCSI devices supported by the ipr SCSI storage device driver.
Provides a suite of utilities to manage and configure SCSI devices supported by the ipr SCSI storage device driver.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- ipsec-tools-0.6.5-8.el5 - ipsec-tools-0.6.5-13.el5
- Group:
System Environment/Base
- Summary:
Tools for configuring and using IPSEC
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- kernel-headers >= 2.6.18-92
- No removed dependencies
- iptables-1.3.5-1.2.1 - iptables-1.3.5-4.el5
- Group:
System Environment/Base
- Summary:
Tools for managing Linux kernel packet filtering capabilities.
- Description:
The iptables utility controls the network packet filtering code in the Linux kernel. If you need to set up firewalls and/or IP masquerading, you should install this package.
The iptables utility controls the network packet filtering code in the Linux kernel. If you need to set up firewalls and/or IP masquerading, you should install this package.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- iputils-20020927-43.el5 - iputils-20020927-45.el5
- Group:
System Environment/Daemons
- Summary:
Network monitoring tools including ping.
- Description:
The iputils package contains basic utilities for monitoring a network, including ping. The ping command sends a series of ICMP protocol ECHO_REQUEST packets to a specified network host to discover whether the target machine is alive and receiving network traffic.
The iputils package contains basic utilities for monitoring a network, including ping. The ping command sends a series of ICMP protocol ECHO_REQUEST packets to a specified network host to discover whether the target machine is alive and receiving network traffic.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- irqbalance-0.55-6.el5 - irqbalance-0.55-10.el5
- Group:
System Environment/Base
- Summary:
IRQ balancing daemon.
- Description:
irqbalance is a daemon that evenly distributes IRQ load across multiple CPUs for enhanced performance.
irqbalance is a daemon that evenly distributes IRQ load across multiple CPUs for enhanced performance.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- iscsi-initiator-utils-6.2.0.865-0.8.el5 - iscsi-initiator-utils-6.2.0.868-0.18.el5
- Group:
System Environment/Daemons
- Summary:
iSCSI daemon and utility programs
- Description:
The iscsi package provides the server daemon for the iSCSI protocol, as well as the utility programs used to manage it. iSCSI is a protocol for distributed disk access using SCSI commands sent over Internet Protocol networks.
The iscsi package provides the server daemon for the iSCSI protocol, as well as the utility programs used to manage it. iSCSI is a protocol for distributed disk access using SCSI commands sent over Internet Protocol networks.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- bison
- flex
- No removed dependencies
- isdn4k-utils-3.2-50.1 - isdn4k-utils-3.2-51.el5
- Group:
Applications/System
- Summary:
Utilities for configuring an ISDN subsystem.
- Description:
The isdn4k-utils package contains a collection of utilities needed for configuring an ISDN subsystem.
The isdn4k-utils package contains a collection of utilities needed for configuring an ISDN subsystem.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- jakarta-commons-collections-3.1-6jpp.1 - jakarta-commons-collections-3.2-2jpp.3
- Group:
Development/Libraries/Java
- Summary:
Jakarta Commons Collections Package
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- xml-commons-apis >= 1.3
- No removed dependencies
- java-1.4.2-gcj-compat-1.4.2.0-40jpp.112 - java-1.4.2-gcj-compat-1.4.2.0-40jpp.115
- Group:
Development/Languages
- Summary:
JPackage runtime scripts for GCJ
- Description:
This package installs directory structures, shell scripts and symbolic links to simulate a JPackage-compatible runtime environment with GCJ.
This package installs directory structures, shell scripts and symbolic links to simulate a JPackage-compatible runtime environment with GCJ.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- kbd-1.12-19.el5 - kbd-1.12-21.el5
- Group:
System Environment/Base
- Summary:
Tools for configuring the console (keyboard, virtual terminals, etc.)
- Description:
The kbd package contains tools for managing a Linux system's console's behavior, including the keyboard, the screen fonts, the virtual terminals and font files.
The kbd package contains tools for managing a Linux system's console's behavior, including the keyboard, the screen fonts, the virtual terminals and font files.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- kdeadmin-3.5.4-2.fc6 - kdeadmin-3.5.4-3.el5
- Group:
User Interface/Desktops
- Summary:
Administrative tools for KDE.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- kdebase-3.5.4-13.6.el5 - kdebase-3.5.4-19.el5
- Group:
User Interface/Desktops
- Summary:
K Desktop Environment - core files
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- libutempter-devel
- No removed dependencies
- kdebindings-3.5.4-1.fc6 - kdebindings-3.5.4-6.el5
- Group:
User Interface/Desktops
- Summary:
KDE bindings to non-C++ languages
- Description:
KDE/DCOP bindings to non-C++ languages
KDE/DCOP bindings to non-C++ languages
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- libutempter-devel
- perl >= 5.8.8
- Removed Dependencies:
- perl >= 5.8
- kdelibs-3.5.4-13.el5 - kdelibs-3.5.4-18.el5
- Group:
System Environment/Libraries
- Summary:
K Desktop Environment - Libraries
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- kdenetwork-3.5.4-4.fc6 - kdenetwork-3.5.4-8.el5
- Group:
Applications/Internet
- Summary:
K Desktop Environment - Network Applications
- Description:
Networking applications for the K Desktop Environment.
Networking applications for the K Desktop Environment.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- libutempter-devel
- No removed dependencies
- kernel-2.6.18-53.el5 - kernel-2.6.18-128.el5
- Group:
System Environment/Kernel
- Summary:
The Linux kernel (the core of the Linux operating system)
- Description:
The kernel package contains the Linux kernel (vmlinuz), the core of any Linux operating system. The kernel handles the basic functions of the operating system: memory allocation, process allocation, device input and output, etc.
The kernel package contains the Linux kernel (vmlinuz), the core of any Linux operating system. The kernel handles the basic functions of the operating system: memory allocation, process allocation, device input and output, etc.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- kexec-tools-1.101-194.4.el5 - kexec-tools-1.102pre-56.el5
- Group:
Applications/System
- Summary:
The kexec/kdump userspace component.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- krb5-1.6.1-17.el5 - krb5-1.6.1-31.el5
- Group:
System Environment/Libraries
- Summary:
The Kerberos network authentication system.
- Description:
Kerberos V5 is a trusted-third-party network authentication system, which can improve your network's security by eliminating the insecure practice of cleartext passwords.
Kerberos V5 is a trusted-third-party network authentication system, which can improve your network's security by eliminating the insecure practice of cleartext passwords.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- ksh-20060214-1.4 - ksh-20080202-2.el5
- Group:
Applications/Shells
- Summary:
The Original ATT Korn Shell
- Description:
KSH-93 is the most recent version of the KornShell by David Korn of AT&T Bell Laboratories. KornShell is a shell programming language, which is upward compatible with "sh" (the Bourne Shell).
KSH-93 is the most recent version of the KornShell by David Korn of AT&T Bell Laboratories. KornShell is a shell programming language, which is upward compatible with "sh" (the Bourne Shell).
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- kudzu-1.2.57.1.15-1 - kudzu-1.2.57.1.21-1
- Group:
Applications/System
- Summary:
The Red Hat Linux hardware probing tool.
- Description:
Kudzu is a hardware probing tool run at system boot time to determine what hardware has been added or removed from the system.
Kudzu is a hardware probing tool run at system boot time to determine what hardware has been added or removed from the system.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- lam-7.1.2-8.fc6 - lam-7.1.2-14.el5
- Group:
Development/Libraries
- Summary:
The LAM (Local Area Multicomputer) programming environment.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libX11-1.0.3-8.0.1.el5 - libX11-1.0.3-9.el5
- Group:
System Environment/Libraries
- Summary:
X.Org X11 libX11 runtime library
- Description:
X.Org X11 libX11 runtime library
X.Org X11 libX11 runtime library
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libXfont-1.2.2-1.0.2.el5 - libXfont-1.2.2-1.0.3.el5_1
- Group:
System Environment/Libraries
- Summary:
X.Org X11 libXfont runtime library
- Description:
X.Org X11 libXfont runtime library
X.Org X11 libXfont runtime library
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libao-0.8.6-5 - libao-0.8.6-7
- Group:
System Environment/Libraries
- Summary:
Cross Platform Audio Output Library.
- Description:
Libao is a cross platform audio output library. It currently supports ESD, OSS, Solaris, and IRIX.
Libao is a cross platform audio output library. It currently supports ESD, OSS, Solaris, and IRIX.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libchewing-0.3.0-7.el5 - libchewing-0.3.0-8.el5
- Group:
System Environment/Libraries
- Summary:
Intelligent phonetic input method library for Traditional Chinese
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libdhcp-1.20-2.el5 - libdhcp-1.20-6.el5
- Group:
Development/Libraries
- Summary:
A library for network interface configuration with DHCP
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- dhcp-devel >= 12:3.0.5-13
- libdhcp4client-devel >= 12:3.0.5-13
- libdhcp6client-devel >= 1.0.9-1
- Removed Dependencies:
- dhcp-devel
- libdhcp4client-devel >= 12:3.0.4-17
- libdhcp6client-devel
- liberation-fonts-0.2-2.el5 - liberation-fonts-1.0-1.el5
- Group:
User Interface/X
- Summary:
Fonts to replace commonly used Microsoft Windows Fonts
- Description:
The Liberation Fonts are intended to be replacements for the three most commonly used fonts on Microsoft systems: Times New Roman, Arial, and Courier New.
The Liberation Fonts are intended to be replacements for the three most commonly used fonts on Microsoft systems: Times New Roman, Arial, and Courier New.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libexif-0.6.13-4.0.2.el5 - libexif-0.6.13-4.0.2.el5_1.1
- Group:
System Environment/Libraries
- Summary:
Library for extracting extra information from image files
- Description:
Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. The EXIF library allows you to parse an EXIF file and read the data from those tags.
Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. The EXIF library allows you to parse an EXIF file and read the data from those tags.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libgcrypt-1.2.3-1 - libgcrypt-1.2.4-1.el5
- Group:
System Environment/Libraries
- Summary:
A general-purpose cryptography library.
- Description:
Libgcrypt is a general purpose crypto library based on the code used in GNU Privacy Guard. This is a development version.
Libgcrypt is a general purpose crypto library based on the code used in GNU Privacy Guard. This is a development version.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libgnomeprint22-2.12.1-9.el5 - libgnomeprint22-2.12.1-10.el5
- Group:
System Environment/Base
- Summary:
Printing library for GNOME.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libhugetlbfs-1.0.1-1.el5 - libhugetlbfs-1.3-3.el5
- Group:
System Environment/Libraries
- Summary:
Library to access the Huge TLB Filesystem
- Description:
The libhugetlbfs library interacts with the Linux hugetlbfs to make large pages available to applications in a transparent manner.
The libhugetlbfs library interacts with the Linux hugetlbfs to make large pages available to applications in a transparent manner.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libica-1.3.7-5.el5 - libica-1.3.7-8.el5
- Group:
System Environment/Libraries
- Summary:
A library of functions for accessing ICA hardware crypto on IBM zSeries
- Description:
A library of functions for accessing ICA hardware crypto on IBM zSeries
A library of functions for accessing ICA hardware crypto on IBM zSeries
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- autoconf
- automake
- libtool
- No removed dependencies
- libnl-1.0-0.10.pre5.4 - libnl-1.0-0.10.pre5.5
- Group:
Development/Libraries
- Summary:
Convenience library for kernel netlink sockets
- Description:
This package contains a convenience library to simplify using the Linux kernel's netlink sockets interface for network manipulation
This package contains a convenience library to simplify using the Linux kernel's netlink sockets interface for network manipulation
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libpng-1.2.10-7.0.2 - libpng-1.2.10-7.1.el5_0.1
- Group:
System Environment/Libraries
- Summary:
A library of functions for manipulating PNG image format files
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libraw1394-1.2.1-1.fc6 - libraw1394-1.3.0-1.el5
- Group:
System Environment/Libraries
- Summary:
Library providing low-level IEEE-1394 access
- Description:
The libraw1394 library provides direct access to the IEEE-1394 bus through the Linux 1394 subsystem's raw1394 user space interface.
The libraw1394 library provides direct access to the IEEE-1394 bus through the Linux 1394 subsystem's raw1394 user space interface.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- autoconf
- automake
- libtool
- No removed dependencies
- librtas-1.2.4-3.el5 - librtas-1.3.3-1.el5
- Group:
System Environment/Libraries
- Summary:
Libraries to provide access to RTAS calls and RTAS events
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libselinux-1.33.4-4.el5 - libselinux-1.33.4-5.1.el5
- Group:
System Environment/Libraries
- Summary:
SELinux library and simple utilities
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libtiff-3.8.2-7.el5 - libtiff-3.8.2-7.el5_2.2
- Group:
System Environment/Libraries
- Summary:
Library of functions for manipulating TIFF format image files
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libuser-0.54.7-2.el5.2 - libuser-0.54.7-2.el5.5
- Group:
System Environment/Base
- Summary:
A user and group account administration library.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libutempter-1.1.4-3.fc6 - libutempter-1.1.4-4.el5
- Group:
System Environment/Libraries
- Summary:
A privileged helper for utmp/wtmp updates
- Description:
This library provides interface for terminal emulators such as screen and xterm to record user sessions to utmp and wtmp files.
This library provides interface for terminal emulators such as screen and xterm to record user sessions to utmp and wtmp files.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libvirt-0.2.3-9.el5 - libvirt-0.3.3-14.el5
- Group:
Development/Libraries
- Summary:
Library providing a simple API virtualization
- Description:
Libvirt is a C toolkit to interract with the virtualization capabilities of recent versions of Linux (and other OSes).
Libvirt is a C toolkit to interract with the virtualization capabilities of recent versions of Linux (and other OSes).
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- avahi-devel
- bridge-utils
- dnsmasq
- gnutls-devel
- Removed Dependencies:
- /sbin/iptables
- libsysfs-devel
- libvorbis-1.1.2-3.el5.0 - libvorbis-1.1.2-3.el5_1.2
- Group:
System Environment/Libraries
- Summary:
The Vorbis General Audio Compression Codec.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libxml2-2.6.26-2.1.2 - libxml2-2.6.26-2.1.2.7
- Group:
Development/Libraries
- Summary:
Library providing XML and HTML support
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- libxslt-1.1.17-2 - libxslt-1.1.17-2.el5_2.2
- Group:
Development/Libraries
- Summary:
Library providing the Gnome XSLT engine
- Description:
This C library allows to transform XML files into other XML files (or HTML, text, ...) using the standard XSLT stylesheet transformation mechanism. To use it you need to have a version of libxml2 >= 2.6.25 installed. The xsltproc command is a command line interface to the XSLT engine
This C library allows to transform XML files into other XML files (or HTML, text, ...) using the standard XSLT stylesheet transformation mechanism. To use it you need to have a version of libxml2 >= 2.6.25 installed. The xsltproc command is a command line interface to the XSLT engine
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- linuxwacom-0.7.4.3-2.el5 - linuxwacom-0.7.8.3-5.el5
- Group:
User Interface/X Hardware Support
- Summary:
Wacom Drivers from Linux Wacom Project
- Description:
The Linux Wacom Project manages the drivers, libraries, and documentation for configuring and running Wacom tablets under the Linux operating system. It contains diagnostic applications as well as X.org XInput drivers.
The Linux Wacom Project manages the drivers, libraries, and documentation for configuring and running Wacom tablets under the Linux operating system. It contains diagnostic applications as well as X.org XInput drivers.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- desktop-file-utils
- tcl-devel
- tk-devel
- No removed dependencies
- lm_sensors-2.10.0-3.1 - lm_sensors-2.10.7-4.el5
- Group:
Applications/System
- Summary:
Hardware monitoring tools.
- Description:
The lm_sensors package includes a collection of modules for general SMBus access and hardware monitoring. NOTE: this requires special support which is not in standard 2.2-vintage kernels.
The lm_sensors package includes a collection of modules for general SMBus access and hardware monitoring. NOTE: this requires special support which is not in standard 2.2-vintage kernels.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- logrotate-3.7.4-7 - logrotate-3.7.4-9
- Group:
System Environment/Base
- Summary:
Rotates, compresses, removes and mails system log files.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- logwatch-7.3-5 - logwatch-7.3-6.el5
- Group:
Applications/System
- Summary:
A log file analysis program
- Description:
Logwatch is a customizable, pluggable log-monitoring system. It will go through your logs for a given period of time and make a report in the areas that you wish with the detail that you wish. Easy to use - works right out of the package on many systems.
Logwatch is a customizable, pluggable log-monitoring system. It will go through your logs for a given period of time and make a report in the areas that you wish with the detail that you wish. Easy to use - works right out of the package on many systems.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- ltrace-0.5-6.45svn.fc6 - ltrace-0.5-7.45svn.el5
- Group:
Development/Debuggers
- Summary:
Tracks runtime library calls from dynamically linked executables.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- lvm2-2.02.26-3.el5 - lvm2-2.02.40-6.el5
- Group:
System Environment/Base
- Summary:
Userland logical volume management tools
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- device-mapper >= 1.02.28-2
- Removed Dependencies:
- device-mapper >= 1.02.20-1
- lvm2-cluster-2.02.26-1.el5 - lvm2-cluster-2.02.40-7.el5
- Group:
System Environment/Base
- Summary:
Cluster extensions for userland logical volume management tools
- Description:
Extensions to LVM2 to support clusters.
Extensions to LVM2 to support clusters.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- device-mapper >= 1.02.28-2
- Removed Dependencies:
- device-mapper >= 1.02.20-1
- lynx-2.8.5-28.1 - lynx-2.8.5-28.1.el5_2.1
- Group:
Applications/Internet
- Summary:
A text-based Web browser.
- Description:
Lynx is a text-based Web browser. Lynx does not display any images, but it does support frames, tables, and most other HTML tags. One advantage Lynx has over graphical browsers is speed; Lynx starts and exits quickly and swiftly displays webpages.
Lynx is a text-based Web browser. Lynx does not display any images, but it does support frames, tables, and most other HTML tags. One advantage Lynx has over graphical browsers is speed; Lynx starts and exits quickly and swiftly displays webpages.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- m17n-db-1.3.3-46.el5 - m17n-db-1.3.3-48.el5
- Group:
System Environment/Libraries
- Summary:
Multilingualization datafiles for m17n-lib
- Description:
This package contains multilingualization (m17n) datafiles for m17n-lib which describe input maps, encoding maps, and OpenType font data for many languages.
This package contains multilingualization (m17n) datafiles for m17n-lib which describe input maps, encoding maps, and OpenType font data for many languages.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- m2crypto-0.16-6.el5.1 - m2crypto-0.16-6.el5.3
- Group:
System Environment/Libraries
- Summary:
Support for using OpenSSL in python scripts
- Description:
This package allows you to call OpenSSL functions from python scripts.
This package allows you to call OpenSSL functions from python scripts.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- mailman-2.1.9-2 - mailman-2.1.9-4.el5
- Group:
Applications/Internet
- Summary:
Mailing list manager with built in Web access.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- make-3.81-1.1 - make-3.81-3.el5
- Group:
Development/Tools
- Summary:
A GNU tool which simplifies the build process for users.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- man-pages-2.39-10.el5 - man-pages-2.39-12.el5
- Group:
Documentation
- Summary:
Man (manual) pages from the Linux Documentation Project.
- Description:
A large collection of man pages (documentation) from the Linux Documentation Project (LDP).
A large collection of man pages (documentation) from the Linux Documentation Project (LDP).
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- man-pages-ja-20060815-5 - man-pages-ja-20060815-9.el5
- Group:
Documentation
- Summary:
Japanese man (manual) pages from the Japanese Manual Project
- Description:
Japanese Manual pages, translated by JM-Project (Japanese Manual Project).
Japanese Manual pages, translated by JM-Project (Japanese Manual Project).
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- mcstrans-0.2.6-1.el5 - mcstrans-0.2.11-3.el5
- Group:
System Environment/Daemons
- Summary:
SELinux Translation Daemon
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- mdadm-2.5.4-3.el5 - mdadm-2.6.4-1.el5
- Group:
System Environment/Base
- Summary:
mdadm controls Linux md devices (software RAID arrays)
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- mesa-6.5.1-7.5.el5 - mesa-6.5.1-7.7.el5
- Group:
System Environment/Libraries
- Summary:
Mesa graphics libraries
- Description:
Mesa
Mesa
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- metacity-2.16.0-8.el5 - metacity-2.16.0-12.el5
- Group:
User Interface/Desktops
- Summary:
Metacity window manager
- Description:
Metacity is a simple window manager that integrates nicely with GNOME 2.
Metacity is a simple window manager that integrates nicely with GNOME 2.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- microcode_ctl-1.17-1.42.el5 - microcode_ctl-1.17-1.47.el5
- Group:
System Environment/Base
- Summary:
Tool to update x86/x86-64 CPU microcode.
- Description:
microcode_ctl - updates the microcode on Intel x86/x86-64 CPU's
microcode_ctl - updates the microcode on Intel x86/x86-64 CPU's
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- mkinitrd-5.1.19.6-19 - mkinitrd-5.1.19.6-44
- Group:
System Environment/Base
- Summary:
Creates an initial ramdisk image for preloading modules.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- libdhcp-devel >= 1.20-6
- Removed Dependencies:
- libdhcp-devel >= 1.9
- mlocate-0.15-1.el5 - mlocate-0.15-1.el5.1
- Group:
Applications/System
- Summary:
An utility for finding files by name
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- mod_nss-1.0.3-4.el5 - mod_nss-1.0.3-6.el5
- Group:
System Environment/Daemons
- Summary:
SSL/TLS module for the Apache HTTP server
- Description:
The mod_nss module provides strong cryptography for the Apache Web server via the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols using the Network Security Services (NSS) security library.
The mod_nss module provides strong cryptography for the Apache Web server via the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols using the Network Security Services (NSS) security library.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- mod_perl-2.0.2-6.3.el5 - mod_perl-2.0.4-6.el5
- Group:
System Environment/Daemons
- Summary:
An embedded Perl interpreter for the Apache HTTP Server
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- perl
- perl(ExtUtils::Embed)
- Removed Dependencies:
- perl >= 1:5.6.1
- module-init-tools-3.3-0.pre3.1.34.el5 - module-init-tools-3.3-0.pre3.1.42.el5
- Group:
System Environment/Kernel
- Summary:
Kernel module management utilities.
- Description:
The modutils package includes various programs needed for automatic loading and unloading of modules under 2.6 and later kernels, as well as other module management programs. Device drivers and filesystems are two examples of loaded and unloaded modules.
The modutils package includes various programs needed for automatic loading and unloading of modules under 2.6 and later kernels, as well as other module management programs. Device drivers and filesystems are two examples of loaded and unloaded modules.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- mozldap-6.0.4-1.el5 - mozldap-6.0.5-1.el5
- Group:
System Environment/Libraries
- Summary:
Mozilla LDAP C SDK
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- mysql-5.0.22-2.1.0.1 - mysql-5.0.45-7.el5
- Group:
Applications/Databases
- Summary:
MySQL client programs and shared libraries.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- gawk
- No removed dependencies
- nautilus-2.16.2-6.el5 - nautilus-2.16.2-7.el5
- Group:
User Interface/Desktops
- Summary:
Nautilus is a file manager for GNOME.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- neon-0.25.5-5.1 - neon-0.25.5-10.el5
- Group:
Applications/Publishing
- Summary:
An HTTP and WebDAV client library
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- net-snmp-5.3.1-19.el5 - net-snmp-5.3.2.2-5.el5
- Group:
System Environment/Daemons
- Summary:
A collection of SNMP protocol tools and libraries.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- net-tools-1.60-73 - net-tools-1.60-78.el5
- Group:
System Environment/Base
- Summary:
Basic networking tools.
- Description:
The net-tools package contains basic networking tools, including ifconfig, netstat, route, and others.
The net-tools package contains basic networking tools, including ifconfig, netstat, route, and others.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- newt-0.52.2-9 - newt-0.52.2-12.el5
- Group:
System Environment/Libraries
- Summary:
A development library for text mode user interfaces.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- nfs-utils-1.0.9-24.el5 - nfs-utils-1.0.9-40.el5
- Group:
System Environment/Daemons
- Summary:
NFS utilities and supporting clients and daemons for the kernel NFS server.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- tcp_wrappers
- No removed dependencies
- notification-daemon-0.3.5-8.el5 - notification-daemon-0.3.5-9.el5
- Group:
System Environment/Libraries
- Summary:
Notification Daemon
- Description:
notification-daemon is the server implementation of the freedesktop.org desktop notification specification.
notification-daemon is the server implementation of the freedesktop.org desktop notification specification.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- nspr-4.6.5-3.el5 - nspr-4.7.3-2.el5
- Group:
System Environment/Libraries
- Summary:
Netscape Portable Runtime
- Description:
NSPR provides platform independence for non-GUI operating system facilities. These facilities include threads, thread synchronization, normal file and network I/O, interval timing and calendar time, basic memory management (malloc and free) and shared library linking.
NSPR provides platform independence for non-GUI operating system facilities. These facilities include threads, thread synchronization, normal file and network I/O, interval timing and calendar time, basic memory management (malloc and free) and shared library linking.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- nss-3.11.7-1.3.el5 - nss-3.12.2.0-2.el5
- Group:
System Environment/Libraries
- Summary:
Network Security Services
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- nspr-devel >= 4.6.99
- zlib-devel
- Removed Dependencies:
- nspr-devel >= 4.6.2
- nss_db-2.2-35.1 - nss_db-2.2-35.3
- Group:
System Environment/Libraries
- Summary:
An NSS library for the Berkeley DB.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- nss_ldap-253-5.el5 - nss_ldap-253-17.el5
- Group:
System Environment/Base
- Summary:
NSS library and PAM module for LDAP.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- fipscheck-devel
- keyutils-libs-devel
- libselinux-devel
- No removed dependencies
- ntp-4.2.2p1-7.el5 - ntp-4.2.2p1-9.el5
- Group:
System Environment/Daemons
- Summary:
Synchronizes system time using the Network Time Protocol (NTP).
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- perl-HTML-Parser
- No removed dependencies
- numactl-0.9.8-2.el5 - numactl-0.9.8-7.el5
- Group:
System Environment/Base
- Summary:
library for tuning for Non Uniform Memory Access machines
- Description:
Simple NUMA policy support. It consists of a numactl program to run other programs with a specific NUMA policy and a libnuma to do allocations with NUMA policy in applications.
Simple NUMA policy support. It consists of a numactl program to run other programs with a specific NUMA policy and a libnuma to do allocations with NUMA policy in applications.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- oddjob-0.27-7 - oddjob-0.27-9.el5
- Group:
System Environment/Daemons
- Summary:
A D-BUS service which runs odd jobs on behalf of client applications
- Description:
oddjob is a D-BUS service which performs particular tasks for clients which connect to it and issue requests using the system-wide message bus.
oddjob is a D-BUS service which performs particular tasks for clients which connect to it and issue requests using the system-wide message bus.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- openCryptoki-2.2.4-16.el5 - openCryptoki-2.2.4-22.el5
- Group:
Productivity/Security
- Summary:
Implementation of Cryptoki v2.11 for IBM Crypto Hardware
- Description:
The PKCS#11 Version 2.11 api implemented for the IBM Crypto cards. This package includes support for the IBM 4758 Cryptographic CoProcessor (with the PKCS#11 firmware loaded) and the IBM eServer Cryptographic Accelerator (FC 4960 on pSeries)
The PKCS#11 Version 2.11 api implemented for the IBM Crypto cards. This package includes support for the IBM 4758 Cryptographic CoProcessor (with the PKCS#11 firmware loaded) and the IBM eServer Cryptographic Accelerator (FC 4960 on pSeries)
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- trousers-devel
- No removed dependencies
- openais-0.80.3-7.el5 - openais-0.80.3-22.el5
- Group:
System Environment/Base
- Summary:
The openais Standards-Based Cluster Framework executive and APIs
- Description:
This package contains the openais executive, openais service handlers, default configuration files and init script.
This package contains the openais executive, openais service handlers, default configuration files and init script.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- openhpi-2.8.1-2.el5.7 - openhpi-2.10.2-1.el5
- Group:
System Environment/Base
- Summary:
openhpi Hardware Platform Interface (HPI) library and tools
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- openib-1.2-6.el5 - openib-1.3.2-0.20080728.0355.3.el5
- Group:
System Environment/Base
- Summary:
OpenIB Infiniband Driver Stack
- Description:
User space initialization scripts for the kernel InfiniBand drivers
User space initialization scripts for the kernel InfiniBand drivers
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- Removed Dependencies:
- autoconf
- automake
- libsysfs-devel
- libtool
- pciutils-devel
- zlib-devel
- openldap-2.3.27-8 - openldap-2.3.43-3.el5
- Group:
System Environment/Daemons
- Summary:
The configuration files, libraries, and documentation for OpenLDAP.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- openmotif-2.3.0-0.3.el5 - openmotif-2.3.1-2.el5
- Group:
System Environment/Libraries
- Summary:
Open Motif runtime libraries and executables.
- Description:
This is the Open Motif 2.3.1 runtime environment. It includes the Motif shared libraries, needed to run applications which are dynamically linked against Motif, and the Motif Window Manager "mwm".
This is the Open Motif 2.3.1 runtime environment. It includes the Motif shared libraries, needed to run applications which are dynamically linked against Motif, and the Motif Window Manager "mwm".
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- openmpi-1.2.3-4.el5 - openmpi-1.2.7-6.el5
- Group:
Development/Libraries
- Summary:
Open Message Passing Interface
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- compat-dapl-devel
- Removed Dependencies:
- dapl-devel
- libsysfs-devel
- openssh-4.3p2-24.el5 - openssh-4.3p2-29.el5
- Group:
Applications/Internet
- Summary:
The OpenSSH implementation of SSH protocol versions 1 and 2
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- openssl-devel >= 0.9.8e
- Removed Dependencies:
- openssl-devel
- openssl-0.9.8b-8.3.el5_0.2 - openssl-0.9.8e-7.el5
- Group:
System Environment/Libraries
- Summary:
The OpenSSL toolkit
- Description:
The OpenSSL toolkit provides support for secure communications between machines. OpenSSL includes a certificate management tool and shared libraries which provide various cryptographic algorithms and protocols.
The OpenSSL toolkit provides support for secure communications between machines. OpenSSL includes a certificate management tool and shared libraries which provide various cryptographic algorithms and protocols.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- fipscheck
- No removed dependencies
- openssl097a-0.9.7a-9 - openssl097a-0.9.7a-9.el5_2.1
- Group:
System Environment/Libraries
- Summary:
The OpenSSL toolkit
- Description:
The OpenSSL toolkit provides support for secure communications between machines. OpenSSL includes a certificate management tool and shared libraries which provide various cryptographic algorithms and protocols.
The OpenSSL toolkit provides support for secure communications between machines. OpenSSL includes a certificate management tool and shared libraries which provide various cryptographic algorithms and protocols.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- oprofile-0.9.2-6.el5 - oprofile-0.9.3-18.el5
- Group:
Development/System
- Summary:
System wide profiler
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- pam-0.99.6.2-3.26.el5 - pam-0.99.6.2-4.el5
- Group:
System Environment/Base
- Summary:
A security tool which provides authentication for applications
- Description:
PAM (Pluggable Authentication Modules) is a system security tool that allows system administrators to set authentication policy without having to recompile programs that handle authentication.
PAM (Pluggable Authentication Modules) is a system security tool that allows system administrators to set authentication policy without having to recompile programs that handle authentication.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- audit-libs-devel >= 1.6.5
- kernel-headers >= 2.6.18-114
- Removed Dependencies:
- audit-libs-devel >= 1.0.8
- pam_krb5-2.2.14-1 - pam_krb5-2.2.14-10
- Group:
System Environment/Base
- Summary:
A Pluggable Authentication Module for Kerberos 5.
- Description:
This is pam_krb5, a pluggable authentication module that can be used with Linux-PAM and Kerberos 5. This module supports password checking, ticket creation, and optional TGT verification and conversion to Kerberos IV tickets. The included pam_krb5afs module also gets AFS tokens if so configured.
This is pam_krb5, a pluggable authentication module that can be used with Linux-PAM and Kerberos 5. This module supports password checking, ticket creation, and optional TGT verification and conversion to Kerberos IV tickets. The included pam_krb5afs module also gets AFS tokens if so configured.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- autoconf
- automake
- libtool
- No removed dependencies
- paps-0.6.6-17.el5 - paps-0.6.6-18.el5
- Group:
Applications/Publishing
- Summary:
Plain Text to PostScript converter
- Description:
paps is a PostScript converter from plain text file using Pango.
paps is a PostScript converter from plain text file using Pango.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- parted-1.8.1-12.el5 - parted-1.8.1-23.el5
- Group:
Applications/System
- Summary:
The GNU disk partition manipulation program
- Description:
The GNU Parted program allows you to create, destroy, resize, move, and copy hard disk partitions. Parted can be used for creating space for new operating systems, reorganizing disk usage, and copying data to new hard disks.
The GNU Parted program allows you to create, destroy, resize, move, and copy hard disk partitions. Parted can be used for creating space for new operating systems, reorganizing disk usage, and copying data to new hard disks.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- patch-2.5.4-29.2.2 - patch-2.5.4-29.2.3.el5
- Group:
Development/Tools
- Summary:
The GNU patch command, for modifying/upgrading files.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- pciutils-2.2.3-4 - pciutils-2.2.3-5
- Group:
Applications/System
- Summary:
PCI bus related utilities.
- Description:
The pciutils package contains various utilities for inspecting and setting devices connected to the PCI bus. The utilities provided require kernel version 2.1.82 or newer (which support the /proc/bus/pci interface).
The pciutils package contains various utilities for inspecting and setting devices connected to the PCI bus. The utilities provided require kernel version 2.1.82 or newer (which support the /proc/bus/pci interface).
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- pcre-6.6-1.1 - pcre-6.6-2.el5_1.7
- Group:
System Environment/Libraries
- Summary:
Perl-compatible regular expression library
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- pcsc-lite-1.3.1-7 - pcsc-lite-1.4.4-0.1.el5
- Group:
System Environment/Daemons
- Summary:
PC/SC Lite smart card framework and applications
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- perl-5.8.8-10 - perl-5.8.8-18.el5
- Group:
Development/Languages
- Summary:
The Perl programming language
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- perl-DBD-MySQL-3.0007-1.fc6 - perl-DBD-MySQL-3.0007-2.el5
- Group:
Development/Libraries
- Summary:
A MySQL interface for perl
- Description:
An implementation of DBI for MySQL for Perl.
An implementation of DBI for MySQL for Perl.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- perl-DBI >= 1.52-2
- Removed Dependencies:
- perl(DBI)
- perl-DBD-Pg-1.49-1.fc6 - perl-DBD-Pg-1.49-2.el5
- Group:
Development/Libraries
- Summary:
A PostgresSQL interface for perl
- Description:
An implementation of DBI for PostgreSQL for Perl.
An implementation of DBI for PostgreSQL for Perl.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- perl-DBI >= 1.52-2
- Removed Dependencies:
- perl-DBI >= 1.38
- perl-DBI-1.52-1.fc6 - perl-DBI-1.52-2.el5
- Group:
Development/Libraries
- Summary:
A database access API for perl
- Description:
DBI is a database access Application Programming Interface (API) for the Perl Language. The DBI API Specification defines a set of functions, variables and conventions that provide a consistent database interface independent of the actual database being used.
DBI is a database access Application Programming Interface (API) for the Perl Language. The DBI API Specification defines a set of functions, variables and conventions that provide a consistent database interface independent of the actual database being used.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- pfmon-3.2-0.060926.4.el5 - pfmon-3.2-0.060926.5.el5
- Group:
Development/Tools
- Summary:
a performance monitoring tool for Linux/ia64
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- php-5.1.6-15.el5 - php-5.1.6-23.el5
- Group:
Development/Languages
- Summary:
The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- php-pear-1.4.9-4 - php-pear-1.4.9-4.el5.1
- Group:
System
- Summary:
PHP Extension and Application Repository framework
- Description:
PEAR is a framework and distribution system for reusable PHP components. This package contains the basic PEAR components.
PEAR is a framework and distribution system for reusable PHP components. This package contains the basic PEAR components.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- piranha-0.8.4-7.el5 - piranha-0.8.4-11.el5
- Group:
System Environment/Base
- Summary:
Cluster administation tools
- Description:
Various tools to administer and configure the Linux Virtual Server as well as heartbeating and failover components. The LVS is a dynamically adjusted kernel routing mechanism that provides load balancing primarily for web and ftp servers though other services are supported.
Various tools to administer and configure the Linux Virtual Server as well as heartbeating and failover components. The LVS is a dynamically adjusted kernel routing mechanism that provides load balancing primarily for web and ftp servers though other services are supported.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- pirut-1.2.10-1.el5 - pirut-1.3.28-13.el5
- Group:
Applications/System
- Summary:
Package Installation, Removal and Update Tools
- Description:
pirut (pronounced "pirate") provides a set of graphical tools for managing software.
pirut (pronounced "pirate") provides a set of graphical tools for managing software.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- pkgconfig-0.21-1.fc6 - pkgconfig-0.21-2.el5
- Group:
Development/Tools
- Summary:
A tool for determining compilation options.
- Description:
The pkgconfig tool determines compilation options. For each required library, it reads the configuration file and outputs the necessary compiler and linker flags.
The pkgconfig tool determines compilation options. For each required library, it reads the configuration file and outputs the necessary compiler and linker flags.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- pkinit-nss-0.7.3-1.el5 - pkinit-nss-0.7.6-1.el5
- Group:
System Environment/Libraries
- Summary:
PKINIT for MIT Kerberos
- Description:
The pkinit-nss package implements the PKINIT standard for MIT Kerberos. It does so using the Mozilla NSS library.
The pkinit-nss package implements the PKINIT standard for MIT Kerberos. It does so using the Mozilla NSS library.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- pm-utils-0.99.3-6.el5.17 - pm-utils-0.99.3-10.el5
- Group:
System Environment/Base
- Summary:
Power management utilities and scripts for Fedora Core
- Description:
The pm-utils package contains utilities and scripts for Fedora Core useful for power management.
The pm-utils package contains utilities and scripts for Fedora Core useful for power management.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- policycoreutils-1.33.12-12.el5 - policycoreutils-1.33.12-14.2.el5
- Group:
System Environment/Base
- Summary:
SELinux policy core utilities.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- poppler-0.5.4-4.1.el5 - poppler-0.5.4-4.4.el5_1
- Group:
Development/Libraries
- Summary:
PDF rendering library
- Description:
Poppler, a PDF rendering library, it's a fork of the xpdf PDF viewer developed by Derek Noonburg of Glyph and Cog, LLC.
Poppler, a PDF rendering library, it's a fork of the xpdf PDF viewer developed by Derek Noonburg of Glyph and Cog, LLC.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- postfix-2.3.3-2 - postfix-2.3.3-2.1.el5_2
- Group:
System Environment/Daemons
- Summary:
Postfix Mail Transport Agent
- Description:
Postfix is a Mail Transport Agent (MTA), supporting LDAP, SMTP AUTH (SASL), TLS
Postfix is a Mail Transport Agent (MTA), supporting LDAP, SMTP AUTH (SASL), TLS
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- postgresql-8.1.9-1.el5 - postgresql-8.1.11-1.el5_1.1
- Group:
Applications/Databases
- Summary:
PostgreSQL client programs and libraries.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- ppc64-utils-0.11-2 - ppc64-utils-0.11-10.el5
- Group:
System Environment/Base
- Summary:
Linux/PPC64 specific utilities
- Description:
A collection of utilities for Linux on PPC64 platforms.
A collection of utilities for Linux on PPC64 platforms.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- db4-devel
- librtas-devel >= 1.3.3
- libstdc++-devel
- libtool
- sg3_utils-devel
- zlib-devel
- Removed Dependencies:
- librtas-devel
- ppp-2.4.4-1.el5 - ppp-2.4.4-2.el5
- Group:
System Environment/Daemons
- Summary:
The PPP (Point-to-Point Protocol) daemon.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- prelink-0.3.9-2.1 - prelink-0.4.0-2.el5
- Group:
System Environment/Base
- Summary:
An ELF prelinking utility
- Description:
The prelink package contains a utility which modifies ELF shared libraries and executables, so that far fewer relocations need to be resolved at runtime and thus programs come up faster.
The prelink package contains a utility which modifies ELF shared libraries and executables, so that far fewer relocations need to be resolved at runtime and thus programs come up faster.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- privoxy-3.0.3-9.2.2 - privoxy-3.0.3-9.3.el5
- Group:
System Environment/Daemons
- Summary:
Privoxy - privacy enhancing proxy
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- pcre-devel
- No removed dependencies
- procps-3.2.7-8.1.el5 - procps-3.2.7-11.1.el5
- Group:
Applications/System
- Summary:
System and process monitoring utilities.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- psacct-6.3.2-41.1 - psacct-6.3.2-44.el5
- Group:
Applications/System
- Summary:
Utilities for monitoring process activities.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- psmisc-22.2-5 - psmisc-22.2-6
- Group:
Applications/System
- Summary:
Utilities for managing processes on your system.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- pygtk2-2.10.1-8.el5 - pygtk2-2.10.1-12.el5
- Group:
Development/Languages
- Summary:
Python bindings for the GTK+ widget set.
- Description:
PyGTK is an extension module for python that gives you access to the GTK+ widget set. Just about anything you can write in C with GTK+ you can write in python with PyGTK (within reason), but with all the benefits of python.
PyGTK is an extension module for python that gives you access to the GTK+ widget set. Just about anything you can write in C with GTK+ you can write in python with PyGTK (within reason), but with all the benefits of python.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- pykickstart-0.43-1.el5 - pykickstart-0.43.3-1.el5
- Group:
System Environment/Libraries
- Summary:
A python library for manipulating kickstart files
- Description:
The pykickstart package is a python library for manipulating kickstart files.
The pykickstart package is a python library for manipulating kickstart files.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- python-2.4.3-19.el5 - python-2.4.3-24.el5
- Group:
Development/Languages
- Summary:
An interpreted, interactive, object-oriented programming language.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- python-pyblock-0.26-1.el5 - python-pyblock-0.26-3.el5
- Group:
System Environment/Libraries
- Summary:
Python modules for dealing with block devices
- Description:
The pyblock contains Python modules for dealing with block devices.
The pyblock contains Python modules for dealing with block devices.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- dmraid-devel >= 1.0.0.rc13-14
- Removed Dependencies:
- dmraid-devel >= 1.0.0.rc11-FC6.3
- python-urlgrabber-3.1.0-2 - python-urlgrabber-3.1.0-5.el5
- Group:
Development/Libraries
- Summary:
A high-level cross-protocol url-grabber
- Description:
A high-level cross-protocol url-grabber for python supporting HTTP, FTP and file locations. Features include keepalive, byte ranges, throttling, authentication, proxies and more.
A high-level cross-protocol url-grabber for python supporting HTTP, FTP and file locations. Features include keepalive, byte ranges, throttling, authentication, proxies and more.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- python-virtinst-0.103.0-3.el5 - python-virtinst-0.300.2-12.el5
- Group:
Development/Libraries
- Summary:
Python modules for starting Xen guest installations
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- gettext
- python
- Removed Dependencies:
- python-devel
- quota-3.13-1.2.3.2.el5 - quota-3.13-1.2.5.el5
- Group:
System Environment/Base
- Summary:
System administration tools for monitoring users' disk usage.
- Description:
The quota package contains system administration tools for monitoring and limiting user and or group disk usage per filesystem.
The quota package contains system administration tools for monitoring and limiting user and or group disk usage per filesystem.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- rdate-1.4-6 - rdate-1.4-8.el5
- Group:
Applications/System
- Summary:
Tool for getting the date/time from a remote machine.
- Description:
The rdate utility retrieves the date and time from another machine on your network, using the protocol described in RFC 868. If you run rdate as root, it will set your machine's local time to the time of the machine that you queried.
The rdate utility retrieves the date and time from another machine on your network, using the protocol described in RFC 868. If you run rdate as root, it will set your machine's local time to the time of the machine that you queried.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- rdesktop-1.4.1-4 - rdesktop-1.4.1-6
- Group:
User Interface/Desktops
- Summary:
X client for remote desktop into Windows Terminal Server
- Description:
rdesktop is an open source client for Windows NT Terminal Server and Windows 2000 & 2003 Terminal Services, capable of natively speaking Remote Desktop Protocol (RDP) in order to present the user's NT desktop. Unlike Citrix ICA, no server extensions are required.
rdesktop is an open source client for Windows NT Terminal Server and Windows 2000 & 2003 Terminal Services, capable of natively speaking Remote Desktop Protocol (RDP) in order to present the user's NT desktop. Unlike Citrix ICA, no server extensions are required.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- redhat-menus-6.7.8-2.el5 - redhat-menus-6.7.8-3.el5
- Group:
User Interface/Desktops
- Summary:
Configuration and data files for the desktop menus
- Description:
This package contains the XML files that describe the menu layout for GNOME and KDE, and the .desktop files that define the names and icons of "subdirectories" in the menus.
This package contains the XML files that describe the menu layout for GNOME and KDE, and the .desktop files that define the names and icons of "subdirectories" in the menus.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- redhat-release-5Server-5.1.0.2 - redhat-release-5Server-5.3.0.3
- Group:
System Environment/Base
- Summary:
Red Hat Enterprise Linux release file
- Description:
Red Hat Enterprise Linux release files
Red Hat Enterprise Linux release files
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- redhat-release-notes-5Server-9 - redhat-release-notes-5Server-25
- Group:
System Environment/Base
- Summary:
Red Hat Enterprise Linux release notes files
- Description:
Red Hat Enterprise Linux release notes files.
Red Hat Enterprise Linux release notes files.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- redhat-rpm-config-8.0.45-22.el5 - redhat-rpm-config-8.0.45-29.el5
- Group:
Development/System
- Summary:
Red Hat specific rpm configuration files.
- Description:
Red Hat specific rpm configuration files.
Red Hat specific rpm configuration files.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- rgmanager-2.0.31-1.el5 - rgmanager-2.0.46-1.el5
- Group:
System Environment/Base
- Summary:
Open Source HA Resource Group Failover for Red Hat Enterprise Linux
- Description:
Red Hat Resource Group Manager provides high availability of critical server applications in the event of planned or unplanned system downtime.
Red Hat Resource Group Manager provides high availability of critical server applications in the event of planned or unplanned system downtime.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- slang-devel
- No removed dependencies
- rhel-instnum-1.0.7-1.el5 - rhel-instnum-1.0.9-1.el5
- Group:
System Environment/Base
- Summary:
A library for decoding RHEL installation numbers
- Description:
rhel-instnum provides methods for decoding RHEL installation numbers
rhel-instnum provides methods for decoding RHEL installation numbers
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- Removed Dependencies:
- python
- rhn-client-tools-0.4.16-1.el5 - rhn-client-tools-0.4.19-17.el5
- Group:
System Environment/Base
- Summary:
Support programs and libraries for Red Hat Network
- Description:
Red Hat Network Client Tools provides programs and libraries to allow your system to receive software updates from Red Hat Network.
Red Hat Network Client Tools provides programs and libraries to allow your system to receive software updates from Red Hat Network.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- rhnlib-2.2.5-1.el5 - rhnlib-2.2.6-2.el5
- Group:
Development/Libraries
- Summary:
Python libraries for the RHN project
- Description:
rhnlib is a collection of python modules used by the Red Hat Network (http://rhn.redhat.com) software.
rhnlib is a collection of python modules used by the Red Hat Network (http://rhn.redhat.com) software.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- rhpxl-0.41.1-1.el5 - rhpxl-0.41.1-7.el5
- Group:
System Environment/Libraries
- Summary:
Python library for configuring and running X.
- Description:
The rhpxl (pronounced 'rapunzel') package contains a Python library for configuring and running X.
The rhpxl (pronounced 'rapunzel') package contains a Python library for configuring and running X.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- rpm-4.4.2-47.el5 - rpm-4.4.2.3-9.el5
- Group:
System Environment/Base
- Summary:
The RPM package management system
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- doxygen
- gawk
- nss-devel
- redhat-rpm-config
- Removed Dependencies:
- autoconf
- beecrypt-devel >= 4.1.2
- sed
- rsh-0.17-37.el5 - rsh-0.17-38.el5
- Group:
Applications/Internet
- Summary:
Clients for remote access commands (rsh, rlogin, rcp).
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- ruby-1.8.5-5.el5 - ruby-1.8.5-5.el5_2.6
- Group:
Development/Languages
- Summary:
An interpreter of object-oriented scripting language
- Description:
Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, and extensible.
Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, and extensible.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- s390utils-1.5.3-10.el5.14 - s390utils-1.5.3-21.el5
- Group:
System Environment/Base
- Summary:
Linux/390 specific utilities.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- sabayon-2.12.4-5.el5 - sabayon-2.12.4-6.el5
- Group:
Applications/System
- Summary:
Tool to maintain user profiles in a GNOME desktop
- Description:
Sabayon is a tool to help sysadmins and user change and maintain the default behaviour of the GNOME desktop. This package contains the graphical tools which a sysadmin use to manage Sabayon profiles.
Sabayon is a tool to help sysadmins and user change and maintain the default behaviour of the GNOME desktop. This package contains the graphical tools which a sysadmin use to manage Sabayon profiles.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- salinfo-1.1-3.el5 - salinfo-1.1-4.el5
- Group:
Utilities/System
- Summary:
Sal info tool.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- samba-3.0.25b-0.el5.4 - samba-3.0.33-3.7.el5
- Group:
System Environment/Daemons
- Summary:
The Samba SMB server.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- sblim-1-29.EL5 - sblim-1-31.el5_2.1
- Group:
Applications/System
- Summary:
Standards Based Linux Instrumentation for Manageability
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- sed
- No removed dependencies
- scim-1.4.4-39.el5 - scim-1.4.4-41.el5
- Group:
System Environment/Libraries
- Summary:
Smart Common Input Method platform
- Description:
SCIM is a user friendly and full featured input method user interface and also a development platform to make life easier for Input Method developers.
SCIM is a user friendly and full featured input method user interface and also a development platform to make life easier for Input Method developers.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- scim-anthy-1.2.0-5.el5 - scim-anthy-1.2.0-6.el5
- Group:
System Environment/Libraries
- Summary:
SCIM IMEngine for anthy for Japanese input
- Description:
Scim-anthy is a SCIM IMEngine module for anthy to support Japanese input.
Scim-anthy is a SCIM IMEngine module for anthy to support Japanese input.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- scim-bridge-0.4.5-7.el5 - scim-bridge-0.4.5-8.el5
- Group:
System Environment/Libraries
- Summary:
SCIM Bridge Gtk IM module
- Description:
SCIM Bridge is a C implementation of a Gtk IM module for SCIM.
SCIM Bridge is a C implementation of a Gtk IM module for SCIM.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- scim-chewing-0.3.1-10.el5 - scim-chewing-0.3.1-11.el5
- Group:
System Environment/Libraries
- Summary:
Chewing Chinese input method for SCIM
- Description:
This package provides Chewing Chinese input method for SCIM.
This package provides Chewing Chinese input method for SCIM.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- scim-pinyin-0.5.91-15.el5 - scim-pinyin-0.5.91-16.el5
- Group:
System Environment/Libraries
- Summary:
Smart Pinyin IMEngine for Smart Common Input Method platform
- Description:
Simplified Chinese Smart Pinyin IMEngine for SCIM.
Simplified Chinese Smart Pinyin IMEngine for SCIM.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- scsi-target-utils-0.0-0.20070620snap.el5 - scsi-target-utils-0.0-5.20080917snap.el5
- Group:
System Environment/Daemons
- Summary:
The SCSI target daemon and utility programs
- Description:
The SCSI target package contains the daemon and tools to setup a SCSI targets. Currently, software iSCSI targets are supported.
The SCSI target package contains the daemon and tools to setup a SCSI targets. Currently, software iSCSI targets are supported.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- libibverbs-devel
- librdmacm-devel
- No removed dependencies
- selinux-policy-2.4.6-104.el5 - selinux-policy-2.4.6-203.el5
- Group:
System Environment/Base
- Summary:
SELinux policy configuration
- Description:
SELinux Reference Policy - modular.
SELinux Reference Policy - modular.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- setroubleshoot-1.8.11-4.el5 - setroubleshoot-2.0.5-3.el5
- Group:
Applications/System
- Summary:
Helps troubleshoot SELinux problems
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- desktop-file-utils
- htmlview
- No removed dependencies
- setup-2.5.58-1.el5 - setup-2.5.58-4.el5
- Group:
System Environment/Base
- Summary:
A set of system configuration and setup files.
- Description:
The setup package contains a set of important system configuration and setup files, such as passwd, group, and profile.
The setup package contains a set of important system configuration and setup files, such as passwd, group, and profile.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- sg3_utils-1.20-2.1 - sg3_utils-1.25-1.el5
- Group:
Utilities/System
- Summary:
Utils for Linux's SCSI generic driver devices + raw devices
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- shadow-utils-4.0.17-12.el5 - shadow-utils-4.0.17-14.el5
- Group:
System Environment/Base
- Summary:
Utilities for managing accounts and shadow password files.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- shared-mime-info-0.19-3.el5 - shared-mime-info-0.19-5.el5
- Group:
System Environment/Libraries
- Summary:
Shared MIME information database
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- smartmontools-5.36-3.1.el5 - smartmontools-5.38-2.el5
- Group:
System Environment/Base
- Summary:
Tools for monitoring SMART capable hard disks
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- libselinux-devel
- No removed dependencies
- sos-1.7-9.1.el5 - sos-1.7-9.16.el5
- Group:
Development/Libraries
- Summary:
A set of tools to gather troubleshooting information from a system
- Description:
Sos is a set of tools that gathers information about system hardware and configuration. The information can then be used for diagnostic purposes and debugging. Sos is commonly used to help support technicians and developers.
Sos is a set of tools that gathers information about system hardware and configuration. The information can then be used for diagnostic purposes and debugging. Sos is commonly used to help support technicians and developers.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- spamassassin-3.1.9-1.el5 - spamassassin-3.2.5-1.el5
- Group:
Applications/Internet
- Summary:
Spam filter for email which can be invoked from mail delivery agents.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- perl-HTML-Parser >= 3.43
- No removed dependencies
- speex-1.0.5-4 - speex-1.0.5-4.el5_1.1
- Group:
System Environment/Libraries
- Summary:
A voice compression format (codec)
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- squid-2.6.STABLE6-4.el5 - squid-2.6.STABLE21-3.el5
- Group:
System Environment/Daemons
- Summary:
The Squid proxy caching server.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- strace-4.5.16-1.el5.1 - strace-4.5.18-2.el5
- Group:
Development/Debuggers
- Summary:
Tracks and displays system calls associated with a running process
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- libacl-devel
- libaio-devel
- No removed dependencies
- stunnel-4.15-2 - stunnel-4.15-2.el5.1
- Group:
Applications/Internet
- Summary:
An SSL-encrypting socket wrapper.
- Description:
Stunnel is a socket wrapper which can provide SSL (Secure Sockets Layer) support to ordinary applications. For example, it can be used in conjunction with imapd to create an SSL secure IMAP server.
Stunnel is a socket wrapper which can provide SSL (Secure Sockets Layer) support to ordinary applications. For example, it can be used in conjunction with imapd to create an SSL secure IMAP server.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- subversion-1.4.2-2.el5 - subversion-1.4.2-4.el5
- Group:
Development/Tools
- Summary:
Modern Version Control System designed to replace CVS
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- neon-devel >= 0:0.25.5-6.el5
- Removed Dependencies:
- neon-devel >= 0:0.24.7-1
- sudo-1.6.8p12-10 - sudo-1.6.9p17-3.el5
- Group:
Applications/System
- Summary:
Allows restricted root access for specified users.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- audit-libs-devel
- autoconf
- automake
- libcap-devel
- libtool
- No removed dependencies
- sysklogd-1.4.1-40.el5 - sysklogd-1.4.1-44.el5
- Group:
System Environment/Daemons
- Summary:
System logging and kernel message trapping daemons.
- Description:
The sysklogd package contains two system utilities (syslogd and klogd) which provide support for system logging. Syslogd and klogd run as daemons (background processes) and log system messages to different places, like sendmail logs, security logs, error logs, etc.
The sysklogd package contains two system utilities (syslogd and klogd) which provide support for system logging. Syslogd and klogd run as daemons (background processes) and log system messages to different places, like sendmail logs, security logs, error logs, etc.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- sysstat-7.0.0-3.el5 - sysstat-7.0.2-3.el5
- Group:
Applications/System
- Summary:
The sar and iostat system monitoring commands.
- Description:
This package provides the sar and iostat commands for Linux. Sar and iostat enable system monitoring of disk, network, and other IO activity.
This package provides the sar and iostat commands for Linux. Sar and iostat enable system monitoring of disk, network, and other IO activity.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- system-config-bind-4.0.3-2.el5 - system-config-bind-4.0.3-4.el5
- Group:
Applications/System
- Summary:
The Red Hat BIND DNS Configuration Tool.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- system-config-cluster-1.0.50-1.3 - system-config-cluster-1.0.55-1.0
- Group:
Applications/System
- Summary:
system-config-cluster is a utility which allows you to manage cluster configuration in a graphical setting.
- Description:
system-config-cluster is a utility which allows you to manage cluster configuuration in a graphical setting.
system-config-cluster is a utility which allows you to manage cluster configuuration in a graphical setting.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- system-config-date-1.8.12-1.el5 - system-config-date-1.8.12-3.el5
- Group:
System Environment/Base
- Summary:
A graphical interface for modifying system date and time
- Description:
system-config-date is a graphical interface for changing the system date and time, configuring the system time zone, and setting up the NTP daemon to synchronize the time of the system with an NTP time server.
system-config-date is a graphical interface for changing the system date and time, configuring the system time zone, and setting up the NTP daemon to synchronize the time of the system with an NTP time server.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- system-config-httpd-1.3.3.1-1.el5 - system-config-httpd-1.3.3.3-1.el5
- Group:
Applications/System
- Summary:
Apache configuration tool
- Description:
A RHN configuration tool for apache.
A RHN configuration tool for apache.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- gettext
- No removed dependencies
- system-config-kdump-1.0.12-1.el5 - system-config-kdump-1.0.14-4.el5
- Group:
System Environment/Base
- Summary:
A graphical interface for configuring kernel crash dumping
- Description:
system-config-kdump is a graphical tool for configuring kernel crash dumping via kdump and kexec.
system-config-kdump is a graphical tool for configuring kernel crash dumping via kdump and kexec.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- system-config-kickstart-2.6.19.1-1.el5 - system-config-kickstart-2.6.19.8-2.el5
- Group:
System Environment/Base
- Summary:
A graphical interface for making kickstart files.
- Description:
Kickstart Configurator is a graphical tool for creating kickstart files.
Kickstart Configurator is a graphical tool for creating kickstart files.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- system-config-language-1.1.18-1.el5 - system-config-language-1.1.18-2.el5
- Group:
System Environment/Base
- Summary:
A graphical interface for modifying the system language
- Description:
system-config-language is a graphical user interface that allows the user to change the default language of the system.
system-config-language is a graphical user interface that allows the user to change the default language of the system.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- system-config-lvm-1.0.22-1.0.el5 - system-config-lvm-1.1.5-1.0.el5
- Group:
Applications/System
- Summary:
A utility for graphically configuring Logical Volumes
- Description:
system-config-lvm is a utility for graphically configuring Logical Volumes
system-config-lvm is a utility for graphically configuring Logical Volumes
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- intltool
- No removed dependencies
- system-config-network-1.3.99-2.el5 - system-config-network-1.3.99.12-1.el5
- Group:
Applications/System
- Summary:
The GUI of the NEtwork Adminstration Tool
- Description:
This is the GUI of the network configuration tool, supporting Ethernet, Wireless, TokenRing, ADSL, ISDN and PPP.
This is the GUI of the network configuration tool, supporting Ethernet, Wireless, TokenRing, ADSL, ISDN and PPP.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- system-config-printer-0.7.32.5-1.el5 - system-config-printer-0.7.32.10-1.el5
- Group:
System Environment/Base
- Summary:
A printer administration tool
- Description:
system-config-printer is a graphical user interface that allows the user to configure a CUPS print server.
system-config-printer is a graphical user interface that allows the user to configure a CUPS print server.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- system-config-samba-1.2.39-1.el5 - system-config-samba-1.2.41-3.el5
- Group:
System Environment/Base
- Summary:
Samba server configuration tool
- Description:
system-config-samba is a graphical user interface for creating, modifying, and deleting samba shares.
system-config-samba is a graphical user interface for creating, modifying, and deleting samba shares.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- system-config-securitylevel-1.6.29.1-1.el5 - system-config-securitylevel-1.6.29.1-2.1.el5
- Group:
System Environment/Base
- Summary:
A graphical interface for modifying the system security level
- Description:
system-config-securitylevel is a graphical user interface for setting basic firewall rules.
system-config-securitylevel is a graphical user interface for setting basic firewall rules.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- system-config-users-1.2.51-1.el5 - system-config-users-1.2.51-4.el5
- Group:
Applications/System
- Summary:
A graphical interface for administering users and groups
- Description:
system-config-users is a graphical utility for administrating users and groups. It depends on the libuser library.
system-config-users is a graphical utility for administrating users and groups. It depends on the libuser library.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- systemtap-0.5.14-1.el5 - systemtap-0.7.2-2.el5
- Group:
Development/System
- Summary:
Instrumentation System
- Description:
SystemTap is an instrumentation system for systems running Linux 2.6. Developers can write instrumentation to collect data on the operation of the system.
SystemTap is an instrumentation system for systems running Linux 2.6. Developers can write instrumentation to collect data on the operation of the system.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- /usr/bin/dvips
- /usr/bin/latex
- /usr/bin/ps2pdf
- crash-devel
- elfutils-devel >= 0.127
- latex2html
- zlib-devel
- Removed Dependencies:
- dejagnu
- glib2-devel >= 2.0.0
- tcp_wrappers-7.6-40.4.el5 - tcp_wrappers-7.6-40.6.el5
- Group:
System Environment/Daemons
- Summary:
A security tool which acts as a wrapper for TCP daemons.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- tcpdump-3.9.4-11.el5 - tcpdump-3.9.4-14.el5
- Group:
Applications/Internet
- Summary:
A network traffic monitoring tool.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- /usr/sbin/sendmail
- No removed dependencies
- tcsh-6.14-12.el5 - tcsh-6.14-14.el5
- Group:
System Environment/Shells
- Summary:
An enhanced version of csh, the C shell.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- telnet-0.17-38.el5 - telnet-0.17-39.el5
- Group:
Applications/Internet
- Summary:
The client program for the telnet remote login protocol.
- Description:
Telnet is a popular protocol for logging into remote systems over the Internet. The telnet package provides a command line telnet client.
Telnet is a popular protocol for logging into remote systems over the Internet. The telnet package provides a command line telnet client.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- tetex-3.0-33.1.el5 - tetex-3.0-33.2.el5_1.2
- Group:
Applications/Publishing
- Summary:
The TeX text formatting system.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- tk-8.4.13-3.fc6 - tk-8.4.13-5.el5_1.1
- Group:
Development/Languages
- Summary:
Tk graphical toolkit for the Tcl scripting language
- Description:
When paired with the Tcl scripting language, Tk provides a fast and powerful way to create cross-platform GUI applications.
When paired with the Tcl scripting language, Tk provides a fast and powerful way to create cross-platform GUI applications.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- tmpwatch-2.9.7-1.1.el5.1 - tmpwatch-2.9.7-1.1.el5.2
- Group:
System Environment/Base
- Summary:
A utility for removing files based on when they were last accessed.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- tog-pegasus-2.6.1-2.el5 - tog-pegasus-2.7.1-2.el5
- Group:
Systems Management/Base
- Summary:
OpenPegasus WBEM Services for Linux
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- net-snmp-devel
- No removed dependencies
- tomcat5-5.5.23-0jpp.3.0.2.el5 - tomcat5-5.5.23-0jpp.7.el5_2.1
- Group:
Networking/Daemons
- Summary:
Apache Servlet/JSP Engine, RI for Servlet 2.4/JSP 2.0 API
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- totem-2.16.7-1.el5 - totem-2.16.7-4.el5
- Group:
Applications/Multimedia
- Summary:
Movie player for GNOME 2
- Description:
Totem is simple movie player for the Gnome desktop. It features a simple playlist, a full-screen mode, seek and volume controls, as well as a pretty complete keyboard navigation.
Totem is simple movie player for the Gnome desktop. It features a simple playlist, a full-screen mode, seek and volume controls, as well as a pretty complete keyboard navigation.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- gecko-devel-unstable >= 1.9
- Removed Dependencies:
- firefox-devel
- traceroute-2.0.1-2.el5 - traceroute-2.0.1-5.el5
- Group:
Applications/Internet
- Summary:
Traces the route taken by packets over an IPv4/IPv6 network
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- tzdata-2007d-1.el5 - tzdata-2008i-1.el5
- Group:
System Environment/Base
- Summary:
Timezone data
- Description:
This package contains data files with rules for various timezones around the world.
This package contains data files with rules for various timezones around the world.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- udev-095-14.9.el5 - udev-095-14.19.el5
- Group:
System Environment/Base
- Summary:
A userspace implementation of devfs
- Description:
The udev package contains an implementation of devfs in userspace using sysfs and netlink.
The udev package contains an implementation of devfs in userspace using sysfs and netlink.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- unzip-5.52-2.2.1 - unzip-5.52-3.el5
- Group:
Applications/Archiving
- Summary:
A utility for unpacking zip files.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- usermode-1.88-3.el5 - usermode-1.88-3.el5.2
- Group:
Applications/System
- Summary:
Tools for certain user account management tasks.
- Description:
The usermode package contains the userhelper program, which can be used to allow configured programs to be run with superuser privileges by ordinary users.
The usermode package contains the userhelper program, which can be used to allow configured programs to be run with superuser privileges by ordinary users.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- util-linux-2.13-0.45.el5 - util-linux-2.13-0.50.el5
- Group:
System Environment/Base
- Summary:
A collection of basic system utilities.
- Description:
The util-linux package contains a large variety of low-level system utilities that are necessary for a Linux system to function. Among others, Util-linux contains the fdisk configuration tool and the login program.
The util-linux package contains a large variety of low-level system utilities that are necessary for a Linux system to function. Among others, Util-linux contains the fdisk configuration tool and the login program.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- vim-7.0.109-3.el5.3 - vim-7.0.109-4.el5_2.4z
- Group:
Applications/Editors
- Summary:
The VIM editor.
- Description:
VIM (VIsual editor iMproved) is an updated and improved version of the vi editor. Vi was the first real screen-based editor for UNIX, and is still very popular. VIM improves on vi by adding new features: multiple windows, multi-level undo, block highlighting and more.
VIM (VIsual editor iMproved) is an updated and improved version of the vi editor. Vi was the first real screen-based editor for UNIX, and is still very popular. VIM improves on vi by adding new features: multiple windows, multi-level undo, block highlighting and more.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- virt-manager-0.4.0-3.el5 - virt-manager-0.5.3-10.el5
- Group:
Applications/Emulators
- Summary:
Virtual Machine Manager
- Description:
Virtual Machine Manager provides a graphical tool for administering virtual machines such as Xen. It uses libvirt as the backend management API.
Virtual Machine Manager provides a graphical tool for administering virtual machines such as Xen. It uses libvirt as the backend management API.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- vixie-cron-4.1-72.el5 - vixie-cron-4.1-76.el5
- Group:
System Environment/Base
- Summary:
The Vixie cron daemon for executing specified programs at set times.
- Description:
The vixie-cron package contains the Vixie version of cron. Cron is a standard UNIX daemon that runs specified programs at scheduled times. Vixie cron adds better security and more powerful configuration options to the standard version of cron.
The vixie-cron package contains the Vixie version of cron. Cron is a standard UNIX daemon that runs specified programs at scheduled times. Vixie cron adds better security and more powerful configuration options to the standard version of cron.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- vnc-4.1.2-9.el5 - vnc-4.1.2-14.el5
- Group:
User Interface/Desktops
- Summary:
A remote display system.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- libselinux-devel
- mesa-source
- Removed Dependencies:
- libdrm-devel
- vsftpd-2.0.5-10.el5 - vsftpd-2.0.5-12.el5
- Group:
System Environment/Daemons
- Summary:
vsftpd - Very Secure Ftp Daemon
- Description:
vsftpd is a Very Secure FTP daemon. It was written completely from scratch.
vsftpd is a Very Secure FTP daemon. It was written completely from scratch.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- wireshark-0.99.6-1.el5 - wireshark-1.0.3-4.el5_2
- Group:
Applications/Internet
- Summary:
Network traffic analyzer
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- bison
- flex
- libsmi-devel
- Removed Dependencies:
- net-snmp-devel >= 5.3
- net-snmp-utils >= 5.3
- words-3.0-9 - words-3.0-9.1
- Group:
System Environment/Libraries
- Summary:
A dictionary of English words for the /usr/share/dict directory.
- Description:
The words file is a dictionary of English words for the /usr/share/dict directory. Some programs use this database of words to check spelling. Password checkers use it to look for bad passwords.
The words file is a dictionary of English words for the /usr/share/dict directory. Some programs use this database of words to check spelling. Password checkers use it to look for bad passwords.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- wpa_supplicant-0.4.8-10.1.fc6 - wpa_supplicant-0.5.10-8.el5
- Group:
System Environment/Base
- Summary:
WPA/WPA2/IEEE 802.1X Supplicant
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- dbus-devel
- No removed dependencies
- x3270-3.3.4p7-3.el5.1 - x3270-3.3.4p7-3.el5.4
- Group:
Applications/Internet
- Summary:
An X Window System based IBM 3278/3279 terminal emulator
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- /usr/bin/makeconv
- libicu-devel
- No removed dependencies
- xen-3.0.3-41.el5 - xen-3.0.3-80.el5
- Group:
Development/Libraries
- Summary:
Xen is a virtual machine monitor
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- xfig-3.2.4-21.2.el5 - xfig-3.2.4-21.3.el5
- Group:
Applications/Multimedia
- Summary:
An X Window System tool for drawing basic vector graphics.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- xorg-x11-drv-ati-6.6.3-3.2.el5 - xorg-x11-drv-ati-6.6.3-3.22.el5
- Group:
User Interface/X Hardware Support
- Summary:
Xorg X11 ati video driver
- Description:
X.Org X11 ati video driver.
X.Org X11 ati video driver.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- autoconf
- automake
- libtool
- xorg-x11-server-randr-source >= 1.1.1-48.52.el5
- No removed dependencies
- xorg-x11-drv-i810-1.6.5-9.6.el5 - xorg-x11-drv-i810-1.6.5-9.21.el5
- Group:
User Interface/X Hardware Support
- Summary:
Xorg X11 i810 video driver(s)
- Description:
X.Org X11 i810 video driver.
X.Org X11 i810 video driver.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- xorg-x11-server-randr-source >= 1.1.1-48.46.el5
- No removed dependencies
- xorg-x11-drv-keyboard-1.1.0-2.1 - xorg-x11-drv-keyboard-1.1.0-3
- Group:
User Interface/X Hardware Support
- Summary:
Xorg X11 keyboard input driver
- Description:
X.Org X11 keyboard input driver.
X.Org X11 keyboard input driver.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- xorg-x11-drv-mga-1.4.2-6.el5 - xorg-x11-drv-mga-1.4.2-10.el5
- Group:
User Interface/X Hardware Support
- Summary:
Xorg X11 mga video driver
- Description:
X.Org X11 mga video driver.
X.Org X11 mga video driver.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- xorg-x11-drv-mutouch-1.1.0-2 - xorg-x11-drv-mutouch-1.1.0-3
- Group:
User Interface/X Hardware Support
- Summary:
Xorg X11 mutouch input driver
- Description:
X.Org X11 mutouch input driver.
X.Org X11 mutouch input driver.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- xorg-x11-drv-nv-2.1.2-1.el5 - xorg-x11-drv-nv-2.1.12-3.el5
- Group:
User Interface/X Hardware Support
- Summary:
Xorg X11 nv video driver
- Description:
X.Org X11 nv video driver.
X.Org X11 nv video driver.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- xorg-x11-server-randr-source >= 1.1.1-48.46.el5
- No removed dependencies
- xorg-x11-drv-sis-0.9.1-7 - xorg-x11-drv-sis-0.9.1-7.1.el5
- Group:
User Interface/X Hardware Support
- Summary:
Xorg X11 sis video driver
- Description:
X.Org X11 sis video driver.
X.Org X11 sis video driver.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- xorg-x11-server-1.1.1-48.26.el5 - xorg-x11-server-1.1.1-48.52.el5
- Group:
User Interface/X
- Summary:
X.Org X11 X server
- Description:
X.Org X11 X server
X.Org X11 X server
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- xorg-x11-xinit-1.0.2-13.el5 - xorg-x11-xinit-1.0.2-15.el5
- Group:
User Interface/X
- Summary:
X.Org X11 X Window System xinit startup scripts
- Description:
X.Org X11 X Window System xinit startup scripts
X.Org X11 X Window System xinit startup scripts
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- xsane-0.991-4.el5 - xsane-0.991-5.el5
- Group:
Applications/Multimedia
- Summary:
An X Window System front-end for the SANE scanner interface.
- Description:
XSane is an X based interface for the SANE (Scanner Access Now Easy) library, which provides access to scanners, digital cameras, and other capture devices. XSane is written in GTK+ and provides control for performing the scan and then manipulating the captured image.
XSane is an X based interface for the SANE (Scanner Access Now Easy) library, which provides access to scanners, digital cameras, and other capture devices. XSane is written in GTK+ and provides control for performing the scan and then manipulating the captured image.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- xterm-215-5.el5 - xterm-215-8.el5
- Group:
User Interface/X
- Summary:
xterm terminal emulator for the X Window System
- Description:
The xterm program is a terminal emulator for the X Window System. It provides DEC VT102 and Tektronix 4014 compatible terminals for programs that can't use the window system directly.
The xterm program is a terminal emulator for the X Window System. It provides DEC VT102 and Tektronix 4014 compatible terminals for programs that can't use the window system directly.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- yaboot-1.3.13-5.el5 - yaboot-1.3.13-7.el5
- Group:
System Environment/Base
- Summary:
Linux bootloader for Power Macintosh "New World" computers.
- Description:
yaboot is a bootloader for PowerPC machines which works on New World ROM machines (Rev. A iMac and newer) and runs directly from Open Firmware, eliminating the need for Mac OS. yaboot can also bootload IBM pSeries machines.
yaboot is a bootloader for PowerPC machines which works on New World ROM machines (Rev. A iMac and newer) and runs directly from Open Firmware, eliminating the need for Mac OS. yaboot can also bootload IBM pSeries machines.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- e2fsprogs-devel
- No removed dependencies
- yelp-2.16.0-15.el5 - yelp-2.16.0-22.el5
- Group:
Applications/System
- Summary:
A system documentation reader from the Gnome project
- Description:
Yelp is the Gnome 2 help/documentation browser. It is designed to help you browse all the documentation on your system in one central tool.
Yelp is the Gnome 2 help/documentation browser. It is designed to help you browse all the documentation on your system in one central tool.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- gecko-devel-unstable >= 1.9
- Removed Dependencies:
- gecko-devel >= 1.8.0.12
- ypbind-1.19-8.el5 - ypbind-1.19-11.el5
- Group:
System Environment/Daemons
- Summary:
The NIS daemon which binds NIS clients to an NIS domain.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- ypserv-2.19-3 - ypserv-2.19-5.el5
- Group:
System Environment/Daemons
- Summary:
The NIS (Network Information Service) server.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- yum-3.0.1-5.el5 - yum-3.2.19-18.el5
- Group:
System Environment/Base
- Summary:
RPM installer/updater
- Description:
Yum is a utility that can check for and automatically download and install updated RPM packages. Dependencies are obtained and downloaded automatically prompting the user as necessary.
Yum is a utility that can check for and automatically download and install updated RPM packages. Dependencies are obtained and downloaded automatically prompting the user as necessary.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Added Dependencies:
- intltool
- No removed dependencies
- yum-metadata-parser-1.0-8.fc6 - yum-metadata-parser-1.1.2-2.el5
- Group:
Development/Libraries
- Summary:
A fast metadata parser for yum
- Description:
Fast metadata parser for yum implemented in C.
Fast metadata parser for yum implemented in C.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- yum-rhn-plugin-0.5.2-3.el5 - yum-rhn-plugin-0.5.3-30.el5
- Group:
System Environment/Base
- Summary:
RHN support for yum
- Description:
This yum plugin provides support for yum to access a Red Hat Network server for software updates.
This yum plugin provides support for yum to access a Red Hat Network server for software updates.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- yum-utils-1.0.4-3.el5 - yum-utils-1.1.16-13.el5
- Group:
Development/Tools
- Summary:
Utilities based around the yum package manager
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
- zip-2.31-1.2.2 - zip-2.31-2.el5
- Group:
Applications/Archiving
- Summary:
A file compression and packaging utility compatible with PKZIP.
- Description:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - No added dependencies
- No removed dependencies
13. Configuration Changes From Previous Release Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
A. Änderungsverzeichnis Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
Versionsgeschichte | |||
---|---|---|---|
Version 3-4.400 | 2013-10-31 | ||
| |||
Version 3-4 | 2012-07-18 | ||
| |||
Version 2.1-0 | Wed Jan 21 2009 | ||
|
Rechtlicher Hinweis Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
Copyright © 2008 Red Hat, Inc..
This document is licensed by Red Hat under the Creative Commons Attribution-ShareAlike 3.0 Unported License. If you distribute this document, or a modified version of it, you must provide attribution to Red Hat, Inc. and provide a link to the original. If the document is modified, all Red Hat trademarks must be removed.
Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law.
Red Hat, Red Hat Enterprise Linux, the Shadowman logo, JBoss, OpenShift, Fedora, the Infinity logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries.
Linux® is the registered trademark of Linus Torvalds in the United States and other countries.
Java® is a registered trademark of Oracle and/or its affiliates.
XFS® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries.
MySQL® is a registered trademark of MySQL AB in the United States, the European Union and other countries.
Node.js® is an official trademark of Joyent. Red Hat Software Collections is not formally related to or endorsed by the official Joyent Node.js open source or commercial project.
The OpenStack® Word Mark and OpenStack logo are either registered trademarks/service marks or trademarks/service marks of the OpenStack Foundation, in the United States and other countries and are used with the OpenStack Foundation's permission. We are not affiliated with, endorsed or sponsored by the OpenStack Foundation, or the OpenStack community.
All other trademarks are the property of their respective owners.