> On 11 Dec 2015, at 9:23 PM, Ted Unangst <[email protected]> wrote: > > Ted Unangst wrote: >> Jonathan Gray wrote: >>>> >>>> There's one thing to add though, it looks like it happens for any file on >>>> cd9660, not just dotfiles. >>> >>> It is worth pointing out that httpd has had trouble serving files off >>> specific filesystems in the past due to kqueue issues. >>> >>> cd9660_vops does not currently set .vop_kqfilter, does anything change >>> if you set EVENT_NOKQUEUE before running httpd? >> >> this maybe adds kqueue to cd9660. > > We've confirmed this diff fixes the problem. However, there seems to be a > larger problem that httpd/libevent cannot gracefully handle the condition > where kevent returns an error. We are doomed to see this problem repeat if > that is not addressed.
on one hand i agree with you, but on the other i wonder why httpd thinks setting events up on files is useful.
