On Apr 1, 2006, at 3:14 PM, Russ Cox wrote:

running listen tcp!*!564 and il!*!17008 did the trick with the
fossil not listening. Now I am getting "permission denied" so I guess
this is is what you meant by auth problems.

If you have p9p installed, that's enough to mount with v9fs.
You can use srv -a to get a preauthenticated Unix socket
and then just mount it like any other Unix socket.
For example, if I use:

        srv -a sources.cs.bell-labs.com sources
        sudo mount -t 9P -o user=$USER,uid=`id -u`,gid=`id -g`,proto=unix \
                `namespace`/sources /n/sources

then I can read and write files on sources.

That should go into the man page.

Now it's time to write a mount_9P for OSX.

jas

Reply via email to