9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: James Chapman <james@cs.ioc.ee>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] multiple pings cause panic
Date: Sun, 18 Apr 2010 23:54:11 +0300	[thread overview]
Message-ID: <m2pb85d21141004181354j318dc1eew2df01d305dbcb397@mail.gmail.com> (raw)
In-Reply-To: <b3de56a08fbc4b0c785562b98898b2b2@kw.quanstro.net>

On Sun, Apr 18, 2010 at 11:32 PM, erik quanstrom <quanstro@quanstro.net> wrote:
>> term% for (i in `{seq 1 254}) {ip/ping -n 1 192.168.1.1&}
>
> i think you mean
>
>        for(i in `{seq 1 254}){ip/ping -n1 192.168.1.$i}

Sorry, I meant

for(i in `{seq 1 254}){ip/ping -n1 192.168.1.$i&}

I added the & as I didn't want to wait for one to timeout/succeed
before trying the next one.

Is there a more sensible way to do this from rc? I.e. to kick off a
lot of pings at once and collect the results later.

>> panic: Fsprotoclone: all conversations in use
>> panic :Fsprotoclone: all conversations in use
>> dumpstack disabled
>> cpu0: exiting

> nope.  that's the way it's supposed to go.
> the idea is that if all the conversations are used up,
> then your machine is useless and you might as well
> panic.
>
> however, a fair question to ask is, is this limit
> reasonable, and is panicing really the right thing
> to do.

I was expecting that a panic was a bug and I shouldn't be able to cause one.

I'm running a standalone system here but if I wasn't could I bring
down the server like this or only my terminal?



  reply	other threads:[~2010-04-18 20:54 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-18 19:36 James Chapman
2010-04-18 20:32 ` erik quanstrom
2010-04-18 20:54   ` James Chapman [this message]
2010-04-18 21:19     ` erik quanstrom
2010-04-18 20:39 ` geoff
2010-04-18 23:52   ` erik quanstrom
2010-04-19  0:23     ` cinap_lenrek
2010-04-19  0:27       ` erik quanstrom
2010-04-19  1:19         ` cinap_lenrek
2010-04-19  1:27           ` andrey mirtchovski
2010-04-19  2:53           ` erik quanstrom

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=m2pb85d21141004181354j318dc1eew2df01d305dbcb397@mail.gmail.com \
    --to=james@cs.ioc.ee \
    --cc=9fans@9fans.net \
    /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 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).