9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] (no subject)
@ 2007-11-15 20:00 erik quanstrom
  2007-11-15 20:32 ` [9fans] devsegment #g geoff
  0 siblings, 1 reply; 5+ messages in thread
From: erik quanstrom @ 2007-11-15 20:00 UTC (permalink / raw)
  To: 9fans

Subject devsegment #g

doesn't seem to work.  is this a relic predating the segattach
system call?

- erik


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

* Re: [9fans] devsegment #g
  2007-11-15 20:00 [9fans] (no subject) erik quanstrom
@ 2007-11-15 20:32 ` geoff
  2007-11-16  1:23   ` erik quanstrom
  0 siblings, 1 reply; 5+ messages in thread
From: geoff @ 2007-11-15 20:32 UTC (permalink / raw)
  To: 9fans

It's optional; you need to add

	segment

in the `dev' section of your kernel configuration.
It has worked when I've used it.


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

* Re: [9fans] devsegment #g
  2007-11-15 20:32 ` [9fans] devsegment #g geoff
@ 2007-11-16  1:23   ` erik quanstrom
  2007-11-16  4:28     ` geoff
  0 siblings, 1 reply; 5+ messages in thread
From: erik quanstrom @ 2007-11-16  1:23 UTC (permalink / raw)
  To: 9fans

> It's optional; you need to add
> 
> 	segment
> 
> in the `dev' section of your kernel configuration.
> It has worked when I've used it.

obviously.  but it doesn't seem to work.

	; ls '#g'
	; ls -ld '#g'
	d-r-xr-xr-x g 0 quanstro quanstro 0 Nov 15 14:58 '#g'

this is on a terminal with an nvidia card.  aux/vga did work.
(such as it does with my video card.)  therefore there must be
a nvidiammio segment.

- erik


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

* Re: [9fans] devsegment #g
  2007-11-16  1:23   ` erik quanstrom
@ 2007-11-16  4:28     ` geoff
  2007-11-16 10:15       ` erik quanstrom
  0 siblings, 1 reply; 5+ messages in thread
From: geoff @ 2007-11-16  4:28 UTC (permalink / raw)
  To: 9fans

I think you're seeing normal behaviour.  #g shows the segments created
via #g:

devi# cd '#g'
devi# ls -l
devi# mkdir a b
devi# ls -l
d-rwxrwxrwx g 0 bootes bootes 0 Nov 15 23:18 a
d-rwxrwxrwx g 0 bootes bootes 0 Nov 15 23:18 b
devi# ls -l ?
--rw-rw---- g 0 bootes bootes 0 Nov 15 23:18 a/ctl
--rw-rw---- g 0 bootes bootes 0 Nov 15 23:18 a/data
--rw-rw---- g 0 bootes bootes 0 Nov 15 23:18 b/ctl
--rw-rw---- g 0 bootes bootes 0 Nov 15 23:18 b/data


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

* Re: [9fans] devsegment #g
  2007-11-16  4:28     ` geoff
@ 2007-11-16 10:15       ` erik quanstrom
  0 siblings, 0 replies; 5+ messages in thread
From: erik quanstrom @ 2007-11-16 10:15 UTC (permalink / raw)
  To: 9fans

you're right.  why is there a seperate namespace for #g and segattach?

- erik


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

end of thread, other threads:[~2007-11-16 10:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-15 20:00 [9fans] (no subject) erik quanstrom
2007-11-15 20:32 ` [9fans] devsegment #g geoff
2007-11-16  1:23   ` erik quanstrom
2007-11-16  4:28     ` geoff
2007-11-16 10:15       ` 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).