Dan McDonald
Dan McDonald
NOTE: I'm upstreaming https://www.illumos.org/issues/14464 to make whatever we find here a completely a generic illumos fix (not that I think 14464's code from SmartOS is causing this problem... it just...
As pointed out in OS-5804 above, there's a quick-and-dirty fix that basically wires the requested timer types to the realtime or highres clock (which isn't actually what is requested), OR...
Testing notes are now in the ticket.
Oh and not upstreamed because vnd isn't in -gate. ``` nowhere(~/ws/illumos-gate)[0]% ls usr/src/uts/common/io/vnd usr/src/uts/common/io/vnd: No such file or directory. nowhere(~/ws/illumos-gate)[1]% ```
Sorry for the reset @jperkin , but I found some pbchk errors.
Tested by adding IPv6 routes to an IPMI I have control over. It makes `fmtopo` dump core without the fix, but with the fix it no longer dumps core and...
I don't supposed you can instead get virt-what to detect `container=zone` ?
> I submitted https://listman.redhat.com/archives/virt-tools-list/2022-May/017562.html to `virt-what`. THANK YOU! I hope the folks up in virt-what are open and accepting of this. Please keep us informed. (Also, this should work for...
> This could be one of those cases where we lie and just work, but given the description in glibc, I wonder if we need to keep some brand state...
Additionally @smokris ==> Please inspect $UTS/common/syscall/fcntl.c to make sure the differences in LX's fcntl() vs. native's aren't further apart than Linux apps expect them to be.