5.3 Release Notes
Red Hat Enterprise Linux 5
全アーキテクチャ向けリリースノート
概要
本ドキュメントは、Red Hat Enterprise Linux 5.3 のリリースノートについて説明します。
1. Release Notes Updates リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
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 リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- audit の更新
- 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 のリベース
- sudo がバージョン 1.6.9 に更新されました。本バージョンの sudo は LDAP をサポートし、sudo 権限に対してベース検索(例:ツリーレベルのみ)のみでなく、サブツリー検索ができるようになりました。これにより、管理者は sudo 権限をツリーで分類できるため、ユーザー特権の管理が楽になります。
注記
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 リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
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 リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- 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 リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
kernel-xen
を使用するシステムがkdump
環境へブートできない問題の原因となっていた IDE/ATA ドライバスタックのバグが修正されました。以前のリリースでは、IDE デバイスが I/O を実行し、IDE デバイスがlibata
以外のデバイスドライバによって制御されている時にシステムでカーネルパニックが発生するとこの問題が発生しました。- 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 リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- 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 リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- 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 は 3 つの特殊ハードウェア実装上の FCoE を完全サポートします。対象のハードウェア実装は、Ciscofnic
ドライバ、Emulexlpfc
ドライバ、Qlogicqla2xx
ドライバです。 - 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 リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
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 リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- Anaconda を でインストールの際、オプションで Virtual Network Computing (VNC) に切り替えてインストールを終了することができるようになりました。
- 暗号化されたソフトウェア RAID メンバーディスク (
software RAID
パーティションなど) の作成や使用はサポートされていませんが、暗号化されたソフトウェア RAID アレイ (/dev/md0
など) の作成はサポートされます。 - 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. - iBFT 設定のネットワークデバイスを持つシステムで、CD-ROM または DVD-ROM からインストールを行う場合、ネットワークが設定されていないと Anaconda によって iBFT 設定のストレージデバイスは含まれません。インストールでネットワークを有効にするには、インストール時のブートプロンプトにて、コマンド
linux updates=http://[any]
を使用します。[any]
は使用する URL に置き換えてください。ご使用のシステムが静的 IP の設定を必要とする場合は、コマンドlinux updates=http://[any] ip=[IP address] netmask=[netmask] dns=[dns]
を使用します。 - 完全仮想化ゲスト上に Red Hat Enterprise Linux 5.3 をインストールする場合、
kernel-xen
カーネルは使用しないでください。このカーネルを完全仮想化ゲスト上で使用すると、システムがハングする原因になります。完全仮想化ゲスト上での Red Hat Enterprise Linux 5.3 のインストールにおいてインストール番号を使用する場合は、必ずインストール中にVirtualization
パッケージグループの選択を解除してください。Virtualization
パッケージ グループオプションはkernel-xen
カーネルをインストールしてしまいます。これは、準仮想化ゲストには関係ありません。準仮想化ゲストは常にkernel-xen
カーネルを使用します。 - Red Hat Enterprise Linux 5 から 5.2 へのアップグレードに Virtualized カーネルを使用する場合は、 アップグレードが完了したら再起動する必要があります。その後、更新された Virtualized カーネルを使ってシステムを起動してください。Red Hat Enterprise Linux 5 と 5.2 のハイパーバイザーは ABI 互換ではありません。 アップグレード後は、更新された Virtualized カーネルを使ってシステムを起動しないと、 更新された仮想化 RPM は稼働しているカーネルと一致しません。
- Red Hat Enterprise Linux 4.6 から Red Hat Enterprise Linux 5.1 やそれ以降のバージョンにアップグレードすると
gcc4
が原因でアップグレードに失敗する可能性があります。そのため、アップグレードをする前にgcc4
パッケージを手作業で削除するようにしてください。 firstboot
言語プラグインは、新規の言語が選択されると正しくシステムを再設定しないため、削除されました。- インストール中にゲストをプロビジョニングする場合、オプションは使用できません。システムには
dom0
が使用するエンタイトルメントではない追加のエンタイトルメントが必要となります。ゲストに対して追加のエンタイトルメントを使用しないようにするには、rhn-virtualization-common
パッケージを手作業でインストールしてから Red Hat Network にシステムを登録してください。 - 複数のネットワークインターフェイスを使用してシステムに Red Hat Enterprise Linux 5.3 をインストールし、手作業で IPV6 アドレスを指定すると、ネットワーク設定の一部が正しく設定されません。この場合、IPv6 設定がインストールしたシステム上で確認できません。これに対処するには、
/etc/sysconfig/network
でNETWORKING_IPV6
をyes
に設定します。その後、コマンドservice network restart
を使用してネットワーク接続を再起動します。 - システムに
yum-rhn-plugin-0.5.2-5.el5_1.2
(または以前のバージョン) がインストールされている場合、yum update
で Red Hat Enterprise Linux 5.3 にアップグレードすることはできません。そのため、yum update yum-rhn-plugin
を使用してyum-rhn-plugin
を最新のバージョンにアップグレードしてからyum update
を実行してください。 - これまで、anaconda は最大 8 つの SmartArray コントローラーまでしかアクセスできませんでしたが、今回のアップデートでこの問題が解決されました。
- OEM によって提供されたドライバディスクは単一のイメージファイル (
*.img
) で、複数のドライバパッケージやカーネルモジュールが含まれることもあります。これらのドライバはインストールで使用され、ドライバがないと Red Hat Enterprise Linux 5 によって認識されないハードウェアをサポートします。システムがブートした際にロードされるよう、ドライバパッケージやカーネルモジュールはシステムにインストールされた後、初期 RAM ディスク (initrd
) に置かれます。本リリースでは、インストールの際にファイルシステムラベルを基にして自動的にドライバディスクが検出され、ドライバディスクの内容がインストール中に使用されます。この動作は、自動検索を有効にするインストールコマンドラインオプションdlabel=on
によって制御されます。本リリースではdlabel=on
はデフォルトの設定です。ファイルシステムラベルOEMDRV
を持つすべてのブロックデバイスが検証され、検証した順にデバイスよりドライバがロードされます。 vfat
ファイルを格納する既存の暗号化されたブロックデバイスは、パーティショニングインターフェイスではタイプforeign
と表示されます。そのため、これらのデバイスはシステムのブート中に自動的にマウントされません。自動的にマウントするには、適切なエントリを/etc/fstab
に追加します。追加方法の詳細はman fstab
を参照してください。
2.2. PowerPC Architectures リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- 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.また、RAM が 1GB のみの PowerPC ベースのマシンは、負荷が RAM に集中すると重大なパフォーマンスの問題が発生する場合があります。Red Hat Enterprise Linux 5.2 システムが RAM 集中のプロセスを最適な状態で実行するには、マシン上に 4GB の RAM を搭載することが推奨されます。これにより、Red Hat Enterprise Linux 4.5 やそれ以前のバージョンがインストールされている RAM が 512MB の PowerPC マシンと同じ数の物理ページを持つことができます。
2.3. s390x Architectures リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
anaconda
が OSA Express3 カード に対し CHPID の両方のポートをサポートするようになりました。インストールの初期段階でポート番号の指定が求められます。ポートに指定した値はインストールされたネットワークインターフェイスの起動スクリプトにも影響します。ポート 1 を選択すると、portno=1
の値がifcfg-eth*
ファイルの OPTIONS パラメータに追加されます。注記
z/VM でインストールする場合、PORTNO=0
(ポート 0 を使用) かPORTNO=1
(ポート 1 を使用) のいづれかを CMS 設定ファイルに追加すると、指定を求められません。- DASD ブロックデバイス上に Linux または非 Linux ファイルシステムを持つマシンにインストールを実行しようとすると、インストーラが停止することがあります。この問題が発生した場合、使用したい DASD デバイス上にある既存のパーティションを全てクリアする必要があります。
2.4. ia64 Architecture リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- 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 Red Hat GPG 鍵がインポートされたら、yum
を使用して32-bit Compatibility Layer
ディスクからパッケージをインストールすることができます。ディスクからインストールする場合、インストール中にベース OS の依存関係に対応するため、rpm
ではなくyum
を使用することが推奨されます。
3. Feature Updates リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- ブロックデバイスの暗号化
- Red Hat Enterprise Linux 5.3 は Linux Unified Key Setup (LUKS) 仕様を使用したブロックデバイスの暗号化をサポートします。デバイスを暗号化すると、デバイスが物理的にシステムから取り除かれた後でもブロックデバイス上のすべてのデータを不正アクセスから保護することができます。認証でパスフレーズかキーを提供しない限り暗号化されたデバイスの内容にアクセスすることはできません。ディスク暗号化の設定に関する詳細は、Red Hat Enterprise Linux インストールガイド (http://redhat.com/docs/) を参照してください。
- mac80211 802.11a/b/g WiFi プロトコルスタック (mac80211)
- Red Hat Enterprise Linux 5.3 は mac80211 スタック(以前の名称 devicescape/d80211 スタック)をサポートします。このスタックは Intel WiFi Link 4965 ハードウェアの
iwlwifi 4965GN
ワイヤレスドライバーを有効にし、一部のワイヤレスデバイスはどのような WiFi ネットワークにでも接続できるようになります。Red Hat Enterprise Linux 5.3 は mac80211 コンポーネントをサポートしていますが、カーネルに対するシンボルのホワイトリストにはシンボルは含まれていません。 - グローバルファイルシステム 2 (GFS2)
- GFS2 は GFS がインクレメンタルに改良されたものです。今回の更新では、オンディスクファイルシステム形式への変更を必要とする複数の重要な改善が適用されました。GFS ファイルシステムのメタデータを適切に更新するユーティリティ
gfs2_convert
を使用すると GFS ファイルシステムを GFS2 に変換できます。Red Hat Enterprise Linux 5.2 では GFS2 は評価目的のカーネルモジュールとして提供されました。Red Hat Enterprise Linux 5.3 では GFS2 はカーネルパッケージの一部となりました。Red Hat Enterprise Linux 5.3 の GFS2 を使用するには、インストールされている Red Hat Enterprise Linux 5.2 の GFS2 カーネルモジュールを削除してください。 - ドライバディスクサポートの向上
- OEM によって提供されたドライバディスクは単一のイメージファイル (
*.img
) で、複数のドライバ RPM やカーネルモジュールが含まれることもあります。これらのドライバはインストールで使用され、ドライバがないと認識されないハードウェアをサポートします。マシンがリブートした際に RPM がサポートされるようにするため、RPM はシステム上にインストールされ、initrd 内に置かれます。Red Hat Enterprise Linux 5.3 では、インストールの際にファイルシステムラベルを基にして自動的にドライバディスクが検出され、ドライバディスクの内容がインストール中に使用されます。この動作は、自動検索を有効にするインストールコマンドラインオプションdlabel=on
によって制御されます。ファイルシステムラベルOEMDRV
を持つすべてのブロックデバイスが検証され、検証された順にドライバがデバイスよりロードされます。 - iSCSI ブートファームウェアテーブル
- Red Hat Enterprise Linux 5.3 は iSCSI デバイスからブートできるようにする iSCSI ブートファームウェアテーブル (iBFT) を完全にサポートするようになりました。このサポートを有効にするには、iSCSI ディスク(ノード)が自動的に起動しないようにしなければなりません。これにより、ランレベル 3 または 5 を指定する場合、インストールされたシステムは自動的に iSCSI ディスクへの接続やログインを実行しなくなります。通常 iSCSI はルートファイルシステムに使用されます。この場合、ランレベルを指定する前に initrd は必要な iSCSI ディスクに接続し、ログインするため、この変更による影響はありません。しかし、
/home
や/srv
などのルートディレクトリでないディレクトリに iSCSI ディスクをマウントする必要がある場合、インストールされたシステムはルートファイルシステムが使用しない iSCSI ディスクへ自動的に接続したりログインしないため、この変更の影響を受けます。ルートディレクトリでないディレクトリに iSCSI ディスクをマウントすることはできますが、以下に挙げる対処法の 1 つを使用する必要があります。- ルートディレクトリでないディレクトリにマウントされた iSCSI ディスクを使用せずにシステムをインストールした後、ディスクとマウントポイントを手作業で設定する。
- インストールしたシステムをランレベル 1 でブートし、各ディスクに対して以下のコマンドを 1 回実行してルートファイルシステムが自動起動で使用しない iSCSI ディスクをマークする。
iscsiadm -m node -T target-name -p ip:port -o update -n node.startup -v automatic
- rhythmbox
- rhythmbox オーディオプレーヤーがバージョン 0.11.6 に更新されました。このアップデートにより、オプションでプロプラエタリ GStreamer プラグインを使用できるようになりました。
- lftp のリベース
- lftp がバージョン 3.7.1 にリベースされました。これにより、以下を含むアップストリームの機能アップデートやバグ修正が適応されました。
mirror --script
によって生成されたスクリプトを lftp が引用する方法に安全面の欠陥 (無許可で特権がエスカレートされる可能性) がありましたが、これが修正されました。- lftp にオプション
-c
を使用しても lftp がハングしなくなりました。 sftp
を使用して転送しても lftp によるファイル破壊が発生しなくなりました。
For more information on lftp updates applied in this release, refer to http://lftp.yar.ru/news.html. - TTY 入力監査
- TTY 入力監査 がサポートされるようになりました。プロセスが TTY 入力監査の対象になっている場合、TTY より読み取るデータが監査され、監査記録上ではタイプ
TTY
として表示されます。プロセス (および子プロセス) を TTY 入力監査の対象としてマークするには、pam_tty_audit
モジュールを使用します。手順の詳細については、man pam_tty_audit(8)
を参照してください。TTY 監査記録には、監査されたプロセスが読み取ったキーストロークがそのまま記録されます。データのデコードを容易にするため、bash
は記録タイプUSER_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 のリベース
- SystemTap がバージョン 0.7.2 にリベースされました。SystemTap のアップデートにより、細かな改良や主要な機能が追加されました。新しい機能は次の通りです。
- SystemTap は x86 や x86-64、PowerPC アーキテクチャ上のシンボリックプローブをサポートするようになりました。これにより、SystemTap スクリプトがユーザースペースアプリケーションや共有ライブラリ内にプローブを置くことができるようになりました。その結果、SystemTap はカーネルプロービングと同じレベルのデバッガプロービングを一部のユーザースペースアプリケーション上で提供できるようになりました。例えば、
coreutils-debuginfo
をインストールすると、以下のように/usr/share/doc/systemtap-version/examples/general/callgraph.stp
を使用してls
コマンドのコールグラフを出力することができます。stap para-callgraph.stp 'process("ls").function("*")' -c 'ls -l'
バイナリと debuginfo RPM 間でバージョンのミスマッチが検出されないような状況を回避するため、Red Hat は、SYSTEMTAP_DEBUGINFO_PATH
環境変数を+:.debug:/usr/lib/debug:build
に設定することを推奨します。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 はリモートのコンパイルサービスもサポートします。これにより、ネットワーク上の単一のコンピューターがローカル SystemTap クライアントの debuginfo/コンパイラサーバーとして動作できるようになります。クライアントは mDNS (avahi) を使用して自動的にサーバーを検出し、
systemtap-client
パッケージとsystemtap-runtime
パッケージのみが必要となります。現在、この機能は暗号化などのセキュリティメカニズムを使用しません。そのため、リモートのコンパイルサービスは信用できるネットワーク内でのみ使用することが推奨されます。詳細はman stap-server
を参照してください。 - 本リリースのカーネルアップデートには、SystemTap スクリプトのシャットダウンを大幅に改善するカーネル API 拡張が含まれています。今回追加されたカーネル API 拡張は、個別にプローブが削除される際、必要のない同期化が行われないようにします。その結果、何百ものカーネルプローブを持つ SystemTap スクリプトの処理が大幅に高速化されます。これは、
probe syscall.* {}
のように多数のカーネルイベントを対象とするワイルドカードを含むプローブを用いたスクリプトを使用する管理者にとって大変便利です。
本リリースに同梱された SystemTap アップデートの一覧については、次の URL を参照してください。 - クラスタマネージャのアップデート
- クラスタマネージャユーティリティ (cman) がバージョン 2.0.97 に更新されました。これにより、以下を含むバグ修正や改善が適応されました。
- cman はファームウェアバージョン APC AOS v3.5.7 および APC rpdu v3.5.6 を使用するようになりました。これにより、APC 7901 が SNMP (簡易ネットワーク管理プロトコル) を適切に使用できなかったバグが修正されました。
fence_drac
、fence_ilo
、fence_egenera
、fence_bladecenter
エージェントがssh
をサポートするようになりました。- 再起動しなくても
fence_xvmd
キーファイルを再ロードできるようになりました。 - 単一のフェンスメソッドが最大 8 つのフェンスデバイスをサポートできるようになりました。
- RPM のリベース
- RedHat Package Manager (RPM) が Fedora 9 アップストリームバージョンにリベースされました。rpm がセカンダリのアーキテクチャ特有のマクロファイルをマルチアーキテクチャのシステム上で追加するようになりました。また、今リリースの rpm は Red Hat Enterprise Linux 5 に同梱されるための認証基準をすべて満たしています。さらに、この更新により以下を含むアップストリームの改良やバグ修正が適応されました。
- rpm は、必要でない
.rpmnew
ファイルや.rpmsave
ファイルをマルチアーキテクチャシステム上で生成しなくなりました。 - rpm の
rpmgiNext()
関数にバグがあったため、エラー報告が適切に行われませんでしたが、この更新でエラー報告に対して適切なセマンティックが適応されたため、すべてのインスタンスで rpm が正しい終了コードを返すようになりました。
- OFED (Open Fabrics Enterprise Distribution) / opensm
opensm
がアップストリームバージョン 3.2 に更新され、opensm ライブラリ API に細かな変更が加えられました。opensm.conf
ファイルの形式が変更になりました。既存のopensm.conf
をカスタム変更した場合、rpm によって新しいopensm.conf
ファイルが/etc/ofed/opensm.conf.rpmnew
として自動的にインストールされます。カスタム変更をこのファイルに移行した後、既存の opensm.conf ファイルと置き換える必要があります。- Red Hat は、常に進化している技術を最大限に使用できるようにするため、アップストリームの OFED (Open Fabrics Enterprise Distribution) コードベースを綿密に追随しています。そのため、Red Hat はマイナーリリースではアップストリームプロジェクトと同レベルの API/ABI 互換性のみを保持します。これは、Red Hat Enterprise Linux の開発における一般慣行の例外となります。そのため、OFED スタック(一覧は下記を参照)にビルドされたアプリケーションについては、Red Hat Enterprise Linux の古いマイナーリリースから新たなマイナーリリースに移行する際に、再コンパイルやソースレベルのコード変更が必要になることもあります。通常、Red Hat Enterprise Linux のソフトウェアスタックにビルドされた他のアプリケーションは、再コンパイルやコード変更の必要ありません。対象コンポーネントは次の通りです。
- 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 (将来的)
- srptools
- tvflash
- Net-SNMP のリベース
- 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
— 接続試行のロギングを無効にします。v1trapaddress
— enables administrators to set an agent's IP address inside outgoing SNMP traps.
この更新では、以下を含むアップストリームのバグ修正も適応されています。- 255 以上のネットワークインターフェイスを持つシステム上でも
snmpd
デーモンが適切に機能するようになりました、また、65535 番以上のポートをリッスンするようsnmpd
を設定すると、snmpd
もエラーを報告するようになりました。 /proc
より読み取りを行う時にsnmpd
デーモンがファイル記述子を漏えいする原因となっていた競争状態が修正されました。- マルチCPU ハードウェア上でも
snmpd
デーモンが適切にhrProcessorLoad
オブジェクト ID (OID) を報告するようになりました。ただし、デーモン開始から OID 値の計算まで約 1 分ほどかかりますので注意してください。 net-snmp-devel
パッケージはlm_sensors-devel
パッケージに依存するようになりました。
- FIPS 認証における OpenSSL のリベース
openssl
パッケージは OpenSSL ライブラリを新しいアップストリームバージョンに更新します。これは現在、FIPS (連邦情報処理標準) の検証を受けています (FIPS-140-2)。OpenSSL ライブラリが Red Hat Enterprise Linux 5 の過去リリースのopenssl
パッケージとのフィーチャーパリティや ABI 互換性を維持するため、FIPS モードはデフォルトで無効になっています。この更新には以下のアップストリーム修正も適応されました。- デフォルトでは
zlib
圧縮が SSL 接続と TLS 接続に使用されます。Processor Assist for Cryptographic Function (CPACF) を持つ IBM System z アーキテクチャでは、圧縮が主な CPU 負荷となり、全体的なパフォーマンスは暗号化の速度ではなく圧縮速度によって判断されました。圧縮を無効にすると、全体的なパフォーマンスは向上します。アップデートされたパッケージでは、OPENSSL_NO_DEFAULT_ZLIB
環境変数を使用して SSL 接続や TLS 接続のzlib
圧縮を無効にすることができます。速度が遅いネットワーク上の TLS 接続では、送信するデータ量を少なくするため圧縮を有効にした方がよいでしょう。 s_client
オプションとs_server
オプションを使用してopenssl
コマンドを実行した場合、デフォルトの CA 証明書ファイル (/etc/pki/tls/certs/ca-bundle.crt
) が読み取られなかったため、証明書の検証に失敗しました。証明書が検証に合格するようにするには、-CAfile /etc/pki/tls/certs/ca-bundle.crt
オプションを使用しなければなりませんでした。更新されたパッケージでは、デフォルトの CA 証明ファイルが読み取られるようになったため、-CAfile
オプションを使用する必要がなくなりました。
- yum のリベース
- yum がアップストリームバージョン 3.2.18 にリベースされました。これにより、yum が動作する速度が向上され、各マイナーリリースごとに増加するパッケージがもたらす問題が軽減されます。さらに、再インストールコマンドが導入され、一部コマンドのインターフェイスも改良されました。また、以下を含むバグ修正が適応されました。
-c
オプションを使用してウェブアドレス (http) に存在する設定ファイルを指定すると yum コマンドの実行に失敗するバグが修正されました。- yum の
checkSignal()
により正しくない終了関数が呼び出され、yum が終了せずにトレースバックされる問題がありましたが、本リリースでは yum が適切に終了するようになりました。
- flash-plugin のリベース
flash-plugin
パッケージがバージョン 10.0.12.36 にリベースされました。この更新には前回のflash-plugin
ASYNC の更新に含まれたセキュリティに関する修正が複数適応されています。また、更新されたプラグインには、以下のバグ修正や改良機能を含む Adobe Flash Player 10 が同梱されています。- 音声出力の競争状態を修正し、Linux プラットフォーム上での安定性が改善されました。
- カスタムフィルタやエフェクト、ネイティブ 3D 変換やアニメーション、高度な音声処理、柔軟な新しいテキストエンジン、GPU ハードウェアアクセラレーションを新たにサポートするようになりました。
この更新に関する詳細は、以下のリンクより Adobe Flash Player 10 のリリースノートを参照してください。- gdb のリベース
- gdb がバージョン 6.8 リベースされました。これにより、アップストリームの機能更新やバグ修正が適応されました。その 1 つが、C++ テンプレートやコンストラクタ、インライン関数内部のブレークポイントのサポートです。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.
- AMD Family 10h プロセッサの Instruction Based Sampling
- AMD Family10h プロセッサの新しいハードウェアプロファイリングサポートが Red Hat Enterprise Linux 5.3 に追加されました。新しい AMD CPU は IBS (Instruction Based Sampling) をサポートします。IBS をサポートするには、oProfile ドライバを変更して情報を収集し、新しい機能に関連する新しい MSR (Model Specific Registers) を初期化する必要があります。この更新により、新しい
IBS_FETCH
およびIBS_OP
プロファイリングサンプルが oProfile ドライバの per CPU バッファとイベントバッファに追加されました。IBS サンプリングを制御するため、新しい制御エントリが/dev/oprofile
に追加されました。これらの変更は、以前の PMC 専用バージョンとの後方互換性を維持し、oProfile 0.9.3 に別のパッチを使用してこの新しいデータを使用することができます。 - Squid のリベース
- Squid が最新の安定したアップストリームバージョン (STABLE21) にリベースされました。このアップデートにより以下を含むバグが修正されました。
- squid
init
スクリプトが常に誤った終了コード 0 を返すバグが修正され、squid が Linux Standard Base に準拠するようになりました。 refresh_stale_hit
ディレクティブを使用すると、エラーメッセージClock going backwards
が squid ログファイルに表示されます。- squid のインストールの際に
/usr/local/squid
ディレクトリの所有者が正しく設定されませんでしたが、本リリースではユーザーsquid
が/usr/local/squid
のデフォルトの所有者として設定されるようになりました。 - squid が
hash_lookup()
の使用を試みると、signal 6
にてアボートされます。 squid_unix_group
を使用すると、squid がクラッシュします。
- Apache のイベントマルチプロセッシングモデル
- Apache HTTP Server パッケージの
httpd
に実験的な「イベント」MPM (マルチプロセッシングモデル) が含まれました。この MPM は、専用スレッドを使用して keepalive 接続を処理するため、パフォーマンスが向上されます。 - libgomp のリベース
libgomp
がバージョン 4.3.2-7.el5 にリベースされました。このリベースにより、OpenMP
のパフォーマンスが改善され、gcc43
コンパイラを併用するとOpenMP
バージョン 3.0 のサポートが追加されます。- iSCSI ターゲット機能
- これまで、技術プレビューとして Linux Target (tgt) フレームワークの一部として提供された iSCSI ターゲットが、Red Hat Enterprise Linux 5.3 で完全サポートされるようになりました。Linux ターゲットフレームワークは、システムが SCSI イニシエータを持つ他のシステムにブロックレベルの SCSI ストレージを提供します。この機能は、ネットワーク上で iSCSI イニシエータにストレージを提供する Linux iSCSI ターゲットとして最初にデプロイされます。iSCSI ターゲットを設定するには、csi-target-utils RPM をインストールし、
/usr/share/doc/scsi-target-utils-[version]/README
および/usr/share/doc/scsi-target-utils-[version]/README.iscsi
の説明を参照してください。
4. Driver Updates リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
4.1. All Architectures リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
General Driver/Platform Updates
- ALSA の Intel High Definition Audio ドライバがアップデートされました。
- AMD ATI 統合チップセットの HDMI (高品質マルチメディアインターフェイス) オーディオサポートがアップデートされました。
- 以下の Wacom グラフィックテーブルが
linuxwacom
ドライバを介してサポートされるようになりました。- Cintiq 20WSX
- Intuos3 4x6
- Emulex Fibre Channel Host Bus Adapter の
lpfc
ドライバが 8.2.0.33.2p にアップデートされました。これにより以下を含むアップストリームの変更が適応されました。- NETLINK_SCSITRANSPORT ソケットが使用されるようになりました。
- 初期化されないノードアクセスの問題が解決されました。
- NPIV が有効である場合に echotest の障害を起こす原因となっていたバグを修正しました。
- ファイバチャネルの認証に
fcauthd
1.19 が必要になりました。
dm-multipath
に IBM DS4000 のインボックスサポートが含まれました。ixgbe
ドライバが 82598AT デュアルポートアダプタと 82598 CX4 アダプタをサポートするようになりました。jsm
ドライバがアップデートされ、Digi Neo PCI Express 4 HiProfile
I/O アダプタに対するサポートが追加されました。- hp-ilo ドライバが追加され、HP Integrated Lights Out (iLO) 技術がサポートされるようになりました。
radeon_tp
ドライバが今リリースより完全にサポートされるようになりました。このドライバーは ATI R500/R600 チップセットを有効にします。radeon_tp
ドライバは以下のような機能も提供します。- R500/R600 チップセットでのモードセッティング
- R500 チップセットでの 2D アクセラレーション
- R600 チップセットでのシャドウフレームバッファアクセラレーション
- 本リリースでは、
powernow-k8
ドライバがロード可能なモジュールとして同梱されました。これにより、カーネルをアップグレードしなくても既存のドライバフレームワーク (Red Hat Driver Update Model や Dell DKMSなど) がpowernow-k8
ドライバの更新を RPM パッケージとしてユーザーに配信することができます。 - 本リリースではレガシープリンタをサポートするため
pnm2ppa
が再追加されましたが、これは非奨励のサポートであるため、今後のメジャーリリースではサポートが廃止される予定です。 ccid
ドライバがリベースされ、USB Smartcard キーボードのサポートが追加されました。- USB ビデオデバイスの
uvcvideo
ドライバが Red Hat Enterprise Linux 5.3 のカーネルに追加されました。
Network
- Broadcom NetXtreme II ネットワークカードの
bnx2
ドライバがバージョン 1.7.9 に更新されました。今回の更新では、ブート時にシステムがパニックする原因となっていたバグを修正するため、bnx2
を使用するコントローラのイーサネットリングバッファオプションが修正されました。 - Intel PRO/1000 イーサネットデバイスの
e1000e
ドライバがアップストリームバージョン 0.3.3.3-k2 にアップデートされました。このアップデートにより、サポート対象デバイスの EEPROM および NVM が書き込み保護されるようになりました。 - Intel Gigabit Ethernet Adapter の
igb
ドライバがバージョン 1.2.45-k2 にアップデートされ、82576 ベースのデバイスのサポートが追加されました。 - Intel(R) 10 Gigabit PCI Express ネットワークデバイスの
ixgbe
ドライバがバージョン 1.3.18-k4 にアップデートされました。 niu
ドライバが Red Hat Enterprise Linux 5.3 に追加され、Sun CP3220 システム上の 10Gbps イーサネットデバイスをサポートするようになりました。- Intel PRO Wireless デバイスの
ipw2100
ドライバとipw2200
ドライバが Linux Kernel 2.6.25 から Red Hat Enterprise Linux 5.3 にバックポートされました。 - Broadcom Wireless デバイスの
bcm43xx
ドライバが Linux Kernel 2.6.25 から Red Hat Enterprise Linux 5.3 へバックポートされました。 - ワイヤレスデバイスの
ieee80211
サポートコンポーネントが Linux Kernel 2.6.25 から Red Hat Enterprise Linux 5.3 にバックポートされました。 - ZyDas Wireless デバイスの
zd1211rw
ドライバが更新され、前回の non-mac80211 バージョンと Linux 2.6.25 以前のバージョンが合致されました。 iwlwifi
ドライバがバージョン 2.6.26 よりアップデートされ、iwl4965
ワイヤレスデバイスに対して 802.11n のサポートが追加されました。また、ドライバの 2.6.26 バージョン以前のバグ修正についても一部がバックポートされたドライバに盛り込まれました。- Myricom Myri-10G イーサネットデバイス向けの
myri10ge
ドライバがバージョン 1.3.2-1.269 にアップデートされました。 - NetXen ネットワークカードの
netxen
ドライバがバージョン 3.4.18 にアップデートされました。 - Broadcom Everest ネットワークデバイスの
bnx2x
ドライバーがバージョン 1.45.23 にアップデートされ、57711 ハードウェアのサポートが追加されました。 forcedeth-msi
ドライバがアップデートされ、リンクアップ検出が正しく行われない原因となっていたバグが修正されました。- Atheros ワイヤレスデバイスの
ath5k
ドライバが Linux Kernel 2.6.26 から Red Hat Enterprise Linux 5.3 にバックポートされました。 - Ralink ワイヤレスデバイスの
rt2x00
ドライバが Linux Kernel 2.6.26 から Red Hat Enterprise Linux 5.3 にバックポートされました。 - Realtek ワイヤレスデバイスの
rtl8180
ドライバとrtl8187
ドライバ が Linux Kernel 2.6.26 から Red Hat Enterprise Linux 5.3 にバックポートされました。
Storage
- 3ware SATA RAID Controller の
3w-xxxx
ドライバがバージョン 1.26.03 にアップデートされました。これにより、以下を含むアップストリームの変更が適用されました。- 2GB 以上の RAM を持つシステムで 3ware 7000 または 8000 シリーズのカードを使用するとデータが破損する原因となっていたバグが修正されました。
- 4GB 以上の RAM を持つシステムで 3ware 8006 シリーズのカードを使用しても、Anaconda が 64 ビットアーキテクチャでハングしなくなりました。
__tw_shutdown()
を実行すると irq ハンドラが開放されるようになりました。これにより、シャットダウン中に割り込みが共有された場合に、ヌルポインタの間接参照を防止します。- モードページをキャッシュするための RCD ビットが有効になりました。
ioctl
リセットとscsi
リセットがシリアライズされ、衝突しないようになりました。
- 3ware SATA RAID Controller の
3w-9xxx
ドライバがバージョン 2.26.08 にアップデートされました。このアップデートにより以下を含むアップストリームの変更が適応されました。- 4GB 以上の RAM を持つシステムでも
pci_unmap_single()
コールが正しく機能するようになりました。 - 書き込み遅延の原因となっていたバグが修正されました。
- 64 ビットに障害が発生すると DMA マスクの設定が 32 ビットに戻るようになりました。
- 3ware 9690SA SAS Controller Device に対するサポートが追加されました。
megaraid_sas
ドライバがバージョン 4.01-rh1 にアップデートされました。今回のアップデートでは以下を含むバグ修正が適応されました。MFI_POLL_TIMEOUT_SECS
が 60 秒になりました。- フレーム数の計算によりチップのリセットやコマンドのタイムアウトが継続して発生する原因となっていたバグが修正されました。
- LSI Generation 2 Controller (0078、0079) に対するサポートが追加されました。
- ファームウェアのシャットダウンを改良するため、シャットダウンルーチンで DCMD をシャットダウンするコマンドが追加されました。
- ハードウェア Linux ドライバで予期せぬ割り込みの原因となっていたバグが修正されました。
- QLogic Fibre Channel Host Bus Adapter の
qla2xxx
ドライバがアップデートされ、ISP84XX タイプのカードに対するサポートが追加されました。 - エミュレートする仮想 SCSI (vSCSI) デバイスの
ibmvscsi
ドライバがアップデートされ、仮想化されたテープデバイスをサポートするようになりました。 lpfc
ドライバがバージョン 8.2.0.30 にアップデートされました。このアップデートにより、以下を含むバグ修正や機能の向上が適応されました。- PowerPC アーキテクチャにおける PCI アダプタの EEH (拡張エラー処理) が改良されました
- サポート対象の NPIV 仮想ポートの数が増えました
- I/O キューの深さを制御するドライバロジックが改良されました
- FCoE (ファイバチャネルオーバーイーサネット) アダプタのサポートが追加されました
- 新しいハードウェアに対し、SAN からのブートがサポートされるようになりました
- HP Smart Array コントローラの
cciss
ドライバがバージョン 3.6.20-RH2 にアップデートされました。
5. Kernel-Related Notes リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
5.1. All Architectures リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- これまで
relayfs
のバッファサイズの制限は 64M でした。今回の更新では、オンメモリのバッファの relayfs に割り当てられるメモリの制限は 4095MB に増加されました。これにより、relayfs
を用いる SystemTap やその他のトレーシングツールがより多くのイベントをトレースできるようになりました。 Dell Remote Access Controller 4
(DRAC4) のドライバが存在しませんでした。そのため、DRAC4 によって提供された仮想デバイスはカーネルによって検出されませんでした。今回の更新では、適切なドライバを提供する pata_sil680 カーネルモジュールが追加されたため、この問題は解決されました。relay_open()
が呼び出されると、中継インターフェイスのメッセージバッファはオンラインの CPU のみに割り当てられました。そのため、relay_open()
が呼び出された後にオフラインの CPU がオンラインになるとカーネルパニックが発生しました。今回の更新では、新しい CPU が追加されると新しいメッセージバッファが動的に割り当てられます。- 8250 ベースのシリアルポートのドライバが更新され、DSR/DTR ハードウェアフロー制御のサポートが追加されました。
- Dell Wireless Wide Area Network (WWAN) カードのサポートがカーネルに追加されました。サポートされるデバイスは次の通りです。
- 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
thinkpad_acpi
カーネルモジュールが更新され、新しい Thinkpad モデルへのサポートが改善されました。- ソフトロックアップ検出機能を設定し、警告メッセージではなくカーネルパニックを生成できるようになりました。これにより、ユーザーはソフトロックアップ中にクラッシュダンプの生成や分析ができるようになりました。パニックを生成するようソフトロックアップを設定するには、カーネルパラメータ
soft_lockup
を1
に設定します。このパラメータはデフォルトで0
に設定されています。 oprofile
は Next-Generation Intel Microarchitecture (Nehalem) を基に正しくプロセッサを識別しませんでした。そのため、パフォーマンス監視ユニットが使用できず、プロセッサはタイマー割り込みにフォールバックしました。カーネルが更新されたため、この問題は解決されました。- Next-Generation Intel Microarchitecture (コード名 "Nehalem") 上の CPU 電源状態である C3 のカーネルに対するサポートが追加されました。C3 (スリープ状態とも呼ばれる)を入力できるようになったため、アイドル状態にある CPU の電源効率が改善されます。
- 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
の更新が、Linux カーネルバージョン 2.6.27 からRed Hat Enterprise Linux 5.3 にバックポートされました。- Red Hat Enterprise Linux 5.3 では、直接ファイルへではなく、ユーザースペースアプリケーションのフォークされたコピーへコアファイルをパイプするよう指定できるようになりました。この機能を有効にするには、
/proc/sys/kernel/core_pattern
に| path/to/application
を置くようにします。コアがダンプされると、指定したアプリケーションのコピーが実行され、コアが stdin でパイプされます。これにより、コアのダンプ時にコアを拡張、分析、アクティブに処理できるようになります。 - ファイル
/proc/cpuinfo
が、各 CPU によって使用される APIC (Advanced Programmable Interrupt Controller) の ID を報告するようになりました。 - MCE (マシンチェック例外) カーネルサブシステムが改良され、新しいシステムに大型なメモリの設定が必要な場合にサポートされるようになりました。
- Samba にてファイルシステムをマウントする際にマウントコマンドが Kerberos 認証をサポートするようになりました。
sec=krb5
またはsec=krb5i
スイッチにより、SPNEGO (Simple and Protected GSSAPI Negotiation Mechanism) セキュリティ blob (Binary Large OBject) を返すユーザースペースアプリケーションをカーネルが呼び出しできるようになりました (cifs.upcall
)。カーネルはこの blob を使用してサーバーを認証し、要求されたファイルシステムをマウントすることができます。 - IOAPIC NMI ウォッチドッグメソッドを使用するシステム上に
kernel.unknown_nmi_panic
カーネルパラメータを設定すると、カーネルパニックが発生することがありました。これは、NMI ウォッチドッグが安全に NMI のソースを無効にできなかったためです。このリリースでは、NMI ウォッチドッグコードが変更され、ユーザーが安全に NMI ソースを無効にできるようになりました。そのため、IOAPIC NMI ウォッチドッグメソッドを使用するシステム上にkernel.unknown_nmi_panic
カーネルパラメータを安全に設定できるようになりました。
5.2. x86 Architectures リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
powernowk8
ドライバは稼働中の CPU の数に対して十分なチェックを実行しませんでした。そのため、ドライバが起動すると、カーネル oops エラーメッセージが報告される可能性がありました。今回の更新では、powernowk8
ドライバによってサポートされている CPU の数 (supported_cpus
) とオンラインの CPU の数 (num_online_cpus
) が同じであるか検証されるため、この問題が解決されました。
5.3. PowerPC Architectures リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- CPU の周波数や電圧をスケールするカーネルサブシステム
CPUFreq
が更新され、Cell Processor のサポートが向上されました。今回の更新は、Cell プロセサの電源管理を向上する SPU (Synergistic Processing Unit) 対応の CPUFreq ガバナーを実装します。 - EDAC (Error Detection and Correction) が Red Hat Enterprise Linux 5.3 の Cell Broadband Engine Architecture でサポートされるようになりました。EDAC を有効にするには、コマンド
modprobe cell_edac
を使用します。このモジュールが実行しているカーネルに追加されたか確認するには、/var/log/dmesg の次のような出力を確認してください。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 修正できるメモリーエラーが発生した場合は、コンソールに次のようなメッセージが返されます。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 - 複数のスレッドが共有する変数を使用してハードウェアウォッチポイントでデバッグを行うと GNU Debugger (
GDB
) がトリガイベントを見逃すエラーが発生しました。カーネルが更新され、GDB
が一貫してウォッチポイントを受信するようになったため、デバッグセッションの信用性が向上されました。
5.4. x86_64 Architectures リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- kprobe-booster が ia64 および x86_64 アーキテクチャでサポートされるようになり、ユーザーによるカーネルイベントのプローブが大幅に高速化されました。この機能は、64 ビットアーキテクチャ上で実行されているサーバーのプロービングツール (SystemTap や Kprobes など) によるオーバーヘッドも削減します。
_PTC
(Processor Throttling Control)、_TSS
(Throttling Supported States)、_TPC
(Throttling Present Capabilities) オブジェクトのサポートがカーネルに追加されました。このサポートは、ACPI (Advance Configuration and Power Interface) の仕様の一部で、プロセッサスロットリングの管理が向上されます。
5.5. s390x Architectures リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- 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'"
)注記
一重引用符を二重引用符で囲む構文構成は、Red Hat Enterprise Linux 5 のデフォルトになっています。
5.6. ia64 Architecture リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- Dual-Core Intel Itanium 2 プロセッサの MCA(マシンチェックアーキテクチャ)記録の内容が以前の Intel Itanium プロセッサとは異なっていました。キャッシュチェックとバスチェックのターゲット識別子は場合によっては異なるようになりました。正しいターゲット識別子を検出するようカーネルが更新されました。
- kprobe-booster が ia64 および x86_64 アーキテクチャでサポートされるようになり、ユーザーによるカーネルイベントのプローブが大幅に高速化されました。この機能は、64 ビットアーキテクチャ上で実行されているサーバーのプロービングツール (SystemTap や Kprobes など) によるオーバーヘッドも削減します。
- この更新で、
pselect()
およびppoll()
システムコールがカーネルに追加されました。
6. Virtualization リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
This section contains information about updates made to Red Hat Enterprise Linux suite of Virtualization tools.
6.1. Feature Updates リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- blktap (blocktap) ユーザースペースツールキットが更新され、blktap にバックされた仮想化ゲストの転送統計を監視できるようになりました。
- Intel Extended Page Table (EPT) 機能に対するサポートが追加され、EPT をサポートするハードウェア上の完全仮想化ゲストのパフォーマンスが向上されました。
- ゲストの
e1000
ネットワークデバイスエミュレーションが今回のアップデートに追加され、ia64 アーキテクチャのWindows 2003 ゲストのみサポートできるようになりました。e1000 エミュレーションを使用するには、xm コマンドを使用しなければなりません。 - KVM の I/O 仮想化のプラットフォームである
virtio
のドライバが Linux Kernel 2.6.27 から Red Hat Enterprise Linux 5.3 にバックポートされました。これらのドライバにより、KVM のゲストの I/O パフォーマンスが向上されます。また virtio デバイスをサポートするため、anaconda
、kudzu
、lvm
、selinux
、mkinitrd
などのユーザースペースコンポーネントも更新されました。 - ネイティブの Linux カーネルは自動的に
vmcoreinfo
をサポートしますが、dom0 ドメインに kdump を設定するにはkernel-xen-debuginfo
パッケージが必要でした。このリリースでは、カーネルとハイパーバイザーが変更され、ネイティブに vmcoreinfo の読み取りと kdump の書き込みがサポートされるようになりました。そのため、debuginfo
やdebuginfo-common
パッケージをインストールしなくても、dom0 ドメインでデバッグなどに kdump を使用することができるようになりました。 - 完全仮想化された Red Hat Enterprise Linux 5 のゲストがエミュレートされたディスクやネットワークデバイスを使用すると最適なパフォーマンスを得られませんでした。今回の更新には kmod-xenpv パッケージが同梱されたため、完全仮想化ゲストでの準仮想化ディスクやネットワークの使用が簡略化されます。このようなドライバを完全仮想化ゲストで使用すると、完全仮想化ゲストのパフォーマンスや機能を大幅に改善することができます。netfront ドライバと block front ドライバのバグ修正は即座に認識され、カーネルパッケージと同期されます。
- ゲストは 2MB のバッキングページメモリテーブルを使用できるようになったため、システムパフォーマンスを向上できるようになりました。
6.2. Resolved Issues リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
6.2.1. All Architectures リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- 準仮想化ゲストをシャットダウンすると、dom0 が一定期間応答しないことがありました。ゲストのメモリが大きい場合 (12GB 以上) 数秒の遅延が発生しました。今回のアップデートでは、仮想カーネルによって大型の準仮想化ゲストのシャットダウンを pre-emptible できるようになったため、この問題は解決しました。
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 - これまで、準仮想化ゲストは最大 16 個のディスクデバイスのみを持つことができました。この更新では、ディスクデバイスの最大数が 256 個に増えました。
- Kdump カーネルの予約メモリが正しくなかったため、使用不可能な crash ダンプの原因となっていました。今回の更新では、メモリ予約が正しく行われるようになったため、適切な crash ダンプが生成されるようになりました。
- 特定の名前を持つディスク (
/dev/xvdaa
、/dev/xvdab
、/dev/xvdbc
など) を準仮想化ゲストに付加すると、ゲスト内の/dev
デバイスが破壊されました。今回の更新でこの問題が解決されたため、このような名前を持つディスクを準仮想化ゲストに付加しても、ゲスト内に適切な/dev
デバイスが作成されるようになりました。 - これまで、ループバックデバイスの数は 4 つまでに制限されていました。そのため、5 つ以上のネットワークデバイスを持つシステムおけるブリッジの作成が制限されていました。今回の更新では、
netloop
ドライバによって必要な場合に追加のループバックデバイスを作成できるようになりました。 - 仮想ネットワークデバイスを作成したり破壊したりすると競争状態が発生することがありました。特に負荷が高い場合は、仮想デバイスが応答しない原因となっていました。今回の更新により、競争状態が発生しないよう仮想デバイスの状態がチェックされるようになりました。
- アプリケーションを実行したままにすると、
virt-manager
のメモリリークが発生しました。そのため、アプリケーションが常に追加のリソースを消費する状態になり、メモリスタベーションの原因となることがありました。今回の更新ではメモリリークの問題が修正されたため、この問題は解決されました。 - 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. - すべてのマウスイベントが
PVFB (準仮想化フレームバッファ)
によってキャプチャされ処理されませんでした。そのため、Virtual Machine Console
が準仮想化ゲストと対話するとスクロールホイールが機能しませんでした。この更新では、スクロールホイールマウスイベントが正しく処理されるようになったため、この問題が解決されました。 - CPU 数が多いマシンで仮想化を使用すると、ゲストのインストール中にハイパーバイザーがクラッシュすることがありました。今回の更新でこの問題は解決されました。
- CPUID ファミリー値として 6 を返す Intel プロセッサでは、1 つのパフォーマンスカウンタレジスタのみが
kernel-xen
で有効になっていました。そのため、カウンタ 0 のみがサンプルを提供しました。今回の更新でこの問題は解決されました。
6.2.2. x86 Architectures リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- 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.
- x86 準仮想化ゲストを実行している時にプロセスが無効なメモリにアクセスすると、SEGV 信号を取得せずにループで実行されました。これは、ハイパーバイザー下で execshield チェックが行われる方法の欠陥によるものでした。今回の更新でこの問題は解決されました。
6.2.3. ia64 Architecture リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- A
xend
bug that previously caused guest installation failures is now fixed. evtchn
イベントチャネルデバイスにロックとメモリバリアがありませんでした。これが xenstore が応答しなくなる原因となりました。今回の更新でこの問題は解決されました。- NUMA (Non-Uniform Memory Access) の情報が
xm info
コマンドによって表示されませんでした。そのため、各ノードのnode_to_cpu
値として誤ってno cpus
が返されました。今回の更新でこの問題は解決されました。 - これまで、VT-i2 技術を持つプロセッサ上の HVM (ハードウェア仮想マシン) でゲストを作成できませんでした。このアップデートではこの問題が解決されました。
6.2.4. x86_64 Architectures リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- ゲストの仮想マシンが使用できる動的 IRQ を使い果たすと、
dom0
カーネルがクラッシュしました。この更新では、クラッシュ状態が修正され、使用可能なIRQ の数も増えたため、この問題は解決されました。 - 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 リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
6.3.1. All Architectures リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- 仮想カーネルを使用している時はディスクドライブメディアにはアクセスできません。これに対応するには、ディスクドライブメディアの代わりに USB 接続のディスクドライブを使用します。仮想化されていないカーネルではディスクドライブメディアを問題なく使用できます。
- 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.
- 2 つのホスト間でゲストのライブ移行を繰り返すと、いずれかのホストがパニックを起こす原因となることがあります。1 つのゲストをシステムから移行した後、同じゲストを戻す前にホストを起動するとパニックは発生しません。
- ゲストとして Windows 2008 や Windows Vista を実行する場合、ディスクをフォーマットすると、ゲストが複数の仮想 CPU でブートされた際にクラッシュします。この問題に対処するには、フォーマットする際には単一の仮想 CPU でゲストをブートするようにします。
virt-manager
によって作成される完全仮想化ゲストが原因で、マウスが画面上で自由に動かなくなることがあります。これに対処するには、virt-manager
を使用して、ゲストに USB タブレットデバイスを設定します。- 128 個以上の CPU を持つシステムでは、最大 CPU 数を 128 未満に制限しなければなりません。現在、サポートされる最大数は 126 です。
maxcpus=126
ハイパーバイザー引数を使用してハイパーバイザーを 126 に制限してください。 - 完全仮想ゲストは、ドメインの一時停止や一時停止解除によって損失した時間を修正することができません。準仮想化カーネルの利点の 1 つが、一時停止や一時停止解除のイベント間で正しく時間を追跡できることです。この問題は、アップストリームでは交換可能なタイマーによって対応されており、完全仮想化ゲストは準仮想化タイマーを持つことになります。現在、このコードはアップストリームでの開発段階で、今後のバージョンの Red Hat Enterprise Linux で提供される見込みです。
- 準仮想化ゲストを続けて移行すると、
dom0
コンソールにbad mpa
メッセージが出力されることがあります。また、場合によってはハイパーバイザーがパニックすることがあります。ハイパーバイザーがカーネルパニックを起こさないようにするため、bad mpa メッセージが出力されたら移行したゲストを再起動するようにしてください。 - インターフェイスの結合を
dom0
で設定すると、デフォルトのnetwork-bridge
スクリプトによって結合されたネットワークインターフェイスがunavailable
とavailable
を交互に切り替えることがあります。この問題は 一般的に フラッピング と呼ばれています。フラッピングの発生を防止するには、/etc/xen/xend-config.sxp
の通常のnetwork-script
行を以下の行に置き換えます。(network-script network-bridge-bonding netdev=bond0)
(network-script network-bridge-bonding netdev=bond0)
Copy to Clipboard Copied! Toggle word wrap Toggle overflow これにより、netloop デバイスが無効になり、アドレス転送プロセス中に ARP (アドレス解決プロトコル) 監視が障害を起こさないようにします。 - 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 リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- 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.この問題が発生しないようにするには、ゲストがインストールで単一のプロセッサを使用するように設定します。これには、virt-install
で--vcpus=1
オプションを使用します。インストールが完了した後、virt-manager の割り当てられたvcpus
を変更してゲストを SMP に設定することができます。
6.3.3. x86_64 Architectures リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- 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.xw9400 マシンでこの問題を回避するには、BIOS 設定を変更して HPET タイマーを 有効にします。このオプションは xw9300 マシンには使用不可であることに注意して下さい。 - 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.このブートアップエラーが発生しないようにするには、SMP カーネルを使用するようゲストを設定します。 - 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.この問題に対処するには、各 Red Hat Enterprise Linux 4.5 ゲストをシングル CPU モードでブートして、そのカーネルを最新バージョン(Red Hat Enterprise Linux 4.5.z)にアップグレードします。
6.3.4. ia64 Architecture リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- 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.この問題が発生する場合は、/boot/efi/elilo.conf
内のカーネルブートオプションにブートパラメータconsole=tty
を追加してください。 - 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:- ビット/秒 単位での速度
- データビットの数
- パリティ
io_base
アドレス
このような情報は/boot/efi/elilo.conf
にあるdom0
カーネルのappend=
の行に指定します。例は次の通りです。append="com1=19200,8n1,0x3f8 -- quiet rhgb console=tty0 console=ttyS0,19200n8"
この例では、com1
がシリアルポート、19200
が速度(ビット/秒単位)で、8n1
はデータビット/パリティの 設定の数量を指定します。0x3f8
はio_base
アドレスになります。 - 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.一部のインストール番号はデフォルトで仮想化カーネルをインストールします。このようなインストール番号が存在し、システムが NUMA を使用して kernel-xen と動作しない場合は、インストール中に仮想化オプションの選択を解除してください。
- 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 リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
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.
- EMC Clariion の ALUA モード
- EMC Clariion ストレージ上で、
dm-multipath
を使用する ALUA (明示的アクティブ/パッシブフェイルオーバー) モードが使用できるようになりました。このモードは T10 仕様に準拠していますが、本リリースでは技術プレビューとしてのみ提供されます。For more information about T10, refer to http://www.t10.org. - ext4
- 今リリースには、最新世代の ext ファイルシステムである
ext4
が技術プレビューとして含まれています。Ext4
は Red Hat および Linux コミュニティーによって開発されたext3
ファイルシステムがインクリメンタルに改良されたものです。技術プレビューにおけるこのファイルシステムのリリース名はext4dev
です。このファイルシステムは、ext4dev.ko
カーネルモジュールと、ext4 に使用する e2fsprogs 管理ツールの更新バージョンを格納する新しいe4fsprogs
パッケージによって提供されます。使用するには、e4fsprogs
をインストールし、e4fsprogs プログラムよりmkfs.ext4dev
のようなコマンドを使用して ext4 ベースのファイルシステムを作成します。マウントコマンドラインまたは fstab ファイルシステム上でファイルシステムを参照するには、ファイルシステム名ext4dev
を使用します。 - FreeIPMI
- FreeIPMI は、今回技術プレビューとしてこの更新に 含まれています。FreeIPMI は Intelligent Platform Management IPMI システムソフトウェアの 集合です。これは、Intelligent Platform Management Interface (IPMI v1.5 と v2.0) 基準に 準拠する開発ライブラリと共に in-band と out-of-band のソフトウェアを提供します。For more information about FreeIPMI, refer to http://www.gnu.org/software/freeipmi/
- TrouSerS と tpm-tools
- Trusted Platform Module (TPM) ハードウェアを使用できるようにするため、TrouSerS および
tpm-tools
が本リリースに同梱されました。TPM ハードウェアの機能の一部は次の通りです。- メモリで公開せずに安全にRSA キーを作成、保存、使用する
- 暗号化記号ハッシュを使用してプラットフォームのソフトウェア状態を検証する
TrouSerS は、Trusted Computing Group's Software Stack (TSS) 仕様の実装です。TrouSerS を使用して、TPM ハードウェアを使用するアプリケーションを書くことができます。tpm-tools
は TPM ハードウェアを管理活用するために使用されるツールの集合です。For more information about TrouSerS, refer to http://trousers.sourceforge.net/. - eCryptfs
- eCryptfs は Linux のスタックされた暗号化ファイルシステムです。eCryptfs は、EXT3 など既にマウントされている下位ファイルシステム内の個別のディレクトリにマウントします。eCryptfs を使用するために、既存のパーティションやファイルシステムを変更する必要はありません。本リリースでは、eCryptfs がアップストリームバージョン 56 にリベースされ、バグ修正や改良が追加されました。また、この更新は eCryptfs (
ecryptfs-mount-helper-gui
) の設定に便利なグラフィカルプログラムを提供します。この更新により、一部の eCryptfs マウントオプションの構文が変更になりました。このバージョンの eCryptfs にアップデートすると、変更の対象となったマウントスクリプトや/etc/fstab
エントリがアップデートされるはずです。変更の詳細については、man ecryptfs
を参照してください。本リリースの eCryptfs には、以下の警告が適応されます。- eCryptfs ファイルシステムは、暗号化されたファイルシステムが同じ名前の基礎のディレクトリに一度マウントされた場合のみ正常に動作します。例は次の通りです。
mount -t ecryptfs /mnt/secret /mnt/secret
mount -t ecryptfs /mnt/secret /mnt/secret
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 保護された部分のファイルシステムは公開されないはずです。他のマウントポイントやバインドマウントなどにマウントしないようにしてください。 - ネットワーク化されたファイルシステム (NFS、Samba など) にマウントされた eCryptfs は正常に動作しません。
- このバージョンの eCryptfs カーネルドライバには、
ecryptfs-utils-56-4.el5
またはそれ以降のバージョンで提供される更新されたユーザースペースが必要になります。
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. - ステートレス Linux
- ステートレス Linux とは、システムの交換を簡単にすることで多数のシステムに対してプロビジョニングや管理を簡略化する、新しいシステム稼働管理方法のコンセプトです。基本的には、多数のステートレスシステム間で複製され管理される準備済みのシステムイメージを確立し、オペレーティングシステムを読み込み専用で実行します (詳細は
/etc/sysconfig/readonly-root
を参照)。現在の開発段階では、ステートレス機能は目標の状態であるため、技術プレビューとなっています。ステートレスコードのテストに興味のある方は、http://fedoraproject.org/wiki/StatelessLinux/HOWTO の HOWTO を読んでから、stateless-list@redhat.com に登録してください。ステートレス Linux 向けに有効にするインフラストラクチャ部分は元来、Red Hat Enterprise Linux 5 で 導入されました。 - AIGLX
- AIGLX は、完全サポートされる X サーバーの技術プレビューです。この機能は、標準デスクトップで GL 加速による効果を実現するのが目的です、このプロジェクトの構成は次の通りです。
- 軽度に変更された X サーバー
- 新規のプロトコルサポートを追加する Mesa パッケージの更新
これらのコンポーネントをインストールすると、ほとんど変更を加えることなくデスクトップ上で GL 加速による効果を実現できます。また、X サーバーを交換しなくても加速効果を有効にしたり無効することができます。さらに、AIGLX によってリモート GLX アプリケーションがハードウェア GLX 加速を活用できるようになります。 - FireWire
firewire-sbp2
モジュールはこの更新では、まだ技術プレビューとして含まれています。このモジュールは FireWire ストレージデバイスとスキャナーとの接続を有効にするものです。現在、FireWire は以下の項目をサポートしません:- IPv4
- pcilynx ホストコントローラ
- 複数 LUN ストレージサービス
- ストレージデバイスへの非独占アクセス
更に、FireWire にはまだ以下のような問題が存在します:SBP2
ドライバー内でのメモリー漏れは、マシンが反応しない原因になる可能性があります。- このバージョンのコードは big-endian マシンでは正常に機能しません。これは、 PowerPC で予想外の動作を起こす可能性があります。
- ktune
- 本リリースには、カーネル調整パラメータを特定のシステムプロファイルに見合った値に設定するサービス、
ktune
(ktune
パッケージ内) が含まれています。現在、ktune
はディスク集中アプリケーションやネットワーク集中のアプリケーションを実行する大型メモリのシステムに対してのみプロファイルを提供します。ktune
が提供する設定は、/etc/sysctl.conf
の設定やカーネルコマンドラインによる設定をオーバーライドしません。システムやワークロードによっては、ktune
の使用が不適切な場合もあります。そのため、実稼働システムに導入する前に包括的なテストを行ってください。ktune
によって指定された設定を無効にし、通常の設定に戻すには、root でservice ktune stop
を実行してktune
サービスを停止します。 - dmraid の SGPIO サポート
- SGPIO (Serial General Purpose Input Output) は、メインボードと内外部のハードディスクドライブベイ格納装置との間で使用される業界標準の通信方法です。この方法は、AHCI ドライバインターフェイスを介して格納装置の LED ライトを制御するために使用されます。今リリースには、dmraid の SGPIO サポートが技術プレビューとして含まれています。これにより、dmraid がディスク格納装置と適切に動作するようになります。
- GCC 4.3
- 技術プレビューとして Gnu Compiler Collection バージョン 4.3 (GCC4.3) が本リリースに同梱されました。これらのコンパイラには C、C++、Fortran 95 コンパイラやサポートライブラリが含まれています。
gcc43
パッケージ内のgnu89-inline
オプションのデフォルトが-fgnu89-inline
に変更されましたが、Red Hat Enterprise Linux 5 のアップストリームの更新や将来的な更新は-fno-gnu89-inline
がデフォルトであることに注意してください。これは、Red Hat Enterprise Linux 5 に同梱された多くのヘッダは、ISO C99 セマンティックではなく、GNU インラインセマンティックを要求するためです。これらのヘッダは、属性を介して GNU インラインセマンティックを要求するように調整されていません。 - カーネルトレースポイント機能
- 今回の更新で、新しいカーネルマーカー/トレースポイント機能が技術プレビューとして実装されました。このインターフェイスは、静的なプローブポイントをカーネルに追加し、SystemTap のようなツールと使用します。
- RAID セットのデバイス障害監視
- dmraid ツールと dmevent_tool ツールを使用するデバイス障害監視が技術プレビューとして Red Hat Enterprise Linux 5.3に同梱されました。この機能により、RAID セットのコンポーネントデバイス上で発生したデバイス障害を監視報告できるようになります。
8. Resolved Issues リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
8.1. All Architectures リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- TTY デバイス活動レポートのデータが正しく生成されなかったため、コマンド
sar -y
の実行に失敗し、次のエラーが返されました。Requested activities not available in file
Requested activities not available in file
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 更新されたパッケージでは、sar が修正され、-y オプションが TTY デバイスの活動を出力するようになりました。 - これまで、
/etc/multipath.conf
内のmax_fds
をunlimited
に設定すると、multipathd デーモンが起動しませんでした。オープンファイル記述子の数をシステムの最大数に設定する必要がある場合は、max_fds
をmax
に設定してください。 - mod_perl が最新のアップストリームリリースであるバージョン 2.0.4 にリベースされました。これにより、mod_perl と Bugzilla 3.0 が適切に動作するためのバグ修正など、複数の更新が適応されました。
- cups がバージョン 1.3.7 にリベースされました。この更新により、以下を含むバグ修正や改良が適応されました。
- Kerberos 認証がサポートされるようになりました。
- ユーザー定義のプリンタやジョブポリシーが正しくロードされるようになりました。
- ブラウズを無効するとリモートキューキャッシュがロードされなくなりました。
classes.conf
設定ファイルに正しいファイルパーミッションが適応されました。
lm_sensors
がバージョン 2.10.7 にリベースされました。この更新には複数のアップストリーム改良とバグ修正が適応されました。k8temp
がロードされた際に libsensors がGeneral parse error
メッセージとクラッシュしないようにする修正がその 1 つです。- 以下のバグに対応するため、本リリースで elfutils が更新されました。
- 特定の入力ファイルを読み込むと、eu-readelf ユーティリティがクラッシュしました。
- 新しいバイナリパッケージを作成する
rpmbuild
手順では eu-strip ユーティリティが使用されます。このユーティリティは実行可能コードよりデバッグ情報を分離して-debuginfo
パッケージを作成します。このユーティリティのバグにより、s390 プラットフォーム上の ET_REL ファイルに対するデバッグ情報は使用不可能でした。そのため、Linux カーネルモジュールファイル (.ko.debug
) に影響があり、生成されたkernel-debuginfo
パッケージは s390 上の Systemtap とは動作しませんでした。
- vnc-server がバージョン 4.1.2-14.el5 にリベースされ、以下のバグ修正が適応されました。
- Xvnc の起動に失敗した際に vncserver がエラーメッセージを出力できない原因となっていたバグが修正されました。
- Xvnc は誤った root ウィンドウの深さを使用しましたが、
-depth
オプションで指定される正しいウインドウの深さを使用するようになりました。 libvnc.so
モジュールによって X サーバーがクラッシュする原因となっていたバグが修正されました。- Xvnc が全てのアーキテクチャ上で GLX 拡張と RENDER 拡張をサポートするようになりました。
- smartmontools がバージョン 5.38 にリベースされました。この更新により、ハードウェアデバイスの自動検出や CCSISS RAID アレイへのサポートが改良され、サポート対象デバイスのデータベースが大きくなりました。また、SELinux によって smartmontools が 3ware RAID デバイスを監視できないバグが修正され、smartmontools によって このようなデバイスを監視できるようになりました。
- python-urlgrabber がバージョン 3.1.0-5 にリベースされました。これにより、以下を含むアップストリームからのバグ修正が適応されました。
- 部分ダウンロードをサポートしない
yum
レポジトリからyum
を適切に再ダウンロードできるようになりました。 - 特定ポートを持つ FTP ベースの
yum
レポジトリでもyum
が割り込みされたダウンロードを再開できるようになりました。 - 進行バーの大きさがターミナルの幅に対して動的になりました。また、進行バーが改良され、ダウンロードされたデータの合計をパーセントで表示するようになりました。
- python-urlgrabber の
keepalive
信号が修正されました。これまでkeepalive
信号のバグにより、ダウンロード中にメモリ使用量が正しく増加しませんでした。またこのバグにより、多数のパッケージをダウンロードする際に reposync と yumdownloader が正しく動作しませんでした。
- yum-utils がアップストリームバージョン 1.1.16 にリベースされ、次を含むバグ修正が適応されました。
yum update --security
を実行すると、古いセキュリティのアップデートを正しく検索するようになりました。yum-versionlock
が廃盤パッケージに対して正しく機能するようになりました。
このアップデートには、yum がミラーリストの最速のレポジトリを選択できるようにするyum-fastestmirror
プラグインも含まれています。 - Samba がアップストリームバージョン 3.2.0 にリベースされました。これにより Windows 2003 をネームサーバーとして使用していたドメインにユーザーが参加できない問題など複数のバグが修正されました。さらに、
net rpc changetrustpw
を使用してシステムパスワードを変更した後、samba ドメインのメンバーシップが壊れる原因となっていたバグも修正されました。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 がアップストリームバージョン 2.3.43 にリベースされ、以下を含むアップストリームのバグ修正が適応されました。
slapd
デーモンが TLS 証明書ファイルを読み取れないとinit
スクリプトによって警告が報告されるようになりました。openldap-debuginfo
パッケージのすべてのライブラリが unstripped されました。openldap-devel
パッケージをアンインストールしても OpenLDAP ライブラリが破損しなくなりました。
Red Hat は OpenLDAP サーバーの追加オーバーレイを提供するようになりました。syncprov
以外のオーバーレイは、個別のopenldap-servers-overlays
パッケージにあり、動的にロード可能なモジュールとしてコンパイルされています。以前の OpenLDAP リリースとの互換性を維持するため、syncprov
オーバーレイは静的に OpenLDAP サーバーへリンクされています。 xterm
バイナリにグループ ID 設定 (setgid
) ビットが設定されていたため、設定されない環境変数がありました(LD_LIBRARY_PATH
やTMPDIR
など)。本リリースでは、xterm
バイナリにモード0755
パーミッションが設定されているため、この問題は修正されました。- 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. - OpenMotif がアップストリームバージョン 2.3.1 にリベースされ、次を含むバグ修正が適応されました。
- OpenMotif による
Grab
イベントやUngrab
イベントの処理方法に存在したバグが修正されました。前のリリースではこのバグによって画面がロックすることがありました。 - nedit グラフィカルユーザーインターフェイスを使用する際に、バグによって nedit がクラッシュすることがありました。これは、選択する項目によってはセグメンテーションの失敗を引き起こしたコードの関数が原因でしたが、この問題は修正されました。
- dbus はバージョン 1.1.2 にリベースされました。これにより、マルチスレッドのプログラムによって dbus でデッドロックが発生するバグが修正されました。以前のリリースでは、1 つのスレッドが dbus をリッスンして、メッセージを処理し、別のスレッドがメッセージを dbus に送信していました。
- strace がバージョン 4.5.18 にリベースされ、以下を含むバグが修正されました。
- 一部のマルチスレッドプログラム (特に 64 ビットシステム) で
-f
オプションを使用すると strace がクラッシュするバグが修正されました。 - 64 ビットバージョンの strace が 32 ビットプロセスで
vfork()
関数呼び出しを実行できなかったバグが修正されました。
- cpuspeed がバージョン 1.2.1-5 に更新されました。この更新では、
speedstep-centrino
モジュール以外のモジュールロードにすべて失敗すると、cpuspeedinit
スクリプトがspeedstep-centrino
モジュールをロードするようになりました。さらに、Powernow-k8
モジュールがロードできない原因となっていたユーザースペースのバグが修正されました。 - frysk スイートのツールはこのディストリビューションより完全に削除されました。当初、frysk は技術プレビューとして Red Hat Enterprise Linux 5.0 に同梱されました。
- これまで、
iostat -x
コマンドが提供するパーティション I/O 統計は不完全でした。この更新では、パーティション統計がディスク統計と同じ要領で計算されるようになったため一貫した総合的なパーティションレベルの I/O 統計を提供できるようになりました。 - Dovecot メールサーバーの設定ファイルに、パスワードを公開する欠陥が見つかりました。システムに
ssl_key_password
オプションが定義されていると、すべてのローカルユーザーが SSL キーのパスワードを見ることが可能でした (CVE-2008-4870)。注記
この欠陥では、攻撃者が SSL キーの内容を取得することは不可能でした。キーファイルがないと、このパスワードは意味がありません。任意ユーザーはこのキーファイルの読み取り権限を持っていません。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 リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- ksh がバージョン 2008-02-02 にリベースされました。この更新によりマルチバイト文字の処理が追加され、ジョブ制御の問題への対応やアップストリームからのバグ修正が適応されました。ksh への更新は既存スクリプトとの互換性を維持します。
8.3. s390x Architectures リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- バグにより
vmconvert
がvmur
デバイスノード (/dev/0.0.000c
) 上で適切に動作しませんでした。これにより、vmur
デバイス上のダンプにアクセスしようとすると、vmconvert
に失敗し、vmconvert: Open dump file failed! (Permission denied)
というエラーが発生しました。本リリースのs390utils
への更新によりこの問題が修正されました。 mon_procd
デーモンとmon_fsstatd
デーモンのinit
スクリプトとconfig
ファイルがs390utils
パッケージに存在しませんでした。そのため、デーモンの使用やビルドができませんでした。今回の更新でこれらのファイルが追加されたため、この問題は解決されました。
8.4. PowerPC Architectures リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
ehci_hcd
モジュールがこのアーキテクチャで再ロードできなかったバグが修正されました。これにより、ehci_hcd
モジュールを使用する際に Belkin 4-port PCI-Express USB Lily アダプタ (およびその他の類似デバイス) が Red Hat Enterprise Linux 5 で適切に動作するようになりました。- libhugetlbfs ライブラリがバージョン 1.3 にリベースされました。この更新によりライブラリに複数のアップストリーム改良が適応され、Huge ページを使用するアプリケーションのパフォーマンスが向上されます。libhugetlbfs に対する更新の一覧は、次のリンクを参照してください。
9. Known Issues リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
9.1. All Architectures リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- 新しいディスク暗号化機能を使用してルートファイルシステムを暗号化すると、システムをシャットダウンした際に以下のようなエラーメッセージがコンソールに報告されます。
Stopping disk encryption [FAILED]
Stopping disk encryption [FAILED]
Copy to Clipboard Copied! Toggle word wrap Toggle overflow このメッセージは無視しても問題ありません。シャットダウンは最後まで正しく実行されます。 - 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 - マルチパス上で MD (マルチデバイス) RAID を使用してインストールを行うと、マシンがブートできなくなります。RAID を内部で提供する SAN (ストレージエリアネットワーク) デバイスは影響を受けません。
- 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 - 以前のバージョンの Red Hat Enterprise Linux を 5.3 にアップグレードすると、以下のようなエラーが発生することがあります。
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 このロッキングの問題は、glibc 内の共有 futex のロッキングが 5.2 と 5.3 間のプロセス毎の futex によって強化されたことが原因です。そのため、5.2 glibc で実行しているプログラムが、5.3 glibc で実行しているプログラムに対して正しく共有 futex ロッキングを実行できません。エラーメッセージは、インストールスクリプトの 1 つとして rpm を呼び出すパッケージによるものです。アップグレードを実行する rpm インスタンスはアップグレードが終わるまで以前の glibc を使用しますが、スクリプトから開始された rpm インスタンスは新しい 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 - Red Hat Enterprise Linux 5 の
mvapich
およびmvapich2
は、InfiniBand/iWARP 相互接続のみをサポートするためにコンパイルされています。そのため、イーサネットやその他のネットワーク相互接続上では実行できません。 - 暗号化されたブロックデバイスを 3 つ以上持つシステム上で、anaconda はオプションでグローバルパスフレーズを提供しますが、init スクリプトはこの機能をサポートしていません。システムをブートする際にすべての暗号化デバイスに対して個別にパスフレーズを入力する必要があります。
- 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 - ベクトル毎のマスキングができない MSI(メッセージ信号割り込み)を使用するデバイスの一部は、IRQ SMP アフィニティを設定しても設定が反映されません。このようなデバイスの 1 つが
bnx2
ドライバを使用する Broadcom NetXtreme Ethernet デバイスです。このようなデバイスに対して IRQ アフィニティを設定する必要がある場合は、/etc/modprobe.d/
内に次の行を含むファイルを作成し、MSI を無効にします。options bnx2 disable_msi=1
options bnx2 disable_msi=1
Copy to Clipboard Copied! Toggle word wrap Toggle overflow また、カーネルブートパラメータpci=nomsi
を使用して MSI を完全に無効にすることもできます。 - 更新済みの
/etc/udev/rules.d/50-udev.rules
ファイル内のバグは、その名前の中に 9 以上の数字を持つテープデバイス用に固執の名前を作成することを阻止します。例えば、nst12
を持つ名前にはテープデバイス用に固執の名前を 作成しません。これを迂回するには、/etc/udev/rules.d/50-udev.rules
内の ストリングnst[0-9]
の全ての表示の後にアスターリスク(*) を 追記します。 smartctl
ツールは SATA デバイスから SMART パラメータを 正しく読み取れません。openmpi
とlam
の以前のバージョン内の バグは、これらのパッケージのアップグレードを阻止するかもしれません。このバグは、openmpi
、 又はlam
のアップグレードを試みるときに以下のエラーにより判明します: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 そのため、openmpi
とlam
の 旧バージョンを手動で削除して、それらの最新バージョンをインストールする必要が あります。これを達成するには、以下のrpm
コマンドを 使用します: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"
. - 同じカーネルモジュールの複数のインストール済みバージョンを有効にすることは、 サポートされていません。これに加えて、カーネルモジュールバージョンが構文解析 される方法に関するバグが、時として同じカーネルモジュールの旧バージョンを有効に してしまうことがあります。Red Hat では、インストール済みのカーネルモジュールの新バージョンをインストールする時には 最初に旧バージョンを削除することを推奨します。
- NFS root で設定されている IBM Bladecenter QS21 又は、 QS22 上で
kdump
を実行すると、 失敗します。これを回避するには、/etc/kdump.conf
で NFS ダンプターゲットを指定します。 - IBM T60 ラップトップは、サスペンドの時とドッキングステーションに 挿入されている時には、完全に電源が切れます。これを回避するには、システムを 引数
acpi_sleep=s3_bios
で起動します。 - IBM Bladecenter 用の QLogic iSCSI Expansion Card はイーサネットと iSCSI の両方の機能を提供します。 カードの一部は両方の機能で共有されます。 しかし、 現在の
qla3xxx
ドライバとqla4xxx
ドライバはイーサネットと iSCSI の機能を別々にサポートします。 いずれのドライバもイーサネットと iSCSI 機能の同時使用はサポートしていません。この制限のため、連続的なリセット(継続的なifdown
/ifup
コマンドの使用)はデバイスをハングします。これを回避するには、ifup
を実行した後に 10秒ほど経過してから、ifdown
を実行してください。また、同様にifdown
を実行した後には、10秒ほど経過してからifup
を 実行して下さい。この間隔により、ifup
が発行される時に全ての機能を安定させて 初期化する時間を十分に与えます。 - Cisco Aironet MPI-350 ワイヤレスカードを装備している ラップトップでは、ワイヤ付きイーサネットポートを使用してネットワークベースの インストールをする間に、DHCP アドレスの取得をしようとしてハングする可能性があります。これを回避するには、インストール用のローカルメディアを使用します。別の方法として、 インストール前にラップトップ BIOS 内のワイヤレスカードを無効にすることも出来ます。 (インストールの後にワイヤレスカードは再度、有効にできます)
/var/log/boot.log
へのブート時のロギングは、Red Hat Enterprise Linux 5.3 では使用できません。- X が稼働中で、vesa 以外のドライバーを使用している場合、システムは
kexec
/kdump
カーネルに正しく再起動しないことがあります。この問題は ATI Rage XL グラフィクスチップセットでのみ発生します。ATI Rage XL を持つシステムで X が稼動している場合、kexec
/kdump
カーネルに正しく再起動するようにするため vesa ドライバを使用するようにしてください。 - nVidia CK804 チップセットを持つマシンで Red Hat Enterprise Linux 5.2 を 使用する場合、以下のようなカーネルメッセージを受ける可能性があります:
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 これらのメッセージは特定の PCI-E ポートが IRQ を要求していないことを示します。しかし、これらのメッセージは如何なる面でも操作に影響することはありません。 - 取り出し可能なストレージデバイス(CD や DVD など)は、 root としてログインしている場合には 自動的にマウントしません。その場合、グラフィカルファイルマネージャを通じて手動でデバイスを マウントする必要があります。別の方法として、以下のコマンドを使用してデバイスを
/media
に マウントします:mount /dev/[device name] /media
mount /dev/[device name] /media
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - 設定済のストレージシステムで LUN が削除されると、その変更はホスト上では反映されません。そのようなケースでは、LUN がその時点で 滞留(stale)状態になるため、
dm-multipath
が 使用されるとlvm
コマンドは無限にハングします。これを迂回するには、滞留している LUN に特有の/etc/lvm/.cache
内にある 全てのデバイスとmpath
リンクエントリを削除します。次のコマンドを使用してこれらのエントリが何かを調べます:ls -l /dev/mpath | grep [stale LUN]
例えば、[stale LUN]
が 3600d0230003414f30000203a7bc41a00 の場合、以下のような結果が 出ます: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 これは、3600d0230003414f30000203a7bc41a00 が二つのmpath
リンク :dm-4
及びdm-5
にマップされていると言う意味です。その状況では、以下の行が/etc/lvm/.cache
から削除される 必要があります:Copy to Clipboard Copied! Toggle word wrap Toggle overflow -ll
オプションを持つmultipath
コマンドの 実行は、パスの1つがブロックデバイス上にある場合、このコマンドがハングする原因になります。 デバイスが反応しない場合も、ドライバーはしばらく時間を取ると要求を失敗しないことに注意して ください。これは、パスチェッカー要求が完了するか、失敗するかを待つクリーンアップコードが原因です。コマンドをハングせずに現在のmultipath
状態を 表示するには、代わりにmultipath -l
を使用します。- Red Hat Enterprise Linux 5.2 Beta バージョンの
pm-utils
からpm-utils
をアップグレードしようとすると、次のようなエラーが発生し、アップグレードに失敗します。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 この問題発生を防ぐには、 アップグレードを行う前に/etc/pm/sleep.d/
ディレクトリを削除しておきます。/etc/pm/sleep.d/
になんらかのファイルがある場合は、そのファイルを/etc/pm/hooks/
に移動します。 - Mellanox MT25204 のハードウェアテストにより特定の高負荷条件下で内部エラーが発生することが明らかになりました。
ib_mthca
ドライバがこのハードウェア上で重篤なエラーを報告する場合、 通常、 ユーザーアプリケーションによって生成される未処理の作業要求数に対して完了できるキューの深さが不十分な場合に関連します。ドライバがハードウェアをリセットしてこのようなイベントから回復しても、 既存の接続はすべてエラー発生時に失われます。 これは一般的にユーザーアプリケーションのセグメンテーション障害となります。 さらに、opensm
がエラー発生時に稼働していた場合は、 正常な動作を再開させるため手動で再起動する必要があります。 - ゲストに Red Hat Enterprise Linux 5 をインストールする際に、
dom0
によって提供される一時インストールカーネルをゲストが明示的に使用するよう設定すると、ゲストの最初のリブートに対してシャットダウンを強制した場合のみ、インストール終了後に独自のブートローダを使用することができます。そのため、ゲストのインストールの最後に表示されるボタンをクリックすると、ゲストはシャットダウンしますが、リブートしません。これは予期される動作です。この後にゲストをブートすると、独自のブートローダを使用するようになります。 - KDE または
qt
開発パッケージ (qt-devel
など) がインストールされるとcompiz
ソース RPM でrpmbuild
の実行に失敗します。これは、compiz
設定スクリプトのバグが原因です。このバグに対処するには、KDE またはqt
開発パッケージを削除してから、ソース RPM からcompiz
パッケージをビルドするようにします。 - システムにATI Radeon R500 または R600 グラフィックカードが装備されている場合、インストール後に
firstboot
を実行しようとしても実行されません。システムは直接グラフィカルログイン画面に移り、firstboot
の実行をスキップします。フェールセーフターミナルなどから手作業でfirstboot
を実行しようとすると X セッションがクラッシュします。この問題は ATI Radeon R500/R600 ハードウェアが使用するドライバが原因となっています。これらのグラフィックカードがデフォルトで使用するドライバは技術プレビューの段階です。これに対処するには、/etc/X11/xorg.conf
ファイルをバックアップした後、X を設定して以下のコマンドではなく、サポートされるvesa
ドライバが使用されるようにします。system-config-display --reconfig --set-driver=vesa
これで、firstboot
を実行できるようになります。元の設定に戻すには、元の/etc/X11/xorg.conf
をリストアします。 - システムが TSC タイマを使用する場合、
gettimeofday
システムコールが後方に移動する場合があります。これは、場合によって TSC タイマが大幅に前方移動するオーバーフローの問題が原因です。この問題が発生すると、TSC タイマは独自に問題の修正を行いますが、最終的に後方移動します。この問題は、トランザクションシステムやデータベースとして使用される時間依存のシステムにとっては重要な問題です。そのため、正確な時間計測が必要となるシステムには、別のタイマ (HPET など) を使用するよう、カーネルを設定することが推奨されます。 sniff
を実行しようとするとエラーになることがあります。これは、一部の必要なパッケージがdogtail
と共にインストール されていないことが原因です。この問題が発生しないようにするには、以下のパッケージを手作業でインストールします。- 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.
/etc/multipath.conf
内でmax_fds
をunlimited
に設定すると、multipathd
デーモンが正しく起動しません。そのため、十分に大きい値を使用するようにしてください。- SystemTap は現在 GCC を使用してユーザースペースのイベントをプローブします。しかし、GCC はパラメータの正確な場所リストを持つデバッガを提供できません。また、GCC は一部のパラメータで可視性も提供できないことがあります。そのため、ユーザースペースをプローブする SystemTap スクリプトが不正確な読み出しを返す場合があります。
- IBM T41 ラップトップモデルでは正しく が入力されないため、 を選択しても通常通り電源が消費されます。これは、Red Hat Enterprise Linux 5 には
radeonfb
モジュールが同梱されていないからです。この問題に対応するには、次の行を含むhal-system-power-suspend
という名前のスクリプトを/usr/share/hal/scripts/
に追加します。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 このスクリプトを追加すると、IBM T41 ラップトップが を正しく入力するようになります。システムが適切に普通の操作に戻るようにするため、次の行を含むrestore-after-standby
スクリプトを同じディレクトリに追加します。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 edac
モジュールがロードされると、BIOS メモリ報告が動作しません。これは、BIOS がメモリエラーの報告に使用するレジスタをedac
モジュールが削除してしまうためです。現在の Red Hat Enterprise Linux Driver Update Model は、デフォルトでカーネルに対してedac
を含む利用可能なモジュールをすべてロードするよう指示します。システム上の BIOS メモリ報告を有効にするには、手作業でedac
をブラックリストする必要があります。edac
をブラックリストするには、以下の行を/etc/modprobe.conf
に追加します。Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Red Hat Enterprise Linux 5.3 は、基礎のブロックデバイスのオンライン拡張や縮小を検出できますが、デバイスのサイズ変更を自動的に検出するメソッドはありません。そのため、デバイスのサイズ変更を認識したり、デバイスに存在するファイルシステムのサイズを変更するには、手作業で行う必要があります。サイズ変更されたブロックデバイスが検出されると、以下のようなメッセージがシステムログに表示されます。
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 ブロックデバイスが拡張された場合は、このメッセージを無視しても問題ありません。しかし、ブロックデバイス上のデーターセットが縮小される前にブロックデバイスが縮小された場合、デバイスに存在するデータが破損する場合があります。LUN (またはブロックデバイス) 全体で作成されたファイルシステムのサイズのみオンラインで変更できます。ブロックデバイスにパーティションテーブルがある場合、ファイルシステムをアンマウントしてパーティションテーブルを更新する必要があります。 - システムに GFS2 ファイルシステムがマウントされている場合、キャッシュされた i ノードが1 つのノードでアクセスされ、別のノードでリンクされないとノードがハングすることがあります。この問題が発生すると、ハングしたノードをフェンスし、通常のクラスタリカバリメカニズムでリカバリを実行するまでハングしたノードは使用できません。また、ハングしたノードに残されたプロセスのスタックトレースに
gfs2_dinode_dealloc
およびshrink_dcache_memory
関数呼び出しが出力されます。この問題は単一ノードの GFS2 ファイルシステムには関係ありません。 - 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 - 現在 ipmitool に実装されている により、デバイスは設定できてもデバイスの現在の設定を読み出すことはできません。
--maxsize
パラメータを同時に設定せずに kickstart ファイルでswap --grow
パラメータを使用すると、anaconda がスワップパーティションの大きさを制限します。拡張してデバイスを満杯にすることはできません。物理メモリが 2GB 未満のシステムでは、この制限は物理メモリの 2 倍になります。物理メモリが 2GB 以上のシステムでは、物理メモリの大きさに 2GB を足したサイズが制限になります。- 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 リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- 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.これを迂回するには、/etc/X11/xorg.conf
のServerLayout
セクションに次の行を追加します: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:
alsamixer
を開きます。- Tab を押し、フィールドの を切り替えます(メニューの左上部にあります)。
- Space バーを押します。
- 記録が有効になると、
ADCMux
フィールドにL R CAPTUR
が表示されます。
- 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 リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- 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.この問題に対処するには、/etc/X11/xorg.conf
のDevice
セクションに次の行を追加し、タイル機能を無効にします。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:
alsamixer
を開きます。- Tab を押し、フィールドの を切り替えます(メニューの左上部にあります)。
- Space バーを押します。
- 記録が有効になると、
ADCMux
フィールドにL R CAPTUR
が表示されます。
- システムが Intel 945GM グラフィックカードを使用する場合は
i810
ドライバは使用しないでください。デフォルトのintel
ドライバを使用してください。 - デュアル GPU ラップトップのグラフィックチップの 1 つが Intel ベースの場合、Intel グラフィックモードは HDMI やDVI、DisplayPort を含む外部のデジタル接続を駆動できません。これは Intel GPU のハードウェア制限です。外部のデジタル接続が必要な場合は、BIOS の個別グラフィックチップを使用するようシステムを設定してください。
9.4. PowerPC Architectures リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- 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 その後、システムがハングするという警告も表示されますが、システムはハングしないため、このメッセージは無視しても問題ありません。 - Recording needs to be manually enabled on Dell M4300 and M6300. To do this, perform the following steps:
alsamixer
を開きます。- Tab を押し、フィールドの を切り替えます(メニューの左上部にあります)。
- Space バーを押します。
- 記録が有効になると、
ADCMux
フィールドにL R CAPTUR
が表示されます。
- 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.
- 次のコマンドを実行します。
setenv real-base 2000000
setenv real-base 2000000
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - 次のコマンドを実行し、SMS (システム管理サービス) で開始します。
0> dev /packages/gui obe
0> dev /packages/gui obe
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
9.5. s390x Architectures リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- 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.IBM System z 上で Red Hat Enterprise Linux 5.2 用に正しい初期化を設定するには、インストールの後で、次のコマンドを実行します:
/usr/bin/setup
—setuptool
パッケージで 提供されています。/usr/bin/rhn_register
—rhn-setup
パッケージで提供されています
9.6. ia64 Architecture リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- 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.purgatory
コンソール出力は、問題の診断用に役に立ちますが、kdump
を正常に動作させるのには必要ではありません。そのため、 ご使用の Itanium システムがkdump
操作中に リセットをしてしまう場合は、/etc/sysconfig/kdump
にあるKEXEC_ARGS
に--noio
を追加することで、purgatory
内のコンソール出力を無効にします。 - 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 このエラーは、正しくないパスにefirtc
を作成するよう指示する誤った要求が原因で発生しますが、kdump
サービスが起動すると、このデバイスパスはinitramfs
で静的に作成されます。そのため、ランタイム時におけるデバイスノードの作成は冗長で、kdump
のパフォーマンスに影響はないはずです、 - 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:
alsamixer
を開きます。- Tab を押し、フィールドの を切り替えます(メニューの左上部にあります)。
- Space バーを押します。
- 記録が有効になると、
ADCMux
フィールドにL R CAPTUR
が表示されます。
- SELinux をenforcing モードで稼働している Intel Itanium ベースのシステムでは、
allow_unconfined_execmem_dyntrans
ブール変数またはallow_execmem
ブール変数を有効にして、IA-32 実行レイヤ (ia32el
サービス) が正常に動作するようにしなければなりません。Red Hat Enterprise Linux 5 では、デフォルトでallow_unconfined_execmem_dyntrans
ブール変数は無効でallow_execmem
ブール変数は有効になっています。このデフォルト設定では、ia32el サービスによって 32 ビットのエミュレーションがサポートされますが、両方のブール変数が無効になっているとエミュレーションに失敗します。
10. Added Packages リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- 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 リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- 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 リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
- 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 リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
A. 改訂履歴 リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
改訂履歴 | |||
---|---|---|---|
改訂 3-6.33.400 | 2013-10-31 | ||
| |||
改訂 3-6.33 | 2012-07-18 | ||
| |||
改訂 2.1-0 | Wed Jan 21 2009 | ||
|
法律上の通知 リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
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.