-
zmoment
hi, first time using SmartOS or any Solaris type OS.
-
zmoment
I have a couple of questions.
-
zmoment
Regarding 'imgadm avail', the images are old. Is there any other source of newer images for BSDs and Linuxes?
-
zmoment
Another question: I cannot add a user to the global zone.
-
zmoment
I've read
docs.smartos.org/persistent-users-and-rbac-in-the-global-zone, but the second command doesn't work 'svcadm disable svc:/site/persist-syscfg:default'
-
zmoment
How to do it?
-
zmoment
And a third question :-)
-
bahamat
zmoment: We provide an array of image versions. FreeBSD and ubuntu are out of date for different reasons, but other images we provide are up to date.
-
zmoment
The zfs pool where the system is installed is unencrypted. Is it possible to encrypt it now after installation? Or can I choose to encrypt it during installation?
-
bahamat
FreeBSD is out of date because there's very little demand for it, and our volunteer vanished.
-
bahamat
Ubuntu is out of date because they used to be built by Canonical, but when Joyent shut down the public cloud the contract with them was ended.
-
zmoment
bahamat: ok. But OpenBSD is at version 6, image from 2017
-
bahamat
MNX is now working on producing new HVM ubuntu images, but we have up to date LX images now.
-
bahamat
Same as FreeBSD, there's extremely little demand for it and it requires too much effort for us to keep up with it. Our resources are much better utilized in other directions.
-
bahamat
But, we'd gladly accept help in keeping those images up to date.
-
bahamat
If you're knowledgable about those OS's, I can go over the build process with you, and you can make any improvements and open pull requests.
-
zmoment
If you have some resource that I can read, I can try to understand it.
-
bahamat
-
bahamat
-
zmoment
So, they are only for kvm not bhyve?
-
bahamat
Well, with Linux we use cloud-init to configure the image.
-
bahamat
KVM provides a mini dhcp service for configuring the network.
-
bahamat
For Free and OpenBSD, we don't have an agent to pull the network information from the metadata service and configure networking.
-
bahamat
The mdata-* tools are available, and they work. But we need something that will actually do the network configuration.
-
bahamat
The data is in JSON format.
-
zmoment
So, lookup what is the name of the network interfaces, do a ifconfig interface xxxxx xxx?