-
nomadbut 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.
-
richloweyou probably want the developer list to get attention
-
nomadI 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.
-
nomadI hate being such a bother.
-
sommerfeldnomad: Gordon Ross might know where to start looking for this.
-
sommerfeldnomad: 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.
-
gitomat[illumos-gate] 17853 the last vnic will not go gentle into that good night -- Ryan Zezeski <ryan⊙zc>
-
SarahMaliki can't be the only one who thinks that that subject line is cute?
-
szilardI got the reference :)
-
SarahMaliki actually don't
-
SarahMalikbut i kinda think it's cute
-
gitomat[illumos-gate] 17852 want better debugging for asy(4D) -- Dan Cross <cross⊙oc>
-
szilard
-
jbkanyone know offhand if an event (or maybe something monitorable via contracts) happens when svc.startd fails to stop a service (times out)?
-
tsoomeI think, FMA can get it.
-
tsoomebut it may have been on oracle solaris where I did poke it...
-
jbkit might be nice to be able to automatically get a stack trace of processes in the contract if they're not stopping
-
jbk(sorry about the delay.. got interrupted mid-thought :P)
-
jbklike write them out to the service log or such...
-
tsoomeit would be nice to have probe method (yea, I have spent too much time with solaris clusters;)
-
jbkcould 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...
-
richlowecould you write a dummy service that doesn't die, and ctwatch for it?
-
richlowethat should show you anything contract-y right?
-
jclulowjbk: illumos.org/issues/17059 might be interesting?
-
fenix→ FEATURE 17059: libscf should offer a committed mechanism to poll for changes (New)
-
jbkhmm.. maybe
-
jbkit 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"