From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <8151ba5cb4868bc8265e2bd66552dad6@tombob.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] venti wrarena i/o errors Date: Tue, 4 Dec 2007 23:02:46 +0000 From: Robert Raschke In-Reply-To: <9AC90B7C-FEE5-4FA0-A60A-6049CE79E322@utopian.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 11ae4ad8-ead3-11e9-9d60-3106f5b1d025 Hi, I'm still having issues with Venti on a VIA EPIA-5000. I am getting write i/o errors from icachewritesect, as well as lock errors. My disk is a Samsung SP1613N, and is fine according to Samsung's HUTIL. I also ran memtest86 in case my memory is sick, but that is fine too. I booted using PXE and my disk was completely clean. My startup info looks like this: Plan 9 E820: 00000000 0009fc00 memory E820: 0009fc00 000a0000 reserved E820: 000f0000 00100000 reserved E820: 00100000 0f7f0000 memory E820: 0f7f0000 0f7f3000 acpi nvs E820: 0f7f3000 0f800000 acpi reclaim E820: ffff0000 100000000 reserved 126 holes free 00054000 0008a000 221184 002ee000 064cf000 102633472 102854656 bytes free cpu0: 533MHz CentaurHauls Via C3 Samuel 2 or Ezra (cpuid: AX 0x0673 DX 0x803035) ELCR: 0E08 pcirouting: ignoring south bridge PCI.0.0.0 1106/0601 #l0: vt6102: 100Mbps port 0xE800 irq 11: 004063e24ea8 #U/usb0: uhci: port 0xD400 irq 3 #U/usb1: uhci: port 0xD800 irq 3 248M memory: 101M kernel data, 147M user, 561M swap root is from (tcp)[tcp]: user[none]: rtr secstore password: version...time... init: starting /bin/rc Next I set up ~30GB on the disk: term% disk/mbr -m /386/mbr /dev/sdC0/data term% disk/fdisk /dev/sdC0/data [...] >>> p ' p1 0 3911 (3911 cylinders, 29.95 GB) PLAN9 empty 3911 19457 (15546 cylinders, 119.08 GB) >>> w >>> q term% disk/prep /dev/sdC0/data >>> p ' 9fat 0 204800 (204800 sectors, 100.00 MB) ' nvram 204800 204801 (1 sectors, 512 B ) ' fossil 204801 10192089 (9987288 sectors, 4.76 GB) ' bloom 10192089 10224857 (32768 sectors, 16.00 MB) ' arenas 10224857 60325137 (50100280 sectors, 23.88 GB) ' isect 60325137 62830152 (2505015 sectors, 1.19 GB) >>> w >>> q term% disk/format -b /386/pbs -d -r 2 /dev/sdC0/9fat /386/9load /386/9pcf add 9load at clust 2 add 9pcf at clust a7 Initializing FAT file system type hard, 12 tracks, 255 heads, 63 sectors/track, 512 bytes/sec Adding file /386/9load, length 337588 add 9load at clust 2 Adding file /386/9pcf, length 2874011 add 9pcf at clust a7 used 3215360 bytes And now I set up venti: term% cat /tmp/venti.conf index main isect /dev/sdC0/isect arenas /dev/sdC0/arenas bloom /dev/sdC0/bloom mem 2M bcmem 4M icmem 6M addr tcp!*!17034 httpaddr tcp!*!8000 term% venti/fmtisect isect /dev/sdC0/isect fmtisect /dev/sdC0/isect: 156,466 buckets of 215 entries, 524,288 bytes for index map term% venti/fmtarenas arenas /dev/sdC0/arenas fmtarenas /dev/sdC0/arenas: 48 arenas, 25,650,544,640 bytes storage, 524,288 bytes for index map term% venti/fmtbloom /dev/sdC0/bloom fmtbloom: using 16MB, 32 hashes/score, best up to 2,982,616 blocks term% venti/conf -w /dev/sdC0/arenas