Quoting r. Pradeep Satyanarayana <[EMAIL PROTECTED]>: > Subject: Minor edits to installation cheat sheet needed > > > 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"
This works for me as documented in wiki (with a single =). Might this depend on udev version? -- MST _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
