User Tools

Site Tools


pages:howtos:suse:suse-fix-name-resolution-not-working

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
pages:howtos:suse:suse-fix-name-resolution-not-working [2022/06/27 18:31] – created mischerhpages:howtos:suse:suse-fix-name-resolution-not-working [2022/06/29 14:01] (current) mischerh
Line 1: Line 1:
-{{tag>howto suse tumbleweed dns name resolution nameresolution netconfig}}+{{tag>howto suse tumbleweed update dns name resolution nameresolution netconfig}}
 ====== SUSE Tumbleweed - Fix Name Resolution Not Working After Update ====== ====== SUSE Tumbleweed - Fix Name Resolution Not Working After Update ======
-The symptoms: +  * https://bugs.launchpad.net/cloud-init/+bug/1849296 
-  * host command not working, e.g.: host www.heise.de+  * https://wiki.archlinux.org/title/systemd-resolved 
 +<WRAP center round tip 60%> 
 +Maybe try this later: 
 +  * https://bugzilla.opensuse.org/show_bug.cgi?id=1182107#c2 
 +</WRAP> 
 + 
 +The symptoms after an update for NetworkManager, NetworkManager-bluetooth, NetworkManager-tui, NetworkManager-wwan took place
 +  * host command not working, e.g.: 
 +  <sxh bash; gutter: false>host www.heise.de</sxh>
   ;; communications error to 127.0.0.1#53: connection refused   ;; communications error to 127.0.0.1#53: connection refused
 +
   * /etc/resolv.conf and /var/run/netconfig/resolv.conf have been empty   * /etc/resolv.conf and /var/run/netconfig/resolv.conf have been empty
  
Line 10: Line 19:
 vim /etc/hosts vim /etc/hosts
 </sxh> </sxh>
-<sxh bash; highlight: [146]; title: /etc/hosts>+<sxh bash; highlight: [26-38]; title: /etc/hosts>
 # #
 # hosts         This file describes a number of hostname-to-address # hosts         This file describes a number of hostname-to-address
Line 58: Line 67:
 vim /etc/sysconfig/network/config vim /etc/sysconfig/network/config
 </sxh> </sxh>
-<sxh bash; highlight: []; title: /etc/sysconfig/network/config>+<sxh bash; highlight: [146]; title: /etc/sysconfig/network/config>
 # Path:        Network/General # Path:        Network/General
 ## Description: Global network configuration ## Description: Global network configuration
Line 312: Line 321:
 # #
 WIRELESS_REGULATORY_DOMAIN='' WIRELESS_REGULATORY_DOMAIN=''
 +</sxh>
 +
 +then I have forced netconfig to adjusting /etc/resolv.conf with
 +<sxh bash; gutter: false>
 +netconfig update -f
 </sxh> </sxh>
  
pages/howtos/suse/suse-fix-name-resolution-not-working.1656354666.txt.gz · Last modified: 2022/06/27 18:31 by mischerh