9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] #a
@ 2006-07-08  3:44 quanstro
  2006-07-08  8:38 ` C H Forsyth
  0 siblings, 1 reply; 4+ messages in thread
From: quanstro @ 2006-07-08  3:44 UTC (permalink / raw)
  To: 9fans

why is #a references directly and not part of the standard namespace?

- erik


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

* Re: [9fans] #a
  2006-07-08  3:44 [9fans] #a quanstro
@ 2006-07-08  8:38 ` C H Forsyth
  2006-07-19  8:01   ` erik quanstrom
  0 siblings, 1 reply; 4+ messages in thread
From: C H Forsyth @ 2006-07-08  8:38 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 94 bytes --]

like #D it can't be exported or imported so you must always use one
that's known to be local.

[-- Attachment #2: Type: message/rfc822, Size: 2434 bytes --]

From: quanstro@quanstro.net
To: 9fans@cse.psu.edu
Subject: [9fans] #a
Date: Fri, 7 Jul 2006 22:44:04 -0500
Message-ID: <76ccd76a4e207d6e2fdce387f428c3ad@quanstro.net>

why is #a references directly and not part of the standard namespace?

- erik

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

* Re: [9fans] #a
  2006-07-08  8:38 ` C H Forsyth
@ 2006-07-19  8:01   ` erik quanstrom
  2006-07-19  8:42     ` Charles Forsyth
  0 siblings, 1 reply; 4+ messages in thread
From: erik quanstrom @ 2006-07-19  8:01 UTC (permalink / raw)
  To: 9fans

that's a bit pedantic, isn't it?   i would like to mount #a from a linux machine
so i can get upas working with imaps.

- erik

On Sat Jul  8 03:40:22 CDT 2006, forsyth@vitanuova.com wrote:

> like #D it can't be exported or imported so you must always use one
> that's known to be local.

>>From: quanstro@quanstro.net
>> why is #a references directly and not part of the standard namespace?

- erik


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

* Re: [9fans] #a
  2006-07-19  8:01   ` erik quanstrom
@ 2006-07-19  8:42     ` Charles Forsyth
  0 siblings, 0 replies; 4+ messages in thread
From: Charles Forsyth @ 2006-07-19  8:42 UTC (permalink / raw)
  To: 9fans

> that's a bit pedantic, isn't it?   i would like to mount #a from a linux machine
> so i can get upas working with imaps.

i'm afraid i'm not being pedantic. it will only work locally, because
its interface (like #D's) is peculiar: the file descriptor number
for the connection to protect is included in the "fd" ctl request,
and that is not going to be correct at the remote end.
it works locally because the kernel device of course has
access to the correct file descriptor table to index by the number
to find the right Chan for the connection.



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

end of thread, other threads:[~2006-07-19  8:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-08  3:44 [9fans] #a quanstro
2006-07-08  8:38 ` C H Forsyth
2006-07-19  8:01   ` erik quanstrom
2006-07-19  8:42     ` Charles Forsyth

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).