<?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: Problem with configuring DNS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-configuring-dns/m-p/3895311#M544128</link>
    <description>this command failed on different systems. Also i have implement simple host file(with one string) by -H option. Result is the same.</description>
    <pubDate>Thu, 09 Nov 2006 06:25:23 GMT</pubDate>
    <dc:creator>chyaroslav</dc:creator>
    <dc:date>2006-11-09T06:25:23Z</dc:date>
    <item>
      <title>Problem with configuring DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-configuring-dns/m-p/3895307#M544124</link>
      <description>Hellow! I have a problem with initial configuring of DNS with hosts_to_named command. For example:&lt;BR /&gt;hosts_to_named -d new.zone -n my_network -b /etc/named.conf &lt;BR /&gt;&lt;BR /&gt;produce error:&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/hosts_to_named: line 2298: unexpected EOF while looking for matching ``'&lt;BR /&gt;/usr/sbin/hosts_to_named: line 2324: syntax error: unexpected end of file&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Nov 2006 05:48:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-configuring-dns/m-p/3895307#M544124</guid>
      <dc:creator>chyaroslav</dc:creator>
      <dc:date>2006-11-09T05:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with configuring DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-configuring-dns/m-p/3895308#M544125</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;It appears to be a script error in the script hosts_to_named&lt;BR /&gt;&lt;BR /&gt;I think its been modified. I'd see about copying it in from another system or reinstalling it.&lt;BR /&gt;&lt;BR /&gt;You can look at lines 2298 and see if there is an obvious syntax errror. I often get this when I forget to close double quotes.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 09 Nov 2006 05:54:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-configuring-dns/m-p/3895308#M544125</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-11-09T05:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with configuring DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-configuring-dns/m-p/3895309#M544126</link>
      <description>for DOM in $DOMAINS $DEFAULT_DOMAIN&lt;BR /&gt;do&lt;BR /&gt;"str 2298"    SUBDOM=`subdomain $DOM`&lt;BR /&gt;    if test -f spcl.$SUBDOM&lt;BR /&gt;    then&lt;BR /&gt;        echo '$INCLUDE\tspcl.'$SUBDOM &amp;gt;&amp;gt; db.$SUBDOM&lt;BR /&gt;    fi&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;I don`t sea an error in string 2298</description>
      <pubDate>Thu, 09 Nov 2006 06:13:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-configuring-dns/m-p/3895309#M544126</guid>
      <dc:creator>chyaroslav</dc:creator>
      <dc:date>2006-11-09T06:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with configuring DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-configuring-dns/m-p/3895310#M544127</link>
      <description>Maybe script cannot parse hosts file due to error in file. Can you post your /etc/hosts file ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Thu, 09 Nov 2006 06:20:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-configuring-dns/m-p/3895310#M544127</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2006-11-09T06:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with configuring DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-configuring-dns/m-p/3895311#M544128</link>
      <description>this command failed on different systems. Also i have implement simple host file(with one string) by -H option. Result is the same.</description>
      <pubDate>Thu, 09 Nov 2006 06:25:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-configuring-dns/m-p/3895311#M544128</guid>
      <dc:creator>chyaroslav</dc:creator>
      <dc:date>2006-11-09T06:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with configuring DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-configuring-dns/m-p/3895312#M544129</link>
      <description>From &lt;A href="http://docs.hp.com/en/5991-0757/ch02s03.html" target="_blank"&gt;http://docs.hp.com/en/5991-0757/ch02s03.html&lt;/A&gt; -&lt;BR /&gt;&lt;BR /&gt;TXT records with unbalanced quotes, like â  host TXT "fooâ  , were not treated as errors in previous versions of BIND. If the zone files contain such records, then error messages like "unexpected end of file"will be displayed because BIND 9.2.0 will interpret everything up to the next quote character as a literal string.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Thu, 09 Nov 2006 06:29:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-configuring-dns/m-p/3895312#M544129</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2006-11-09T06:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with configuring DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-configuring-dns/m-p/3895313#M544130</link>
      <description>This is my hosts file:&lt;BR /&gt;10.62.224.196   test    test.hpium.dpc.usi.ru&lt;BR /&gt;&lt;BR /&gt;hosts_to_named -H ./hosts.1 -d hpium.dpc.usi.ru -n 10.62.224.128 -b /etc/named.conf&lt;BR /&gt;/usr/sbin/hosts_to_named: line 2298: unexpected EOF while looking for matching ``'&lt;BR /&gt;/usr/sbin/hosts_to_named: line 2324: syntax error: unexpected end of file&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Nov 2006 06:53:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-configuring-dns/m-p/3895313#M544130</guid>
      <dc:creator>chyaroslav</dc:creator>
      <dc:date>2006-11-09T06:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with configuring DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-configuring-dns/m-p/3895314#M544131</link>
      <description>Thanks for attention. Problem was solved when I run script from sh shell. In the first time a run it from bash shell.</description>
      <pubDate>Thu, 09 Nov 2006 07:00:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-configuring-dns/m-p/3895314#M544131</guid>
      <dc:creator>chyaroslav</dc:creator>
      <dc:date>2006-11-09T07:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with configuring DNS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-configuring-dns/m-p/3895315#M544132</link>
      <description>the error is in the first string of hosts_to_named script:&lt;BR /&gt;##!/usr/bin/sh&lt;BR /&gt;extra symbol # exists on all my HP-UX servers in script hosts_to_named. I have HP-UX 11.11. Who tell me if this mistake exists on other HP-UX? &lt;BR /&gt;</description>
      <pubDate>Thu, 09 Nov 2006 07:09:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-configuring-dns/m-p/3895315#M544132</guid>
      <dc:creator>chyaroslav</dc:creator>
      <dc:date>2006-11-09T07:09:10Z</dc:date>
    </item>
  </channel>
</rss>

