9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: David Presotto <presotto@closedmind.org>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] bleeding edge cd install
Date: Thu,  9 Oct 2003 22:41:08 -0400	[thread overview]
Message-ID: <b01b41a8abf5e8fbdc38729ef7045a73@plan9.bell-labs.com> (raw)
In-Reply-To: <E1A7mYD-000PZq-8X@t40.swtch.com>

[-- Attachment #1: Type: text/plain, Size: 354 bytes --]

This new venti string should fix all of ron's problems since,
with a correct venti conf disk, he'll get into the if statement
in the boot process that mounts the loopback interface, which
is his second problem.

When he telnetted to 127.1, he was probably going to whatever machine
his default route points to and connecting to its local interface.

[-- Attachment #2: Type: message/rfc822, Size: 2629 bytes --]

From: "Russ Cox" <rsc@swtch.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] bleeding edge cd install
Date: Thu, 09 Oct 2003 21:58:41 -0400
Message-ID: <E1A7mYD-000PZq-8X@t40.swtch.com>

> Anyway I did just this this exact setting in plan9.ini:
> venti=tcp!127.1!17034 tcp!127.1!80
> [is that really right?]

Actually, no it's not.  I just checked /sys/src/9/boot/local.c.

You want:

	venti=#S/sdC0/venti-conf-disk

where #S/sdC0/venti-conf-disk is the disk you branded
with venti/conf -w.

You can say

	venti=#S/sdC0/venti-conf-disk tcp!127.1!17034 tcp!127.1!8000

but the last two fields are the defaults.

Still, the boot process shouldn't be page faulting,
so this might not solve your problem.
But /sys/src/9/boot/local.c is where you want to look
(and look carefully at any messages before the
page fault).

Russ

  reply	other threads:[~2003-10-10  2:41 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-10  1:46 ron minnich
2003-10-10  1:49 ` David Presotto
2003-10-10  1:34   ` Russ Cox
2003-10-10  2:22     ` ron minnich
2003-10-10  1:58       ` Russ Cox
2003-10-10  2:41         ` David Presotto [this message]
2003-10-10  3:12         ` ron minnich
2003-10-10 12:15         ` [9fans] kfscmd atime considered harmful Richard Miller
2003-10-10  2:30       ` [9fans] bleeding edge cd install David Presotto
2003-10-10  2:33       ` ron minnich
2003-10-10  2:28     ` mirtchov
2003-10-10  2:03   ` ron minnich
2003-10-10  2:13     ` David Presotto
2003-10-10  2:44 David Presotto
     [not found] <20031010022403.24764.97956.Mailman@psuvax1.cse.psu.edu>
2003-10-10  3:08 ` David Swasey
2003-10-11  9:29   ` Charles Forsyth

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=b01b41a8abf5e8fbdc38729ef7045a73@plan9.bell-labs.com \
    --to=presotto@closedmind.org \
    --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).