12:31:18 I have a small tool that downloads cloud images and creates and runs VMs based on them. I'm trying to support OmniOS (tried first OpenIndiana)... 12:31:42 https://github.com/alexpdp7/cloud-run/pull/16 is mostly working, but I think cloud-init is not provisioning my users- I cannot see anything on the terminal about cloud-init, so unsure about how to troubleshoot 12:31:50 (or even know if cloud-init is running at all...) 12:32:18 does the cloud image have any preset user? haven't found that in the docs 12:34:39 Yes, is configures a user called `omnio` 12:34:44 *omnios 12:35:01 Cloud init should be quite noisy on the console 12:35:09 Are you using one of the official cloud images for this? 12:36:20 If cloud init failed for some reason, you should be able to log in as root with no password and look at the log 17:33:30 ah, nice! I'm using https://downloads.omnios.org/media/stable/omnios-r151048.cloud.raw.zst ... root with no password works, thanks 17:33:45 actually, cloud-init took a long time to run, and then showed something on the console 17:34:03 it couldn't find metadata, I guess my injection mechanism doesn't work well- it's only been tested on Linux 17:36:10 I'm mounting an ISO for metadata 18:04:50 I think that should work, that's how bhyve VMs inject metadata on omnios and we do run the omnios cloud image in there. I'll be interested in what you find out