[openib-general] Minor edits to installation cheat sheet needed

Pradeep Satyanarayana pradeep at us.ibm.com
Mon Jul 10 15:06:47 PDT 2006


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
pradeep at us.ibm.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openfabrics.org/pipermail/general/attachments/20060710/5b201df9/attachment.html>


More information about the general mailing list