From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 3 Mar 2005 12:20:18 -0700 From: "Ronald G. Minnich" To: 9fans@cse.psu.edu Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [9fans] fossil failure question Topicbox-Message-UUID: 1f1d446a-ead0-11e9-9d60-3106f5b1d025 This is on Xen; I'm willing to blame xen, but many other things are working. I'm trying to do the kfs->fossil transition. I have /dev/sd00/fs and /dev/sd01/fossil, fossil mounted as /n/fossil, kfs as /n/kfs. I'm doing the mkfs|mkext s dance as found on the wiki. disk/mkfs -a -s /n/kfs /sys/lib/sysconfig/proto/allproto | disk/mkext -u -d /n/fossil At some point in fossil console I get 300 or these: main: labelUnpack ff ff 6ccd6c27 01000000 0001ffff labelUnpack ff ff 6ccd6c27 01000000 0001ffff labelUnpack ff ff 6ccd6c27 01000000 0001ffff labelUnpack ff ff 6ccd6c27 01000000 0001ffff labelUnpack ff ff 6ccd6c27 01000000 0001ffff labelUnpack ff ff 6ccd6c27 01000000 0001ffff labelUnpack ff ff 6ccd6c27 01000000 0001ffff labelUnpack ff ff 6ccd6c27 01000000 0001ffff labelUnpack ff ff 6ccd6c27 01000000 0001ffff labelUnpack ff ff 6ccd6c27 01000000 0001ffff . . . . Is this an error (I'm guessing yes) What's it mean? What's a good place to start digging to see what's going on? thanks ron