Re: [9fans] have a problem with u9fs

2010-09-03 Thread unknown
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 aut

Re: [9fans] have a problem with u9fs

2010-09-03 Thread Rudolf Sykora
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 wrote: > I have, on my linux ma

Re: [9fans] have a problem with u9fs

2010-09-03 Thread Rudolf Sykora
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: local I don't remember if I had to do anything on my plan9 machine. And it somehow works. But I have neve