Slava Pestov <[EMAIL PROTECTED]> wrote: > Your Linux kernel is too old to have inotify, and I never tested on this > configuration. It was supposed to ignore the lack of inotify and keep
I've tried inotify-tools, just for fun. They react on the -1 returned by inotify_init(): | Couldn't initialize inotify. Are you running Linux 2.6.13 or later, and was the | CONFIG_INOTIFY option enabled when your kernel was compiled? If so, | something mysterious has gone wrong. Please e-mail [EMAIL PROTECTED] | and mention that you saw this message. It's Linux 2.6.12. Maybe a way to deactivate the inotify feature in factor. fd = inotify_init(); if (fd < 0) no_inotify_here_on_this_stinking_system(); else close(fd); -- Web (en): http://www.no-spoon.de/ -*- Web (de): http://www.frell.de/ ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Factor-talk mailing list Factor-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/factor-talk