9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Adrian" <adrian@tech.pcmediconsite.com>
To: <9fans@cse.psu.edu>
Subject: RE: [9fans] one more stupid question
Date: Sun, 15 Sep 2002 18:28:03 -0400	[thread overview]
Message-ID: <NGBBJNFOILCFKKEIGJCEMEABCDAA.adrian@tech.pcmediconsite.com> (raw)
In-Reply-To: <9aced27197c50102c45118c88904e14b@plan9.bell-labs.com>

Okay tried it both ways. With the python.iso as a file and expanded on a
single cd. I can mount it, but when I go to run /n/dist/python.setup
I get the error /n/kfs/dist/replica/client/python.db: rc (python.setup)
can`t open:
'/n/kfs/dist' does not exists.
Should I be glenda doing this ? and should I do it from my home directory or
the root /

Thank you
Adrian


-----Original Message-----
From: 9fans-admin@cse.psu.edu [mailto:9fans-admin@cse.psu.edu]On Behalf
Of Russ Cox
Sent: Sunday, September 15, 2002 6:02 PM
To: 9fans@cse.psu.edu
Subject: RE: [9fans] one more stupid question


So you've got a CD containing a single file that is python.iso?

I'm assuming your CD reader is /dev/sdD0/data,
the IDE secondary master.  sdC1 is primary slave and
sdD1 is secondary slave.

Run this:

	disk/kfscmd allow
	9660srv
	mount /srv/9660 /n/a /dev/sdD0/data
	9660srv xxx
	mount /srv/xxx /n/dist /n/a/python.iso
	/n/dist/python.setup
	replica/pull /n/dist/python

You need the two 9660srvs because you've got
a CD image as a file on a CD.

If the CD contains these files instead:

	d-rwxrwxr-x M 2793032 sys sys      0 Sep  1 05:24 386
	--r--r--r-- M 2793032 sys sys    117 May  6 17:29 README
	--r-xr-xr-x M 2793032 sys sys    374 May  6 17:29 python
	--rw-rw-r-- M 2793032 sys sys 206221 Sep 10 02:43 python.db
	--rw-rw-r-- M 2793032 sys sys 264479 Sep 10 02:31 python.log
	--rwxrwxr-x M 2793032 sys sys     90 May  6 17:29 python.setup
	d-rwxrwxr-x M 2793032 sys sys      0 Mar 29 17:02 sys

you can skip the first set of 9660srvs, doing this instead:

	disk/kfscmd allow
	9660srv
	mount /srv/9660 /n/dist /dev/sdD0/data
	/n/dist/python.setup
	replica/pull /n/dist/python

Russ



  reply	other threads:[~2002-09-15 22:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-15 22:01 Russ Cox
2002-09-15 22:28 ` Adrian [this message]
2002-09-15 22:29   ` Dan Cross
  -- strict thread matches above, loose matches on Subject: below --
2002-09-15 14:56 Russ Cox
2002-09-15 21:12 ` Adrian
2002-09-15 14:53 Adrian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=NGBBJNFOILCFKKEIGJCEMEABCDAA.adrian@tech.pcmediconsite.com \
    --to=adrian@tech.pcmediconsite.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).