Kay Sievers [Wed, 31 Aug 2005 00:35:35 +0000 (02:35 +0200)]
udevinfo: restore -d option
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Tue, 30 Aug 2005 22:03:20 +0000 (00:03 +0200)]
also forgot udevmonitor.8
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Tue, 30 Aug 2005 22:00:22 +0000 (00:00 +0200)]
add missing udevsend man page
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Tue, 30 Aug 2005 21:30:52 +0000 (23:30 +0200)]
all man pages rewritten to use DocBook XML
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Tue, 30 Aug 2005 15:03:25 +0000 (17:03 +0200)]
Makefile: remove all the duplicated rules
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Tue, 30 Aug 2005 03:02:11 +0000 (05:02 +0200)]
test the automatic man page rebuild and checkin
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Tue, 30 Aug 2005 02:56:24 +0000 (04:56 +0200)]
udevinfo: rename dump() to export()
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Tue, 30 Aug 2005 02:41:42 +0000 (04:41 +0200)]
write man page masters in DocBook XML
The troff man pages will still be checked into the tree but the
source is DocBook XML format living in the docs/ directory now.
Start with the easy ones, the main udev page is still left to
rewrite.
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Mon, 29 Aug 2005 13:01:08 +0000 (15:01 +0200)]
udevinfo: add database export
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Mon, 29 Aug 2005 01:49:40 +0000 (03:49 +0200)]
update RELEASE-NOTES
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Mon, 29 Aug 2005 01:48:17 +0000 (03:48 +0200)]
check the udevdb before assigning a new %e
A second "add" event created a new enumeration with %e. Check the
udevdb first and if a matching name is already used.
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Mon, 29 Aug 2005 00:19:36 +0000 (02:19 +0200)]
udev_test.pl: we replace untrusted chars with '_'
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Sun, 28 Aug 2005 23:19:02 +0000 (01:19 +0200)]
remove special TIMEOUT handling from incoming queue
Moving events directly to the exec queue instead of the reordering
incoming queue, leaves holes in the sequence, that lead to timeouts for
all other events. Remove that part of the special handling.
(With netlink, events can't get out-of-order and the maximum timeout is 5
seconds and should not cause any trouble with the 10 sec timout for the
firmware class anyway. Events with timeouts are still prioritized for
execution, but don't bypass the incoming queue anymore.)
Many thanks to:
Uberto Barbini <uberto@ubiland.net>
for his endless debugging and sending all the traces, that showed this
failure with his DVB device:
UEVENT[
1124474094] add@/module/stv0299
UEVENT[
1124474094] add@/module/ves1x93
UEVENT[
1124474094] add@/module/ttpci_eeprom
UEVENT[
1124474094] add@/module/saa7146
UEVENT[
1124474094] add@/module/video_buf
UEVENT[
1124474094] add@/module/saa7146_vv
UEVENT[
1124474094] add@/module/dvb_core
UEVENT[
1124474094] add@/module/dvb_ttpci
UEVENT[
1124474094] add@/bus/pci/drivers/dvb
UEVENT[
1124474094] add@/class/firmware/0000:00:14.0
UDEV [
1124474094] add@/module/dvb_core
UDEV [
1124474094] add@/module/saa7146_vv
UDEV [
1124474094] add@/module/dvb_ttpci
UDEV [
1124474094] add@/module/ves1x93
UDEV [
1124474094] add@/module/ttpci_eeprom
UDEV [
1124474094] add@/module/saa7146
UDEV [
1124474094] add@/module/stv0299
UDEV [
1124474094] add@/module/video_buf
UDEV [
1124474094] add@/bus/pci/drivers/dvb
UEVENT[
1124474094] remove@/class/firmware/0000:00:14.0 <- event with TIMEOUT will leave a hole in the incoming
UDEV [
1124474094] add@/class/firmware/0000:00:14.0 sequence, which will cause a wait for the alarm()
UEVENT[
1124474094] add@/class/i2c-adapter/i2c-1 that flushes the queue
UEVENT[
1124474094] add@/class/i2c-dev/i2c-1
UDEV [
1124474094] remove@/class/firmware/0000:00:14.0 <- event also has TIMEOUT and is executed immediately
UEVENT[
1124474095] add@/class/dvb/dvb0.demux0
UEVENT[
1124474095] add@/class/dvb/dvb0.dvr0
UEVENT[
1124474095] add@/class/dvb/dvb0.video0
UEVENT[
1124474095] add@/class/dvb/dvb0.audio0
UEVENT[
1124474095] add@/class/dvb/dvb0.ca0
UEVENT[
1124474095] add@/class/dvb/dvb0.osd0
UEVENT[
1124474095] add@/class/dvb/dvb0.net0
UEVENT[
1124474095] add@/class/video4linux/video1
UEVENT[
1124474095] add@/class/dvb/dvb0.frontend0
UDEV [
1124474099] add@/class/i2c-adapter/i2c-1 <- all others have 5 seconds delay cause of the missing event
UDEV [
1124474099] add@/class/dvb/dvb0.ca0 missing events
UDEV [
1124474099] add@/class/dvb/dvb0.osd0
UDEV [
1124474099] add@/class/video4linux/video1
UDEV [
1124474099] add@/class/dvb/dvb0.frontend0
UDEV [
1124474099] add@/class/dvb/dvb0.video0
UDEV [
1124474099] add@/class/dvb/dvb0.audio0
UDEV [
1124474099] add@/class/i2c-dev/i2c-1
UDEV [
1124474099] add@/class/dvb/dv
My test program that simulates a similar sequence, runs without any delay
now. (With one of the next versions we will make netlink mandatory, then
we can remove the whole input queue crap with the reordering anyway.)
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Sun, 28 Aug 2005 21:19:45 +0000 (23:19 +0200)]
udevd: move some logging to "info" and "err"
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Sun, 28 Aug 2005 21:16:56 +0000 (23:16 +0200)]
vol_id: ID_LABEL_SAFE will no longer contain fancy characters
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Sun, 28 Aug 2005 21:15:51 +0000 (23:15 +0200)]
rename ...trailing_char() to ...trailing_chars()
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Sun, 28 Aug 2005 21:14:59 +0000 (23:14 +0200)]
don't reenter get_udevd_msg() if message is ignored
Check all event sources with every iteration.
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Sun, 28 Aug 2005 21:13:14 +0000 (23:13 +0200)]
remove not needed sig_flag for state of signal_pipe
Less internal state is better. And, we don't need to call
read() twice with every signal handling.
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Sun, 28 Aug 2005 18:25:37 +0000 (20:25 +0200)]
use WRITE_END/READ_END for the pipe index
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Sun, 28 Aug 2005 13:55:58 +0000 (15:55 +0200)]
start to enforce plain ascii or valid utf8
No device node or symlink can have other characters as plain
readable ascii or valid utf8. The /dev/disk/by-label/* symlinks
can no longer contain weird stuff read from untrusted sources.
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Sun, 28 Aug 2005 11:49:32 +0000 (13:49 +0200)]
add uft8 validation for safe volume label exporting
We will not support any other character encoding than plain ascii
or utf8 for volume labels. All invalid utf8 and non-ascii characters
are substituted for security reasons. No options, no fancy heuristics.
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Sat, 27 Aug 2005 21:27:43 +0000 (23:27 +0200)]
don't store devpath in udevdb, we don't need it
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Sat, 27 Aug 2005 14:15:41 +0000 (16:15 +0200)]
add and use name_list_cleanup() for cleaning up the string lists
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Sat, 27 Aug 2005 13:46:58 +0000 (15:46 +0200)]
change parameter order of udev_db_search_name()
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Sat, 27 Aug 2005 13:37:03 +0000 (15:37 +0200)]
print persistent data with "udevinfo -q all"
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Sat, 27 Aug 2005 00:59:20 +0000 (02:59 +0200)]
prepare for new HAL udevdb dump
HAL soon wants to read the whole content of the udevdatabase while
starting up. This makes the whole udev structure available to the
udevinfo "dump".
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Fri, 26 Aug 2005 20:43:49 +0000 (22:43 +0200)]
fix lookup for name in the udevdb, it should return the devpath
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Fri, 26 Aug 2005 19:38:18 +0000 (21:38 +0200)]
store ENV{key}="value" exported keys in the database
Just like the IMPORT values are stored in the udev database the
exported keys are stored in the udev database. The database is also
imported on a remove event before the rules are matched. So it
is possible to do:
ACTION=="add", KERNEL=="sda", ENV{MY_DEVICE}="1234", RUN+="/bin/logger add $devpath"
ACTION=="remove", ENV{MY_DEVICE}=="1234", RUN+="/bin/logger remove $devpath"
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Thierry Vignaud [Fri, 26 Aug 2005 12:52:57 +0000 (14:52 +0200)]
switch to '==' in raid-devfs.sh
Kay Sievers [Fri, 26 Aug 2005 12:27:13 +0000 (14:27 +0200)]
update SUSE rules
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Thu, 25 Aug 2005 01:37:38 +0000 (03:37 +0200)]
add pci_express to bus list
Hopefully that wait_for_sysfs crap can go away some day...
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Thu, 25 Aug 2005 00:30:01 +0000 (02:30 +0200)]
update SUSE rules
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Wed, 24 Aug 2005 22:40:41 +0000 (00:40 +0200)]
path_id: remove SUSE specific PATH
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Amir Shalem [Wed, 24 Aug 2005 22:39:45 +0000 (00:39 +0200)]
fix typo in firmware_helper
The wrong string is being nullifed.
Kay Sievers [Wed, 24 Aug 2005 22:38:25 +0000 (00:38 +0200)]
udevmonitor: cleanup on exit
We want to write the output buffer before
we exit, otherwise redirection to a file
does not work correctly.
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Wed, 24 Aug 2005 22:37:46 +0000 (00:37 +0200)]
volume_id: don't probe for mac_partition_maps
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Mon, 22 Aug 2005 22:57:46 +0000 (00:57 +0200)]
udevd: keep the right order for messages without SEQNUM
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Mon, 22 Aug 2005 10:01:55 +0000 (12:01 +0200)]
fix exit code of udevinitsend and udevmonitor
Thanks to: Marco d'Itri <md@Linux.IT> for the initial patch.
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Mon, 22 Aug 2005 09:42:58 +0000 (11:42 +0200)]
add program name to logged error
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Mon, 22 Aug 2005 09:37:12 +0000 (11:37 +0200)]
*_id: fix zero length in set_str()
Thanks to Olaf Hering <olh@suse.de>
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Greg KH [Thu, 18 Aug 2005 17:04:49 +0000 (10:04 -0700)]
068 release
Greg KH [Thu, 18 Aug 2005 17:02:27 +0000 (10:02 -0700)]
add EXTRAS documentation to the README file.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Kay Sievers [Thu, 18 Aug 2005 11:43:27 +0000 (13:43 +0200)]
fix printed udevmonitor header
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Thu, 18 Aug 2005 11:07:15 +0000 (13:07 +0200)]
bring std(in|out|err) fd's in a sane state
If the kernel forks us as an usermodhelper, we don't have any of
the standard fd's and the first open() will start with fd=0.
This is inherited to all forked childs and confuses later forked
helpers where we want to read from a pipe connected to the helpers
stdout/stderr.
# ls -l /proc/$(pidof udevd)/fd
total 6
dr-x------ 2 root root 0 2005-08-18 12:44 .
dr-xr-xr-x 4 root root 0 2005-08-18 12:44 ..
lrwx------ 1 root root 64 2005-08-18 12:44 0 -> /dev/null
lrwx------ 1 root root 64 2005-08-18 12:44 1 -> socket:[1274617]
lr-x------ 1 root root 64 2005-08-18 12:44 2 -> pipe:[1274618]
l-wx------ 1 root root 64 2005-08-18 12:44 3 -> pipe:[1274618]
lrwx------ 1 root root 64 2005-08-18 12:44 4 -> socket:[1274619]
lrwx------ 1 root root 64 2005-08-18 12:44 5 -> socket:[1274620]
Ouch! This will obviously not redirect sterr, it will kill the pipe
we established between the parent and the child:
devnull = open("/dev/null", O_RDWR);
dup2(devnull, STDERR_FILENO);
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Thu, 18 Aug 2005 02:54:59 +0000 (04:54 +0200)]
fix typo in cdrom_id syslog
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Thu, 18 Aug 2005 02:48:43 +0000 (04:48 +0200)]
Merge rsync.kernel.org/pub/scm/linux/hotplug/udev
Greg Kroah-Hartman [Wed, 17 Aug 2005 23:10:32 +0000 (16:10 -0700)]
cdrom_id: change err() to info() to help with debugging problems
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Greg Kroah-Hartman [Wed, 17 Aug 2005 23:09:03 +0000 (16:09 -0700)]
Always open the cdrom drive in non-blocking mode in cdrom_id
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Kay Sievers [Wed, 17 Aug 2005 14:58:19 +0000 (16:58 +0200)]
vol_id: fix sloppy error handling
vol_id segfaults if read() fails on broken devices reporting
the wrong size.
Thanks to Erhard Schultchen for the debugging.
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Tue, 16 Aug 2005 02:25:20 +0000 (04:25 +0200)]
ENV{TEST}=="1" compares and ENV{TEST}="1" sets the environment
This can be uses to export stuff to the event environment or
to carry a state from one rule to another, like enabling/disabling
later rules conditionally.
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Mon, 15 Aug 2005 10:00:43 +0000 (12:00 +0200)]
move udevmonitor to /usr/sbin
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Mon, 15 Aug 2005 09:57:04 +0000 (11:57 +0200)]
cleanup some debug output and move to info level + unify select() loops
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Greg Kroah-Hartman [Sat, 13 Aug 2005 17:10:50 +0000 (10:10 -0700)]
067 release
Kay Sievers [Sat, 13 Aug 2005 00:36:12 +0000 (02:36 +0200)]
don't fail too bad, if /dev/null does not exist
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Sat, 13 Aug 2005 00:19:22 +0000 (02:19 +0200)]
fix udevstart event ordering, we want /dev/null very early
Kay Sievers [Sat, 13 Aug 2005 00:16:54 +0000 (02:16 +0200)]
Merge rsync.kernel.org/pub/scm/linux/hotplug/udev
Kay Sievers [Fri, 12 Aug 2005 22:18:44 +0000 (00:18 +0200)]
fix more compiler warnings ...
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Greg Kroah-Hartman [Fri, 12 Aug 2005 18:37:56 +0000 (11:37 -0700)]
added the cdrom.h #defines directly into the cdrom_id.c file
This solves the problem with building the file against old kernel header
files.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Kay Sievers [Fri, 12 Aug 2005 00:07:50 +0000 (02:07 +0200)]
fix make install, as we don't provide a default rule set anymore
Several people complained about the "default" rules and the "default"
setup. Here we start to remove things where we can't hava a "default".
The best examples for rules are in the distro folders, just pick the one
that matches your needs and start from there.
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Thu, 11 Aug 2005 22:50:48 +0000 (00:50 +0200)]
update SUSE rules
don't use ID_TYPE, so cdroms will be in /dev/disk/
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Greg KH [Thu, 11 Aug 2005 22:44:08 +0000 (15:44 -0700)]
066 release
Greg KH [Thu, 11 Aug 2005 22:32:14 +0000 (15:32 -0700)]
tweak the gentoo rules some more.
- make the persistant rules smaller
- add usbfs-like device node support
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Greg KH [Thu, 11 Aug 2005 22:10:10 +0000 (15:10 -0700)]
changed location of gentoo helper apps to be /sbin instead of in scripts dir
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Greg KH [Thu, 11 Aug 2005 22:08:08 +0000 (15:08 -0700)]
Change the gentoo rules to use cdrom_id instead of cdsymlink.sh
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Greg KH [Thu, 11 Aug 2005 21:38:33 +0000 (14:38 -0700)]
fix klibc build issue in cdrom_id.c
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Greg KH [Thu, 11 Aug 2005 21:37:54 +0000 (14:37 -0700)]
added cdrom_id to the build check
Greg KH [Thu, 11 Aug 2005 21:04:24 +0000 (14:04 -0700)]
changed cdrom_id exports to be easier to understand and consistant with other _id programs.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Greg KH [Thu, 11 Aug 2005 20:59:21 +0000 (13:59 -0700)]
Created cdrom_id program to make it easier to determine cdrom types
Based on the framework from ata_id by Kay.
Now we can drop the cdsymlinks.sh and .c files
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Greg KH [Thu, 11 Aug 2005 20:02:44 +0000 (13:02 -0700)]
update gentoo rule file.
This fixes the issue of cdroms not showing up in the proper group,
and them showing up in /dev/cd/ for the persistant names.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Kay Sievers [Thu, 11 Aug 2005 19:01:46 +0000 (21:01 +0200)]
move some logging to the info level
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Thu, 11 Aug 2005 18:34:24 +0000 (20:34 +0200)]
add Usage: to udevmonitor and udevcontrol
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Thu, 11 Aug 2005 15:32:59 +0000 (17:32 +0200)]
allow logging of all output from executed tools
If USE_DEBUG=true and udev_log="debug", all output of the forked
programs to stdout and stderr is send to syslog.
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Thu, 11 Aug 2005 15:19:05 +0000 (17:19 +0200)]
update SUSE rules
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Thierry Vignaud [Wed, 10 Aug 2005 15:06:01 +0000 (17:06 +0200)]
fix udevinfo output
Kay Sievers [Wed, 10 Aug 2005 14:54:14 +0000 (16:54 +0200)]
split udev_util in several files
It too big for the small tools to link against for only the log function.
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Wed, 10 Aug 2005 13:27:25 +0000 (15:27 +0200)]
update SUSE rules
Tape naming is harder than expected, go back to block devices only.
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Tue, 9 Aug 2005 20:11:44 +0000 (22:11 +0200)]
trivial text cleanups
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Tue, 9 Aug 2005 18:11:26 +0000 (20:11 +0200)]
remove example rules and put the dev.d stuff into the run_directory folder
The distro rules are the best example you can get and the use of
dev.d/ is no longer recommended.
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Tue, 9 Aug 2005 17:45:08 +0000 (19:45 +0200)]
update README
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Tue, 9 Aug 2005 17:17:25 +0000 (19:17 +0200)]
more distro rules updates
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Tue, 9 Aug 2005 17:00:37 +0000 (19:00 +0200)]
add firmware_helper to load firmware
From: Bill Nottingham <notting@redhat.com>
Changed reading of firmware blob to mmap and let firmware_helper
follow the setting of the log level with UDEV_LOG.
Kay Sievers [Tue, 9 Aug 2005 13:53:17 +0000 (15:53 +0200)]
update SUSE rules
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Tue, 9 Aug 2005 10:29:12 +0000 (12:29 +0200)]
add SUSE rules
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Tue, 9 Aug 2005 09:58:11 +0000 (11:58 +0200)]
update distro rules files
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Mon, 8 Aug 2005 15:43:42 +0000 (17:43 +0200)]
add flag for reading of precompiled rules
Rules can be precompiled and stored on disk for initramfs, to avoid
parsing the rules with every event again and again. Also the OWNER and
GROUP names are already resolved to numerical values in the compiled
rules. This flag is used for the upcoming move of the rules parsing
into udevd:
If the real root is mounted udevd is started and parses the rules
only once. The event processes will inherit the already parsed rules
from the daemon, so we want to ignore any precompiled rules and
use the real rules files and watch the filesystem for changes to
reload the rules automatically.
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Mon, 8 Aug 2005 03:07:36 +0000 (05:07 +0200)]
allow clean shutdown of udevd
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Mon, 8 Aug 2005 00:21:55 +0000 (02:21 +0200)]
switch some strlcpy's to memcpy
strlcpy counts the sourec string lengt and is therefore not suitable
to copy a defined length of characters from one string to another.
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Thu, 4 Aug 2005 23:52:57 +0000 (01:52 +0200)]
read sysfs attribute also from parent class device
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Greg KH [Thu, 4 Aug 2005 23:33:53 +0000 (16:33 -0700)]
updated gentoo rule file to handle removable ide devices.
Thanks to Kay for the quick fix.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Kay Sievers [Thu, 4 Aug 2005 10:24:41 +0000 (12:24 +0200)]
add NETLINK define for the lazy distros
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Greg Kroah-Hartman [Tue, 2 Aug 2005 20:56:41 +0000 (13:56 -0700)]
065 release
Greg Kroah-Hartman [Tue, 2 Aug 2005 20:07:30 +0000 (13:07 -0700)]
Merge gregkh@ehlo.org:/home/kay/public_html/linux/hotplug/udev-kay
Greg Kroah-Hartman [Tue, 2 Aug 2005 19:28:50 +0000 (12:28 -0700)]
Added persistent name rules for block devices to gentoo rule file.
Copied from Kay's rules from the SuSE package.
Let the fun begin...
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Kay Sievers [Tue, 2 Aug 2005 02:32:19 +0000 (04:32 +0200)]
update release notes for next version
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Greg Kroah-Hartman [Mon, 1 Aug 2005 23:37:41 +0000 (16:37 -0700)]
Added horrible (but fun) path_id script to extras.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Greg Kroah-Hartman [Mon, 1 Aug 2005 22:44:02 +0000 (15:44 -0700)]
Update gentoo rules file.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Kay Sievers [Mon, 1 Aug 2005 18:22:46 +0000 (20:22 +0200)]
add udevmonitor, to debug netlink+udev events at the same time
This rule:
RUN+="socket:/org/kernel/udev/monitor"
send the event to the running monitor. Running udevstart give a nice
monitor output. Also the delay between the kernel uevent and the udev
udev event can be investigated:
pim:/home/kay/src/udev-kay # ./udevmonitor
UEVENT[
1122920113] add@/devices/pci0000:00/0000:00:1d.1/usb2/2-1
UEVENT[
1122920113] add@/devices/pci0000:00/0000:00:1d.1/usb2/2-1/2-1:1.0
UEVENT[
1122920113] add@/class/scsi_host/host12
UEVENT[
1122920113] add@/class/usb_device/usbdev2.99
UEVENT[
1122920113] add@/devices/pci0000:00/0000:00:1d.1/usb2/2-1/2-1:1.0/host12/target12:0:0/12:0:0:0
UDEV [
1122920113] add@/devices/pci0000:00/0000:00:1d.1/usb2/2-1
UEVENT[
1122920113] add@/block/sda
UEVENT[
1122920113] add@/class/scsi_generic/sg0
UEVENT[
1122920113] add@/class/scsi_device/12:0:0:0
UDEV [
1122920113] add@/devices/pci0000:00/0000:00:1d.1/usb2/2-1/2-1:1.0
UDEV [
1122920113] add@/class/scsi_host/host12
UDEV [
1122920113] add@/class/usb_device/usbdev2.99
UDEV [
1122920113] add@/devices/pci0000:00/0000:00:1d.1/usb2/2-1/2-1:1.0/host12/target12:0:0/12:0:0:0
UDEV [
1122920113] add@/block/sda
UDEV [
1122920113] add@/class/scsi_generic/sg0
UDEV [
1122920113] add@/class/scsi_device/12:0:0:0
UEVENT[
1122920115] add@/block/sda/sda1
UDEV [
1122920115] add@/block/sda/sda1
pim:/home/kay/src/udev-kay # ./udevmonitor --env
UDEV [
1122920185] add@/block/sda/sda1
ACTION=add
DEVPATH=/block/sda/sda1
SUBSYSTEM=block
SEQNUM=2159
MINOR=1
MAJOR=8
PHYSDEVPATH=/devices/pci0000:00/0000:00:1d.1/usb2/2-1/2-1:1.0/host13/target13:0:0/13:0:0:0
PHYSDEVBUS=scsi
PHYSDEVDRIVER=sd
UDEVD_EVENT=1
UDEV_LOG=3
ID_VENDOR=IBM
ID_MODEL=Memory_Key
ID_REVISION=3.04
ID_SERIAL=IBM_Memory_Key_0218B301030027E8
ID_TYPE=disk
ID_BUS=usb
ID_PATH=usb-
0218B301030027E8:0:0:0
ID_FS_USAGE=filesystem
ID_FS_TYPE=vfat
ID_FS_VERSION=FAT16
ID_FS_UUID=42D8-9E02
ID_FS_LABEL_SAFE=s_p_c
DEVNAME=/dev/sda1
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Mon, 1 Aug 2005 03:07:19 +0000 (05:07 +0200)]
allow RUN to send the environment to a local socket
RUN="socket:<name>" will send the environment in the kernel uevent
format to the named destination. Using the socket instead of the program
to pass the hotplug events to the HAL daemon, cuts down the running
time of udevstart from 0.8 to 0.4 seconds on my box.
env -i ACTION=add DEVPATH=/block/hda/hda1 strace -s10000 ./udev block
sendto(3, "add@/block/hda/hda1\0
ACTION=add\0DEVPATH=/block/hda/hda1\0UDEV_LOG=3\0
ID_TYPE=disk\0ID_MODEL=HTS726060M9AT00\0ID_SERIAL=MRH401M4G6UM9B\0
ID_REVISION=MH4OA6BA\0ID_BUS=ata\0ID_PATH=pci-0000:00:1f.1-ide-0:0\0
ID_FS_USAGE=other\0ID_FS_TYPE=swap\0ID_FS_VERSION=2\0
ID_FS_UUID=
9352cfef-7687-47bc-a2a3-
34cf136f72e1\0
ID_FS_LABEL=ThisIsSwap\0ID_FS_LABEL_SAFE=ThisIsSwap\0
DEVNAME=/dev/hda1\0"
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Kay Sievers [Sun, 31 Jul 2005 23:33:36 +0000 (01:33 +0200)]
fix GGC signed pointer warnings and switch volume_id to stdint
Solaris uses volume_id now and they fiddled around with configure scripts
to map the linux kernel int types. Adding the types locally to volume_id
breaks the klibc build, so just switch to these ugly types and forget it. :)
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Greg Kroah-Hartman [Sat, 23 Jul 2005 16:27:02 +0000 (12:27 -0400)]
Oops, 064 release, not 063