From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <82c890d00612111409m58fc4843k7b70d035fb6cf55b@mail.gmail.com> Date: Mon, 11 Dec 2006 23:09:21 +0100 From: "Gabriel Diaz" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] plumbing, upas/fs and faces setup In-Reply-To: <494d3cedcbe0418b8439bb75e9a2629b@9netics.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <82c890d00612111318x8f0b745ta3c833c3b3845ff5@mail.gmail.com> <494d3cedcbe0418b8439bb75e9a2629b@9netics.com> Topicbox-Message-UUID: f08a2c42-ead1-11e9-9d60-3106f5b1d025 hello oh!! thanks, i don't know why i was expecting some magic to happen :-) gabi On 12/11/06, Skip Tavakkolian <9nut@9netics.com> wrote: > (posting again with a slight change. i had the order of plumber/upasfs wrong) > > acme mail under the same conditions has the same behavior. my guess > is that upasfs deals with /mnt/plumb in the name space it was > invoked in (i.e. the plumber that started before upas/fs was started). > so maybe > > if ( test -r /srv/upasfs.$user ){ > mount /srv/plumb4upas.$user /mnt/plumb > mount -c /srv/upasfs.$user /mail/fs > } > if not { > plumber > upas/fs -s > srvfs plumber4upas.$user /mnt/plumb > mount -c /srv/upasfs.$user /mail/fs > ... > } > ... > rio starts > > > seems that when i log on, upasfs is correctly mounted, and faces gets > > filled with the email messages. > > > > But when i delete one message (clicking on faces raise a mail window > > with the correct message if it exists) or when a new message arrives, > > faces doesn't get updated. > > > > upasfs is already mounted on some other session (actually the host > > owner console), and on that session, faces get updated normally. > > > > what i'm missing? should i kill all my upasfs or faces on each logon? > >