From mboxrd@z Thu Jan 1 00:00:00 1970 Mime-Version: 1.0 (Apple Message framework v619) In-Reply-To: <418DAFEE.7030307@telus.net> References: <418D4681.4060707@telus.net> <20041107024823.GA81716@mero.morphisms.net> <418DAFEE.7030307@telus.net> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: arisawa@ar.aichi-u.ac.jp Date: Sun, 7 Nov 2004 17:12:12 +0900 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: [9fans] venti httpaddr Topicbox-Message-UUID: feeae500-eacd-11e9-9e20-41e7f4b1d025 Hello 9fans, my venti httpaddr is something curious. my system is fossil+venti with 9pcf kernel. I configured in plan9.ini: bootargs=local!#S/sdD1/fossil bootfile=sdD1!9fat!9pcf venti=#S/sdD1/arena and in venti config: term% venti/conf /dev/sdD1/arena # venti/conf -w /dev/sdD1/arena conf index main isect /dev/sdD1/isect arenas /dev/sdD1/arena httpaddr tcp!*!8088 however term% netstat -n .... tcp 0 arisawa Listen 8000 0 :: tcp 1 arisawa Listen 17034 0 :: tcp 2 arisawa Established 25804 17034 127.0.0.1 tcp 3 network Established 17034 25804 127.0.0.1 tcp 4 arisawa Established 25805 17034 127.0.0.1 tcp 5 network Established 17034 25805 127.0.0.1 ... tcp 8000 is presumably actual venti httpaddr but term% hget http://pc:8000/index hget: too many errors with no progress connection refused term% hget http://pc:8088/index hget: too many errors with no progress connection refused term% what's wrong? Kenji Arisawa