All of lore.kernel.org
 help / color / mirror / Atom feed
From: Liu Zhenghui <ferretliu@domain.hid>
To: xenomai <xenomai@xenomai.org>
Subject: [Xenomai-help] A bug of udev rules?
Date: Tue, 09 May 2006 14:28:37 +0800	[thread overview]
Message-ID: <44603695.2020407@domain.hid> (raw)

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 "=="



             reply	other threads:[~2006-05-09  6:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-09  6:28 Liu Zhenghui [this message]
2006-05-09  6:59 ` [Xenomai-help] A bug of udev rules? Romain Lenglet
2006-05-09  8:08   ` Philippe Gerum

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44603695.2020407@domain.hid \
    --to=ferretliu@domain.hid \
    --cc=xenomai@xenomai.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.