| Author |
Message |
vinayag *nix forums beginner
Joined: 11 Jul 2006
Posts: 7
|
Posted: Sun Jul 16, 2006 9:11 am Post subject:
nohup
|
|
|
hi,
i am running the job command wiht nohup options,
the jobs will take 4 to 5 hours to complete,
after i excute the command, then i make exit to comeout of the
terminal,
but problem i faced is , i am trying to exit but the window does'nt
close the screen,
it takes more than 45 minutes. then i close the window, ( i am using
putty tool)
i need to know y this problem comes when i using nohup cmd.
----- |
|
| Back to top |
|
 |
0xbeef *nix forums addict
Joined: 01 Jul 2005
Posts: 72
|
Posted: Sun Jul 16, 2006 4:07 pm Post subject:
Re: nohup
|
|
|
vinayag wrote:
| Quote: | hi,
problem i faced is , i am trying to exit but the window does'nt
close the screen,
|
Are you using SSH to make your connections?
Niel |
|
| Back to top |
|
 |
jpires@yakka.com.au *nix forums beginner
Joined: 10 Aug 2005
Posts: 6
|
Posted: Mon Jul 17, 2006 10:04 am Post subject:
Re: nohup
|
|
|
Niel Lambrechts wrote:
| Quote: | vinayag wrote:
hi,
problem i faced is , i am trying to exit but the window does'nt
close the screen,
Are you using SSH to make your connections?
Niel
|
try:
# nohup <your_command> &
# |
|
| Back to top |
|
 |
jpires@yakka.com.au *nix forums beginner
Joined: 10 Aug 2005
Posts: 6
|
Posted: Mon Jul 17, 2006 10:05 am Post subject:
Re: nohup
|
|
|
Niel Lambrechts wrote:
| Quote: | vinayag wrote:
hi,
problem i faced is , i am trying to exit but the window does'nt
close the screen,
Are you using SSH to make your connections?
Niel
|
try:
# nohup <your_command> &
# |
|
| Back to top |
|
 |
cnalletamby@gmail.com *nix forums beginner
Joined: 17 Jul 2006
Posts: 1
|
Posted: Mon Jul 17, 2006 11:26 am Post subject:
Re: nohup
|
|
|
jp wrote:
| Quote: | Niel Lambrechts wrote:
vinayag wrote:
hi,
problem i faced is , i am trying to exit but the window does'nt
close the screen,
Are you using SSH to make your connections?
Niel
try:
# nohup <your_command> &
#
|
I have the same problem, using nohup and &.
Funny, when the same command is run with Exceed (XWindow) instead of
putty, there is no problem.
I close the window (click on 'X'), because the PPID of the process is
already 1, all goes fine... |
|
| Back to top |
|
 |
vinayag *nix forums beginner
Joined: 11 Jul 2006
Posts: 7
|
Posted: Mon Jul 17, 2006 5:13 pm Post subject:
Re: nohup
|
|
|
hi niel,
s, i'm using SSH only.
vina
Niel Lambrechts wrote:
| Quote: | vinayag wrote:
hi,
problem i faced is , i am trying to exit but the window does'nt
close the screen,
Are you using SSH to make your connections?
Niel |
|
|
| Back to top |
|
 |
0xbeef *nix forums addict
Joined: 01 Jul 2005
Posts: 72
|
|
| Back to top |
|
 |
Laurenz Albe *nix forums Guru
Joined: 21 Feb 2005
Posts: 478
|
Posted: Tue Jul 18, 2006 8:32 am Post subject:
Re: nohup
|
|
|
vinayag <ravinayag@gmail.com> wrote:
| Quote: | hi niel,
s, i'm using SSH only.
vina
Niel Lambrechts wrote:
vinayag wrote:
hi,
problem i faced is , i am trying to exit but the window does'nt
close the screen,
Are you using SSH to make your connections?
|
Please, write your comments BELOW the text you quote. This is less confusing
for the reader.
See if the problem goes away if you start the program with
nohup command >outputfile 2>&1 &
If you are not interested in the output, usr /dev/null as outputfile.
Yours,
Laurenz Albe |
|
| Back to top |
|
 |
vinayag *nix forums beginner
Joined: 11 Jul 2006
Posts: 7
|
Posted: Thu Jul 20, 2006 5:38 am Post subject:
Re: nohup
|
|
|
Laurenz Albe wrote:
| Quote: | vinayag <ravinayag@gmail.com> wrote:
hi niel,
s, i'm using SSH only.
vina
Niel Lambrechts wrote:
vinayag wrote:
hi,
problem i faced is , i am trying to exit but the window does'nt
close the screen,
Are you using SSH to make your connections?
Please, write your comments BELOW the text you quote. This is less confusing
for the reader.
See if the problem goes away if you start the program with
nohup command >outputfile 2>&1 &
If you are not interested in the output, usr /dev/null as outputfile.
Yours,
|
no i am not obey this cmd..
ravi
> Laurenz Albe |
|
| Back to top |
|
 |
Laurenz Albe *nix forums Guru
Joined: 21 Feb 2005
Posts: 478
|
Posted: Thu Jul 20, 2006 12:07 pm Post subject:
Re: nohup
|
|
|
vinayag <ravinayag@gmail.com> wrote:
| Quote: | See if the problem goes away if you start the program with
nohup command >outputfile 2>&1 &
no i am not obey this cmd..
|
You will have to write English if you want me to understand you.
Yours,
Laurenz Albe |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|