13:38:57 oh what fun when you uncover a bug and several more come scrambling out of the light :) 13:43:36 myrkraverk: Jellyfin 13:58:02 [illumos-gate] 18134 Panic in tem module due to stale queue_t (Fix DEBUG) -- Gordon Ross 15:51:06 toasterson, C: 15:56:46 C:\> 18:16:38 sommerfeld: re the smf stuff.. one thing I haven't found documented anywhere (though could easily have missed it), which was giving me concerns was what was actually going on with some of those int values (i.e. were we losing fidelity or such) 18:16:57 but apparently libscf always reads the values from a column as strings 18:17:32 and sqlite I guess stores values > LONG_MAX as a VARCHAR (or despite how we're defining the table, libscf is doing that since sqlite allows it) 18:18:08 and libscf then parses the string value back to whatever type it's expecting (or at least attempts to and errors... or in this case trips an assert if it can't) 18:18:48 maybe it's just from dealing with other sql databases, but that detail seems like something that should be put down somewhere 18:18:58 (though I admit i'm not sure exactly where) 18:28:48 jbk, sorry about this, my boss is asking about the ice driver and when it'll be available since we have a fileserver sitting idle waiting for it. How's progress coming on that driver? Any hopes of it being ready in the next few months? 18:32:25 hopefully.. i'm actually working on it today 18:32:39 after having to take care of a few other issues... 18:33:16 just understand, it is probably one of (if not the) most complicated NICs out there 18:36:52 and unlike say the mellanox NICs where you can largely ignore the stuff you're not using, you can't do that with ice 18:37:31 Yep, I've explained that to him (and he even seemed to understand a bit). 18:37:55 I'll let him know we might have something in a month or two. I think he'll be ok with that. 21:28:23 nomad: probably the biggest thing would be to have systems that are able to test the driver (but non-prod... because it's test) just to make sure there aren't any odd corner cases causing problems 21:28:48 jbk: that's what I'm holding this new server for. 21:29:03 We haven't put it in production yet because of exactly that need.