You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
Probably an edge case but some scenarios domain names are not resolvable and vague errors like unable to fetch packages etc.
The solution is simple in the vagrant box run
$ echo'nameserver 8.8.8.8'| sudo tee /etc/resolvconf/resolv.conf.d/tail && sudo resolvconf -u
which outputs the google dns server into a tail file which gets appended to resolv.conf and is persistent across reboots.
resolvconf -u rebuilds the resolv.conf file
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Probably an edge case but some scenarios domain names are not resolvable and vague errors like unable to fetch packages etc.
The solution is simple in the vagrant box run
which outputs the google dns server into a tail file which gets appended to resolv.conf and is persistent across reboots.
resolvconf -u
rebuilds the resolv.conf fileThe text was updated successfully, but these errors were encountered: