Dan McDonald

Results 97 comments of Dan McDonald

Gonna run a test build before I push this, so it'll land tomorrow most likely.

I'm seeing some oddness in some builds. Unsure what to think.

This PR will remain on hold until `/opt/local/bin/gld` shows up in a more modern image (e.g. 22.4).

@Smithx10 - did you recompile iperf3 or update it from pkgsrc/other-upstream? I've seen (mis)behavior like this when a program assumes existence of X implies existence of Y. In your case...

Okay, so TCP_CONGESTION *did* show up v. recently. I'm curious about what parameter was passed for the LX socket option? Maybe Linux does that differently than us (we use a...

> I receive the following error as well when attempting to start the `bind` service on LX CentOS 7 (`3dbbdcca-2eab-11e8-b925-23bf77789921`): > > ``` > setsockopt(519, IP_RECVTOS) failed: Protocol not available...

We need TCP_INFO. This is an illumos issue too...

https://www.illumos.org/issues/14744 tracks this. No guarantees on whether or not this makes it upstream. Once it does, we'll need to plumb it straight into LX. Anyone who's interested in tackling this...

@Adel-Magebinary netlink sockets are a whole other world, and LX isn't necessarily designed to keep up there. I wonder if MySQL (or mariadb) via pkgsrc on a native zone might...

Sorry to make you reproduce this again, but seeing the function stack arguments via`$C` from kmdb on the actual panicking thread will help correspond what threads are doing what.