<?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: Bug messages in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/bug-messages/m-p/2654828#M922229</link>
    <description>Known problem.  The fix is to add the filename on the end:&lt;BR /&gt;&lt;BR /&gt;status=$(ch_rc -l -p DHCP_ENABLE[$index] /etc/rc.config.d/netconf )&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 30 Jan 2002 18:17:23 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2002-01-30T18:17:23Z</dc:date>
    <item>
      <title>Bug messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bug-messages/m-p/2654822#M922223</link>
      <description>I have found a bug in HP-UX 10.20, but I nowhere find an e-mail address to send a bug message.</description>
      <pubDate>Tue, 29 Jan 2002 16:44:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bug-messages/m-p/2654822#M922223</guid>
      <dc:creator>Jürgen Müller</dc:creator>
      <dc:date>2002-01-29T16:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Bug messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bug-messages/m-p/2654823#M922224</link>
      <description>Are you 110 % sure its a bug ? If you are report it to your local HP Response Centre via your support contract, if not post it here.&lt;BR /&gt;&lt;BR /&gt; I'm heading home now, but will look into it tomorrow, if it's a genuine new defect someone from HP will pick it up and review it ...&lt;BR /&gt;&lt;BR /&gt;Include O/S , patch level , what applications or commands etc are used to reproduce the error at will.</description>
      <pubDate>Tue, 29 Jan 2002 16:49:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bug-messages/m-p/2654823#M922224</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2002-01-29T16:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Bug messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bug-messages/m-p/2654824#M922225</link>
      <description>Juergen,&lt;BR /&gt;&lt;BR /&gt;What is the error/bug that you are encountering?  If you wish to submit a bug report to HP, I suggest that you open a software call through the Response Center.  They can submit that report for you.  You can use the ITRC to generate a software call or use the 800-633-3600 support number.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Eric</description>
      <pubDate>Tue, 29 Jan 2002 16:49:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bug-messages/m-p/2654824#M922225</guid>
      <dc:creator>erics_1</dc:creator>
      <dc:date>2002-01-29T16:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Bug messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bug-messages/m-p/2654825#M922226</link>
      <description>What is the message that you are seeing?  Chances are that someone else has seen it as well, especially at 10.20, and there may be patch that will fix your problem.&lt;BR /&gt;&lt;BR /&gt;If you have a software support contract, your best bet is to call the HP Response Center.  You can also post software issue through the itrc as well by going to:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://itrc.hp.com" target="_blank"&gt;http://itrc.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Then you click on the link to 'software call manager' and follow the prompts.</description>
      <pubDate>Tue, 29 Jan 2002 16:51:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bug-messages/m-p/2654825#M922226</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-01-29T16:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Bug messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bug-messages/m-p/2654826#M922227</link>
      <description>Problems with /sbin/auto_parms&lt;BR /&gt;&lt;BR /&gt;Header of auto_parms:&lt;BR /&gt;RCS: $Header: auto_parms,v 10.28.1 2000/08/06 00:00:00 hmgr Exp $&lt;BR /&gt;&lt;BR /&gt;HP-UX:&lt;BR /&gt;HP-UX rw0012 B.10.20 A 9000/778 2011252609 Lizenz f??r zwei Benutzer&lt;BR /&gt;(2-user license)&lt;BR /&gt;&lt;BR /&gt;Description:&lt;BR /&gt;This script should enable DHCP.&lt;BR /&gt;But DHCP will not be enabled when I set the parameter DHCP_ENABLE[0]=1 in /etc/rc.config.d/netconf.&lt;BR /&gt;&lt;BR /&gt;The error appears at line 1139:&lt;BR /&gt;status=$(ch_rc -l -p DHCP_ENABLE[$index])&lt;BR /&gt;returns&lt;BR /&gt;0&lt;BR /&gt;1&lt;BR /&gt;but should return only 1&lt;BR /&gt;I changed this line to&lt;BR /&gt;status=$(ch_rc -l -p DHCP_ENABLE[$index]|tail -1)&lt;BR /&gt;&lt;BR /&gt;Then it works.&lt;BR /&gt;&lt;BR /&gt;I think that this is a bug.</description>
      <pubDate>Wed, 30 Jan 2002 16:37:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bug-messages/m-p/2654826#M922227</guid>
      <dc:creator>Jürgen Müller</dc:creator>
      <dc:date>2002-01-30T16:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Bug messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bug-messages/m-p/2654827#M922228</link>
      <description>We're looking at it ..... but it's time to go home soon in the UK , I'll let you know what HP's scripting guru's think tomorrow am -hopefully.&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jan 2002 17:03:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bug-messages/m-p/2654827#M922228</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2002-01-30T17:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Bug messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bug-messages/m-p/2654828#M922229</link>
      <description>Known problem.  The fix is to add the filename on the end:&lt;BR /&gt;&lt;BR /&gt;status=$(ch_rc -l -p DHCP_ENABLE[$index] /etc/rc.config.d/netconf )&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jan 2002 18:17:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bug-messages/m-p/2654828#M922229</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-01-30T18:17:23Z</dc:date>
    </item>
  </channel>
</rss>

