9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] have a problem with u9fs
  2010-09-04  7:45 [9fans] have a problem with u9fs unknown
@ 2010-09-03  9:07 ` Rudolf Sykora
  2010-09-03  9:11   ` Rudolf Sykora
  2010-09-04  8:16 ` unknown
  1 sibling, 1 reply; 4+ messages in thread
From: Rudolf Sykora @ 2010-09-03  9:07 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

I have, on my linux machine:

/etc/services:
u9fs     564/tcp       9fs

/etc/inetd.conf:
u9fs     stream  tcp     nowait  root   /home/ruda/bin/u9fs   u9fs -a p9any

/etc/u9fs.key: 3 lines:
<password>
<login>
local

I don't remember if I had to do anything on my plan9 machine.
And it somehow works. But I have never understood it.
Don't know if it's of any help...

Ruda


On 4 September 2010 09:45, unknown <unknown.0x0000@gmail.com> 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
>
>



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] have a problem with u9fs
  2010-09-03  9:07 ` Rudolf Sykora
@ 2010-09-03  9:11   ` Rudolf Sykora
  0 siblings, 0 replies; 4+ messages in thread
From: Rudolf Sykora @ 2010-09-03  9:11 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

one more note:

;ls -l /etc/u9fs.key
lrwxrwxrwx 1 root root 25 2009-07-31 20:30 /etc/u9fs.key ->
/home/ruda/ruzne/u9fs.key
;ls -l /home/ruda/ruzne/u9fs.key
-r-------- 1 root root 20 2009-07-30 15:35 /home/ruda/ruzne/u9fs.key

On 3 September 2010 11:07, Rudolf Sykora <rudolf.sykora@gmail.com> wrote:
> I have, on my linux machine:
>
> /etc/services:
> u9fs     564/tcp       9fs
>
> /etc/inetd.conf:
> u9fs     stream  tcp     nowait  root   /home/ruda/bin/u9fs   u9fs -a p9any
>
> /etc/u9fs.key: 3 lines:
> <password>
> <login>
> local
>
> I don't remember if I had to do anything on my plan9 machine.
> And it somehow works. But I have never understood it.
> Don't know if it's of any help...
>
> Ruda
>
>
> On 4 September 2010 09:45, unknown <unknown.0x0000@gmail.com> 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
>>
>>
>



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [9fans] have a problem with u9fs
@ 2010-09-04  7:45 unknown
  2010-09-03  9:07 ` Rudolf Sykora
  2010-09-04  8:16 ` unknown
  0 siblings, 2 replies; 4+ messages in thread
From: unknown @ 2010-09-04  7:45 UTC (permalink / raw)
  To: 9fans

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] have a problem with u9fs
  2010-09-04  7:45 [9fans] have a problem with u9fs unknown
  2010-09-03  9:07 ` Rudolf Sykora
@ 2010-09-04  8:16 ` unknown
  1 sibling, 0 replies; 4+ messages in thread
From: unknown @ 2010-09-04  8:16 UTC (permalink / raw)
  To: 9fans

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-09-04  8:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-04  7:45 [9fans] have a problem with u9fs unknown
2010-09-03  9:07 ` Rudolf Sykora
2010-09-03  9:11   ` Rudolf Sykora
2010-09-04  8:16 ` unknown

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).