#[Solved] No internet in vso-pico container
18 messages · Page 1 of 1 (latest)
The vso-pico container uses --network=host, so that should not be an issue. I wonder if you are using any custom DNS configurations.
Rebooting should restore the connection
is there any way other than rebooting?
Have this issue too. ping google.com fails but ping 8.8.8.8 works fine host-shell ping google.com works fine too. Lol?
next time i get the problem (i have rebooted since this was opened), i will try 8.8.8.8
You can right click BlackBox, open a Rescue Mode Terminal and run:
/usr/share/apx/distrobox/distrobox stop apx-vso-pico
(You can also run that with Alt+F2 or a keyboard shortcut)
Note that it will kill everything that's currently running in the vso container
Yes. I do that directly from within apx-vso-pico, when I switch from one network to another, to get internet access back.
host-shell /usr/share...
That kills the shell of course, afterwards I click on the blackbox icon in the GUI and apx-vso-pico is started again as on first access after system startup.
I would recommend against it. It will kill the process that's currently stopping the container.
This sounds like something that could lead to containers going into a broken half-stopped state or data corruption if you're very unlucky.
ah, that makes sense. thank you!
You can fix it also with a remount command, sending it later here once I'm in office
@iron hull @feral girder
sudo umount /etc/resolv.conf
sudo mount --bind /run/host/etc/resolv.conf /etc/resolv.conf
The issue you are experiencing is that it doesn't update the dns server once you change networks, this should fix it
Good to know, thanks