zsh-users
 help / color / mirror / code / Atom feed
* Really detaching jobs
@ 2015-10-02 11:56 Dominik Vogt
  2015-10-02 12:43 ` Jun T.
  0 siblings, 1 reply; 7+ messages in thread
From: Dominik Vogt @ 2015-10-02 11:56 UTC (permalink / raw)
  To: Zsh Users

Assuming a client machine is running a terminal emulator which is
running an ssh connection to the server and zsh through that
connection:

  Client: rxvt -> ssh
  Server: sshd -> zsh ->some job

  $ cd gcc-sources/build
  $ make -k check-gcc

Is there a way to *really* detach the job so that it will complete
if I close the terminal emulator or kill the ssh connection?

  <ctrl-z>
  bg
  disown %

doesn't work and neither does

  make check-gcc &!

I could use nohup, but then I need to plan that before issuing the
command.  The cases I care about are really jobs like a test run
of Gcc which can take make hours and cannot be simply continued
after interruption.

Ciao

Dominik ^_^  ^_^


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-10-05  6:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-02 11:56 Really detaching jobs Dominik Vogt
2015-10-02 12:43 ` Jun T.
2015-10-02 14:38   ` Dominik Vogt
2015-10-02 15:08     ` Bart Schaefer
2015-10-02 17:15     ` covici
2015-10-02 18:45     ` Mikael Magnusson
2015-10-05  6:52       ` Dominik Vogt

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).