From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <10b109140709280425x7c59bdb6s1b23c7e84dc3bc61@mail.gmail.com> Date: Fri, 28 Sep 2007 13:25:58 +0200 From: "Antonin Vecera" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] factotum question In-Reply-To: <82c890d00709280339i79546694g996805310827a26a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <10b109140709280312h379d71cfm107d2c0c5cc5b970@mail.gmail.com> <82c890d00709280339i79546694g996805310827a26a@mail.gmail.com> Topicbox-Message-UUID: c6c6d3d2-ead2-11e9-9d60-3106f5b1d025 Yes, as I understand each window/process has its own namespace. But I guess some sources can be shared among them, f.e. my passwords/keys stored in factotum. I define my problem again: If I login on terminal I can see my factotum keys. That's right. But If I login with drawterm I can't see my factotum keys. Why? Maybe I should bind/mount something. But both namespaces contain "mount -a '#s/factotum' /mnt". Is it not enough? auth/factotum in drawterm doesn't help. Antonin On 9/28/07, Gabriel Diaz wrote: > hello > > I think you should read the paper about the namespaces ;) > > The factotum is running in the console namespace, when you log in, you > create a new namespace, and probably your profile runs auth/factotum, > doesn't remember if it is by default. > > try to play with namespaces under rio, mount things on one window and > try to access them from other window, for example. > > slds. > > gabi > > > > On 9/28/07, Antonin Vecera wrote: > > Hi all, > > > > I don't understand this: > > > > 1. On console of my auth/cpu/file server I did as user bootes: "cat > > /mnt/factotum/ctl" > > And I could see some keys stored there. > > > > 2. I connect to the same server with drawterm, login as bootes and > > type the same command. > > But there are no keys stored there. > > Why? > > > > > > Antonin > > >