<?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: Fork Failed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-failed/m-p/2496799#M830462</link>
    <description>Can you post your script?  That would go a long way to determining what the problem may be.  I, for one, am wondering what the reference to "timeoutx" in the error message is.  And without your script, it's impossible to tell.</description>
    <pubDate>Wed, 21 Feb 2001 19:37:29 GMT</pubDate>
    <dc:creator>James A. Donovan</dc:creator>
    <dc:date>2001-02-21T19:37:29Z</dc:date>
    <item>
      <title>Fork Failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-failed/m-p/2496797#M830460</link>
      <description>We are currently running this "/etc/timeout 60 60" every 10 minutes thru cron.  Whenever this executes root gets email saying: "Fork failed calling timeoutx".  This messages has been flooding root's mailbox. What's causing this fork failure and how can we resolve this?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Arlene</description>
      <pubDate>Wed, 21 Feb 2001 18:21:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-failed/m-p/2496797#M830460</guid>
      <dc:creator>Arlene Gelbolingo</dc:creator>
      <dc:date>2001-02-21T18:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Fork Failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-failed/m-p/2496798#M830461</link>
      <description>OK..checked my 10.2 and my 11.0 systems. Didn't see /etc/timeout. So I'm going to go out on a limb....and hope I don't fall.&lt;BR /&gt;....But when I saw timeout, it rang a bell..So I checked.  Timeout/Notimeout is a function that controls blocking on input.  See manpage timeout.  So....maybe.....just maybe.....your cron job is cornfusing the system.  Generally, it is my understanding to name jobs something other than HPUX commands and the like.  Possibly it's not sure to run a job, or set control blocking...&lt;BR /&gt;Try renaming this job to something else (unique) and then cron it...See if you still have the problem.&lt;BR /&gt;&lt;BR /&gt;I see the ground coming up fast...so hope this helps !&lt;BR /&gt;/rcw</description>
      <pubDate>Wed, 21 Feb 2001 18:58:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-failed/m-p/2496798#M830461</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-02-21T18:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Fork Failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-failed/m-p/2496799#M830462</link>
      <description>Can you post your script?  That would go a long way to determining what the problem may be.  I, for one, am wondering what the reference to "timeoutx" in the error message is.  And without your script, it's impossible to tell.</description>
      <pubDate>Wed, 21 Feb 2001 19:37:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-failed/m-p/2496799#M830462</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2001-02-21T19:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Fork Failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-failed/m-p/2496800#M830463</link>
      <description>Verify that the program /etc/timeout really exists and can be executed by root.  It sounds like cron is simply unable to fork the job because /etc/timeout doesn't exist.&lt;BR /&gt;&lt;BR /&gt;-sam</description>
      <pubDate>Wed, 21 Feb 2001 19:59:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-failed/m-p/2496800#M830463</guid>
      <dc:creator>Sam Nicholls</dc:creator>
      <dc:date>2001-02-21T19:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Fork Failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-failed/m-p/2496801#M830464</link>
      <description>The usual reasons for a fork to fail are :-&lt;BR /&gt;&lt;BR /&gt;1: not enough swap space&lt;BR /&gt;2: the user has exceeded the kernel parameter maxuprc (doesn't apply to root)&lt;BR /&gt;3: the system has exceeded the nproc kernel parameter</description>
      <pubDate>Wed, 21 Feb 2001 22:23:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-failed/m-p/2496801#M830464</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2001-02-21T22:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Fork Failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fork-failed/m-p/2496802#M830465</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for all your replies.  I had verified that /etc/timeout exists and can be ran by root.  "/etc/timeout 60 60" is the exact command that we run thru cron, there's no scripting involved. I can't reboot the server at this time so I can't try the kernel changes just yet but I might try it when possible. I'll let you know the result, meanwhile thanks for all your help.&lt;BR /&gt;&lt;BR /&gt;Arlene</description>
      <pubDate>Thu, 22 Feb 2001 22:14:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fork-failed/m-p/2496802#M830465</guid>
      <dc:creator>Arlene Gelbolingo</dc:creator>
      <dc:date>2001-02-22T22:14:08Z</dc:date>
    </item>
  </channel>
</rss>

