On Fri, Jul 15, 2011 at 04:04:00PM +0200, Uwe Schindler wrote: > (...) > I tried then to upgrade the package "udev" (was on hold, to prevent me from > making system unbootable), with the hope that the inotify is working with > this debian kernel. Unfortunately that's not the case, UDEV complains about > missing inotify. > > So is the patch below already included in some kernel images available? Or > does somebody have a recent udev version as .deb packages? I still have (and am using) my modified "udev" package (udev_166-1_alpha.deb: includes the patch you quoted in your original message). I can send it your way if you wish. In truth, the only thing you need is "/sbin/udevd" from that package to be operational, and I can send you just that piece if you prefer. Just let me know. The underlying problem isn't anything missing in the kernel (at least when built from the mainline kernel.org source): inotify_init1() is definitely there. The problem is the userspace call to inotify_init1() in the current Alpha version of libc6.1 is a stub function. I elected to rebuild the "udev" package with a valid workaround rather than risk modifying and having to debug "libc" :-). -- ------------------------------------------------------------------------ Bob Tracy | "Every normal man must be tempted at times to spit rct@xxxxxxxx | upon his hands, hoist the black flag, and begin | slitting throats." -- H.L. Mencken ------------------------------------------------------------------------ -- To unsubscribe from this list: send the line "unsubscribe linux-alpha" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html