9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Ethan Grammatikidis <eekee57@fastmail.fm>
To: 9fans@9fans.net
Subject: Re: [9fans] 9vx and tcp564
Date: Wed, 28 Oct 2009 01:36:14 +0000	[thread overview]
Message-ID: <20091028013614.0cff4bcd.eekee57@fastmail.fm> (raw)
In-Reply-To: <13426df10910262127l4f7f10dck41f7e65434d5dec2@mail.gmail.com>

On Mon, 26 Oct 2009 21:27:56 -0700
ron minnich <rminnich@gmail.com> wrote:

> note to make this work you need to run as root, not an ordinary user ...
>
> ron
>

Or patch your kernel so it doesn't block ports below 1024.  It's a
1-line fix in Linux.

--- include/net/sock.h~	2009-05-31 21:04:58.000000000 +0100
+++ include/net/sock.h	2009-06-05 03:37:27.000000000 +0100
@@ -750,3 +750,4 @@
 /* Sockets 0-1023 can't be bound to unless you are superuser */
-#define PROT_SOCK	1024
+// #define PROT_SOCK	1024
+#define PROT_SOCK	0



--
Ethan Grammatikidis

Those who are slower at parsing information must
necessarily be faster at problem-solving.



      reply	other threads:[~2009-10-28  1:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-27  4:27 ron minnich
2009-10-28  1:36 ` Ethan Grammatikidis [this message]

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=20091028013614.0cff4bcd.eekee57@fastmail.fm \
    --to=eekee57@fastmail.fm \
    --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).