linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* add an option for rules to be run after a device is created
@ 2006-01-04 14:20 Stefanos Harhalakis
  2006-01-04 14:49 ` Kay Sievers
  2006-01-04 15:37 ` Stefanos Harhalakis
  0 siblings, 2 replies; 3+ messages in thread
From: Stefanos Harhalakis @ 2006-01-04 14:20 UTC (permalink / raw)
  To: linux-hotplug

Hi there,

  I'm using udev and I'd like to make a suggestion. I have these rules:

BUS="ide", KERNEL="*[!0-9]", PROGRAM="/etc/udev/scripts/get_serial %k", 
RESULT="WD-WMAEH1157379", SYMLINK="disk/root"
BUS="ide", KERNEL="*[0-9]", PROGRAM="/etc/udev/scripts/get_serial %k", 
RESULT="WD-WMAEH1157379", SYMLINK="disk/root%n"

which call a script that return the hard disk serial number using hdparm. I'm 
using this rule to find the root disk and enable its swap partition without 
knowing the device name.

  The problem is that the get_serial script is run before (for 
example) /dev/hda is created and hdparm cannot find the device (/dev is a 
tmpfs). This can be solved by running udevstart twice but I believe that 
there can be a better solution.

  I suggest you add an option that would mark rules to be examined *after* the 
device is created. This can be thought as a class of 'second pass' rules. 
Another solution is to delay the symlink rules but this may produce 
incompatibilities or other problems.

  I'm using udev 0.79, kernel 2.6.15.

Thanks in advace,

<<V13>>


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id\x16865&op=click
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

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

end of thread, other threads:[~2006-01-04 15:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-04 14:20 add an option for rules to be run after a device is created Stefanos Harhalakis
2006-01-04 14:49 ` Kay Sievers
2006-01-04 15:37 ` Stefanos Harhalakis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).