Hugo Herter

Results 63 comments of Hugo Herter

Base for development: ```python connector = aiohttp.UnixConnector(path=unix_socket) headers = { "accept": "application/json", "Content-Type": "application/json" } async with aiohttp.ClientSession(connector=connector) as session: async with session.put(f"/actions", json={"action_type": "SendCtrlAltDel"}, headers=headers) as response: response.raise_for_status() data...

I tried `apt install radv` and the following configuration: ``` interface vmtap4 { AdvSendAdvert on; prefix 2001:bc8:1201:515::/64 { AdvOnLink on; AdvAutonomous on; }; }; ``` This provides an additional IPv6...

The Alpine runtime is not maintained. We may want to deprecate it.

After discussions, we may want to deploy a local image registry on the CRNs, and have the init1 fetch the images from that registry on start. This would prevent the...

Solving this issue as well would be handy: https://github.com/aleph-im/aleph-vm/issues/18

That reads like the right way to go ! :+1:

This may be enough: ```diff diff --git a/runtimes/aleph-debian-11-python/create_disk_image.sh b/runtimes/aleph-debian-11-python/create_disk_image.sh index 7fbb620..c6a10e8 100755 --- a/runtimes/aleph-debian-11-python/create_disk_image.sh +++ b/runtimes/aleph-debian-11-python/create_disk_image.sh @@ -22,7 +22,6 @@ apt-get install -y --no-install-recommends --no-install-suggests \ python3-setuptools \ python3-pip python3-cytoolz...

My understanding from DRDB is that it may be exposed to the single malicious node threat.

Alternatively, we could consider providing a dynamically allocated IPv6 address and a port specified by the program.

This doc may be relevant: https://www.digitalocean.com/community/tutorials/how-to-forward-ports-through-a-linux-gateway-with-iptables