9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@quanstro.net>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] magic loopback
Date: Sun, 17 Sep 2006 22:18:33 -0500	[thread overview]
Message-ID: <5cd901e3c7524ac666bea64abf54e0a4@quanstro.net> (raw)
In-Reply-To: <bd99607f07a33f688a6383a530e5377e@quanstro.net>

sorry to reply to myself.  but because /net/ipifc/0/ctl exists, ip/ipconfig is not run to ask
for a *real* ip address.  the default termrc has this
	if(! test -e /net/ipifc/0/ctl)
		ip/ipconfig >/dev/null >[2=1]
which i changed to
	if(! test -e /net/ipifc/0/ctl || ~ 127.0.0.1 `{cat /net/ipifc/0/local})
		ip/ipconfig >/dev/null >[2=1]
to get things running.  am i missing something about how to configure fossil+venti
on a cpuf kernel or is this known?

- erik


  reply	other threads:[~2006-09-18  3:18 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-17 20:02 erik quanstrom
2006-09-18  3:18 ` erik quanstrom [this message]
2006-09-18  8:56   ` Richard Miller
2006-09-18 23:16     ` erik quanstrom
2006-09-19  8:04       ` Richard Miller
2006-09-19 23:07         ` erik quanstrom
2006-09-19 23:25           ` Russ Cox
2006-09-19 23:36             ` erik quanstrom
2006-09-20  0:54               ` Russ Cox
2006-09-20  9:48             ` Charles Forsyth
2006-09-20  9:55 Fco. J. Ballesteros

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=5cd901e3c7524ac666bea64abf54e0a4@quanstro.net \
    --to=quanstro@quanstro.net \
    --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).