From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] connecting venti: no route From: Lucio De Re Date: Sat, 9 Dec 2006 15:09:20 +0200 In-Reply-To: <88a477560612090439v6c8e746bna86ad809c8f54356@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: edceb19e-ead1-11e9-9d60-3106f5b1d025 > changed the line in plan9.ini to venti=/dev/sdC0/arenas tcp!*!17034 > tcp!127.1!8000 In plan9.ini, venti=tcp!127.1!17034 ought to be correct. Also, make sure you ip/ipconfig loopback /dev/null 127.1 in /rc/bin/cpurc before initialising venti. I don't think you need to go to the same lengths as I did, but this is what I have at hand: if (~ $venti '') { loop=127.1 ip/ipconfig loopback /dev/null $loop vhost=tcp!$loop venti=$vhost^!venti venti/venti -c venti.conf -B 1m -C 1m -h $vhost^!80 -I 1m -w -a $venti || { echo Venti startup failed: $status exit venti } } I can't vouch for plan9.ini, because I don't have access to the equipment that uses the above, so it may even be out of date. ++L