9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] replica/pull..
@ 2002-05-28 19:24 rsc
  2002-05-28 15:58 ` Ish Rattan
  2002-05-28 16:00 ` Ish Rattan
  0 siblings, 2 replies; 14+ messages in thread
From: rsc @ 2002-05-28 19:24 UTC (permalink / raw)
  To: 9fans

> > I think you need to
> >
> > 	mkdir /n/sources
> > or
> > 	disk/kfscmd 'create /n/sources sys sys 555 d'
> I did that and it complained about /n/sources/replica dir, so I made one.
>
> It then complained about /n/kfs/dis/replica/client/plan9.log (structure
> was upto /n/kfs), so made the dirsa nd touched plan9.log too.

You didn't want to do that.
/n/sources and /n/kfs are mount points
that will get things mounted on them.

If you type 9fs kfs you should then see
many files in /n/kfs/dist.

You should probably remove the files
you created; they'll just confuse things.

	9fs kfs
	rm -r /n/kfs/n/kfs/dist		# NOTE THE DOUBLED /n/kfs !!!

Don't worry about messages about directories or files
not existing in /n/kfs or /n/sources until we settle
the auth problems.

Maybe you typed the wrong password.
Try this:

	auth/factotum
	srv -m tcp!sources.cs.bell-labs.com sources /n/sources

Be sure to type the password you used when you
created the account.  What user name did you use?
I don't see any obvious variants of ishwar in the
user list.

Russ



^ permalink raw reply	[flat|nested] 14+ messages in thread
* [9fans] Replica/pull..
@ 2002-12-26  1:28 Ish Rattan
  2002-12-26  2:03 ` Russ Cox
  2002-12-26  2:04 ` Russ Cox
  0 siblings, 2 replies; 14+ messages in thread
From: Ish Rattan @ 2002-12-26  1:28 UTC (permalink / raw)
  To: 9fans


If one wants to pull locally modified files too, what option is
there? I tried by renaming the files but complained that files
have been deleted so it won't update.

Also, I looked at /sys/log/auth entries for netkey failure to
connect to cpu/pcauth server, no logs are made. The only odd
line that I saw are of type:

	... keyfs starting warning: 3e0a1084 3e0894f4

If somebody is running a cpu/auth server correctly -- incoming
drawterm  connections can be made using netkey challenge/respnse,
do send me your /sys/src/9/pc/pcauth file (should it be pcppu file?).

Merry Xmas.

-ishwar



^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: [9fans] replica/pull..
@ 2002-05-29  5:57 rsc
  0 siblings, 0 replies; 14+ messages in thread
From: rsc @ 2002-05-29  5:57 UTC (permalink / raw)
  To: 9fans

> What TCP port will it be using (just in case its being blocked by our
> router)

We need to be able to dial out to TCP ports 564 (fs) and 567 (auth).

>     rsc> You are also having authentication problems.  What does
>     rsc> ndb/query authdom outside.plan9.bell-labs.com auth
>
> sources.plan9.bell-labs.com

I'm sure you mean sources.cs.bell-labs.com,
but I figured I'd point it out anyway.

Russ



^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: [9fans] replica/pull..
@ 2002-05-28 19:48 rsc
  0 siblings, 0 replies; 14+ messages in thread
From: rsc @ 2002-05-28 19:48 UTC (permalink / raw)
  To: 9fans

We probably mangled your pasword
when you created the account (you were
one of the earlier people to create an account).

I'll send you a new password.

Russ



^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: [9fans] replica/pull..
@ 2002-05-28 16:53 rsc
  2002-05-28 15:30 ` Ish Rattan
  2002-05-29  5:49 ` Adrian Tritschler
  0 siblings, 2 replies; 14+ messages in thread
From: rsc @ 2002-05-28 16:53 UTC (permalink / raw)
  To: 9fans

I think you need to

	mkdir /n/sources
or
	disk/kfscmd 'create /n/sources sys sys 555 d'

You are also having authentication problems.
What does

	ndb/query authdom outside.plan9.bell-labs.com auth

print?

Russ



^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: [9fans] 9660srv
@ 2002-05-28 16:05 Russ Cox
  2002-05-28 12:37 ` [9fans] replica/pull Ish Rattan
  0 siblings, 1 reply; 14+ messages in thread
From: Russ Cox @ 2002-05-28 16:05 UTC (permalink / raw)
  To: 9fans

> Uhhh.. How do I get a copy? My Plan9 machine isn't connected to the
> net, and I use SneakerNet(tm) to move files over from the family PC
> that is.

For this specific case it happens that we repackaged
the installation archive after I fixed 9660srv,
so you could download a new installation archive,
write it to a CD, mount the CD on /n/dist, and then run

	cp /n/dist/dist/replica/cd /tmp/cd
	chmod +x /tmp/cd
	disk/kfscmd allow
	replica/pull /tmp/cd
	disk/kfscmd disallow

I realize that's a large amount of data to grab
to get such a small fix (I would just live with the
broken 9660srv, in this case).

We don't have a good story for you in general.
We assumed that people would be connected to the
network while running Plan 9.  It would take a
non-trivial amount of work to reverse that
assumption.

Sorry.
Russ


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

end of thread, other threads:[~2002-12-26  2:32 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-28 19:24 [9fans] replica/pull rsc
2002-05-28 15:58 ` Ish Rattan
2002-05-28 16:00 ` Ish Rattan
  -- strict thread matches above, loose matches on Subject: below --
2002-12-26  1:28 [9fans] Replica/pull Ish Rattan
2002-12-26  2:03 ` Russ Cox
2002-12-26  2:04 ` Russ Cox
2002-12-26  2:21   ` Ish Rattan
2002-12-26  2:32     ` Russ Cox
2002-05-29  5:57 [9fans] replica/pull rsc
2002-05-28 19:48 rsc
2002-05-28 16:53 rsc
2002-05-28 15:30 ` Ish Rattan
2002-05-29  5:49 ` Adrian Tritschler
2002-05-28 16:05 [9fans] 9660srv Russ Cox
2002-05-28 12:37 ` [9fans] replica/pull Ish Rattan

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