From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <2a173e99984fb766349cefccf5a65362@quintile.net> From: "Steve Simon" Date: Tue, 14 Dec 2010 13:53:51 +0000 To: 9fans@9fans.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] interaction of net.alt and factotum Topicbox-Message-UUID: 8c6683e6-ead6-11e9-9d60-3106f5b1d025 [60 files] > what about building /net.alt in /lib/namespace or /lib/namespace.$machine? I think there is another wrinkle I forgot to mention, when I import my /net.alt I do this over an authenticated connection to another plan9 machine. This needs my key which is held in factotum, so factotum must be already running. Factotum doesn't get its keys until I manualy extract them from secstore and write them to /mnt/factotum/ctl, it would be at this point I would have to inject a namespace change to factotum. I suspose I could add /mnt/factotum/ns file which I could write to after loading the keys. All feels a bit clunky. -Steve