All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-help] A bug of udev rules?
@ 2006-05-09  6:28 Liu Zhenghui
  2006-05-09  6:59 ` Romain Lenglet
  0 siblings, 1 reply; 3+ messages in thread
From: Liu Zhenghui @ 2006-05-09  6:28 UTC (permalink / raw)
  To: xenomai

I installed xenomai on Debian Linux sid. For some reason, I recently
changed to udev to manage the /dev. Then udev always report error on
rules installed by xenomai at boot time like following:

: add_to_rules: invalid KERNEL operation
: add_to_rules: invalid rule '/etc/udev/rules.d/udev.rules:100'

As a result, the device rtheap and rtp* is not controlled by udev rules
and always has default mode "0660".

I found there is wrong with rules installed by xenomai, which source is
located at ksrc/nucleus/udev/*.rules:

# real-time heap device (Xenomai:rtheap)
KERNEL="rtheap",  NAME="rtheap", MODE="0666"
      ~should be "==" here, not "="

My udev version in debian is 0.091-2, kernel version is 2.6.15.7

Is it a bug? Luckly, it works after I changed "=" to "=="



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-05-09  8:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-09  6:28 [Xenomai-help] A bug of udev rules? Liu Zhenghui
2006-05-09  6:59 ` Romain Lenglet
2006-05-09  8:08   ` Philippe Gerum

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.