9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] rio on the authentication server
@ 2002-09-03 15:27 Russ Cox
  2002-09-03 15:45 ` Brian Hancock
  0 siblings, 1 reply; 9+ messages in thread
From: Russ Cox @ 2002-09-03 15:27 UTC (permalink / raw)
  To: 9fans

That all looks fine.  What are your symptoms?
Is the screen in text or graphics mode?
If text, make sure you are running aux/vga
from cpurc.

Russ


^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: [9fans] rio on the authentication server
@ 2002-09-16  0:53 Russ Cox
  0 siblings, 0 replies; 9+ messages in thread
From: Russ Cox @ 2002-09-16  0:53 UTC (permalink / raw)
  To: 9fans

> Along these lines, if someone wanted to share files from a standalone
> workstation, would it be best to set it up as a standalone auth/(k)fs
> server and treat it as a network of one?

You need an auth server to authenticate the connection.
A standalone auth/kfs server _is_ a network of one.

Russ


^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: [9fans] rio on the authentication server
@ 2002-09-03 17:59 Russ Cox
  2002-09-03 19:24 ` Brian Hancock
  0 siblings, 1 reply; 9+ messages in thread
From: Russ Cox @ 2002-09-03 17:59 UTC (permalink / raw)
  To: 9fans

What do you use the Plan 9 machines for?

Russ


^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: [9fans] rio on the authentication server
@ 2002-09-03 16:00 Russ Cox
  2002-09-03 17:35 ` Brian Hancock
  0 siblings, 1 reply; 9+ messages in thread
From: Russ Cox @ 2002-09-03 16:00 UTC (permalink / raw)
  To: 9fans

near the end of cpurc is probably best.
something like

	aux/mouse $mouseport
	aux/vga -m $monitor -l $vgasize
	rio

should work.



^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: [9fans] tcp access to (fake worm) fs?
@ 2002-09-03  2:12 Russ Cox
  2002-09-03 14:50 ` [9fans] rio on the authentication server Brian Hancock
  0 siblings, 1 reply; 9+ messages in thread
From: Russ Cox @ 2002-09-03  2:12 UTC (permalink / raw)
  To: 9fans

On your cpu server, running

	aux/listen1 tcp!*!9fs /bin/aux/trampoline il!your-file-server!9fs &

should set up a tunnel, so that you can pretend
your CPU server is a tcp version of your file server.

You can also put

	#!/bin/rc
	exec aux/trampoline il!your-file-server!9fs

into /rc/bin/service/tcp564, if you want to
use listen instead.

Russ


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

end of thread, other threads:[~2002-09-16  0:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-03 15:27 [9fans] rio on the authentication server Russ Cox
2002-09-03 15:45 ` Brian Hancock
  -- strict thread matches above, loose matches on Subject: below --
2002-09-16  0:53 Russ Cox
2002-09-03 17:59 Russ Cox
2002-09-03 19:24 ` Brian Hancock
2002-09-09  0:11   ` Jack Johnson
2002-09-03 16:00 Russ Cox
2002-09-03 17:35 ` Brian Hancock
2002-09-03  2:12 [9fans] tcp access to (fake worm) fs? Russ Cox
2002-09-03 14:50 ` [9fans] rio on the authentication server Brian Hancock

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