From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <494d3cedcbe0418b8439bb75e9a2629b@9netics.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] plumbing, upas/fs and faces setup Date: Mon, 11 Dec 2006 13:40:27 -0800 From: Skip Tavakkolian <9nut@9netics.com> In-Reply-To: <82c890d00612111318x8f0b745ta3c833c3b3845ff5@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: f07fa2f4-ead1-11e9-9d60-3106f5b1d025 (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?