* Stefan Vater <st.vater@web.de> [02-25-19 08:56]:
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
try changing your second nameserver to 8.8.4.4 systemctl restart network and ping google.com show result -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Registered Linux User #207535 @ http://linuxcounter.net Photos: http://wahoo.no-ip.org/piwigo paka @ IRCnet freenode -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org