You are not logged in.
Hello,
Starting with kernel 3.1.1 (now I have kernel 3.1.2) this 'udev' error occurs at system boot-up:
udevd: NAME "%k" is ignored, because it breaks kernel supplied names, please remove it from /lib/udev/rules.d/60-vhba.rules
Ok, I've opened /lib/udev/rules.d/60-vhba.rules and I have this:
KERNEL=="vhba_ctl", NAME="%k", MODE="0660", OWNER="root", GROUP="cdemu"
Now what should I do? Remove %k and leave NAME=" ", or remove entirely NAME="%k" from here?
Thanks!
Last edited by sergiuniculescu (2011-11-26 07:39:55)
The box said Windows XP or better. So I installed Linux.
Offline
You could remove NAME="%k" entirely. You could also submit a bug report - the use of NAME= is forbidden here. Even back when it wasn't, NAME="%k" was a no-op.
Offline
I've removed NAME="%k". It works!
Thanks!
The box said Windows XP or better. So I installed Linux.
Offline