From: Saint Neon <neo_chanakya@yahoo.com>
To: Carl <carl@anexia.co.uk>
Cc: linux-admin@vger.kernel.org
Subject: Re: SSH doesnt properly logout
Date: Fri, 10 Jan 2003 07:51:51 -0800 (PST) [thread overview]
Message-ID: <20030110155151.4885.qmail@web40802.mail.yahoo.com> (raw)
In-Reply-To: <5.1.1.6.0.20030110144956.01f95bb0@pop3.demon.co.uk>
I am not an expert in SSH, but here is a suggestion
that you would like to try out.
If you use the single-shell method, you will have to
terminate the agent yourself. Instead, use a
sub-shell. Like this.
ssh-agent /bin/bash
(or)
ssh-agent $SHELL
What this does, is it automatically terminates the
agent when you log out. Meaning that it will terminate
the process running in the background too.
Hope this helps,
Neon.
--- Carl <carl@anexia.co.uk> wrote:
> At 15:08 10/01/2003 +0100, axel@pearbough.net wrote:
> >Hi linux admins,
> >
> >I'm observing some strange behaviour concerning ssh
> and logging out from a
> >ssh connection when I put a process in background
> on the remote side.
> >For instance I do the following:
> >
> >* I start a gcc compilation on the remote terminal
> > make bootstrap >& build.log &
> > Then it goes into background.
> >
> >* Now I "logout" but do not return to my local
> terminal, now there is only a
> > blank screen with the cursor in the upper
> left side.
> >
> >Can somebody help me please in understand this
> behaviour or rather help me
> >fix it?
> >
> >
> >Best regards,
> >Axel Siebenwirth
> >-
> >To unsubscribe from this list: send the line
> "unsubscribe linux-admin" in
> >the body of a message to majordomo@vger.kernel.org
> >More majordomo info at
> http://vger.kernel.org/majordomo-info.html
>
> Try running it with a nohup
>
> nohup make bootstrap >& build.log &
>
> Running it in the background should still stop it
> when you log out.
>
> --
> Carl
>
> -
> To unsubscribe from this list: send the line
> "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at
http://vger.kernel.org/majordomo-info.html
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
next prev parent reply other threads:[~2003-01-10 15:51 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-10 14:08 SSH doesnt properly logout axel
2003-01-10 14:36 ` Jamie Harris
2003-01-10 15:04 ` Carl
2003-01-10 15:51 ` Saint Neon [this message]
2003-01-10 17:18 ` Toby Fisher
2003-01-10 21:34 ` Milan P. Stanic
2003-01-10 22:03 ` Brian Harring
2003-01-10 17:15 ` Toby Fisher
2003-01-12 7:19 ` rich+ml
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030110155151.4885.qmail@web40802.mail.yahoo.com \
--to=neo_chanakya@yahoo.com \
--cc=carl@anexia.co.uk \
--cc=linux-admin@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.