05:26:44 andyf, tsoome: With my apologies, another small addendum to https://code.illumos.org/c/illumos-gate/+/2355/8 05:26:45 → CODE REVIEW 2355: 14978 ZFS autoexpand property should work for root pools (NEW) | https://www.illumos.org/issues/14978 08:00:15 jclulow np:) 10:05:47 OmniOS stable r151044 has been released - https://omnios.org/rn/r44 15:16:50 sjorge: all of this leave/join by neuroserve made me miss it until an archive check. THanks. 15:28:24 Can @rmustacc and @jbk take another peek at https://code.illumos.org/c/illumos-gate/+/2487 ? I put in goodies for usr/src/test to go along with it. 15:28:25 → CODE REVIEW 2487: 15146 sadb_unlinkassoc() isn't idempotent (NEW) | https://www.illumos.org/issues/15146 15:54:44 danmcd: Yeah, will do. 15:56:10 Thanks for adding tests. 16:43:42 [illumos-gate] 15100 WPTS BVT_SMB2Basic_ChangeNotify_... (write cases) -- Gordon Ross 16:53:26 [illumos-gate] 15067 linker set should be declared WEAK -- Toomas Soome 16:58:32 danmcd: I'll try... but i'm getting beyond swamped at the moment 16:58:46 (of course the days right before i go on vacation) 16:59:11 (of course!) No worries. It's mostly about adding a test to usr/src/test. 16:59:54 this one is especially bizarre... i'm getting more convinced some sort of endpoint software is screwing things up, but can't prove it conclusively... 17:04:26 Ah that lovely burden of proof! 17:06:42 actually you might happen to know this offhand (i'll be source spelunking if not)... is there a dtrace probe that fires when a TCP connection is closed for any reason? 17:08:33 Maybe this? 17:08:34 14905 tcp ip tcp_closei_local state-change 17:09:31 Otherwise use FBT for something like tcp_close_common or something. 17:09:38 (hence source-diving) 17:10:00 hmm that might work 18:43:06 hrm.. an sdt probe for icmp messages would be nice.. we have one when we bump the mib counter 18:43:12 but to have the IP info... 20:37:36 oh this is annoying (but maybe already known to others).. we define ICMP stuff in netinet/ip_icmp.h and inet/ip.h in very similar, but not exactly teh same way 20:59:00 andyf: hey, I think you know this. How do the SMF seeds become repository.db? 21:30:00 danmcd: as far as you're aware, any inbound packet dropped (assume no IPsec policies or ipf in the picture) goes through ip_drop_input, right? 21:30:29 don't we have dtrace probes for drops? 21:31:12 they're implemented there 21:31:27 but appear to be somewhat useless due to #13578 21:32:22 but instead of the sdt probe there, can instead just use the slightly more involved fbt probe + decode fn args 22:00:47 richlowe: usually by a simple cp command unless you only have the xml files then you need something like manifest import 22:01:05 I need more detail than that, unfortunately 22:01:10 (I know about the copying, though) 22:01:15 In what context? 22:01:35 without the copying, I had it working -- which I'm told is surprising and/or mystical. 22:01:39 richlowe: checkout https://github.com/illumos/image-builder/blob/main/src/main.rs#L1523-L1584 22:01:53 then it broke for reasons that aren't worth going into, and those mysteries became important. 22:02:33 I'm not yet following 22:07:39 I filled andy in elsewhere, and unfortunately, we're just both confused 22:20:38 I am assuming bitness and nvlist binary format magic issues? 22:29:16 deeper than that, sadly 22:29:32 but the fact I was previously pulling off something it seems everyone believes to be magic is making it harder to debug. 22:29:48 because everyone just tells me oh, that doesn't work 22:29:49 and it did! it did! 22:30:26 You're a wizard Richard 22:36:04 computers can sense when you are getting a little too happy, that's when they decide to take you down a notch or two 22:36:59 ./computers/girlfriends/ lawl 22:37:15 yeesh 22:37:20 j/k :) 22:37:26 <3 22:51:23 oops pardon latency jbk, yes it should go through ip_drop_input. 22:52:58 ok