From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] bleeding edge cd install From: mirtchov@cpsc.ucalgary.ca In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Thu, 9 Oct 2003 20:28:48 -0600 Topicbox-Message-UUID: 6b7f7a16-eacc-11e9-9e20-41e7f4b1d025 > I think you have the Venti variable wrong. > It needs to be shouldn't there be a loopback address configured before venti can start on 127.1? my boot file for pcfl has the following: ipconfig loopback /dev/null 127.1 just before venti... would this work if put in plan9.ini: bootargs=tcp loopback /dev/null 127.1 ? then the other ip address can be configured later via dhcp? or maybe it has to be configured immediately because fossil needs it... ugh, complicated...