From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <9bd1a4912836e2a5b0ac6b26c9a56183@cs.cmu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] bleeding edge cd install From: David Swasey In-Reply-To: <20031010022403.24764.97956.Mailman@psuvax1.cse.psu.edu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-xjktmgllkwomeuiynmpghnjpwo" Date: Thu, 9 Oct 2003 23:08:44 -0400 Topicbox-Message-UUID: 6ba26d28-eacc-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-xjktmgllkwomeuiynmpghnjpwo Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit I just got venti and fossil (from sources, not a CD) working on a laptop. I did not see any invalid address trap while debugging. It took me an embarassingly long time to realize that network addresses like > tcp!$venti!venti do not work. Fossil and venti are run without /lib/ndb so they require numeric ports. Just in case it helps, I am including my boot, flproto, and venti.conf. They are rough. -dave --upas-xjktmgllkwomeuiynmpghnjpwo Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit #!/boot/rc -m /boot/rcmain cd /boot cp '#r/rtc' '#c/time' bind -a '#I' /net bind -a '#l0' /net bind -a '#S' /dev bind -a '#c' /dev bind '#p' /proc bind '#d' /fd ipconfig ipconfig loopback /dev/null 127.1 authaddr=`{sed -n 's/ auth=(.*)/\1/p' /net/ndb|sed 1q} if(~ $authaddr ()){ echo 'authdom=home auth=12.226.232.158' >> /net/ndb authaddr=12.226.232.158 } factotum -a$authaddr -sfactotum -u echo -n 'dma on' > /dev/sdC0/ctl echo -n 'rwm on' > /dev/sdC0/ctl venti -c venti.conf fossil -f /dev/sdC0/fossil echo -n 127.1 > '#e'/venti mount -c '#s'/boot /root bind -ac /root / bind -c /root/mnt /mnt mount -a '#s/factotum' /mnt rootdir=/root rootspec='' exec /386/init -t --upas-xjktmgllkwomeuiynmpghnjpwo Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit srv -p fscons srv boot #listen tcp!*!564 #listen il!*!564 fsys main config /dev/sdC0/fossil fsys main venti tcp!127.1!17034 fsys main open fsys main users -r /active/adm/users --upas-xjktmgllkwomeuiynmpghnjpwo Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit # the name of the index index main # the index sections isect /dev/sdC0/isect0 # the arenas # We could delete cfs and add a 512MB arenas1 arenas /dev/sdC0/arenas0 # Defaults are 1m, 0, 0 mem 1m #bcmem 0 icmem 64k addr tcp!127.1!17034 httpaddr tcp!127.1!80 queuewrites --upas-xjktmgllkwomeuiynmpghnjpwo--