13:11:30 Hello everyone, Has anyone managed to get the OmniOS cloud image working on Kamatera cloud by any chance? I just succeeded on Contabo... it's awesome! Thank you for the .cloud.qcow2 image! 20:55:30 hello all. my OmniOS virtual machine (r151050 with all updates installed) seems to have a small imperfection in the shutdown process 20:56:09 specifically, when I run "poweroff" over SSH and the shutdown process begins, the shell prompt does not return 20:56:47 and the shutdown process continues until the VM powers off, but the sshd never closes the TCP connection 20:58:39 then the SSH session just hangs until the TCP connection times out. I did not troubleshoot the root cause of this, but it looks as if the network stack unconfigures the IPv4 address before sshd service begins to stop 20:59:37 maybe the service dependency is not set correctly or something of this kind 21:14:50 It's not a service thing. Any active sessions are completely isolated from the ssh service (in separate contracts) 21:15:41 This is by design, so that you can stop/start or restart the ssh service (for example, to upgrade it or change the settings) without getting logged out 21:17:00 But I sometimes see this, it's not something I've dug into (or worked out why sometimes it happens and sometimes doesn't)