I was experimenting with udev and realized that there some minor errors in the OpenIB Wiki Installation Cheat Sheet. This causes the udev rules to fail and the
devices are not created as expected.
In the section "Adding udev rules" changes akin to the following need to be made-
from:
KERNEL="uverbs*", NAME="infiniband/%k"
KERNEL="ucm*", NAME="infiniband/%k", MODE="0666"
KERNEL="rdma_cm", NAME="infiniband/%k", MODE="0666"
to:
KERNEL=="uverbs*", NAME="infiniband/%k"
KERNEL=="ucm*", NAME="infiniband/%k", MODE="0666"
KERNEL=="rdma_cm", NAME="infiniband/%k", MODE="0666"
Pradeep
[EMAIL PROTECTED]
_______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general
To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
