Dan McDonald

Results 97 comments of Dan McDonald

Per an offline conversation with @smokris , I'm going to take over guiding this PR in. Depending on how cooperative github is, I may need to close this and open...

Dumb question: Are these zones native or LX? If so, there are some additional tests that MIGHT be able to run.

First off, thanks for information it's LX, that's useful. Doing a bit of diving (after knowing it's LX), however, it's not clear to me whether or not there's a way...

Lots of details up top makes it hard for me to understand the exact problem. I saw the snoops above, and the non-working one is sending packets that appear never...

"What is strange, is that by just disabling the firewall on 1 of the instances, all of the other instances started to honor the rule and started passing traffic." I'm...

This looks like something people forgot about as a fire burned somewhere. The GIST you cite should be enough to take and run with it. I'd suggest moving said gist...

I have the corefile. Apparently there's only one thread: ``` nowhere(~)[0]% mdb svc.startd.core Loading modules: [ svc.startd libumem.so.1 libc.so.1 libuutil.so.1 libnvpair.so.1 libsysevent.so.1 ld.so.1 ] > $L lwpid 178 is the...

The only obvious way I see this function failing is if: ``` 439 case TCP_NODELAY: 440 if (optlen != sizeof (int32_t)) 441 return (EINVAL); ``` the optlen is wrong, and...

You can run this DTrace script in the global zone (send output to a file, to tee(1), or at least to a many-lines-of-memory terminal) to catch LX instances running TCP_NODELAY....