08:56:07 Anyine managed to use Smartos as a desktop OS, e.g. to give graphics hardware to use for an HVM (or maybe zone) and access to USB ports etc. and make machine with SmartOS usable as a desktop, while having SmartOS run other VMs in the backgorund? 08:56:35 I suppose this were easier since it is regular OS, not hypervisor, plus packages https://geekblood.wordpress.com/2017/10/26/installing-x11-and-a-desktop-environment-on-omnios/ 09:01:29 there are ways to do it but they are all incredibly hacky, and there's zero advantage to doing so instead of just using OmniOS 10:04:37 if you want desktop, just get OI?;) 10:04:49 I already know how to make and service that run things on boot. Aside from giving VM access to graphics, audio and USB hardware.. what else.. 10:05:16 jperkin, tsoome all great answers. Unfortunately Smartos with desktop Vm sounds most sexy to me 10:05:34 up to you of course:D 10:20:11 One could run both OmniosCE and OI under VM on SmartOS, too. And sooner or later one wouel like to have some hardware accessible to VMs. 10:38:47 Also means, if having SmartOS server, why not also be able to log into graphical console in VM and do something on Desktop 14:52:34 danmcd: do you hit this issue on latest commit when build smartos? https://pastebin.com/m8jCRD93 15:04:16 what's the most recent commit in your illumos-joyent branch? 15:04:58 i've been building off this commit: 9124e9e3216120fa0945cd22692ae6357a686988 a _lot_ last week 15:05:01 and seemed to be ok 15:07:32 and have you tried doing a 'gmake clean' and then re-doing gmake world? 15:08:16 I suspect the upstream change to stop isaexec-ing some of the crypto bits is probably the most relevant change, but it could be that it might have just exposed a timing bug in the build as well.. 16:22:38 @tozhu I'd suggest a rebuild from scratch. 16:22:42 or if bits were left over, it might have also confused make 16:22:47 ^^^ 18:46:18 OS-8499 18:46:19 https://smartos.org/bugview/OS-8499 19:44:37 Is it possible to set guest_block_size or customer_metadata in an image manifest? 19:46:10 if not how do I set guest_block_size at provisioning time? I know how to set metadata at provisioning time I just thought it would be nice if it could be done from papi. 23:14:58 jbk, the commit id: 9124e9e3216120fa0945cd22692ae6357a686988 23:15:18 and I have tried ‘gmake clobber’ 23:17:32 hrm.. 23:18:46 danmcd: https://github.com/TritonDataCenter/illumos-joyent/blob/master/usr/src/cmd/cmd-crypto/decrypt/Makefile#L50 -- should that maybe depend on '$(PROG)' ? 23:19:25 tozhu: if you're comfortable trying this, maybe that line in the link (usr/src/cmd/cmd-crypto/decrypt/Makefile line 50) 23:19:38 change '$(ROOTDECLINK):' to '$(ROOTDECLINK): $(PROG)' 23:19:44 ... or not 23:49:16 jbk: Thank you very much, I’ll try