9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: unknown <unknown.0x0000@gmail.com>
To: 9fans@9fans.net
Subject: Re: [9fans] have a problem with u9fs
Date: Sat,  4 Sep 2010 11:16:02 +0300	[thread overview]
Message-ID: <4C820042.6010300@gmail.com> (raw)
In-Reply-To: <4C81F937.8040304@gmail.com>

unknown wrote:
> i installed u9fs on my linux machine to can use 9p server, and added
> lines to /etc/services and to /etc/inetd.conf too and it listens to
> 564 port as expected, but there is a problem with the authentication,
> when i do 9p -a 192.168.1.2 ls /home , i got 9p: mount: u9fs: rhosts
> authentication failed , i created $HOME/.rhosts and putted in it
> 192.168.1.2 also tried with me@192.168.1.2 all failed with the same
> error, what should i do?
>
> i
>
the guys at #plan9 helped me and the proplem is fixed by adding -a none
to u9fs so the line that should be in /etc/inetd.conf is :
u9fs  stream tcp nowait root /usr/bin/u9fs u9fs -a none
also
in /etc/servises
u9fs  564/tcp
u9fs 564/udp

and that will work



      parent reply	other threads:[~2010-09-04  8:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-04  7:45 unknown
2010-09-03  9:07 ` Rudolf Sykora
2010-09-03  9:11   ` Rudolf Sykora
2010-09-04  8:16 ` unknown [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=4C820042.6010300@gmail.com \
    --to=unknown.0x0000@gmail.com \
    --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).