00:02:16 but I guess if it went out previously it's probably good I didn't resend it to the same list. That would have been rude of me. 00:04:43 you probably want the developer list to get attention 00:06:48 I am so very much not a dev (which you should all be thankful given my lately demonstrated attention to detail) but if I don't get a response to this post I suppose I should go there. 00:06:52 I hate being such a bother. 02:24:59 nomad: Gordon Ross might know where to start looking for this. 02:34:40 nomad: problem is that there are so many layers involved. if you could better identify *what* request from the servers is triggering the complaint from the AD server you might have a better chance of figuring out where this is coming from in our stack. 03:37:52 [illumos-gate] 17853 the last vnic will not go gentle into that good night -- Ryan Zezeski 03:39:36 i can't be the only one who thinks that that subject line is cute? 07:06:03 I got the reference :) 07:32:17 i actually don't 07:32:22 but i kinda think it's cute 16:06:08 [illumos-gate] 17852 want better debugging for asy(4D) -- Dan Cross 16:46:45 SarahMalik: https://en.wikipedia.org/wiki/Do_not_go_gentle_into_that_good_night 18:59:37 anyone know offhand if an event (or maybe something monitorable via contracts) happens when svc.startd fails to stop a service (times out)? 19:26:57 I think, FMA can get it. 19:27:25 but it may have been on oracle solaris where I did poke it... 19:30:27 it might be nice to be able to automatically get a stack trace of processes in the contract if they're not stopping 19:30:43 (sorry about the delay.. got interrupted mid-thought :P) 19:33:27 like write them out to the service log or such... 19:33:45 it would be nice to have probe method (yea, I have spent too much time with solaris clusters;) 19:34:32 could modify svc.startd to do it, but I could also see where that might be going a bit out of scope as well.. just wondering of a nice way to do it... 20:14:30 could you write a dummy service that doesn't die, and ctwatch for it? 20:15:00 that should show you anything contract-y right? 22:55:00 jbk: https://www.illumos.org/issues/17059 might be interesting? 22:55:01 → FEATURE 17059: libscf should offer a committed mechanism to poll for changes (New) 22:57:36 hmm.. maybe 22:58:48 it would be nicer to have a service that could just see a service is 'stuck' and then run pstack (or maybe even fancy an mdb -e "0t$PID::pid2proc | ::walk thread | ::findstack -v"