Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 73530

Summary: udev fails to initialize /dev/mapper and /dev/mapper/control
Product: Gentoo Linux Reporter: postmodern <brodigan>
Component: [OLD] Core systemAssignee: Greg Kroah-Hartman (RETIRED) <gregkh>
Status: RESOLVED FIXED    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description postmodern 2004-12-06 00:09:22 UTC
udev fails to initialize /dev/mapper and /dev/mapper/control which denies one access to all device mapping under udev.

Reproducible: Always
Steps to Reproduce:
1. emerge udev device-mapper
2. modprobe dm-mod
3. ls -laR /dev/mapper
4. mkdir /dev/mapper
5. repeat steps 1-3

Actual Results:  
File not found. After creating /dev/mapper still nothing is found inside of it.

Expected Results:  
/dev/mapper and /dev/mapper/control are created when dm-mod is loaded into the
kernel.
Comment 1 postmodern 2004-12-09 01:41:58 UTC
Found the issue. One needs to set RC_DEVICE_TARBALL="no" in /etc/conf.d/rc as described in the Gentoo UDEV guide. Sorry about the false bug report, hope this might inform others having the same issue.