Neirac
Neirac
@cneira Thanks for your update. Now also can not support `address_mode = "alloc"` ### cni conf: /etc/cni/conf.d/firecracker.conflist ``` { "name": "firecracker", "cniVersion": "0.4.0", "plugins": [ { "type": "ptp", "ipMasq": true,...
Currently I'm using [SmartOS](https://www.joyent.com/smartos) a derivative of [illumos](https://en.wikipedia.org/wiki/Illumos) to selfhost my home datacenter and fiche is running great on it,so here is what I did to make it work on...
Currently running top inside a jail, it will report the host total memory instead of the memory allowed for the jail to use. nomads need to know how much memory...
It would be nice to be able to orchestrate bhyve instances and run them inside jails.
There is no explanation on how to setup the a docker container using jail-task-driver. Also there is a hard dependency on gtar to uncompress docker images that could be handled...
New features have been added but the documentation is not in sync.
I was trying to boot using ipxe using https://netboot.smartos.org/smartos.ipxe on oracle cloud but fails with the following error: ```shell s/20221215T000744Z/platform/i86pc/kernel/amd64/unix... ok os/20221215T000744Z/platform/i86pc/amd64/boot_archive... ok os/20221215T000744Z/platform/i86pc/amd64/boot_archive.hash... ok WARNING: Couldn't read ACPI SRAT...
Is it possible to have an option to format code to 80 columns?
As part of change [14525](https://www.illumos.org/issues/14525#change-43277) a new walker was introduced that uses a flag parameter to expose the context in which the dcmd was invoked.