14:47:48 [illumos-gate] 14986 SMB Shares appear to be rename-able from Clients -- Alexander Stetsenko 15:08:57 mmm, I do love how gnu make -j is fork bomb and how latest and greatest linux is dead from that.... 15:20:45 is delphix.run still needed in zfstests? 15:21:59 didn't they switch to OpenZFS [and linux]? 15:32:55 We can probably nuke it unless we wanna keep it for historical reasons (which may be reason enough to NOT nuke it...). 15:36:02 it'll be waiting there in the history if we do want to resurrect it 15:45:45 In that case, feel free to nuke it? 16:29:25 for history, we do have git anyhow. 16:44:07 [illumos-gate] 14969 Improve elfcap.chk CPPFLAGS -- Robert Mustacchi 17:25:29 danmcd: (since you'd probably know offhand if anyone).. is there an easy way to tell how long a TCP socket has been sitting in a given state? 17:25:57 (e.g. i'm seeing about 6000 sockets all in SYN_SENT -- just wondering how long they've been sitting there) 17:25:58 I don't know off the top of my head. 17:26:23 There probably is a timeout somewhere in conn_t or tcp_t, but I'll be damned if I know what it is immediately w/o source-diving. 17:27:22 ok 17:27:36 (also: netstat -u doesn't show sockets in SYN_SENT apparently) 17:27:43 that feels like it might be a bug 18:52:39 I dunno if we track anything like hrtime of last segment for a given conn, but if we did that would be nice to put in connstat 18:53:06 if this is reproducible you could use dtrace and the TCP state change probes 19:06:50 TCP/IP doesn't use as much hrtime as it should. A lot of it is still lbolt. (I know IPsec needs some SERIOUS rewhacking there e.g.) 19:07:46 yeah, it would be nice to base that all on hrtime 19:07:55 (eventually) 19:24:17 i suspect what's happening is that this thing is immediately spawning several hundred connections to the same S3 IP from behind a nat and the firewall involved is displeased 19:24:54 and is just going 'umm no' and dropping the packets on the floor 19:33:01 should be easy enough to confirm with snoop or `tcp:::send` 20:16:38 r1mikey ping? Are you still working on your Arm fork? 20:18:37 jclulow gerrit does not like me: error: remote unpack failed: error Missing tree 9acf9ad2a30823c04a55d2cd30592403745dbe79 20:18:37 fatal: Unpack error, check server log 20:19:12 jclulow ! [remote rejected] HEAD -> refs/for/master (n/a (unpacker error)) 20:19:45 you're pushing something that doesn't reach a changeset we have, I think? 20:20:59 previous one is 663b59f48c396b41650fffe9e2f20a85e9710c85 20:22:19 let me rebase, I had one missing... 20:30:45 hm, now it did work. so it wants me to be on latest. 23:50:10 [illumos-gate] 14961 validate_pkg crashes with bad manifest -- Andy Fiddaman