> m trying to export a namespace from my file server (that is a
> namespace's bootes) to my terminal (logging as a client), i tried to
> do:
> servname% exportfs -a -r /tmp  (from file server)
> but i have this error:
> exportfs: auth_proxy: auth_proxy write fd: inappropriate use of fd
> before doing this, i opened the listeners by doing:
> aux/listen tcp

why not use cpu to do this?

> Furthermore,from fileserver, i tried to export a namespace by doing:
> srvfs -d spy /tmp
> so it display the issue only on it;  from terminal i can import
> services from filesever by doing:
> import -a servername '#s' /username/tmp
> but i can't see /srv/spy, i see all other things but not the last
> created.

namespaces are not lexically bound.  i think you'll
find that srvfs is in a namespace that can't see the result
of the import.  if instead you do the import before the
srvfs, i think you'll see the expected result.

- erik


Reply via email to