Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 168297 - sys-fs/cowloop-3.0-r1 doesn't create entries in /dev/cow/
Summary: sys-fs/cowloop-3.0-r1 doesn't create entries in /dev/cow/
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-25 07:27 UTC by Magnus
Modified: 2007-03-12 20:50 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 Magnus 2007-02-25 07:27:54 UTC
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 Daniel Black (RETIRED) gentoo-dev 2007-03-08 11:51:14 UTC
KERNEL=="cow[0-9]*"  NAME="cow/%n"
or
KERNEL=="cowloop[0-9]*"  NAME="cow/%n"
just confirming
Comment 2 Daniel Black (RETIRED) gentoo-dev 2007-03-12 20:50:47 UTC
Thanks Magan. Fixed in 3.0-r2