In a fresh install on stretch, with the usual sudo ntkd -dddd -i eth0
[…]
* add_resolv_conf: it wasn't possible to read the /etc/resolv.conf file
* It wasn't possible to modify /etc/resolv.conf, you have to add "nameserver 127.0.0.1" by yourself
[…]
It may be link with a nameserver already used. My resolv.cnf is :
# Generated by NetworkManager
search exploiter.com
nameserver 10.x.x.x
This not a blocker, however it may be quick fix to improve accessibility
In a fresh install on stretch, with the usual `sudo ntkd -dddd -i eth0`
```
[…]
* add_resolv_conf: it wasn't possible to read the /etc/resolv.conf file
* It wasn't possible to modify /etc/resolv.conf, you have to add "nameserver 127.0.0.1" by yourself
[…]
```
It may be link with a nameserver already used. My resolv.cnf is :
```
# Generated by NetworkManager
search exploiter.com
nameserver 10.x.x.x
```
This not a blocker, however it may be quick fix to improve accessibility
In a fresh install on stretch, with the usual
sudo ntkd -dddd -i eth0
It may be link with a nameserver already used. My resolv.cnf is :
This not a blocker, however it may be quick fix to improve accessibility