-
jclulow
andyf, tsoome: With my apologies, another small addendum to
code.illumos.org/c/illumos-gate/+/2355/8
-
fenix
→ CODE REVIEW 2355: 14978 ZFS autoexpand property should work for root pools (NEW) |
illumos.org/issues/14978
-
tsoome
jclulow np:)
-
fenix
OmniOS stable r151044 has been released -
omnios.org/rn/r44
-
danmcd
sjorge: all of this leave/join by neuroserve made me miss it until an archive check. THanks.
-
danmcd
Can @rmustacc and @jbk take another peek at
code.illumos.org/c/illumos-gate/+/2487 ? I put in goodies for usr/src/test to go along with it.
-
fenix
→ CODE REVIEW 2487: 15146 sadb_unlinkassoc() isn't idempotent (NEW) |
illumos.org/issues/15146
-
rmustacc
danmcd: Yeah, will do.
-
rmustacc
Thanks for adding tests.
-
gitomat
[illumos-gate] 15100 WPTS BVT_SMB2Basic_ChangeNotify_... (write cases) -- Gordon Ross <gwr⊙rc>
-
gitomat
[illumos-gate] 15067 linker set should be declared WEAK -- Toomas Soome <tsoome⊙mc>
-
jbk
danmcd: I'll try... but i'm getting beyond swamped at the moment
-
jbk
(of course the days right before i go on vacation)
-
danmcd
(of course!) No worries. It's mostly about adding a test to usr/src/test.
-
jbk
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...
-
danmcd
Ah that lovely burden of proof!
-
jbk
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?
-
danmcd
Maybe this?
-
danmcd
14905 tcp ip tcp_closei_local state-change
-
danmcd
Otherwise use FBT for something like tcp_close_common or something.
-
danmcd
(hence source-diving)
-
jbk
hmm that might work
-
jbk
hrm.. an sdt probe for icmp messages would be nice.. we have one when we bump the mib counter
-
jbk
but to have the IP info...
-
jbk
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
-
richlowe
andyf: hey, I think you know this. How do the SMF seeds become repository.db?
-
jbk
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?
-
richlowe
don't we have dtrace probes for drops?
-
jbk
they're implemented there
-
jbk
but appear to be somewhat useless due to #13578
-
jbk
but instead of the sdt probe there, can instead just use the slightly more involved fbt probe + decode fn args
-
toasterson
richlowe: usually by a simple cp command unless you only have the xml files then you need something like manifest import
-
richlowe
I need more detail than that, unfortunately
-
richlowe
(I know about the copying, though)
-
andyf
In what context?
-
richlowe
without the copying, I had it working -- which I'm told is surprising and/or mystical.
-
toasterson
-
richlowe
then it broke for reasons that aren't worth going into, and those mysteries became important.
-
andyf
I'm not yet following
-
richlowe
I filled andy in elsewhere, and unfortunately, we're just both confused
-
toasterson
I am assuming bitness and nvlist binary format magic issues?
-
richlowe
deeper than that, sadly
-
richlowe
but the fact I was previously pulling off something it seems everyone believes to be magic is making it harder to debug.
-
richlowe
because everyone just tells me oh, that doesn't work
-
richlowe
and it did! it did!
-
toasterson
You're a wizard Richard
-
rzezeski
computers can sense when you are getting a little too happy, that's when they decide to take you down a notch or two
-
Smithx10
./computers/girlfriends/ lawl
-
richlowe
yeesh
-
Smithx10
j/k :)
-
Smithx10
<3
-
danmcd
oops pardon latency jbk, yes it should go through ip_drop_input.
-
jbk
ok