On Sun, Nov 29, 2009 at 20:15, Matthias Schwarzott <zzam@xxxxxxxxxx> wrote: > I have a similar issue. > the lvm2 package on gentoo installs this udev rule: > KERNEL=="device-mapper", SYMLINK+="mapper/control" > > Now udev-147 cries about not being able to create the symlink as > kernel-provided name is already set to "mapper/control". Yes, this is expected, mapper/control is the primary name, and not a symlink. > So is the only possibility to surpress this warning to adjust the rule to > this? > KERNEL=="device-mapper", NAME="mapper/control" Looks like, yes. Recent kernels/udev though should not have any rule for this. We removed all such rules from the udev default rule set. Kay -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html