From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] pcf config file ... In-Reply-To: Your message of "Sun, 26 Oct 2003 19:09:51 +0100." <6.0.0.22.0.20031026190759.039c0830@pop.noos.fr> From: "Russ Cox" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <80589.1067192769.1@t40.swtch.com> Message-Id: Date: Sun, 26 Oct 2003 13:26:09 -0500 Topicbox-Message-UUID: 796f8954-eacc-11e9-9e20-41e7f4b1d025 > At 00:18 26/10/03, you wrote: > > > There is no connectlocalfossil() in my /sys/src/9/boot/local.c > > > At least, I now understand why my kernel tries to boot using kfs :) > > > >The ISO on the web page is a little old. > >You can either install with the bleeding-edge > >ISO (on the updates page) or do a pull to bring > >your system up-to-date. With the new port/lib.h, > >9pcf should build just fine. > > > >Russ > > I've just downloaded and configured the bleeding-edge ISO. > When I tried to pull the latest sources : > > term% replica/pull -sv /dist/replica/network > post... > > !Adding key: dom=outside.plan9.bell-labs.com proto=p9sk1 > user[sys]: xigh > password: > ! > kfs init 166: can't open /dev/sdC0/fs > kfs 166: suicide: sys: trap: fault read addr=0x0 pc=0x0001d649 > mount: can't open /srv/kfs: '/srv/kfs' file does not exist > clientmount: 9fs 164: mount 167: open > term% > > what's wrong ? pull is hard-coded to run "9fs kfs". really you should be using dan cross's /dist/replica/dist, but i never remember how to do that. instead you can just create a /srv/kfs that pull will be able to mount (it doesn't see one so it starts kfs). echo 1 >/srv/kfs