From: "Harald Dunkel" <harald.dunkel@t-online.de>
To: Andreas Jellinghaus <aj@dungeon.inka.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: block till hotplug is done?
Date: Tue, 05 Oct 2004 22:13:15 +0200 [thread overview]
Message-ID: <4163005B.2090000@t-online.de> (raw)
In-Reply-To: <1097005927.4953.4.camel@simulacron>
Andreas Jellinghaus wrote:
> Hi,
>
> is there any way to block till all hotplug events are handled/
> the hotplug processes terminated?
>
while [ "`ps | grep /sbin/hotplug | grep -v grep`" ]; do sleep 1; done
?
Regards
Harri
next prev parent reply other threads:[~2004-10-05 20:15 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-05 19:52 block till hotplug is done? Andreas Jellinghaus
2004-10-05 20:13 ` Harald Dunkel [this message]
2004-10-05 20:38 ` Valdis.Kletnieks
2004-10-05 22:16 ` Jon Masters
2004-10-05 22:04 ` Andreas Jellinghaus
2004-10-06 14:19 ` Alexander E. Patrakov
2004-10-08 14:23 ` Greg KH
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=4163005B.2090000@t-online.de \
--to=harald.dunkel@t-online.de \
--cc=aj@dungeon.inka.de \
--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.