All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Landley <telomerase@yahoo.com>
To: linux-kernel@vger.kernel.org
Subject: New rtl8139 driver prevents ssh from exiting.
Date: Tue, 1 May 2001 05:41:24 -0700 (PDT)	[thread overview]
Message-ID: <20010501124124.1532.qmail@web5202.mail.yahoo.com> (raw)

The kernel thread the new rtl8139 driver spawns
apparently wants to write to stdout, because it counts
as an unfinished process that prevents an ssh session
from exiting.

I have a script that remotely reconfigures subnets in
a vpn, which gets run via an ssh in through eth0 and
does, among other things:

ifconfig eth1 down
ifconfig eth1 up

Hence kicking off the thread.  I have to run "killall
eth1" at the end of the script to make ssh exit. 
(This doesn't seem to have any negative impact on
eth1's functioning.)

Anybody feel like shedding light on this?

Rob

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

             reply	other threads:[~2001-05-01 12:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-01 12:41 Rob Landley [this message]
2001-05-01 13:32 ` New rtl8139 driver prevents ssh from exiting Andrew Morton
2001-05-01 13:50   ` Rob Landley
     [not found] <3AEEC189.5D953AC3@uow.edu.au>
2001-05-01 14:55 ` Rob Landley

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=20010501124124.1532.qmail@web5202.mail.yahoo.com \
    --to=telomerase@yahoo.com \
    --cc=linux-kernel@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.