First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 168297
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Daniel Black <dragonheart@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Magnus <magan@chello.se>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 168297 depends on: Show dependency tree
Show dependency graph
Bug 168297 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-02-25 07:27 0000
The entries ends up as /dev/cow0, /dev/cow1, etc, instead of /dev/cow/0,
/dev/cow/1, etc.

The proposed fix will take care of it.

old rule: KERNEL=="cowloop[0-9]*"  NAME="cow/%n"
proposed fix: KERNEL=="cow[0-9]*"  NAME="cow/%n"

/magan

Reproducible: Always

------- Comment #1 From Daniel Black 2007-03-08 11:51:14 0000 -------
KERNEL=="cow[0-9]*"  NAME="cow/%n"
or
KERNEL=="cowloop[0-9]*"  NAME="cow/%n"
just confirming

------- Comment #2 From Daniel Black 2007-03-12 20:50:47 0000 -------
Thanks Magan. Fixed in 3.0-r2

First Last Prev Next    No search results available      Search page      Enter new bug