vanilla-system-operator icon indicating copy to clipboard operation
vanilla-system-operator copied to clipboard

curl doesn't work

Open 8to16 opened this issue 6 months ago • 6 comments

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.

8to16 avatar Jun 20 '25 21:06 8to16

Issue fixed after reset-vso

8to16 avatar Jun 20 '25 21:06 8to16

Issue has just continued, reopening

8to16 avatar Jun 21 '25 09:06 8to16

I've did my testing and on vso-pico's first boot it will work, but after i reboot the system everything breaks.

8to16 avatar Jun 21 '25 09:06 8to16

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

8to16 avatar Jun 21 '25 11:06 8to16

also by running systemctl reboot inside the vso container, it works again

8to16 avatar Jun 21 '25 11:06 8to16

so this probably is an issue with vso starting very early on boot, not a bad network implementation

8to16 avatar Jun 21 '25 11:06 8to16