9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Russ Cox" <rsc@swtch.com>
To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu>
Subject: Re: [9fans] linux il/ip
Date: Tue, 26 Sep 2006 13:18:35 -0400	[thread overview]
Message-ID: <ee9e417a0609261018t7cb805a8j509434d484be714a@mail.gmail.com> (raw)
In-Reply-To: <ad9afe57eb598450fa776e6037635b07@terzarima.net>

IL is long dead.

I used IL over long-distance connections.  It was awful.
TCP is a necessity once you move beyond the local ethernet.
There are no good reasons to try to port IL to other systems
or to try to update it for IPv6.

The only even plausible reason is to connect to old
Plan 9 file servers, but your effort would be better spent
writing some glue so that the old file server code could
run in user space on standard kernels.

If, as was mentioned at the start of the thread, you simply
want to mount your old file server from Linux, by far the
easiest solution is to find a Plan 9 box to proxy between
TCP and IL:

  cat >/bin/service/tcp1234 <<!
  #!/bin/rc
  exec /bin/aux/trampoline il!yourfileserver!9fs
  !
  chmod +x /bin/service/tcp1234

If you don't have an extra machine to serve that capacity,
the next easiest solution is to find one.

Russ


  reply	other threads:[~2006-09-26 17:18 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-28 15:56 erik quanstrom
2006-08-28 16:32 ` Sergey Zhilkin
2006-08-28 16:43   ` erik quanstrom
2006-08-28 16:56     ` Sergey Zhilkin
2006-08-28 17:12       ` erik quanstrom
2006-08-28 17:31         ` geoff
2006-08-28 17:51           ` erik quanstrom
2006-08-29  4:56           ` lucio
2006-08-29 14:37             ` Brantley Coile
2006-08-29 17:05               ` Skip Tavakkolian
2006-08-29 19:49                 ` erik quanstrom
2006-08-29 20:14                   ` David Leimbach
2006-08-29 22:07                     ` erik quanstrom
2006-08-29 20:43                   ` jmk
2006-08-29 22:29                     ` Brantley Coile
2006-08-29 23:15                       ` Skip Tavakkolian
2006-08-31 11:15                     ` Dave Lukes
2006-09-01 16:14                       ` erik quanstrom
2006-09-01 16:34                         ` David Leimbach
2006-09-01 16:41                           ` erik quanstrom
2006-09-01 17:16                             ` David Leimbach
2006-09-25 23:17                               ` Christopher Nielsen
2006-09-25 23:56                                 ` erik quanstrom
2006-09-26  8:12                                   ` Martin Neubauer
2006-09-26 11:44                                     ` erik quanstrom
2006-09-26 13:53                                       ` Artem Letko
2006-09-26 15:14                                         ` Charles Forsyth
2006-09-26 17:18                                           ` Russ Cox [this message]
2006-09-26 17:42                                             ` Brantley Coile
2006-09-26 18:05                                               ` jmk
2006-09-26 20:31                                               ` geoff
2006-09-28  3:33                                             ` erik quanstrom
2006-09-27  1:08                                         ` Christopher Nielsen
2006-09-28  3:28                                           ` erik quanstrom
2006-09-26 10:21                                   ` Re: " Sergey Zhilkin
2006-08-29 20:38               ` geoff
2006-08-29 22:27                 ` Brantley Coile
2006-08-29  4:53     ` lucio
     [not found] <000601c6cb2a$2a9f3660$14aaa8c0@utelsystems.local>
2006-08-29  6:39 ` "Nils O. Selåsdal"
2006-08-29 10:15   ` Sergey Zhilkin
2006-08-29 14:54     ` "Nils O. Selåsdal"
     [not found] <000901c6e0fe$c6d4aee0$14aaa8c0@utelsystems.local>
2006-09-26  9:08 ` "Nils O. Selåsdal"
2006-09-26 11:48   ` erik quanstrom
2006-09-26 13:56     ` Artem Letko

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=ee9e417a0609261018t7cb805a8j509434d484be714a@mail.gmail.com \
    --to=rsc@swtch.com \
    --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).