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.syk...@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.0x0...@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 >> m...@192.168.1.2 all failed with the same error, what should i do? >> >> i >> >> >