rc@bearbook ~/g/vmz (main)> ./zig-out/bin/vmz vmz: press Ctrl-] to quit the VM console cat: can't open '/sys/class/virtio-ports/vport1p0/name': No such file or directory udhcpc: started, v1.37.0 udhcpc: broadcasting discover udhcpc: broadcasting select for 192.168.64.147, server 192.168.64.1 udhcpc: lease of 192.168.64.147 obtained from 192.168.64.1, lease time 3600 OpenRC 0.63 is starting up Linux 6.18.22-0-virt (aarch64) * /proc is already mounted * Mounting /run ... [ ok ] * /run/openrc: creating directory * /run/lock: creating directory * /run/lock: correcting owner * Caching service dependencies ... [ ok ] * Remounting devtmpfs on /dev ... [ ok ] * Mounting /dev/mqueue ... [ ok ] * Mounting modloop ... [ !! ] * ERROR: modloop failed to start * Mounting security filesystem ... [ ok ] * Mounting debug filesystem ... [ ok ] * Mounting trace filesystem ... [ ok ] * Mounting persistent storage (pstore) filesystem ... [ ok ] * Mounting bpf filesystem ... [ ok ] * Starting busybox mdev ... [ ok ] * Scanning hardware for mdev ...cat: can't open '/sys/class/virtio-ports/vport1p0/name': No such file or directory [ ok ] * Loading hardware drivers ... [ ok ] * Mounting modloop ... [ !! ] * ERROR: modloop failed to start * Loading modules ...modprobe: can't change directory to '/lib/modules': No such file or directory modprobe: can't change directory to '/lib/modules': No such file or directory [ ok ] * Setting system clock using the hardware clock [UTC] ... [ ok ] * Checking local filesystems ... [ ok ] * Remounting filesystems ... [ ok ] * Mounting local filesystems ... [ ok ] * Configuring kernel parameters ... [ ok ] * Creating user login records ... [ ok ] * Cleaning /tmp directory ... [ ok ] * Setting hostname to localhost from /etc/hostname ... [ ok ] * Starting busybox syslog ... [ ok ] * Mounting modloop ... [ !! ] * ERROR: modloop failed to start * Starting firstboot ... [ ok ] ~ # apk add curl jq ( 1/11) Installing brotli-libs (1.2.0-r0) ( 2/11) Installing c-ares (1.34.6-r0) ( 3/11) Installing libunistring (1.4.1-r0) ( 4/11) Installing libidn2 (2.3.8-r0) ( 5/11) Installing nghttp2-libs (1.69.0-r0) ( 6/11) Installing libpsl (0.21.5-r3) ( 7/11) Installing zstd-libs (1.5.7-r2) ( 8/11) Installing libcurl (8.19.0-r0) ( 9/11) Installing curl (8.19.0-r0) (10/11) Installing oniguruma (6.9.10-r0) (11/11) Installing jq (1.8.1-r0) Executing busybox-1.37.0-r30.trigger OK: 20.0 MiB in 39 packages ~ # curl -s https://eco.rcast.dev/all.json | jq [ { "Key": "Accept", "Value": "*/*" }, { "Key": "Accept-Encoding", "Value": "gzip" }, { "Key": "User-Agent", "Value": "curl/8.19.0" }, { "Key": "Via", "Value": "2.0 Caddy" }, { "Key": "X-Forwarded-For", "Value": "2a02:a03f:8aec:ad01:836:cd34:767c:375f" }, { "Key": "X-Forwarded-Host", "Value": "eco.rcast.dev" }, { "Key": "X-Forwarded-Proto", "Value": "https" }, { "Key": "X-Real-Ip", "Value": "2a02:a03f:8aec:ad01:836:cd34:767c:375f" } ]