-
gitomat
[illumos-gate] 16397 Re-enable VERW-using x86_md_clear() function on RFDS-afflicted Intel CPUs -- Dan McDonald <danmcd⊙mi>
-
andyf
Nice, thanks danmcd
-
jbk
andyf: do you by any chance have an ena hotfix for 151048m ?
-
andyf
Not handy, I can build one.
-
andyf
Probably really quickly
-
jbk
it keeps hanging trying to install illumos-tools
-
andyf
-
jbk
i'm trying to test out the CRB interface for the tpm driver
-
jbk
our internal server running win2019 for hyper-v testing doesn't have one, and hyper-v so helpfully still lets you add one to a VM, but then it doesn't actually work at all (tried freebsd as well, it won't attach despite it being present)
-
danmcd
YW andyf (sorry, was at the Subaru dealer... literally pushed it from a punchin session to home).
-
jbk
andyf: definitely did the trick..
-
danmcd
23 years later and punchin is still being used!
-
tsoome
ouch.
-
andyf
jbk great - I'm going to RTI that tomorrow. It's holding up well for us too.
-
jbk
awesome
-
jbk
i've building illumos right now on this instance so I can (hopefully) do some quick iteration on the CRB support as needed to get that working
-
andyf
Nice :)
-
andyf
Working with nitro instances almost feels easy these days, with ssh to the serial console etc.
-
jbk
yeah, azure hopefully won't be too bad either (i mean, slow as molasses to provision or do anything else, but)
-
jbk
i've got to look at tsoome's recent commit and see if that works around azure's broken firmware well enough
-
tsoome
um, I was trying to dig trough azure, but haven't got too far yet...
-
tsoome
through*
-
jbk
i mean, unless you want to :)
-
jbk
the one branch doesn't give any output, but it also doesn't reset the VM
-
jbk
so it was at least good enough to get the OS loaded and make sure there wasn't anything else that was needed
-
tsoome
you mean the headers update? I do not think it would help with that issue
-
jbk
i thought i saw some eficonsole changes as well
-
tsoome
only small bits to use/set up guid variables etc
-
tsoome
but I'm working towards the real fix...
-
tsoome
just need to get some test base:D
-
jbk
if you're using omnios, all my hyper-v work's been upstreamed there
-
tsoome
I have both oi and omnios:)
-
jbk
i don't know if oi's grabbed any of it or not
-
tsoome
so I was looking how to set up custom os image in azure etc:)
-
jbk
andyf: does the omni tool allow you to build an VM image?
-
jbk
we convert the raw image to a vhd and then upload that as a blob to azure
-
jbk
then you can create an image from that blob
-
jbk
and then create a vm from that image
-
tsoome
yep. I figured out that much. ofc my first issue was that at the time of working with image, I was behind crappy wifi and image upload was very slow and insterrupted:D
-
tsoome
interrupted even:)
-
andyf
kayak does - and we have cloud images in .raw, .vmdk, .vhd, .qcow2
-
andyf
With omni, it's `omni build_media` but there might be some setup required, I don't remember offhand.
-
tsoome
ou, so I can build vhd directly with kayak? neat.