<?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: nohup is not working in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nohup-is-not-working/m-p/5271000#M656309</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What is the content of the hohup file?&lt;BR /&gt;&lt;BR /&gt;rgds.</description>
    <pubDate>Fri, 21 Jan 2011 12:16:57 GMT</pubDate>
    <dc:creator>Jose Mosquera</dc:creator>
    <dc:date>2011-01-21T12:16:57Z</dc:date>
    <item>
      <title>nohup is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nohup-is-not-working/m-p/5270999#M656308</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Sorry for cross-posting, but since this problem also occurs in HPUX and nobody answers in Linux forum, thought to post here also.&lt;BR /&gt;&lt;BR /&gt;I'm trying to execute a java program in the background, but when I use "nohup" and "&amp;amp;" I get a message that the process was "Stopped". Actually nothing can go to the background. No matter what program I try.&lt;BR /&gt;&lt;BR /&gt;Is there some setting that system administrator can change in order to allow processes go background?&lt;BR /&gt;&lt;BR /&gt;Thank you.</description>
      <pubDate>Fri, 21 Jan 2011 11:27:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nohup-is-not-working/m-p/5270999#M656308</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2011-01-21T11:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: nohup is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nohup-is-not-working/m-p/5271000#M656309</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What is the content of the hohup file?&lt;BR /&gt;&lt;BR /&gt;rgds.</description>
      <pubDate>Fri, 21 Jan 2011 12:16:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nohup-is-not-working/m-p/5271000#M656309</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2011-01-21T12:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: nohup is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nohup-is-not-working/m-p/5271001#M656310</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It's empty.  The process instantly is stopped.</description>
      <pubDate>Fri, 21 Jan 2011 12:18:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nohup-is-not-working/m-p/5271001#M656310</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2011-01-21T12:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: nohup is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nohup-is-not-working/m-p/5271002#M656311</link>
      <description>Which shell are you using? Bash, HP-UX POSIX /usr/bin/sh, or something different?&lt;BR /&gt;&lt;BR /&gt;The shell might be running with job control disabled. In any POSIX-compliant shell, "echo $-" should produce a string of letters (and possibly numbers). If that string includes lowercase letter 'm', job control is enabled. Interactive shells normally run with job control enabled by default, but I guess some login script might disable it with "set +m". Unless you're running a restricted shell, this setting should be changeable by the user.&lt;BR /&gt;&lt;BR /&gt;Run "stty -a |grep tostop". If the "tostop" TTY option is set, any background job stops as soon as it tries to produce any output to the terminal. If the result includes "-tostop", the tostop output is not set.&lt;BR /&gt;&lt;BR /&gt;When you use nohup, is it really executing /usr/bin/nohup or something else (maybe a shell internal command or an alias)?&lt;BR /&gt;&lt;BR /&gt;"which nohup" or "whence nohup" might be useful to confirm you're using the real nohup command.&lt;BR /&gt;&lt;BR /&gt;Does the java program try to do something special with the TTY input/output? For example, if it's trying to request a password, it might use /dev/tty explicitly to bypass any input/output redirection, much like the "passwd" command does.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 21 Jan 2011 12:19:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nohup-is-not-working/m-p/5271002#M656311</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-01-21T12:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: nohup is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nohup-is-not-working/m-p/5271003#M656312</link>
      <description>Hi Matti,&lt;BR /&gt;&lt;BR /&gt;Actually it happens with any command/script/program I'm trying to use. This specific Java program is a product, that runs fine on hundreds of other systems. I think it's just the configuration in this specific network.&lt;BR /&gt;&lt;BR /&gt;Thank you for the suggestions, I'll try them.</description>
      <pubDate>Fri, 21 Jan 2011 12:22:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nohup-is-not-working/m-p/5271003#M656312</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2011-01-21T12:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: nohup is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nohup-is-not-working/m-p/5271004#M656313</link>
      <description>I recommend another approach if you would work for you, is that to use screen instead of nohup.&lt;BR /&gt;&lt;BR /&gt;Screen is a full-screen window manager that multiplexes a physical terminal between several processes (typically interactive shells).&lt;BR /&gt;If your local computer crashes, or you are connected via a modem and lose the connection, the processes or login sessions you establish through screen don't go away. &lt;BR /&gt;You can resume your screen sessions with the following command: screen -r&lt;BR /&gt;&lt;BR /&gt;More info:&lt;BR /&gt; &lt;A href="http://tutorials.assistprogramming.com/unix-screen-utility-how-do-i-use-that.html" target="_blank"&gt;http://tutorials.assistprogramming.com/unix-screen-utility-how-do-i-use-that.html&lt;/A&gt;</description>
      <pubDate>Fri, 21 Jan 2011 15:29:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nohup-is-not-working/m-p/5271004#M656313</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2011-01-21T15:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: nohup is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nohup-is-not-working/m-p/5271005#M656314</link>
      <description>&amp;gt;when I use "nohup" and "&amp;amp;" I get a message that the process was "Stopped".&lt;BR /&gt;&lt;BR /&gt;Have you tried redirecting stdin so there is nothing to read?&lt;BR /&gt;nohup foo &amp;lt; /dev/null &amp;amp;</description>
      <pubDate>Sat, 22 Jan 2011 10:09:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nohup-is-not-working/m-p/5271005#M656314</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-01-22T10:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: nohup is not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nohup-is-not-working/m-p/5271006#M656315</link>
      <description>Thank you, the solution was:&lt;BR /&gt;&lt;BR /&gt;stty -tostop</description>
      <pubDate>Fri, 04 Feb 2011 13:08:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nohup-is-not-working/m-p/5271006#M656315</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2011-02-04T13:08:33Z</dc:date>
    </item>
  </channel>
</rss>

