9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@coraid.com>
To: 9fans@9fans.net
Subject: Re: [9fans] mount followed by srvfs needs a sleep?
Date: Mon, 20 Oct 2008 11:24:29 -0400	[thread overview]
Message-ID: <7903a919aa4666b5f751f902c836ebec@coraid.com> (raw)
In-Reply-To: <a560a5d00810200743p6260fbf3i7fc33b05e543a71f@mail.gmail.com>

> 2008/10/20 erik quanstrom <quanstro@quanstro.net>
>
> > >         #to solve the authentication --- see the text bellow
> > >         mount /srv/penelopa $home/shared/penelopa
> > >         unmount $home/shared/penelopa
> >
> > i don't see an explination for this below.  what does this
> > accomplish?  if you are trying to load more keys into your
> > factotum, this can be more cleanly be done by putting them
> > in secstore(1).  secstored(8) will serve them.
>
>
> Well. I mentioned this reason in the PS note. I do this only to be able to
> enter my login and password somehow. If I leave out the mount/unmount
> commands then the 'local mount' will ask for these instead, but then you

really, use secstore.

> Ok. By doing all the complicated dance _without_ these two commands, I
> achieve I have _globally_ accesible files served by the penelopa machine.

i'm not sure i understand what you are doing.  you shouldn't be running
plumber as eve (typically bootes) on a cpu server to add stuff to the
default namespace.

typically what one would do to accomplish what you are doing on a
cpu server is to use /lib/namespace.$machine to mount your fs as none,
or in this case a user with only read permissions.  this will add all the
stuff listed to the namespace of any process cpu'ing in.  (though not
to the console's namespace; this needs to be done in /rc/bin/cpurc.)

you can store whatever authentication keys you require in addition
to the eve's key in secstore.

> Hopefully I explained...

sounds very complicated.  i'm not sure i understand.

- erik



  reply	other threads:[~2008-10-20 15:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-20 12:48 Rudolf Sykora
2008-10-20 13:05 ` erik quanstrom
2008-10-20 14:43   ` Rudolf Sykora
2008-10-20 15:24     ` erik quanstrom [this message]
2008-10-20 16:06       ` Rudolf Sykora
2008-10-20 23:10 ` Micah Stetson
2008-10-21  8:26   ` Rudolf Sykora

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7903a919aa4666b5f751f902c836ebec@coraid.com \
    --to=quanstro@coraid.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).