curl doesn't work
when attempting to do anything using curl inside vso shell, you get a host not resolved error. i workaround this in interactive shells by aliasing curl to host-shell curl, but this is quite inconvenient.
Issue fixed after reset-vso
Issue has just continued, reopening
I've did my testing and on vso-pico's first boot it will work, but after i reboot the system everything breaks.
potentially relevant information:
amp@apx-vso-pico:~$ host-shell systemctl status network.target
● network.target - Network
Loaded: loaded (/usr/lib/systemd/system/network.target; static)
Active: active since Sat 2025-06-21 11:56:56 IST; 3min 39s ago
Invocation: 79c08b30ad6f4001b75b161f2b2de4a2
Docs: man:systemd.special(7)
https://systemd.io/NETWORK_ONLINE
Jun 21 11:56:56 amp systemd[1]: Reached target network.target - Network.
amp@apx-vso-pico:~$ systemctl status network.target
○ network.target - Network
Loaded: loaded (/usr/lib/systemd/system/network.target; static)
Active: inactive (dead)
Docs: man:systemd.special(7)
https://systemd.io/NETWORK_ONLINE
also by running systemctl reboot inside the vso container, it works again
so this probably is an issue with vso starting very early on boot, not a bad network implementation