9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] plumbing, upas/fs and faces setup
@ 2006-12-11 21:18 Gabriel Diaz
  2006-12-11 21:35 ` Steve Simon
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Gabriel Diaz @ 2006-12-11 21:18 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

hello

I'm trying to avoid starting more than one upasfs with my user, so i
use this on my profile:

plumber
...
if ( test -r /srv/upasfs.$user ){
mount -c /srv/upasfs.$user /mail/fs
}
if not {
upas/fs -s
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?

thanks


gabi


^ permalink raw reply	[flat|nested] 6+ messages in thread
* Re: [9fans] plumbing, upas/fs and faces setup
@ 2006-12-11 22:09 erik quanstrom
  0 siblings, 0 replies; 6+ messages in thread
From: erik quanstrom @ 2006-12-11 22:09 UTC (permalink / raw)
  To: 9nut, 9fans

i have seen variations on this problem in a number of situations.
even when mounting the sam upas/fs after posting to /srv, faces
and upas/nedmail don't play nicely under drawterm for me.  the faces 
display properly and reflect the contents of the mailbox, but
clicking on the face yields "message disappeared".

i suspect there is something causing the path to the message to be
malformed or misparsed in the plumbing messages generated by upas/fs.

- erik


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-12-11 22:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-11 21:18 [9fans] plumbing, upas/fs and faces setup Gabriel Diaz
2006-12-11 21:35 ` Steve Simon
2006-12-11 21:38 ` Skip Tavakkolian
2006-12-11 21:40 ` Skip Tavakkolian
2006-12-11 22:09   ` Gabriel Diaz
2006-12-11 22:09 erik quanstrom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).