4censord

Results 95 comments of 4censord

> For these 'diskless' VMs will you be installing an OS after it boots (either from cdrom or PXE)? I'm just trying to make sure I understand the use case...

> seems to crash the VM as it tries to address it and most probably is killed by hypervisor due to seg fault. > but I'd prefer to not have...

Okay, I will try to replicate tomorrow. For now, here are my versions/setup. Xen orchestra (Appliance on the stable channel, not updated for a few weeks) ``` - node: 16.14.2...

I have done some testing. I have attached some terraform files. I can reproduce the static_max value being set incorrectly to the value of the template when the vm has...

Just ran into this again with a new deployment

If the files is not a tar file, why would one name it `tar.gz`? In this case, it's not an archive, but simply a compressed elf file.

The server is created here (https://github.com/lumeland/lume/blob/ecdafbf6c28cae91f1d6a573d888051ec1fb2407/core/server.ts#L81C1-L92C4) The documentation does not mention anything about running dualstack (https://deno.land/[email protected]?s=Deno.ListenOptions) Having it listen on **only** IPv6 is as simple as ```diff diff --git a/core/server.ts...

Also, i now know why i says `localhost` instead of `127.0.0.1`or similar, that is the recomendation in the docs, for windows reasons. > Note about 0.0.0.0 While listening 0.0.0.0 works...