[19:59] Keybuk: this Garett Cooper guy looks like a pretty l33t h4x0r [19:59] he's totally spl0iting upstart [20:00] URL? [20:00] ion_: upstart mailing list [20:01] Alright [20:17] I liked that he wrote it in the form of an exploit [20:33] Keybuk: connection troubles again? [20:34] no [20:34] KVM [20:34] Keybuk: ah [20:34] Keybuk: so the release is on Thursday, right? [20:35] Ubuntu? [20:36] Keybuk: yes [20:36] Keybuk: I assume that was the release that has had you scrambling? [20:36] indeed [20:37] Keybuk: well I have a state machine prototype in a git repo. Expecting a few more tests from a colleague in a bit [20:48] Keybuk: also, I don't know if you ever found out yourself, but netstat uses /proc files. no netlink :( [20:48] netstat? [20:49] Keybuk: yes, I mentioned the idea of doing the expect listen feature without ptrace by simply watching netstat's source of information [20:49] which could still work, but will involve polling, or a hefty kernel patch to put inotify into some portions of proc [20:49] (I don't imagine Linus is eager to have that patch) [20:55] OTOH, polling /proc shouldn’t be too bad, should it? It isn’t real hardware IO anyway. [20:57] ion_: apparently /proc/mounts supports poll [20:57] ion_: in the man 2 poll sense of the word [20:58] ..does that strike anyone else as strange? [20:58] Sorry, i meant rereading given /proc files periodically., [20:59] ion_: yes, I know :) [20:59] I introduced the overloading [21:20] Keybuk: so yes, the info comes from /proc/net, which we could do something about in kernelspace (sounds like the prevailing interest is to get rid of non-process related /proc folders) === notting_ is now known as notting