9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] nfsserver problems
@ 2003-04-28  9:11 Michael Grunditz
  2003-04-28 12:06 ` Michael Grunditz
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Grunditz @ 2003-04-28  9:11 UTC (permalink / raw)
  To: 9fans

HiI finaly got a x86pc again to run Plan9. My primary workstation is a
Acorn RiscPC running RISCOS. I want to use the plan9 box as a
fileserver using nfs. RISCOS isnt unix and doesnt have any passwd or
group files , and relies on pcnfsd for authentication.When I start the
nfsserver I get "something" like thisaux/nfsserver -v -a il!plan9xmesg
104 - attach failed - authentification failedThe plan9 pc is a
standalone cpu/authserver with kfs.The auth server works just fine for
telnet, ftp etc.I can do con -l .I can mount the cpuserver from the
cpuserver/Michael Grunditz


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

* Re: [9fans] nfsserver problems
  2003-04-28  9:11 [9fans] nfsserver problems Michael Grunditz
@ 2003-04-28 12:06 ` Michael Grunditz
  2003-04-28 15:16   ` Russ Cox
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Grunditz @ 2003-04-28 12:06 UTC (permalink / raw)
  To: 9fans

Oh no new lines ,  :)

This is a fixed version ..


In message <6b1c3250.0304262249.444616d3@posting.google.com> you wrote:

> Hi
I finaly got a x86pc again to run Plan9. My primary workstation is a
> Acorn RiscPC running RISCOS. I want to use the plan9 box as a
> fileserver using nfs. RISCOS isnt unix and doesnt have any passwd or
> group files , and relies on pcnfsd for authentication.When I start the
> nfsserver I get "something" like this
aux/nfsserver -v -a il!plan9
xmesg 104 - attach failed - authentification failed
The plan9 pc is a standalone cpu/authserver with kfs.The auth server
works just fine for telnet, ftp etc.I can do con -l .
I can mount the cpuserver from the cpuserver

/Michael Grunditz


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

* Re: [9fans] nfsserver problems
  2003-04-28 12:06 ` Michael Grunditz
@ 2003-04-28 15:16   ` Russ Cox
  0 siblings, 0 replies; 3+ messages in thread
From: Russ Cox @ 2003-04-28 15:16 UTC (permalink / raw)
  To: 9fans

By default, kfs does not allow connections from ``none''
unless someone else has already authenticated on the
connection.  Nfsserver connects as none (NFS has no
real authentication, so there's not much choice here)
on a fresh connection, hence the authentication fails.

You can run

	disk/kfscmd noneattach

to allow none to attach on fresh connections, but you'll
still only be none.  I use this to start an NFS server on my
local VMware network, so that my Linux VM can mount
files from Plan 9.

	#!/bin/rc

	rfork n
	slay nfsserver|rc
	slay portmapper|rc
	9fs boot
	rm -f /srv/nfs
	srvfs nfs /n/boot
	aux/portmapper
	aux/nfsserver -Cc /lib/ndb/nfs -f /srv/nfs

Russ



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

end of thread, other threads:[~2003-04-28 15:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-28  9:11 [9fans] nfsserver problems Michael Grunditz
2003-04-28 12:06 ` Michael Grunditz
2003-04-28 15:16   ` Russ Cox

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