<?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: start program in the background HP-UX problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669031#M677844</link>
    <description>Thanks.</description>
    <pubDate>Wed, 04 Aug 2010 09:35:29 GMT</pubDate>
    <dc:creator>draganradosav</dc:creator>
    <dc:date>2010-08-04T09:35:29Z</dc:date>
    <item>
      <title>start program in the background HP-UX problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669013#M677826</link>
      <description>Hi all.&lt;BR /&gt;&lt;BR /&gt;I need help for solving this problem.&lt;BR /&gt;I have a simple script (i wish to execute in the background) like:&lt;BR /&gt;&lt;BR /&gt;#!/bin/ksh&lt;BR /&gt;su - oracle -c "whoami" &amp;gt; /tmp/test1.txt&lt;BR /&gt;&lt;BR /&gt;When I execute it:&lt;BR /&gt;&lt;BR /&gt;1) Normally (not in the background)&lt;BR /&gt;&lt;BR /&gt;bash-4.1# ./test.sh&lt;BR /&gt;ls -altr&lt;BR /&gt;-rw-r-----   1 root       sys            111 Aug  2 11:00 test1.txt&lt;BR /&gt;&lt;BR /&gt;You can see that output output file is created.&lt;BR /&gt;&lt;BR /&gt;2) In the background&lt;BR /&gt;&lt;BR /&gt;bash-4.1# ./test.sh &amp;amp;&lt;BR /&gt;ls -altr&lt;BR /&gt;[1]+  Stopped                 ./test.sh&lt;BR /&gt;&lt;BR /&gt;ls -altr test1.txt&lt;BR /&gt;-rw-r-----   1 root       sys              0 Aug  2 11:04 test1.txt&lt;BR /&gt;&lt;BR /&gt;Like you can see file is created, but it's empty. Also background job is stopped. &lt;BR /&gt;&lt;BR /&gt;Can anybody help me to find way to execute this script in the background on my HP-UX machine (it's a HP-UX mitist1 B.11.31 U ia64).&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Dragan&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Aug 2010 11:09:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669013#M677826</guid>
      <dc:creator>draganradosav</dc:creator>
      <dc:date>2010-08-02T11:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: start program in the background HP-UX problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669014#M677827</link>
      <description>&amp;gt;[1]+ Stopped ./test.sh&lt;BR /&gt;&lt;BR /&gt;This means your .profile is broken, it is trying to read from stdin.&lt;BR /&gt;&lt;BR /&gt;If you don't want to fix it, you can try:&lt;BR /&gt;./test.sh &amp;lt; /dev/null &amp;amp;</description>
      <pubDate>Mon, 02 Aug 2010 11:18:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669014#M677827</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-08-02T11:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: start program in the background HP-UX problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669015#M677828</link>
      <description>Thanks,&lt;BR /&gt;When I have execute this, I get&lt;BR /&gt;&lt;BR /&gt;#mitist2.it.telekom.yu&amp;gt;./test.sh &amp;lt; /dev/null &amp;amp;&lt;BR /&gt;[1]     23109&lt;BR /&gt;#mitist2.it.telekom.yu&amp;gt;stty: : Not a typewriter&lt;BR /&gt;stty: : Not a typewriter&lt;BR /&gt;stty: : Not a typewriter&lt;BR /&gt;&lt;BR /&gt;What are my options?&lt;BR /&gt;I send you the profile file.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Dragan&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Aug 2010 11:26:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669015#M677828</guid>
      <dc:creator>draganradosav</dc:creator>
      <dc:date>2010-08-02T11:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: start program in the background HP-UX problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669016#M677829</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Well you really aren't using HP-UX 11.31 here. You are using the bash shell, which behaves differently and sometimes less reliably than the POSIX or korn shell.&lt;BR /&gt;&lt;BR /&gt;Alternatives.&lt;BR /&gt;&lt;BR /&gt;nohup ./test.sh &amp;amp;&lt;BR /&gt;&lt;BR /&gt;Try ksh or posix shell&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Aug 2010 11:26:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669016#M677829</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-08-02T11:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: start program in the background HP-UX problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669017#M677830</link>
      <description>&amp;gt;What are my options?&lt;BR /&gt;&lt;BR /&gt;Well, did you get what you wanted in /tmp/test1.txt?  If so, you are done.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I send you the profile file.&lt;BR /&gt;&lt;BR /&gt;This is HP's broken /etc/profile and you'll have to fix it.  But only the login shell should invoke /etc/profile, so there may be something wrong with your .profile or whatever bash uses.&lt;BR /&gt;&lt;BR /&gt;Most likely: stty erase $ERASE&lt;BR /&gt;If you look you'll see some threads from Bill about this:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1206345" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1206345&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;SEP: Try ksh or posix shell&lt;BR /&gt;&lt;BR /&gt;Unfortunately these may fail the same way?  :-(</description>
      <pubDate>Mon, 02 Aug 2010 11:40:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669017#M677830</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-08-02T11:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: start program in the background HP-UX problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669018#M677831</link>
      <description>Hi Dragan,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=68089" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=68089&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;rgs,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Aug 2010 11:40:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669018#M677831</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2010-08-02T11:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: start program in the background HP-UX problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669019#M677832</link>
      <description>Hi Dragan:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; stty: : Not a typewriter&lt;BR /&gt;What are my options?&lt;BR /&gt;&lt;BR /&gt;As Dennis said, there are interactive commands (namely 'tset' and 'stty') that are being invoked when your profile is read (as a consequence of the 'su - ' command.&lt;BR /&gt;&lt;BR /&gt;You have several alternatives:&lt;BR /&gt;&lt;BR /&gt;(1) don't use 'su -' but rather use 'su'.  This form will not source (read) the profile.  Hence, none of the 'oracle' environmental variables will be applied either and this may not be what you want.&lt;BR /&gt;&lt;BR /&gt;(2) Condition the block of code that does the interactive commands in the '.profile' to only execute if the environment is associated with a tty:&lt;BR /&gt;&lt;BR /&gt;if [ -t 0 ]; then #...interactive&lt;BR /&gt;...&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 02 Aug 2010 11:43:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669019#M677832</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-08-02T11:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: start program in the background HP-UX problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669020#M677833</link>
      <description>su - will indeed process .profile. Because your script starts with #!/bin/ksh (the proper way to write a script by the way), it doesn't matter which shell you are using. However, su -is indeed running the Oracle local profile which would be .profile if the user oracle has ksh or sh as the login shell.&lt;BR /&gt; &lt;BR /&gt;In batch (script) mode, there is no controlling terminal (tty) so commands that work fine when you login (tset, stty, tabs, ttytype, tput, and so on) will give you errors like "not a typewriter" and other errors.&lt;BR /&gt; &lt;BR /&gt;To fix this situation, you must examine the oracle user's profile for any of the above commands, then protect them as James points out above. Once protected, both batch and interactive sessions will work correctly.</description>
      <pubDate>Mon, 02 Aug 2010 12:15:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669020#M677833</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-08-02T12:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: start program in the background HP-UX problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669021#M677834</link>
      <description>Thanks to all,&lt;BR /&gt;&lt;BR /&gt;I have tried first option without su - oracle, just su oracle and this is works, like you said.&lt;BR /&gt;Only problem is because I must always use absolute path to the names of executables i am using in the script.&lt;BR /&gt;&lt;BR /&gt;Because I haven't to much experience in the shell programming how to setup this profile file so it would be valid when I am using su - oracle in the script.&lt;BR /&gt;I send you the profile files from both (root and oracle) user.&lt;BR /&gt;&lt;BR /&gt;For root (profile)&lt;BR /&gt;For oracle (.profile)&lt;BR /&gt;&lt;BR /&gt;When I am first log on to the server, and type: echo $SHELL &lt;BR /&gt;I get: /sbin/sh&lt;BR /&gt;&lt;BR /&gt;You can see here that in oracle .profile I have this problematic stty erase, I have tried to comment it but nothing happened, I get the same problem.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Dragan</description>
      <pubDate>Tue, 03 Aug 2010 05:02:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669021#M677834</guid>
      <dc:creator>draganradosav</dc:creator>
      <dc:date>2010-08-03T05:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: start program in the background HP-UX problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669022#M677835</link>
      <description>&lt;!--!*#--&gt;&amp;gt;I must always use absolute path to the names of executables I am using in the script.&lt;BR /&gt;&lt;BR /&gt;This is shells 101.  You need to update your $PATH.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;You can see here that in oracle .profile I have this problematic stty erase, I have tried to comment it but nothing happened, I get the same problem.&lt;BR /&gt;&lt;BR /&gt;If you comment it out, you should have fewer error messages.  But instead of commenting it, you should fix it as JRF said.  You could either add another if - fi block or fiddle with the one you have:&lt;BR /&gt;   if [ ! "$VUE" -a -t 0 ]; then&lt;BR /&gt;&lt;BR /&gt;If this doesn't fix them all, you need to fix the broken /etc/profile that HP supplies.&lt;BR /&gt;&lt;BR /&gt;(Has anyone ever filed a bug report on this broken file?)</description>
      <pubDate>Tue, 03 Aug 2010 05:32:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669022#M677835</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-08-03T05:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: start program in the background HP-UX problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669023#M677836</link>
      <description>Thanks,&lt;BR /&gt;I have changed the line&lt;BR /&gt;if [ ! "$VUE" ]; into if [ ! "$VUE" -a -t 0 ];&lt;BR /&gt;&lt;BR /&gt;and I have the same problem.&lt;BR /&gt;&lt;BR /&gt;I send you the new modificated file .profile for oracle user.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Dragan&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Aug 2010 06:13:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669023#M677836</guid>
      <dc:creator>draganradosav</dc:creator>
      <dc:date>2010-08-03T06:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: start program in the background HP-UX problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669024#M677837</link>
      <description>Hi (again) Dragan:&lt;BR /&gt;&lt;BR /&gt;Yet another option is to collect the Oracle environmental variables you need into a separate file that can be sourced (read).  This obviates the need to cause the '.profile' to be read when you do 'su - oracle'.  Instead you would do something like:&lt;BR /&gt;&lt;BR /&gt;# cat /home/oracle/oravars&lt;BR /&gt;ORACLE_HOSTNAME=mitist2.it.telekom.yu; export ORACLE_HOSTNAME&lt;BR /&gt;ORACLE_UNQNAME=tis; export ORACLE_UNQNAME&lt;BR /&gt;ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE&lt;BR /&gt;ORACLE_HOME=/u01/app/oracle/db; export ORACLE_HOME&lt;BR /&gt;GRID_HOME=/u01/app/11.2.0/grid; export GRID_HOME&lt;BR /&gt;PATH=$ORACLE_HOME/bin:$ORACLE_HOME/OPatch:$GRID_HOME/bin:$PATH; export PATH&lt;BR /&gt;ORACLE_SID=tis2; export ORACLE_SID&lt;BR /&gt;&lt;BR /&gt;# su oracle -c '. /home/oracle/oravars &amp;amp;&amp;amp; /tmp/test.sh' &amp;gt; /tmp/test.log&lt;BR /&gt;&lt;BR /&gt;Since this is an 'su' without the '-' option, the '.profile' isn't read.  The switch to the oracle user is made, though and the 'oravars' file sourced and the 'test.sh' is run in that environment.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 03 Aug 2010 11:13:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669024#M677837</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-08-03T11:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: start program in the background HP-UX problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669025#M677838</link>
      <description>Hi (again) Dragan:&lt;BR /&gt;&lt;BR /&gt;I meant to add that is you choose to isolate the environmental variables you need for your 'oracle' user in a separate "include-able" file as I showed above, you can remove them from the oracle's '.'profile' too.  Now, you have only one palce to maintain your environmental variables but they are available however and whenever you need them.  Simply substitute the "dot-space-file" line at the end of the oracle profile.  Using the name I suggested before, this would look like:&lt;BR /&gt;&lt;BR /&gt;. /home/oracle/oravars&lt;BR /&gt;&lt;BR /&gt;This syntax causes the file to be read ("sourced" or "included") into the *current* environment.  Note very carefully the dot ('.') followed by a whitespace character, followed by the file to be sourced.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 03 Aug 2010 11:26:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669025#M677838</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-08-03T11:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: start program in the background HP-UX problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669026#M677839</link>
      <description>&amp;gt;and I have the same problem.&lt;BR /&gt;&lt;BR /&gt;Not really, you should have fewer error message.  The problem is now only in /etc/profile and you'll need to fix that file too.</description>
      <pubDate>Tue, 03 Aug 2010 12:24:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669026#M677839</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-08-03T12:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: start program in the background HP-UX problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669027#M677840</link>
      <description>Thanks,&lt;BR /&gt;&lt;BR /&gt;Tell me is it reasonably to change the predefined root profile. Can I get some kind of consequences. &lt;BR /&gt;Finally what lines I need to change here (I am sending you the root profile file).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for all your time and effort.&lt;BR /&gt;Best regards.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Aug 2010 04:24:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669027#M677840</guid>
      <dc:creator>draganradosav</dc:creator>
      <dc:date>2010-08-04T04:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: start program in the background HP-UX problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669028#M677841</link>
      <description>&lt;!--!*#--&gt;&amp;gt;Tell me is it reasonably to change the predefined root profile. Can I get some kind of consequences?&lt;BR /&gt;&lt;BR /&gt;It would be better if it was reported and HP fixed it.&lt;BR /&gt;You already have modified the end of the file.&lt;BR /&gt;I don't see anything going wrong except fixing the nasty message.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Finally what lines I need to change here (I am sending you the root profile file).&lt;BR /&gt;&lt;BR /&gt;Add the following if and fi around that stty:&lt;BR /&gt;        if [ -t 0 ]; then&lt;BR /&gt;        stty erase $ERASE&lt;BR /&gt;        fi</description>
      <pubDate>Wed, 04 Aug 2010 05:30:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669028#M677841</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-08-04T05:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: start program in the background HP-UX problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669029#M677842</link>
      <description>Thanks, &lt;BR /&gt;I have changed profile fiel from /etc directory.&lt;BR /&gt;I send you the file.&lt;BR /&gt;Earlier I have changed the .profile for oracle user.&lt;BR /&gt;&lt;BR /&gt;But, again when I have tried to execute the simple script:&lt;BR /&gt;&lt;BR /&gt;#!/bin/ksh&lt;BR /&gt;su - oracle -c "whoami" &amp;gt; /tmp/test1.txt&lt;BR /&gt;&lt;BR /&gt;in the background with &lt;BR /&gt;&lt;BR /&gt;./test.sh &amp;amp;&lt;BR /&gt;&lt;BR /&gt;I get the blank file like earlier.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Best regards</description>
      <pubDate>Wed, 04 Aug 2010 06:11:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669029#M677842</guid>
      <dc:creator>draganradosav</dc:creator>
      <dc:date>2010-08-04T06:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: start program in the background HP-UX problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669030#M677843</link>
      <description>&amp;gt;./test.sh &amp;amp;&lt;BR /&gt;&amp;gt;I get the blank file like earlier.&lt;BR /&gt;&lt;BR /&gt;You must use:&lt;BR /&gt;&amp;gt;./test.sh &amp;lt; /dev/null &amp;amp;&lt;BR /&gt;&lt;BR /&gt;Or you need to add that inside your test.sh script.</description>
      <pubDate>Wed, 04 Aug 2010 09:18:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669030#M677843</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-08-04T09:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: start program in the background HP-UX problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669031#M677844</link>
      <description>Thanks.</description>
      <pubDate>Wed, 04 Aug 2010 09:35:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/start-program-in-the-background-hp-ux-problem/m-p/4669031#M677844</guid>
      <dc:creator>draganradosav</dc:creator>
      <dc:date>2010-08-04T09:35:29Z</dc:date>
    </item>
  </channel>
</rss>

