<?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: return codes and their meanings in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/return-codes-and-their-meanings/m-p/5159093#M455992</link>
    <description>/usr/include/sys/errno.h</description>
    <pubDate>Tue, 24 Feb 2009 13:09:54 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2009-02-24T13:09:54Z</dc:date>
    <item>
      <title>return codes and their meanings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/return-codes-and-their-meanings/m-p/5159092#M455991</link>
      <description>Do anyone know where I can get a description for return codes such as&lt;BR /&gt;rc=127&lt;BR /&gt;rc=26&lt;BR /&gt;rc=27&lt;BR /&gt;rc=22&lt;BR /&gt;rc=139&lt;BR /&gt;rc-21&lt;BR /&gt;etc,...&lt;BR /&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;Jacques</description>
      <pubDate>Tue, 24 Feb 2009 13:01:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/return-codes-and-their-meanings/m-p/5159092#M455991</guid>
      <dc:creator>Jacques Carriere</dc:creator>
      <dc:date>2009-02-24T13:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: return codes and their meanings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/return-codes-and-their-meanings/m-p/5159093#M455992</link>
      <description>/usr/include/sys/errno.h</description>
      <pubDate>Tue, 24 Feb 2009 13:09:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/return-codes-and-their-meanings/m-p/5159093#M455992</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2009-02-24T13:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: return codes and their meanings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/return-codes-and-their-meanings/m-p/5159094#M455993</link>
      <description>Hi Jacques,&lt;BR /&gt;&lt;BR /&gt;Refer this thread. James has explained here.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=86561" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=86561&lt;/A&gt;</description>
      <pubDate>Tue, 24 Feb 2009 13:12:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/return-codes-and-their-meanings/m-p/5159094#M455993</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-02-24T13:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: return codes and their meanings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/return-codes-and-their-meanings/m-p/5159095#M455994</link>
      <description>TG,&lt;BR /&gt;&lt;BR /&gt;    How do I get the explanation for each code?&lt;BR /&gt;&lt;BR /&gt;Jacques</description>
      <pubDate>Tue, 24 Feb 2009 13:15:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/return-codes-and-their-meanings/m-p/5159095#M455994</guid>
      <dc:creator>Jacques Carriere</dc:creator>
      <dc:date>2009-02-24T13:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: return codes and their meanings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/return-codes-and-their-meanings/m-p/5159096#M455995</link>
      <description>errno.h maps the error numbers to their defined names&lt;BR /&gt;&lt;BR /&gt;man errno&lt;BR /&gt;&lt;BR /&gt;will give you a brief description of what that defined name means.&lt;BR /&gt;&lt;BR /&gt;Be aware that these are *system* error numbers which are pretty consistently returned by system calls. There's nothing anywhere that states that anything thats not a system call has to stick tyo these return codes. Applications and scripts can pretty much return whatever error number they like, and you have to check the documentation for each to know. The only standard I know of is the "de-facto" strandard that 0 = success and non-zero = failure.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Tue, 24 Feb 2009 15:33:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/return-codes-and-their-meanings/m-p/5159096#M455995</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2009-02-24T15:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: return codes and their meanings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/return-codes-and-their-meanings/m-p/5159097#M455996</link>
      <description>&amp;gt;Duncan: The only standard I know of is the "de-facto" standard that 0 = success and non-zero = failure.&lt;BR /&gt;&lt;BR /&gt;Right.  But 139 means the process terminated with signal 11 (139-128).</description>
      <pubDate>Tue, 24 Feb 2009 16:50:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/return-codes-and-their-meanings/m-p/5159097#M455996</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-02-24T16:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: return codes and their meanings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/return-codes-and-their-meanings/m-p/5159098#M455997</link>
      <description>I just discovered that I can use the command &lt;BR /&gt;&lt;BR /&gt;grep "rc code" /usr/include/sys/errno.h such as grep 12 /usr/include/sys/errno.h &lt;BR /&gt;#define ENOMEM          12      /* Not enough core      */&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Feb 2009 16:55:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/return-codes-and-their-meanings/m-p/5159098#M455997</guid>
      <dc:creator>Jacques Carriere</dc:creator>
      <dc:date>2009-02-24T16:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: return codes and their meanings</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/return-codes-and-their-meanings/m-p/5159099#M455998</link>
      <description>merci beaucoup!&lt;BR /&gt;&lt;BR /&gt;Jacques</description>
      <pubDate>Tue, 24 Feb 2009 16:56:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/return-codes-and-their-meanings/m-p/5159099#M455998</guid>
      <dc:creator>Jacques Carriere</dc:creator>
      <dc:date>2009-02-24T16:56:12Z</dc:date>
    </item>
  </channel>
</rss>

