-
sjorge
yeah, and if people want to run propolis, a brand for omnios for that would make more sense
-
pmooney
yeah, there's nothing in propolis which depends on oxide-specific bits
-
tsoome
how can I inject NMI from UTM (qemu)?
-
andyf
`nmi 0` from the qemu query monitor, if you can get to it
-
tsoome
hm. I see...
-
tsoome
with serial port -> target, one can map monitor.
-
richlowe
C-a c gets you to the monitor
-
richlowe
whether the target supports an NMI varies
-
gitomat
[illumos-gate] 15921 ptools should not be isaexec'd -- Richard Lowe <richlowe⊙rn>
-
tsoome
nice.
-
richlowe
I have a branch doing more, but let's let that settle first...
-
tsoome
do you have ipf in that branch too?
-
richlowe
yes
-
richlowe
I have literally every consumer of isaexec except in.iked which we can't fix
-
tsoome
am, ok
-
tsoome
there is "14128 ipf: only build 64-bit commands" - and branch I apparently have forgot to bind with gerrit:D
-
richlowe
well, feel free to go before me :)
-
richlowe
or look at the thing I just sent you and take the ipf bits if they seem better
-
tsoome
ok
-
richlowe
I remember it was unpleasant, so it's likely they don't seem better
-
ptribble
I was wondering what the plan for in.iked was, as we don't do anything with the closed bits other than unpack them
-
danmcd
in.iked can be repackaged to be 64-bit only.
-
danmcd
But it's closed so no love/hope for ARM there.
-
richlowe
danmcd: we would have to find a way to move it
-
richlowe
which isn't worth the effort, really
-
richlowe
because as you say, it doesn't actually solve any real problem.
-
richlowe
the easiest we could do is hardlink it
-
richlowe
(to the real binary, rather than isaexec)
-
danmcd
Yeah, hardlink would suffice if the goal is, "kill isaexec".
-
richlowe
the goal is "deliver things in a way that makes sense going forward"
-
richlowe
so either way
-
richlowe
I have a branch in flight that rationalizes some other closed-bin things too, but I'm not sure if that's for illumos-gate yet.
-
danmcd
The IKE certutils are stuck at 32-bit, but they honestly shouldn't need to be 32-bit NOR closed (i.e. they could be rewritten to use openssl and/or pktool).