Search Results

Search: Posts Made By: ricitron
25,410
Posted By ricitron
I cannot change the shell on the server. I tried...
I cannot change the shell on the server. I tried /usr/bin/nohup and got the same error.

Note that the program fof.py produces two files that are used as input for mdisk5.py. When I run nohup...
25,410
Posted By ricitron
OK, I'm still lost on why my code isn't working...
OK, I'm still lost on why my code isn't working in csh though. My code works fine when I run it without nohup and I can run other programs using nohup. Something about my script isn't working with...
25,410
Posted By ricitron
I am running csh. I tried nohup /bin/sh batch.sh...
I am running csh. I tried nohup /bin/sh batch.sh & and some other variations and it also did not work.

I have used nohup successfully on these servers working with other programs. I routinely use...
25,410
Posted By ricitron
these also did not work: nohup ./batch.sh & ...
these also did not work:
nohup ./batch.sh &
nohup ./batch.sh >/dev/null </dev/null &

this gave 'Ambiguous output redirect.':
nohup ./batch.sh >/dev/null 2>&1 </dev/null &
25,410
Posted By ricitron
It does not exist. Generally I redirect to...
It does not exist. Generally I redirect to ./output.txt, which is blank, or /dev/null
25,410
Posted By ricitron
shell script not working with nohup
Hello, I am trying to run a shell script with the nohup command. The shell script takes an array of files, runs a python program on each file in a loop, and appends the output to a file. This works...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 01:49 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy