On Network Manager connectivity check is configured to use http://ping.manjaro.org/check_network_status.txt
, but that site is currently broken redirecting to https://ping.manjaro.org/mailman/listinfo
that does not contain the required text for the connectivity check.
Just disable it, it’s useless anyway. If it tells you that you have no internet you still have to check, as the server may be down.
sudo touch /etc/NetworkManager/conf.d/20-connectivity.conf
1 Like
and inside that file
[connectivity]
enabled=false
1 Like
Not necessary, the empty file will do.
I spoke with @codesardine and he told me he blocked browser access due to bots polling it and increasing server load. It was only down for 10 minutes while he was performing maintenance.
When something like that happens, one may see a on their Wi-Fi status icon. To verify NetworkManager connectivity, you can run this command:
❯ nmcli g
STATE CONNECTIVITY WIFI-HW WIFI WWAN-HW WWAN
connected full enabled enabled missing enabled
This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.