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 "Sat, 25 Oct 2003 11:19:25 +0200." <1067073565.3f9a401d31684@imp1-a.free.fr> From: "Russ Cox" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <66063.1067106422.1@t40.swtch.com> Message-Id: Date: Sat, 25 Oct 2003 14:27:02 -0400 Topicbox-Message-UUID: 7893259a-eacc-11e9-9e20-41e7f4b1d025 i'm not sure what's causing your problem. put some print statements in /sys/src/9/boot/local.c's connectlocalfossil() to see which of the silent return -1s is firing. (they are silent so that if you're running kfs you don't get warnings about fossil not existing.) connectlocalfossil() has decided that this isn't a fossil system so it hands over the reins to kfs. russ