02:50:15 jaap: https://www.tumfatig.net/tags/omnios/ 02:51:45 And the Stephen's Machine Room yt channel 03:13:03 And many moore, i'll post them later 09:27:25 I have omnios in a vm. If I ssh to it, then shut it off (I use the command "poweroff"), the ssh session stay hanged. Looks like the shutdown process doesn't give time to sshd to close the connections. This happens with omnios only. Any ideas? 10:17:45 szilard: thanks! I'll have a look. The OmniOS docs aren't bad, but not a good start if this is the first time touching anything Solaris/illumos-based 10:28:50 ik5pvx: shutdown -i5 -g0 -y 10:28:54 Use that instead 10:47:16 interesting 10:48:02 so halt/poweroff/reboot (which are all the same file, just hardlink) do the thing. shutdown is actually a script that changes the runlevel. 10:48:34 need to check what's different in openindiana then 10:56:19 jaap: LEt me collect you my info sources... 11:11:40 jaap: I am watching / reading this blogs & sites: https://pastebin.com/raw/J9LJJFJY 11:12:17 maybe you could add my blog to the list, but it isn't really well written:https://extrowerk.com 11:52:21 ok in openindiana the commands are the same as in omnios. So maybe some subtle differences on what gets gracefully killed before shutting down is what makes one close ssh properly and the other not 11:53:05 anyway, I'm going to make myself an alias, as I have poweroff in muscle memory :-) 12:02:11 well... it didn't close ssh properly even with the shutdown command 12:33:54 I think my favorite command in GZ is : ls -tal `svcs -LZ` | head -10 14:12:04 szilard: that's awesome, thanks a bunch, your own blog is cool too 14:12:14 szilard: this will help a lot! 14:34:28 jaap: have fun and do not forget to have fun! 14:35:32 szilard : top! 14:40:15 jaap: of course there are many other blogs one can learn. Sadly most articles and guides are written for docker. To solve this I rely on guides meant for OpenBSD. If a program / workload can be run on OpenBSD the chances are good to be able to compile / setup / get it working on Illumos. 14:41:29 And it feels like OpenBSD getting popularity lately, or maybe it is just my bias as I follow mainly OBSD blogs. 15:28:30 jaap: for a lot of the basics you may well find other illumos/smartos/open indiana (and even solaris) blogs / guides can help get you started and explain some of the principles. 15:31:59 you will find some divergence between things (particularly between more recent solaris and the illumos family of distributions) but sometimes you can get some idea of how things should work then check the details in the omnios documentation. 15:33:39 and if you've come from a more Linux based background one good difference is you'll usually find the man pages in omnios are generally very informative 16:12:02 sadly most of the old solaris (10) blogs have disappeared in the meantime. 16:12:55 And solaris 11 have really bad renome since oracle bought it.