-
elwispAnyone else playing around with propolis?
-
elwisppropolis-cli -s 127.0.0.1 state run just reboots the host
-
» aru looks up what is propolis apart from the bee goo
-
rmustaccIt generated a panic?
-
rmustaccelwisp: What host are you running on? The version of propolis/bhyve from illumos generally need to be fairly in sync.
-
elwispi run it on helios which runs in a VM
-
rmustaccDid the helios vm panic or the guest inside?
-
elwispHard to say what happens because as soon as i run the "state run" it just reboots the machine
-
rmustaccDoes the hypervisor you're running helios in provide nested guest?
-
rmustacc*nested virt
-
elwispah, that might be it!
-
elwisplemme check
-
rmustaccAnd what's rebooting? The VM or the hypervisor?
-
rmustaccI've got to step out for a while, but knowing which of those is rebooting is going to change our next steps a lot. Specifically not your propolis guest, but the helios VM or the hypervisor running the helios VM.
-
elwispthe VM
-
elwispi enabled nesting now, going to try again
-
elwispbut doing a get of state shows that the vm is just "creating"
-
elwispnesting wasnt the issue :)
-
jimklimovcheers, got a question on SMF, in case I missed something in the past year or two: did it by chance grow any way to execute installable late-shutdown logic? (like rc.6/* scripts allowed, or systemd-shutdown hooks)?
-
jimklimovnamely I want to integrate the NUT ability to call the UPS driver when the system is otherwise quiesced, to tell the device to cut the power (when shutdown conditions call for that)
-
jimklimovwhich needs a way to either let certain daemons to survive past the killall phase, or for the shutdown scripts to
-
jimklimovcall the nutshutdown script perhaps after they remounted R/O and lost most of the filesystem that way