-
majeklaHello 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!
-
Denishello all. my OmniOS virtual machine (r151050 with all updates installed) seems to have a small imperfection in the shutdown process
-
Denisspecifically, when I run "poweroff" over SSH and the shutdown process begins, the shell prompt does not return
-
Denisand the shutdown process continues until the VM powers off, but the sshd never closes the TCP connection
-
Denisthen 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
-
Denismaybe the service dependency is not set correctly or something of this kind
-
ptribbleIt's not a service thing. Any active sessions are completely isolated from the ssh service (in separate contracts)
-
ptribbleThis 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
-
ptribbleBut I sometimes see this, it's not something I've dug into (or worked out why sometimes it happens and sometimes doesn't)