<?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 return codes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-return-codes/m-p/2611926#M36353</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;do you mean cron exited with this error?&lt;BR /&gt;&lt;BR /&gt;or that a program (from your crontab) exited with the eroror code?  In this case the return code reflects to the exit code of the specified script/program.  It can be user defined; = not standard.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Thierry.</description>
    <pubDate>Mon, 12 Nov 2001 12:09:58 GMT</pubDate>
    <dc:creator>Thierry Poels_1</dc:creator>
    <dc:date>2001-11-12T12:09:58Z</dc:date>
    <item>
      <title>Cron return codes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-return-codes/m-p/2611925#M36352</link>
      <description>Hi all:&lt;BR /&gt;&lt;BR /&gt;Our system returned a rc = 134 error from cron last night.&lt;BR /&gt;&lt;BR /&gt;We were searching itrc site for some rc error document or something related but we didn??t find anything. We??ve got from HP-technicians a sort erors list (attached) but ir doesn??t covers rc=134.&lt;BR /&gt;&lt;BR /&gt;Does anyone know if there is such document or&lt;BR /&gt;Does anyone know what rc=134 error means? &lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 12 Nov 2001 11:56:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-return-codes/m-p/2611925#M36352</guid>
      <dc:creator>Manuel G</dc:creator>
      <dc:date>2001-11-12T11:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cron return codes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-return-codes/m-p/2611926#M36353</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;do you mean cron exited with this error?&lt;BR /&gt;&lt;BR /&gt;or that a program (from your crontab) exited with the eroror code?  In this case the return code reflects to the exit code of the specified script/program.  It can be user defined; = not standard.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Thierry.</description>
      <pubDate>Mon, 12 Nov 2001 12:09:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-return-codes/m-p/2611926#M36353</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2001-11-12T12:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cron return codes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-return-codes/m-p/2611927#M36354</link>
      <description>&amp;lt;&lt;DOES anyone="" know="" if="" there="" is="" such="" document="" or=""&gt;&lt;/DOES&gt;Does anyone know what rc=134 error means?&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;   Since there doesn't seem to be a corresponding error code for 134, you can look at the script itself and see where it returns in the error.  Some pointers:&lt;BR /&gt;Was this script running correctly before?&lt;BR /&gt;Are you able to execute it manually?&lt;BR /&gt;is there any in-built error coding scheme?&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;raj&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Nov 2001 13:01:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-return-codes/m-p/2611927#M36354</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-11-12T13:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cron return codes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-return-codes/m-p/2611928#M36355</link>
      <description>As far as I know, this means that the job exited with signal 134-128, i.e. signal 6, i.e. SIGABRT.&lt;BR /&gt;&lt;BR /&gt;I have found no good reference to this 'RETURN VALUE /return code above 128' issue. It is implicitly documented in wait(2). As far I know In The Old Days (tm) it was explicitly documented in that manual page.&lt;BR /&gt;&lt;BR /&gt;[My reference: S1100002718]</description>
      <pubDate>Mon, 12 Nov 2001 14:26:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-return-codes/m-p/2611928#M36355</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2001-11-12T14:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cron return codes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-return-codes/m-p/2611929#M36356</link>
      <description>Hi again:&lt;BR /&gt;&lt;BR /&gt;I can clarify some of your questions; Thierry we detected error code rc=134 on user job mail. All error codes from our cron jobs are written in user??s mail file (I guess this is the default).&lt;BR /&gt;&lt;BR /&gt;cron runs a user defined PRO*C process that:&lt;BR /&gt;1) it runned correctly ever (cron runs it every 30 mt)&lt;BR /&gt;2) runs manually.&lt;BR /&gt;3) doesn??t have a built in code handle.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I think Frank is correct. We have discover some swap problems. Sometimes swapspace ocupation reaches 100%; when we try to run a process at this moment it aborts indicating not enough swapspace and generates a core.&lt;BR /&gt;rc=134 could have some relation to swap problems, we??ll continue investigating on this way.&lt;BR /&gt;&lt;BR /&gt;I??ll post the news.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;Manu.&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2001 15:59:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-return-codes/m-p/2611929#M36356</guid>
      <dc:creator>Manuel G</dc:creator>
      <dc:date>2001-11-13T15:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cron return codes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-return-codes/m-p/2611930#M36357</link>
      <description>If you have some space disk space, you add filesystem swap (with overhead costs).&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 13 Nov 2001 16:05:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-return-codes/m-p/2611930#M36357</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-11-13T16:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cron return codes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-return-codes/m-p/2611931#M36358</link>
      <description>We first try to figure out how used memory is growing. It could be a lack of memory?&lt;BR /&gt;We want to install glance or ??load? for sniffing.&lt;BR /&gt;Any other suggestion?&lt;BR /&gt;Thanks for your help.</description>
      <pubDate>Tue, 13 Nov 2001 16:26:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-return-codes/m-p/2611931#M36358</guid>
      <dc:creator>Manuel G</dc:creator>
      <dc:date>2001-11-13T16:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cron return codes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-return-codes/m-p/2611932#M36359</link>
      <description>If you install Glance try to get Glance Plus so you get the Measureware pieces too.  scopeux (part of Measureware) can then record a history of memory, cpu, disk preformance so you can go back and see what was happening at certain times.   If you don't want to use GlancePlus/Measureware, then you can use sar to record a history.&lt;BR /&gt;&lt;BR /&gt;But the first thing to check is that you have twice as much swap space as physical memory.&lt;BR /&gt;The command swapinfo -tm will show you your swap devices and how much is being used currently.</description>
      <pubDate>Tue, 13 Nov 2001 18:24:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-return-codes/m-p/2611932#M36359</guid>
      <dc:creator>Bernie Vande Griend</dc:creator>
      <dc:date>2001-11-13T18:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cron return codes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-return-codes/m-p/2611933#M36360</link>
      <description>Ok Bernie,  &lt;BR /&gt;You??re right, we have 256MB RAM and 512 MB swap space.&lt;BR /&gt;&lt;BR /&gt;I will open a new discuss with our swap problems.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 13 Nov 2001 19:40:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-return-codes/m-p/2611933#M36360</guid>
      <dc:creator>Manuel G</dc:creator>
      <dc:date>2001-11-13T19:40:09Z</dc:date>
    </item>
  </channel>
</rss>

