<?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: DNS Configuration problem &amp;amp; Netscape Locking  problem. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-configuration-problem-amp-netscape-locking-problem/m-p/2420661#M766635</link>
    <description>For DNS, check the man page for named.  I'd recommend a good DNS book as a &lt;BR /&gt;reference if you're unfamiliar - "DNS and BIND" from O'Reilly is okay.&lt;BR /&gt;&lt;BR /&gt;As far as your netscape problem goes, deleting the lock file should be &lt;BR /&gt;sufficient.  Generally, even if there is a lock file netscape will still start &lt;BR /&gt;with a warning.&lt;BR /&gt;&lt;BR /&gt;I would guess there is another problem with the box that is causing your &lt;BR /&gt;netscape problems.  The only thing I can think of off the top of my head &lt;BR /&gt;include xauth/xhost problems (not allowing X server connections from the local &lt;BR /&gt;machine).  You don't have a full filesystem somewhere, do you?&lt;BR /&gt;&lt;BR /&gt;You could also try cleaning out the cache in ~username/.netscape/cache</description>
    <pubDate>Thu, 30 Mar 2000 10:58:12 GMT</pubDate>
    <dc:creator>Evan Day_1</dc:creator>
    <dc:date>2000-03-30T10:58:12Z</dc:date>
    <item>
      <title>DNS Configuration problem &amp; Netscape Locking  problem.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-configuration-problem-amp-netscape-locking-problem/m-p/2420658#M766632</link>
      <description>We are using HP UX 10.2. &lt;BR /&gt;&lt;BR /&gt;1. At present we are using the DNS server of our ISP. We would like to &lt;BR /&gt;configure one of our HP UX machine to work as a DNS server. Can anyone help me &lt;BR /&gt;where can I found the documentation for the same.&lt;BR /&gt;&lt;BR /&gt;2. We are using Netscape client for mail &amp;amp; for browser. Today we had a problem &lt;BR /&gt;in one of the machines while starting Netscape. Once I start Netscape, it &lt;BR /&gt;starts and gets the  Netscape screen  and " immediately" it exits. Later I &lt;BR /&gt;figured out that there was a lock file created at the home directory @ &lt;BR /&gt;/home/thomas/.netscape  directory.  I tried with deleting the lock file, then &lt;BR /&gt;with creating a directory using "lock" as directory name. But it didn't work.  &lt;BR /&gt;Can anyone help me on fixing this.&lt;BR /&gt;&lt;BR /&gt;thanks in advance&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Thomas</description>
      <pubDate>Thu, 30 Mar 2000 01:55:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-configuration-problem-amp-netscape-locking-problem/m-p/2420658#M766632</guid>
      <dc:creator>Thomas Varghese_2</dc:creator>
      <dc:date>2000-03-30T01:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Configuration problem &amp; Netscape Locking  problem.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-configuration-problem-amp-netscape-locking-problem/m-p/2420659#M766633</link>
      <description>for the dns portion of your problem I recommend a book&lt;BR /&gt;1 "Dns and Bind"  Paul Albitz, et al;  Paperback;  @ $30.36.&lt;BR /&gt;I have not found the HP documentation as helpful as the book.&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Mar 2000 07:19:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-configuration-problem-amp-netscape-locking-problem/m-p/2420659#M766633</guid>
      <dc:creator>David Rodman_2</dc:creator>
      <dc:date>2000-03-30T07:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Configuration problem &amp; Netscape Locking  problem.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-configuration-problem-amp-netscape-locking-problem/m-p/2420660#M766634</link>
      <description>To configure a secondary DNS server:&lt;BR /&gt;&lt;BR /&gt;# mkdir /etc/named.data&lt;BR /&gt;# chmod 755 /etc/named.data&lt;BR /&gt;copy the following files to this directory from the primary DNS server:&lt;BR /&gt;&lt;BR /&gt;boot.sec, boot.sec.save, db.127.0.0, db.[net] and db.[domain]&lt;BR /&gt;&lt;BR /&gt;# cp /etc/named.data/boot.sec /etc/named.boot&lt;BR /&gt;&lt;BR /&gt;specify the primary server in db.cache&lt;BR /&gt;vi /etc/named.data/db.cache&lt;BR /&gt;&lt;BR /&gt;edit /etc/rc.config.d/namesvrs:&lt;BR /&gt;change NAMED=1 and NAMED_ARGS=""&lt;BR /&gt;&lt;BR /&gt;vi /etc/resolv.conf&lt;BR /&gt;domain [abc.xyz.com]&lt;BR /&gt;nameserver xxx.xxx.xxx.xxx [IP of secondary server]&lt;BR /&gt;nameserver yyy.yyy.yyy.yyy [IP of the primary server]&lt;BR /&gt;&lt;BR /&gt;start named;&lt;BR /&gt;# /sbin/init.d/named start&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Mar 2000 09:35:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-configuration-problem-amp-netscape-locking-problem/m-p/2420660#M766634</guid>
      <dc:creator>Atif Malik_2</dc:creator>
      <dc:date>2000-03-30T09:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Configuration problem &amp; Netscape Locking  problem.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-configuration-problem-amp-netscape-locking-problem/m-p/2420661#M766635</link>
      <description>For DNS, check the man page for named.  I'd recommend a good DNS book as a &lt;BR /&gt;reference if you're unfamiliar - "DNS and BIND" from O'Reilly is okay.&lt;BR /&gt;&lt;BR /&gt;As far as your netscape problem goes, deleting the lock file should be &lt;BR /&gt;sufficient.  Generally, even if there is a lock file netscape will still start &lt;BR /&gt;with a warning.&lt;BR /&gt;&lt;BR /&gt;I would guess there is another problem with the box that is causing your &lt;BR /&gt;netscape problems.  The only thing I can think of off the top of my head &lt;BR /&gt;include xauth/xhost problems (not allowing X server connections from the local &lt;BR /&gt;machine).  You don't have a full filesystem somewhere, do you?&lt;BR /&gt;&lt;BR /&gt;You could also try cleaning out the cache in ~username/.netscape/cache</description>
      <pubDate>Thu, 30 Mar 2000 10:58:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-configuration-problem-amp-netscape-locking-problem/m-p/2420661#M766635</guid>
      <dc:creator>Evan Day_1</dc:creator>
      <dc:date>2000-03-30T10:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: DNS Configuration problem &amp; Netscape Locking  problem.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-configuration-problem-amp-netscape-locking-problem/m-p/2420662#M766636</link>
      <description>Hi Thomas,&lt;BR /&gt;  Concerning your netscape problem, it's very important to set your &lt;BR /&gt;'MOZILLA_HOME=/your/installed/directory' environment variable. Don't forget to &lt;BR /&gt;export it, 'export MOZILLA_HOME'.  I put it in my /etc/profile for it to work.&lt;BR /&gt;&lt;BR /&gt;Bob sends&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Mar 2000 07:51:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-configuration-problem-amp-netscape-locking-problem/m-p/2420662#M766636</guid>
      <dc:creator>Dylan Fahey_1</dc:creator>
      <dc:date>2000-03-31T07:51:16Z</dc:date>
    </item>
  </channel>
</rss>

