Skip to main content
deleted 85 characters in body
Source Link
Li-Guangda
  • 287
  • 2
  • 3
  • 12

It's generally a DNS-related issue. Since Arch is now typically dominated by Systemed, you probally need to checkit's likely that the status ofproblem lies with one of its deamonesdaemons, systemd-resolved, which provides network name resolution to local applications.

In my caseSo, the cause of this problemfirst step is that systemd-resolved wasn't running(inactive). So try to check its status first:

systemctl status systemd-resolved 

If you see that the value of Active field is inactive, you need to start it:

systemctl start systemd-resolved 

It's generally a DNS-related issue. Since Arch is now typically dominated by Systemed, you probally need to check the status of one of its deamones, systemd-resolved, which provides network name resolution to local applications.

In my case, the cause of this problem is that systemd-resolved wasn't running(inactive). So try to check its status first:

systemctl status systemd-resolved 

If you see that the value of Active field is inactive, you need to start it:

systemctl start systemd-resolved 

It's generally a DNS-related issue. Since Arch is now typically dominated by Systemed, it's likely that the problem lies with one of its daemons, systemd-resolved, which provides network name resolution to local applications.

So, the first step is to check its status:

systemctl status systemd-resolved 

If you see that the value of Active field is inactive, you need to start it:

systemctl start systemd-resolved 
More detailed.
Source Link
Li-Guangda
  • 287
  • 2
  • 3
  • 12

It's generally a DNS-related issue. Since Arch is now typically dominated by Systemed, you probally need to check the status of one of its deamones, systemd-resolved, which provides network name resolution to local applications.

In my case, the cause of this problem is that systemd-resolved wasn't running(inactive). So try to check its status first:

systemctl status systemd-resolved 

If you see that the value of Active field is inactive, you need to start it:

systemctl start systemd-resolved 

In my case, the cause of this problem is that systemd-resolved wasn't running(inactive). So try to check its status first:

systemctl status systemd-resolved 

If you see that the value of Active field is inactive, you need to start it:

systemctl start systemd-resolved 

It's generally a DNS-related issue. Since Arch is now typically dominated by Systemed, you probally need to check the status of one of its deamones, systemd-resolved, which provides network name resolution to local applications.

In my case, the cause of this problem is that systemd-resolved wasn't running(inactive). So try to check its status first:

systemctl status systemd-resolved 

If you see that the value of Active field is inactive, you need to start it:

systemctl start systemd-resolved 
Source Link
Li-Guangda
  • 287
  • 2
  • 3
  • 12

In my case, the cause of this problem is that systemd-resolved wasn't running(inactive). So try to check its status first:

systemctl status systemd-resolved 

If you see that the value of Active field is inactive, you need to start it:

systemctl start systemd-resolved