9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Eric Van Hensbergen" <ericvh@gmail.com>
To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu>
Subject: Re: [9fans] 9P on linux
Date: Mon, 14 Jan 2008 07:38:07 -0600	[thread overview]
Message-ID: <a4e6962a0801140538v4080655dm9b2eed78d7cad5b@mail.gmail.com> (raw)
In-Reply-To: <c5cb8491-8d0b-4d32-b989-c0f551fbf885@n20g2000hsh.googlegroups.com>

On Jan 14, 2008 3:56 AM,  <jhutchence@gmail.com> wrote:
>
> when I try to connect with it using: ./cl.py glenda localhost
> I get 'localhost: Connection refused'
>
> this is my /tmp/u9fs.log:
> u9fs
> kill 24633
> <- Tversion tag 65535 msize 16384 version '9P2000'
> -> Rversion tag 65535 msize 8216 version '9P2000'
> <- Tauth tag 1 afid 10 uname glenda aname
> p9anyauth: afid 10
> -> Rauth tag 1 qid (0000000000000001 0 A)
> <- Tread tag 1 fid 10 offset 0 count 128
> p9anyread: afid 10 state 0
> -> Rread tag 1 count 12 '7039736b 31406c6f 63616c00'
> <- Twrite tag 1 fid 10 offset 12 count 12 '7039736b 31206c6f 63616c00'
> p9anywrite: afid 10 state 1
> -> Rwrite tag 1 count 12
> <- Twrite tag 1 fid 10 offset 24 count 8 '79a74fbb a471ed31'
> p9anywrite: afid 10 state 2
> -> Rwrite tag 1 count 8
> <- Tread tag 1 fid 10 offset 32 count 141
> p9anyread: afid 10 state 3
> -> Rread tag 1 count 141 '01676c65 6e646100 00000000 00000000 00000000
> 00000000 00000000 006c6f63 616c0000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000'
> u9fs: couldn't read message
> last unix error: No such file or directory
>

This looks like things are falling down in auth.  Why don't you try an
unauthenticated connection first?

>
> root@box:~/9pfuse# ./9pfuse 'tcp!127.0.0.1!564' /mnt
> error: fid unknown or out of range
> connect error: fid unknown or out of range
>

Harder to tell what is going on without any kind of log, but I'm
suspicious its once again some sort of auth problem.  You may want to
switch from u9fs to spfs (or one of the other servers).

          -eric


  parent reply	other threads:[~2008-01-14 13:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-14  9:56 jhutchence
2008-01-14 10:13 ` Rodolfo kix García 
2008-01-14 13:38 ` Eric Van Hensbergen [this message]
2008-01-14 18:53 ` sqweek

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=a4e6962a0801140538v4080655dm9b2eed78d7cad5b@mail.gmail.com \
    --to=ericvh@gmail.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).