From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Burgess Date: Sat, 21 Jan 2012 20:06:11 +0000 Subject: index_mm_open: No such file or directory Message-Id: <1327176371.1776.7.camel@kyoto.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: linux-hotplug@vger.kernel.org [reposted to fix linux-hotplug address, apologies!] Hi all, When running the following command... for NIC in /sys/class/net/* ; do INTERFACE=3D${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.