qeth
interface was previously configured using system-config-network 1.6.0.el6.2
, the "OPTIONS=" line needs to be manually added to /etc/sysconfig/network-scripts/ifcfg-<interface>
.
# /sbin/znet_cio_free # SUBSYSTEM="ccw" DEVPATH="bus/ccw/devices/<SUBCHANNEL 0>" /lib/udev/ccw_init # ifup <interface>
intel_iommu=off
option.
rds-ping
command may fail, returning the error:
bind() failed, errno: 99 (Cannot assign requested address).Note, also that this error may occur even with
LOAD_RDS=yes
set in /etc/rdma/rdma.conf
. To work around this issue, load the rds-tcp
module.
rds-stress
on a client may result in the following error attempting to connect to the server:
connecting to <server IP address>:4000: No route to host connect(<server IP address>) failed#
search
entry will not be propagated to /etc/resolv.conf
. Consequently, short host names that do not include the domain name will fail to resolve. To workaround this issue, add a search
entry manually to /etc/resolv.conf
.
touch /usr/share/polkit-1/actions/org.freedesktop.NetworkManager.policy
nmcli nm wifi onor disabled using the command:
nmcli nm wifi off
netcf
command crashes, returning the error message:
Failed to initialize netcf error: unspecified errorTo work around this issue, set the following value in /etc/sysctl.conf:
net.bridge.bridge-nf-call-iptables = 0This issue presents when the
augeas
library (used by netcf
) has trouble parsing one of the system config files that netcf needs to read or modify.