Hi folks,
since the update mentioned in the title my opensuse 13.1 laptop does not set up DNS resolving any longer. Starting with the next reboot after installing the update I began to see the following in /var/log/messages:
Before the update there was only one single line from ip-up saying "Script /etc/ppp/ip-up finished (pid ...), status = 0x0".
Looks like the update to netconfig has changed its command syntax and thus broke the script ip-up which now fails to set up DNS resolution. This is sort of confirmed by the fact that
works as one would expect but
only returns "unknown host www.google.com".
I already wondered whether this issue was related to the one described in thread #496398 but it focuses on ifup instead of ip-up.
So can anyone tell me how to set up DNS manually and repair the script ip-up such that it works correctly again at the next reboot? Please don't recommend to update any package as - you remember? - I cannot connect to any server by name so zypper can't either.
Thanks in advance!
since the update mentioned in the title my opensuse 13.1 laptop does not set up DNS resolving any longer. Starting with the next reboot after installing the update I began to see the following in /var/log/messages:
Code:
ip-up: Usage
ip-up: netconfig <global options>
ip-up: netconfig <action> <action options>
:
:
ip-up: Active modules: dns-resolver dns-bind dns-dnsmasq nis ntp-runtime
ip-up: Module groups : dns nis ntp
ip-up:
ip-up: ERROR: Exactly one action may be given.
ip-up: Currently given actions: modify no
Looks like the update to netconfig has changed its command syntax and thus broke the script ip-up which now fails to set up DNS resolution. This is sort of confirmed by the fact that
Code:
ping 8.8.8.8
Code:
ping www.google.com
I already wondered whether this issue was related to the one described in thread #496398 but it focuses on ifup instead of ip-up.
So can anyone tell me how to set up DNS manually and repair the script ip-up such that it works correctly again at the next reboot? Please don't recommend to update any package as - you remember? - I cannot connect to any server by name so zypper can't either.
Thanks in advance!