Hi Carlos, Here is the output: linux:/home/user # cat /etc/resolv.conf | egrep -v "^[[:space:]]*$|^#" search localdomain nameserver 192.168.0.1 nameserver fe80::1%enp0s31f6 linux:/home/user # cat /etc/host.conf | egrep -v "^[[:space:]]*$|^#" order hosts, bind multi on Somehow your script for getting English messages does not work for me... Stefan Am Montag, 25. Februar 2019, 14:43:51 CET schrieb Carlos E. R.:
Ok, so name resolution fails.
The next thing is:
cat /etc/resolv.conf | egrep -v "^[[:space:]]*$|^#" cat /etc/host.conf | egrep -v "^[[:space:]]*$|^#"
Ah, side note. I have /usr/local/bin/english:
#!/bin/sh LANG=en_US.UTF-8 \ LC_ALL=en_US.UTF-8 \ DICTIONARY=english \ KDE_LANG=en_US.UTF-8 \ exec "$@"
And then I do:
ingles ping google.com
to get the error messages in English so that we can all read them
-- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org