02:06:18 handy! 02:06:44 will anyone go over my slides/notes tomorrow? don't want the first Armenian OmniOS presentation to have any mistakes. 02:07:31 I'll try to upload it to Google Drive... Altho I mostly used Keynote these days. 08:33:16 I'll happily take a look if you point me at them. 08:48:28 at least I've seen the announcement on linkedin! 13:52:48 Hey andyf ! can you check this? https://antranigv.am/misc/OmniOS.pdf 13:56:53 added! 13:57:04 added the IRC and Telegram and Mailing list... that is 14:10:15 antranigv: nice :) may I ask the motivation for these slides? 14:23:52 Ah, now I found your other message about the talk on the other channel. 14:25:06 If you like, and I would highly appreciate this, you may mention my packaging project "SFE" https://sfe.opencsw.org *) which compiles packages for OmniOS / Solaris (and some day again for OpenIndiana). 14:25:45 with *): the "sfe" is only guest/friend on the domain opencsw.org 14:39:35 tomww I tried illumos, I loved it, I wanna spread it 14:39:47 tomww I will indeed! I'm in a cab, I'll add it in the slides in a sec :D 14:58:01 thank you very much and have a perfect talk and lots of listeners! 15:15:46 starting now! 15:36:38 good luck! 16:21:31 thank you ptribble! 19:08:53 We went for 3 hours, with history of Sun, illumos and OmniOS. And did a demo of installation, basics ZFS stuff, PKG, beadm, zones, zadm, dladm and..... smf 19:09:04 they wanted me to do a workshop of DTrace 19:13:21 yeah :) 19:14:50 so... thank you all for all the help in the past weeks. 19:22:18 Nice! 19:40:04 danmcd oh right, thank you for the linux <-> illumos <-> freebsd image :D 20:20:24 Oooh, you stole that, great! The 2016 FOSDEM audience seemed to get that immediately, which I liked. 20:55:17 do I need to be on bloody in order to compile illumos-gate? 21:00:05 No. YOU MIGHT, however, need to alter certain parameters in your .env file (python and perl versions come to mind). 21:00:30 I build -gate on r151048, and when '050 becomes available I'll have to whack my env files to match. 21:06:32 danmcd just had that issue! I modified my env file manually for GCC stuff... I need to learn more about this build process 21:06:55 I also dislike that I can't just cd usr/src/path/to/some/tool && make, to get that tool ONLY 21:07:11 that's something I liked very much in FreeBSD's build process 21:07:33 You can do that to various extents - you can certainly do it once you've done a full build once. 21:07:50 antranigv: you can. I have a outdated blog post on how to do it. 21:07:57 You just need to get into a "build environment" using the `bldenv` command, which you point at the right env file 21:08:07 andyf beat me to the punch. 21:08:16 I don't have a blog post though :) 21:08:39 Mine is so old it assumes ws(1) is the way to go. That's no longer true and at some point ws just needs to be a wrapper to bldenv. 21:09:38 I see 21:09:45 Okay, time to learn that too 21:11:36 but for now, I just want to test and submit this cut(1) patch xD