9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: arisawa@ar.aichi-u.ac.jp
To: 9fans@cse.psu.edu
Subject: Re: [9fans] /bin/import
Date: Fri, 29 Dec 2000 14:42:22 -0500	[thread overview]
Message-ID: <20001229054936.CA378199D5@mail.cse.psu.edu> (raw)

Hello

>is ar listening on il?

Yes ar is listening both il and tcp
Here is my experiments:

term% time import  ar /n/kfs /n/ar
0.00u 0.00s 275.93r 	 import ar /n/kfs /n/ar

	cpu% netstat|grep exportfs
	tcp  4    none       Listen       exportfs   0          ::
	tcp  31   network    Established  exportfs   62836      IP1A0925.aic.mesh.ad.jp
	il   0    none       Listening    exportfs   0          ::


term% time import  tcp!ar!17007 /n/kfs /n/ar
0.00u 0.00s 60.63r 	 import tcp!ar!17007 /n/kfs /n/ar

	cpu% netstat|grep exportfs
	tcp  4    none       Listen       exportfs   0          ::
	tcp  32   network    Established  exportfs   62839      IP1A0925.aic.mesh.ad.jp
	il   0    none       Listening    exportfs   0          ::


term% time import  tcp!ar /n/kfs /n/ar
0.00u 0.01s 60.65r 	 import tcp!ar /n/kfs /n/ar

	cpu% netstat|grep exportfs
	tcp  4    none       Listen       exportfs   0          ::
	tcp  32   network    Established  exportfs   62841      IP1A0925.aic.mesh.ad.jp
	il   0    none       Listening    exportfs   0          ::


term% time import  il!ar!17007 /n/kfs /n/ar
import: can't dial il!ar!17007: interrupted(connect 202.250.160.40!17007)
0.00u 0.00s 60.00r 	 import il!ar!17007 /n/kfs /n/ar  # status=can't dial il!ar!17007: interrupted(connect 202.250.


Here, IP1A0925.aic.mesh.ad.jp is a name of internet service provider that I use to connect
from my home.


Kenji Arisawa
E-mail: arisawa@aichi-u.ac.jp


             reply	other threads:[~2000-12-29 19:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-29 19:42 arisawa [this message]
  -- strict thread matches above, loose matches on Subject: below --
2000-12-29 21:32 arisawa
2000-12-29  4:03 arisawa
2000-12-28 14:54 rob pike
2000-12-28 14:41 presotto

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=20001229054936.CA378199D5@mail.cse.psu.edu \
    --to=arisawa@ar.aichi-u.ac.jp \
    --cc=9fans@cse.psu.edu \
    /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).