From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5cd901e3c7524ac666bea64abf54e0a4@quanstro.net> From: erik quanstrom Date: Sun, 17 Sep 2006 22:18:33 -0500 To: 9fans@cse.psu.edu Subject: Re: [9fans] magic loopback In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: b9720068-ead1-11e9-9d60-3106f5b1d025 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