<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: running suse linux without nscd in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/running-suse-linux-without-nscd/m-p/5073858#M49074</link>
    <description>Hey,&lt;BR /&gt;&lt;BR /&gt;I don't know anything about nscd, but I once had a .local domain and when we started using SuSE 9.1 we had problems with name resolution.&lt;BR /&gt;&lt;BR /&gt;I found something in the release notes about SuSE using mDNS (multicast DNS) for name resolution for .local domain names.&lt;BR /&gt;&lt;BR /&gt;The fix at the time was to modify the resolver library like this:&lt;BR /&gt;&lt;BR /&gt;perl -pi -e 's/local/lozal/g' /lib/libresolv.so.2&lt;BR /&gt;&lt;BR /&gt;This replaces all instances of "local" with "lozal".&lt;BR /&gt;&lt;BR /&gt;A quick search turns up this page:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.novell.com/documentation/sled10/readme/release_notes_sp1.html" target="_blank"&gt;http://www.novell.com/documentation/sled10/readme/release_notes_sp1.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;4.8 Joining a Local Active Directory Domain During Installation&lt;BR /&gt;&lt;BR /&gt;If you want to join a â  .localâ   Active Directory domain during the SLED 10 SP1 installation, disable the mdns handling by adding mdns off to the /etc/host.conf file.&lt;BR /&gt;&lt;BR /&gt;I don't know if it has been changed in recent versions because we have changed our internal domain name.  The easiest way to find out if this is your problem is to run a tcpdump while  doing a dns lookup.  If it uses port 53 then it is normal DNS.  If it is using port 5353 then it is using mDNS.</description>
    <pubDate>Sun, 14 Oct 2007 14:47:27 GMT</pubDate>
    <dc:creator>David Kirk_2</dc:creator>
    <dc:date>2007-10-14T14:47:27Z</dc:date>
    <item>
      <title>running suse linux without nscd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/running-suse-linux-without-nscd/m-p/5073854#M49070</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;I've got SLES 10 running on DL 580 ProLiant G4 series.&lt;BR /&gt;&lt;BR /&gt;Customer wants me to run the system without nscd(Name Service Caching Daemon). If I stop nscd (also tried to restart the machine), resolving host names stops working. How do I configure resolver libs to work without nscd&lt;BR /&gt;on SuSE, as I never had that kinda problem on other linux distributions (debian, redhat, ...).&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Borut&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Oct 2007 22:10:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/running-suse-linux-without-nscd/m-p/5073854#M49070</guid>
      <dc:creator>borut kurnik_1</dc:creator>
      <dc:date>2007-10-11T22:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: running suse linux without nscd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/running-suse-linux-without-nscd/m-p/5073855#M49071</link>
      <description>I've never had such an issue either, but my guess is it's related to the contents of '/etc/nsswitch.conf'.&lt;BR /&gt;&lt;BR /&gt;After verifying nsswitch.conf's contents, verify the resolv.conf contents, then stop the daemon (you shouldn't *have* to reboot).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Oct 2007 23:12:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/running-suse-linux-without-nscd/m-p/5073855#M49071</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-10-11T23:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: running suse linux without nscd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/running-suse-linux-without-nscd/m-p/5073856#M49072</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;Thanks, Stuart.&lt;BR /&gt;&lt;BR /&gt;I know it's awkward, but I never tried to run&lt;BR /&gt;suse distro without nscd and it's the same&lt;BR /&gt;situation on all suse boxes (SLES, OpenSUSE).&lt;BR /&gt;&lt;BR /&gt;Both files are exactly like on my other machines:&lt;BR /&gt;&lt;BR /&gt;resolv.conf &lt;BR /&gt;-----------------------------------------&lt;BR /&gt;domain add.local&lt;BR /&gt;search add.local &lt;BR /&gt;nameserver 172.28.16.50&lt;BR /&gt;-----------------------------------------&lt;BR /&gt;&lt;BR /&gt;nsswitch.conf&lt;BR /&gt;-----------------------------------------&lt;BR /&gt;passwd: compat&lt;BR /&gt;group:  compat&lt;BR /&gt;&lt;BR /&gt;hosts:      files dns&lt;BR /&gt;networks:   files dns&lt;BR /&gt;&lt;BR /&gt;services:   files&lt;BR /&gt;protocols:  files&lt;BR /&gt;rpc:        files&lt;BR /&gt;ethers:     files&lt;BR /&gt;netmasks:   files&lt;BR /&gt;netgroup:   files nis&lt;BR /&gt;-----------------------------------------&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;xen1:~ # /etc/init.d/nscd start&lt;BR /&gt;Starting Name Service Cache Daemon                                    done&lt;BR /&gt;xen1:~ # ping sancho&lt;BR /&gt;PING sancho.add.local (172.28.16.20) 56(84) bytes of data.&lt;BR /&gt;64 bytes from sancho.add.local (172.28.16.20): icmp_seq=1 ttl=64 time=0.206 ms&lt;BR /&gt;64 bytes from sancho.add.local (172.28.16.20): icmp_seq=2 ttl=64 time=0.199 ms&lt;BR /&gt;&lt;BR /&gt;--- sancho.add.local ping statistics ---&lt;BR /&gt;2 packets transmitted, 2 received, 0% packet loss, time 999ms&lt;BR /&gt;rtt min/avg/max/mdev = 0.199/0.202/0.206/0.014 ms&lt;BR /&gt;xen1:~ # ping sancho.add.local&lt;BR /&gt;PING sancho.add.local (172.28.16.20) 56(84) bytes of data.&lt;BR /&gt;64 bytes from sancho.add.local (172.28.16.20): icmp_seq=1 ttl=64 time=0.201 ms&lt;BR /&gt;64 bytes from sancho.add.local (172.28.16.20): icmp_seq=2 ttl=64 time=0.196 ms&lt;BR /&gt;&lt;BR /&gt;--- sancho.add.local ping statistics ---&lt;BR /&gt;2 packets transmitted, 2 received, 0% packet loss, time 999ms&lt;BR /&gt;rtt min/avg/max/mdev = 0.196/0.198/0.201/0.014 ms&lt;BR /&gt;xen1:~ # /etc/init.d/nscd stop&lt;BR /&gt;Shutting down Name Service Cache Daemon                               done&lt;BR /&gt;xen1:~ # ping sancho&lt;BR /&gt;&lt;BR /&gt;xen1:~ # ping sancho.add.local&lt;BR /&gt;&lt;BR /&gt;Any hints please, &lt;BR /&gt;&lt;BR /&gt;Borut&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Oct 2007 00:43:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/running-suse-linux-without-nscd/m-p/5073856#M49072</guid>
      <dc:creator>borut kurnik_1</dc:creator>
      <dc:date>2007-10-12T00:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: running suse linux without nscd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/running-suse-linux-without-nscd/m-p/5073857#M49073</link>
      <description>Freaky..&lt;BR /&gt;&lt;BR /&gt;Things to check further..&lt;BR /&gt;&lt;BR /&gt;Firewall:  Ensure that UDP 53 can go out and come in to this host from 172.28.16.50.  Check the firewall on both 172.28.16.50 and 172.28.16.20.&lt;BR /&gt;&lt;BR /&gt;Hosts file:  Does it have an entry for this host, or are you relying upon DNS?&lt;BR /&gt;&lt;BR /&gt;DNS:  Do a 'dig' or 'nslookup' for that host, see what results you get.&lt;BR /&gt;&lt;BR /&gt;Random question:  Are you using NIS?  Your password/group settings in nsswitch.conf suggest you are.&lt;BR /&gt;&lt;BR /&gt;Failing all of this, verify the validity of the libnss* lib's:&lt;BR /&gt;&lt;BR /&gt;ls -l /lib/libnss*&lt;BR /&gt;&lt;BR /&gt;And then run an 'rpm -V glibc' to verify that the lib's themselves haven't been modified.</description>
      <pubDate>Fri, 12 Oct 2007 05:16:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/running-suse-linux-without-nscd/m-p/5073857#M49073</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-10-12T05:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: running suse linux without nscd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/running-suse-linux-without-nscd/m-p/5073858#M49074</link>
      <description>Hey,&lt;BR /&gt;&lt;BR /&gt;I don't know anything about nscd, but I once had a .local domain and when we started using SuSE 9.1 we had problems with name resolution.&lt;BR /&gt;&lt;BR /&gt;I found something in the release notes about SuSE using mDNS (multicast DNS) for name resolution for .local domain names.&lt;BR /&gt;&lt;BR /&gt;The fix at the time was to modify the resolver library like this:&lt;BR /&gt;&lt;BR /&gt;perl -pi -e 's/local/lozal/g' /lib/libresolv.so.2&lt;BR /&gt;&lt;BR /&gt;This replaces all instances of "local" with "lozal".&lt;BR /&gt;&lt;BR /&gt;A quick search turns up this page:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.novell.com/documentation/sled10/readme/release_notes_sp1.html" target="_blank"&gt;http://www.novell.com/documentation/sled10/readme/release_notes_sp1.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;4.8 Joining a Local Active Directory Domain During Installation&lt;BR /&gt;&lt;BR /&gt;If you want to join a â  .localâ   Active Directory domain during the SLED 10 SP1 installation, disable the mdns handling by adding mdns off to the /etc/host.conf file.&lt;BR /&gt;&lt;BR /&gt;I don't know if it has been changed in recent versions because we have changed our internal domain name.  The easiest way to find out if this is your problem is to run a tcpdump while  doing a dns lookup.  If it uses port 53 then it is normal DNS.  If it is using port 5353 then it is using mDNS.</description>
      <pubDate>Sun, 14 Oct 2007 14:47:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/running-suse-linux-without-nscd/m-p/5073858#M49074</guid>
      <dc:creator>David Kirk_2</dc:creator>
      <dc:date>2007-10-14T14:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: running suse linux without nscd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/running-suse-linux-without-nscd/m-p/5073859#M49075</link>
      <description>Extrange indeed. In /etc/resolv.conf, you have to choose between the "domain" and "search" options. Remove the "domain" line and try again.&lt;BR /&gt;&lt;BR /&gt;What if you try to resolve the hostname using the dig command?</description>
      <pubDate>Mon, 15 Oct 2007 00:03:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/running-suse-linux-without-nscd/m-p/5073859#M49075</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-10-15T00:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: running suse linux without nscd</title>
      <link>https://community.hpe.com/t5/operating-system-linux/running-suse-linux-without-nscd/m-p/5073860#M49076</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;Sorry guys, been missing for a while...&lt;BR /&gt;&lt;BR /&gt;David, thank you very much. As stupid as &lt;BR /&gt;it seems resolver library hates 'local' domain.&lt;BR /&gt;&lt;BR /&gt;Borut&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Oct 2007 22:34:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/running-suse-linux-without-nscd/m-p/5073860#M49076</guid>
      <dc:creator>borut kurnik_1</dc:creator>
      <dc:date>2007-10-25T22:34:26Z</dc:date>
    </item>
  </channel>
</rss>

