[reposted to fix linux-hotplug address, apologies!]
Hi all,
When running the following command...
for NIC in /sys/class/net/* ; do
INTERFACE=${NIC##*/} udevadm test --action=add $NIC
done
... I see the following output:
run_command: calling: test
adm_test: version 178
builtin_kmod_init: load module index
index_mm_open: No such file or directory
Now, the command actually runs successfully, and the persistent rules
file is correctly generated, but I'm left scratching my head as to what
file/directory is trying and failing to be read.
I've tried building both udev-178 and kmod-4 with '--enable-debug' but
still don't get any additional output. What am I missing?
Thanks,
Matt.
--
To unsubscribe from this list: send the line "unsubscribe linux-modules" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html