Trisquel 9 | Not able to resolv

1 respuesta [Último envío]
Beformed
Desconectado/a
se unió: 01/12/2017

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.

Beformed
Desconectado/a
se unió: 01/12/2017

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