1827292 Members
3692 Online
109717 Solutions
New Discussion

You have running jobs

 
SOLVED
Go to solution
FTSE SysAdmin
Frequent Advisor

You have running jobs

Hi,

I'm getting a bit rusty but when a "nohup command &" goes to background shouldn't remain in background without conection to the tty?

To allow to execute commands without the need of terminal. But everytime that I type nohup and then I try to exit I'm getting "You have running jobs"

I might have missed something like env variable or something but I can't find a solution for it.

Would someone know how to fork a command with nohup that allows the user to quit his session without canceling the forked command? Thanks

Regards
Miguel Ribeiro
4 REPLIES 4
RAC_1
Honored Contributor
Solution

Re: You have running jobs

That is just a message. Even if you exit after this message, your jobs will still be running in the background.
There is no substitute to HARDWORK
melvyn burnard
Honored Contributor

Re: You have running jobs

You are doing it correctly, the message you are getting is just an informational message telling you you have jobs running in the background.
Remember that any output that would normally be sent to sdout or sderror should be redirected for a job run wiht nohup and put in background.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
FTSE SysAdmin
Frequent Advisor

Re: You have running jobs

Many thanks :) really helped
Miguel Ribeiro
FTSE SysAdmin
Frequent Advisor

Re: You have running jobs

thanks
Miguel Ribeiro