Trisquel 9 | Not able to resolv
- Anmelden oder Registrieren um Kommentare zu schreiben
Hello,
Today I updated to Trisquel etiona. Apparently all updated correctly with the exception of the resolv service. After update my computer cannot resolve any domain names.
I searched on the internet and found a solution that works for me.
1. Modify `/etc/nsswitch.conf` to include your hostname in the hosts line
2. Point your /etc/resolv.conf to /run/systemd/resolve/resolv.conf with
sudo ln -sf /run/systemd/resolve/resolv.conf resolv.conf
3. Restart resolvconf with
sudo systemctl restart resolvconf
That's what made it for me
- Anmelden oder Registrieren um Kommentare zu schreiben