이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 37. Networking
rsynccomponent, BZ#1082496- The
rsyncutility cannot be run as a socket-activated service because thersyncd@.servicefile is missing from the rsync package. Consequently, thesystemctl start rsyncd.socketcommand does not work. However, runningrsyncas a daemon by executing thesystemctl start rsyncd.servicecommand works as expected. InfiniBandcomponent, BZ#1172783- The libocrdma package is not included in the default package set of the InfiniBand Support group. Consequently, when users select the InfiniBand Support group and are expecting RDMA over Converged Ethernet (RoCE) to work on Emulex OneConnect adapters, the necessary driver,
libocrdma, is not installed by default. On first boot, the user can manually install the missing package by issuing this command:As a result, the user will now be able to use the Emulex OneConnect devices in RoCE mode.yum install libocrdma
~]# yum install libocrdmaCopy to Clipboard Copied! Toggle word wrap Toggle overflow vsftpdcomponent, BZ#1058712- The
vsftpddaemon does not currently support ciphers suites based on the Elliptic Curve Diffie–Hellman Exchange (ECDHE) key-exchange protocol. Consequently, whenvsftpdis configured to use such suites, the connection is refused with ano shared cipher SSLalert. arptablescomponent, BZ#1018135- Red Hat Enterprise Linux 7 introduces the arptables packages, which replace the arptables_jf packages included in Red Hat Enterprise Linux 6. All users of arptables are advised to update their scripts because the syntax of this version differs from arptables_jf.
opensslcomponent, BZ#1062656- It is not possible to connect to any Wi-Fi Protected Access (WPA) Enterprise Access Point (AP) that requires MD5-signed certificates. To work around this problem, copy the
wpa_supplicant.servicefile from the/usr/lib/systemd/system/directory to the/etc/systemd/system/directory and add the following line to theServicesection of the file:Environment=OPENSSL_ENABLE_MD5_VERIFY=1
Environment=OPENSSL_ENABLE_MD5_VERIFY=1Copy to Clipboard Copied! Toggle word wrap Toggle overflow Then run thesystemctl daemon-reloadcommand as root to reload the service file.Important
Note that MD5 certificates are highly insecure and Red Hat does not recommend using them.