On Tue, Nov 11, 2008 at 16:35, Gabor Z. Papp <gzp@xxxxxxx> wrote: > with udev 132 I'm getting the error at line 869 in udevd.c: > > err(udev, "inotify_init failed: %m\n"); > > %m is "file or directory not found" > > What for looking inotify_init? What kernel is it? What architecture is it? If you do: killall udevd strace /sbin/udevd /sbin/udevd --daemon What does the strace print while udevd is the inotify calls? It looks like this here: ... inotify_init() = 3 inotify_add_watch(3, "/lib/udev/rules.d", ...) = 1 inotify_add_watch(3, "/etc/udev/rules.d", ...) = 2 inotify_add_watch(3, "/dev/.udev/rules.d", ...) = 3 ... Kay -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html