**Briefly describe your issue below
How is everyone! I just had a weird thing happen. I booted up parrot after a system update and dns stopped working for me. After checking the router and everything I finally looked in var/log/syslog
and found this:
Apr 23 21:25:53 xicamatl kernel: [ 44.084125] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
**snip**
Apr 23 21:25:54 xicamatl NetworkManager[862]: [1587702354.0171] policy: set ‘flcl’ (wlan0) as default for IPv4 routing and DNS
Apr 23 21:25:54 xicamatl NetworkManager[862]: [1587702354.0175] dns-mgr: Writing DNS information to /sbin/resolvconf
important thing
Apr 23 21:25:54 xicamatl NetworkManager[1732]: /etc/resolvconf/update.d/libc: Warning: /etc/resolv.conf is not a symbolic link to /run/resolvconf/resolv.conf
Apr 23 21:25:54 xicamatl NetworkManager[862]: [1587702354.0405] device (wlan0): Activation: successful, device activated.
Apr 23 21:25:54 xicamatl NetworkManager[862]: [1587702354.0418] manager: NetworkManager state is now CONNECTED_GLOBAL
Apr 23 21:25:54 xicamatl systemd[1]: systemd-hostnamed.service: Succeeded.
/etc/resolv.conf turned
out to have nothing in it except [something] 127.0.0.1
so I deleted it and symlinked to /run/resolvconf/resolv.conf
and dns starting working
Does this make sense to anyone? How did things get like this?
The only thing I’d done was update the system (using GUI app)
What version of Parrot are you running? (include version (e.g. 4.6), edition(e.g. Home//KDE/OVA, etc.), and architecture (currently we only support amd64)
latest and greatest
What method did you use to install Parrot? (Debian Standard / Debian GTK / parrot-experimental)
standard, I think
Configured to multiboot with other systems? (yes / no)
sharing a mac Mini with Macos
List your hardware specs to include make, model and firmware (when applicable):?
2014 mac Mini
If there are any similar issues or solutions, link to them below:
If there are any error messages or relevant logs, post them below:
see above!