-
nikolamAnyine 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?
-
nikolamI suppose this were easier since it is regular OS, not hypervisor, plus packages geekblood.wordpress.com/2017/10/26/…and-a-desktop-environment-on-omnios
-
jperkinthere are ways to do it but they are all incredibly hacky, and there's zero advantage to doing so instead of just using OmniOS
-
tsoomeif you want desktop, just get OI?;)
-
nikolamI 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..
-
nikolamjperkin, tsoome all great answers. Unfortunately Smartos with desktop Vm sounds most sexy to me
-
tsoomeup to you of course:D
-
nikolamOne 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.
-
nikolamAlso means, if having SmartOS server, why not also be able to log into graphical console in VM and do something on Desktop
-
tozhudanmcd: do you hit this issue on latest commit when build smartos? pastebin.com/m8jCRD93
-
jbkwhat's the most recent commit in your illumos-joyent branch?
-
jbki've been building off this commit: 9124e9e3216120fa0945cd22692ae6357a686988 a _lot_ last week
-
jbkand seemed to be ok
-
jbkand have you tried doing a 'gmake clean' and then re-doing gmake world?
-
jbkI 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..
-
danmcd@tozhu I'd suggest a rebuild from scratch.
-
jbkor if bits were left over, it might have also confused make
-
danmcd^^^
-
bahamatOS-8499
-
jinni
-
barfieldIs it possible to set guest_block_size or customer_metadata in an image manifest?
-
barfieldif 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.
-
tozhujbk, the commit id: 9124e9e3216120fa0945cd22692ae6357a686988
-
tozhuand I have tried ‘gmake clobber’
-
jbkhrm..
-
jbkdanmcd: github.com/TritonDataCenter/illumos…cmd/cmd-crypto/decrypt/Makefile#L50 -- should that maybe depend on '$(PROG)' ?
-
jbktozhu: if you're comfortable trying this, maybe that line in the link (usr/src/cmd/cmd-crypto/decrypt/Makefile line 50)
-
jbkchange '$(ROOTDECLINK):' to '$(ROOTDECLINK): $(PROG)'
-
jbk... or not
-
tozhujbk: Thank you very much, I’ll try