-
gitomat
[illumos-gate] 14986 SMB Shares appear to be rename-able from Clients -- Alexander Stetsenko <astetsenko⊙rc>
-
tsoome_
mmm, I do love how gnu make -j is fork bomb and how latest and greatest linux is dead from that....
-
tsoome_
is delphix.run still needed in zfstests?
-
tsoome_
didn't they switch to OpenZFS [and linux]?
-
danmcd
We can probably nuke it unless we wanna keep it for historical reasons (which may be reason enough to NOT nuke it...).
-
pmooney
it'll be waiting there in the history if we do want to resurrect it
-
danmcd
In that case, feel free to nuke it?
-
tsoome_
for history, we do have git anyhow.
-
gitomat
[illumos-gate] 14969 Improve elfcap.chk CPPFLAGS -- Robert Mustacchi <rm⊙fo>
-
jbk
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?
-
jbk
(e.g. i'm seeing about 6000 sockets all in SYN_SENT -- just wondering how long they've been sitting there)
-
danmcd
I don't know off the top of my head.
-
danmcd
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.
-
jbk
ok
-
jbk
(also: netstat -u doesn't show sockets in SYN_SENT apparently)
-
jbk
that feels like it might be a bug
-
rzezeski
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
-
rzezeski
if this is reproducible you could use dtrace and the TCP state change probes
-
danmcd
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.)
-
pmooney
yeah, it would be nice to base that all on hrtime
-
pmooney
(eventually)
-
jbk
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
-
jbk
and is just going 'umm no' and dropping the packets on the floor
-
rzezeski
should be easy enough to confirm with snoop or `tcp:::send`
-
toasterson
r1mikey ping? Are you still working on your Arm fork?
-
tsoome_
jclulow gerrit does not like me: error: remote unpack failed: error Missing tree 9acf9ad2a30823c04a55d2cd30592403745dbe79
-
tsoome_
fatal: Unpack error, check server log
-
tsoome_
jclulow ! [remote rejected] HEAD -> refs/for/master (n/a (unpacker error))
-
richlowe
you're pushing something that doesn't reach a changeset we have, I think?
-
tsoome_
previous one is 663b59f48c396b41650fffe9e2f20a85e9710c85
-
tsoome_
let me rebase, I had one missing...
-
tsoome_
hm, now it did work. so it wants me to be on latest.
-
gitomat
[illumos-gate] 14961 validate_pkg crashes with bad manifest -- Andy Fiddaman <illumos⊙fn>