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 m...@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