Dns_probe_finished_nxdomain

Welcome back @Stan. Sorry you are having problems.

I start by assuming you are using OM Lx 4.2?

Some things to try:

  1. Disable the ufw firewall and reboot. If this works and you are behind a router then you do not need a firewall on you OS anyway so you can make the permanent by running in Konsole:

$ sudo systemctl mask ufw.service

to unmask:

$ sudo systemctl unmask ufw.service

  1. Check to see if you have a package called latest version of systemd:
$ rpm -qa | grep systemd
rpm-plugin-systemd-inhibit-4.16.1.2-2.x86_64
systemd-kcm-1.2.1-5.x86_64
systemd-macros-247.20210315-4.x86_64
lib64systemd0-247.20210315-4.x86_64
lib64nss_systemd2-247.20210315-4.x86_64
systemd-analyze-247.20210315-4.x86_64
systemd-cryptsetup-247.20210315-4.x86_64
systemd-console-247.20210315-4.x86_64
systemd-coredump-247.20210315-4.x86_64
systemd-locale-247.20210315-4.x86_64
systemd-hwdb-247.20210315-4.x86_64
systemd-polkit-247.20210315-4.x86_64
systemd-247.20210315-4.x86_64

All except rpm-plugin-systemd-inhibit and systemd-kcm should have the same version #. There should not be a systemd-resolved packages.

  1. If neither of those help or point to a cause then you may get a faster answer on IRC. Traditional way is to connect to #openmandriva @ Freenode IRC. Also we have this. IRC is where developers are. They are more likey to be able to resolve your issue.

Tip: Please post code as code with the </> icon.

1 Like