[Assist] haven't use parabola in two weeks and not sure how to fix errors

bill-auger bill-auger at peers.community
Sat Sep 5 20:34:51 GMT 2020


that indicates that you do not have a DNS server configured -
how to configure one, depends on your preference - 
the simplest way is to add one explicitly to /etc/resolv.conf

it could be that you are not connected to the internet - try
this command:

  $ ping -c 1 93.95.226.249 &> /dev/null && echo "connected" || echo "not connected"

if that command gives: "not connected"; check if NetworkManager
is enabled:

  $ rc-status | grep NetworkManager

if that command does not show "[  started  ]"; 
try enabling it, then reboot afterward:

  $ sudo rc-update add NetworkManager default


More information about the Assist mailing list