<?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: cron.log in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-log/m-p/3048656#M136063</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;"rc" means "return code".  Values other than zero (0) indicate some error.&lt;BR /&gt;&lt;BR /&gt;Technical Knowledge Base document #HPUXKBRC00001849 describes some common values based on the 'cron' source code:&lt;BR /&gt;&lt;BR /&gt;rc=101  no at command file &lt;BR /&gt;rc=102  (stat(at_cmdfile,&amp;amp;buf)) was true, so stat(2) returned an error &lt;BR /&gt;rc=103  if set uid bit off, original owner has given file to someone else &lt;BR /&gt;rc=104  bad job open &lt;BR /&gt;rc=105  no audit id &lt;BR /&gt;rc=106  couldn't set group /user ids, exiting &lt;BR /&gt;rc=107  couldn't open stdin &lt;BR /&gt;rc=108  no stdin &lt;BR /&gt;rc=109  couldn't open tmp as stdin to sh &lt;BR /&gt;rc=110  couldn't open output file or /dev/null &lt;BR /&gt;rc=111  testing &lt;BR /&gt;rc=112  can't exec sh &lt;BR /&gt;rc=113  file locking problem &lt;BR /&gt;rc=127  can't fork (this might also be return code from the shell) &lt;BR /&gt;&lt;BR /&gt;In general, the return code is the value of the signal caught by the process plus 128.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
    <pubDate>Thu, 14 Aug 2003 01:32:32 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2003-08-14T01:32:32Z</dc:date>
    <item>
      <title>cron.log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-log/m-p/3048653#M136060</link>
      <description>What's the mean RC=137 and RC=31? this string&lt;BR /&gt;will show in cron.log !</description>
      <pubDate>Thu, 14 Aug 2003 01:19:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-log/m-p/3048653#M136060</guid>
      <dc:creator>j773303</dc:creator>
      <dc:date>2003-08-14T01:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: cron.log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-log/m-p/3048654#M136061</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;It refers to the Return Code.&lt;BR /&gt;Jobs that have run successfully should have rc=0.  &lt;BR /&gt;Any unsuccessful jobs have a return code greater than 0.  You will need to check the actual script/application to see what 137 &amp;amp; 31 refers to.  &lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con</description>
      <pubDate>Thu, 14 Aug 2003 01:28:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-log/m-p/3048654#M136061</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2003-08-14T01:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: cron.log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-log/m-p/3048655#M136062</link>
      <description>The RC means the 'return code'&lt;BR /&gt;&lt;BR /&gt;rc=0 &amp;gt;&amp;gt; OK &lt;BR /&gt;rc=1 &amp;gt;&amp;gt; fault &lt;BR /&gt;rc=2 &amp;gt;&amp;gt; Warning &lt;BR /&gt;&lt;BR /&gt;There is a list in TKB that show some of them, but your could be application specific.&lt;BR /&gt;&lt;BR /&gt;rc=101  no at command file&lt;BR /&gt;rc=102  (stat(at_cmdfile,&amp;amp;buf)) was true, so stat(2) returned an error&lt;BR /&gt;rc=103  if set uid bit off, original owner has given file to someone&lt;BR /&gt;        else&lt;BR /&gt;rc=104  bad job open&lt;BR /&gt;rc=105  no audit id&lt;BR /&gt;rc=106  couldn't set group /user ids, exiting&lt;BR /&gt;rc=107  couldn't open stdin&lt;BR /&gt;rc=108  no stdin&lt;BR /&gt;rc=109  couldn't open tmp as stdin to sh&lt;BR /&gt;rc=110  couldn't open output file or /dev/null&lt;BR /&gt;rc=111  testing&lt;BR /&gt;rc=112  can't exec sh&lt;BR /&gt;rc=127  can't fork (this might also be return code from the shell)&lt;BR /&gt;rc=113  file locking problem</description>
      <pubDate>Thu, 14 Aug 2003 01:30:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-log/m-p/3048655#M136062</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-08-14T01:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: cron.log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-log/m-p/3048656#M136063</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;"rc" means "return code".  Values other than zero (0) indicate some error.&lt;BR /&gt;&lt;BR /&gt;Technical Knowledge Base document #HPUXKBRC00001849 describes some common values based on the 'cron' source code:&lt;BR /&gt;&lt;BR /&gt;rc=101  no at command file &lt;BR /&gt;rc=102  (stat(at_cmdfile,&amp;amp;buf)) was true, so stat(2) returned an error &lt;BR /&gt;rc=103  if set uid bit off, original owner has given file to someone else &lt;BR /&gt;rc=104  bad job open &lt;BR /&gt;rc=105  no audit id &lt;BR /&gt;rc=106  couldn't set group /user ids, exiting &lt;BR /&gt;rc=107  couldn't open stdin &lt;BR /&gt;rc=108  no stdin &lt;BR /&gt;rc=109  couldn't open tmp as stdin to sh &lt;BR /&gt;rc=110  couldn't open output file or /dev/null &lt;BR /&gt;rc=111  testing &lt;BR /&gt;rc=112  can't exec sh &lt;BR /&gt;rc=113  file locking problem &lt;BR /&gt;rc=127  can't fork (this might also be return code from the shell) &lt;BR /&gt;&lt;BR /&gt;In general, the return code is the value of the signal caught by the process plus 128.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Aug 2003 01:32:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-log/m-p/3048656#M136063</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-08-14T01:32:32Z</dc:date>
    </item>
  </channel>
</rss>

