Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80631 - [RFE] add infiniband devices to udev device rules
Summary: [RFE] add infiniband devices to udev device rules
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Greg Kroah-Hartman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-03 13:29 UTC by Tom Duffy
Modified: 2005-02-09 08:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Duffy 2005-02-03 13:29:35 UTC
The following rules should be added to the udev rules (/etc/udev/rules.d/50-udev.rules) to create the
infiniband devices when they are loaded.

KERNEL="umad*", NAME="infiniband/%k"
KERNEL="issm*", NAME="infiniband/%k"

Reproducible: Always
Steps to Reproduce:
Comment 1 Greg Kroah-Hartman (RETIRED) gentoo-dev 2005-02-08 13:37:50 UTC
Ok, added to default, will be in the next release.

But you might want to tell me what the default group and permissions are for these devices, otherwise, right now they get root:root 0660 assigned to them.
Comment 2 Tom Duffy 2005-02-09 08:57:05 UTC
root:root 0660 is fine for now until somebody comes up with some best practices for users/groups use of userland verbs.

Thanks