9fans archive / 2006 / 12 / 142    prev next

search terms are split using tokenize from:regexp searches From: lines subject:regexp searches Subject: lines before:yyyy[/mm[/dd]] and after:yyyy[/mm[/dd]] specify date range powered by grep(1)
From: Skip Tavakkolian <9nut@9ne...> Subject: plumbing, upas/fs and faces setup Date: Mon, 11 Dec 2006 13:40:27 -0800 (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?