이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 3. General Updates
abrt no longer missing a dependency on python-argparse
A previously missing dependency of the abrt packages on the python-argparse package resulting in errors like
ImportError: No module named argparse
has been fixed. This problem usually occurred if customers upgraded from an earlier version of Red Hat Enterprise Linux, or during a fresh installation if customers removed the nfs-utils or ipa-client packages. (BZ#1246539)
rds-stress
can now correctly send messages of varying size
The
rds-stress
command previously could not send Reliable Datagram Sockets (RDS) messages of varying sizes if RDMA was enabled due to bugs in both the kernel and in the rds-tools package. These bugs have been fixed and you can now send RDS messages of any size as expected. (BZ#746716)