[issue1716] can't stop "bmake" (without args) in /usr/pkgsrc

Steve O'Hara-Smith steve at sohara.org
Wed Apr 7 03:43:24 PDT 2010


On Wed, 7 Apr 2010 09:26:48 +0200
Antonio Huete Jimenez <ahuete.devel at gmail.com> wrote:

> Hi,
> 
> Well, yes. A lot of bmake process will be spawned and you will have a
> bad time to stop them all. What I use to do the to run a ton of
> 'killall -9 bmake' very fast until there are no processes left. Of
> course this is just a rude workaround, but it gives you the chance to
> avoid the reboot :P

	while killall -9 bmake; do cat /dev/null; done

	Should do the job and drop out when they're all gone.

-- 
Steve O'Hara-Smith                          |   Directable Mirror Arrays
C:>WIN                                      | A better way to focus the sun
The computer obeys and wins.                |    licences available see
You lose and Bill collects.                 |    http://www.sohara.org/





More information about the Bugs mailing list