From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Mon, 14 Jan 2008 07:38:07 -0600 From: "Eric Van Hensbergen" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] 9P on linux In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Topicbox-Message-UUID: 2dfdd208-ead3-11e9-9d60-3106f5b1d025 On Jan 14, 2008 3:56 AM, 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