<?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: Background Process in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/background-process/m-p/2431497#M3218</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you could try to start your application with nohup:&lt;BR /&gt;&lt;BR /&gt;nohup ecs gui &amp;amp;&lt;BR /&gt;this will redirect output to file nohup.out.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
    <pubDate>Wed, 19 Jul 2000 07:42:25 GMT</pubDate>
    <dc:creator>Andreas Voss</dc:creator>
    <dc:date>2000-07-19T07:42:25Z</dc:date>
    <item>
      <title>Background Process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/background-process/m-p/2431493#M3214</link>
      <description>We have an application here called ECS, which is a job scheduling package. It runs under csh, but when I try to start it in background ie: ecs gui&amp;amp; I receive the following error message; +Stopped (tty output) ecs gui&lt;BR /&gt;Has anyone seen something similar?&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 19 Jul 2000 00:46:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/background-process/m-p/2431493#M3214</guid>
      <dc:creator>Midrange Team</dc:creator>
      <dc:date>2000-07-19T00:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Background Process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/background-process/m-p/2431494#M3215</link>
      <description>the process is trying to write something to your screen/terminal.  Being it is in the background it isn't allowed to do so.  Try moving the process to the foreground and see what it has to say.  If it is something mundane such as "starting gui on display x:0.0" , you might be able to put the process back into the background without further hanging for output to your terminal.  &lt;BR /&gt;&lt;BR /&gt;Or you could try redirecting the stdout and stderr to a file when you start it and see what is happening with a tail -f filename.</description>
      <pubDate>Wed, 19 Jul 2000 00:57:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/background-process/m-p/2431494#M3215</guid>
      <dc:creator>curt larson</dc:creator>
      <dc:date>2000-07-19T00:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Background Process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/background-process/m-p/2431495#M3216</link>
      <description>I probably wasn't complete in my first question. The process does work in foreground after setting up my display variable. It just seems to have a problem in background. By the way this is using reflectionX version 8.0&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 19 Jul 2000 01:26:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/background-process/m-p/2431495#M3216</guid>
      <dc:creator>Midrange Team</dc:creator>
      <dc:date>2000-07-19T01:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Background Process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/background-process/m-p/2431496#M3217</link>
      <description>I really dont know the Reason.&lt;BR /&gt;But it does work&lt;BR /&gt;stty -tostop&lt;BR /&gt;command is O.K.</description>
      <pubDate>Wed, 19 Jul 2000 02:04:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/background-process/m-p/2431496#M3217</guid>
      <dc:creator>ôíî¦ ÅçêO</dc:creator>
      <dc:date>2000-07-19T02:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Background Process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/background-process/m-p/2431497#M3218</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you could try to start your application with nohup:&lt;BR /&gt;&lt;BR /&gt;nohup ecs gui &amp;amp;&lt;BR /&gt;this will redirect output to file nohup.out.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Wed, 19 Jul 2000 07:42:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/background-process/m-p/2431497#M3218</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-07-19T07:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Background Process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/background-process/m-p/2431498#M3219</link>
      <description>Andrew,&lt;BR /&gt;&lt;BR /&gt; Thanks for that, but no joy. The odd thing is we have another instance of ecs on another host and it works fine&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Wed, 19 Jul 2000 22:07:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/background-process/m-p/2431498#M3219</guid>
      <dc:creator>Midrange Team</dc:creator>
      <dc:date>2000-07-19T22:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Background Process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/background-process/m-p/2431499#M3220</link>
      <description>Have fixed the problem. The problem was the TERM was being set to hp in the .login and it required xterm to function correctly. I have corrected the error and all is fine. Thanks to all for your help.</description>
      <pubDate>Thu, 20 Jul 2000 00:42:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/background-process/m-p/2431499#M3220</guid>
      <dc:creator>Midrange Team</dc:creator>
      <dc:date>2000-07-20T00:42:11Z</dc:date>
    </item>
  </channel>
</rss>

