From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <1fc101b28f88ae9c8ae5f3d6d39ffd63@plan9.escet.urjc.es> To: 9fans@cse.psu.edu Subject: Re: [9fans] 9pcf + devfs From: Fco.J.Ballesteros In-Reply-To: <2ef416da7a38fe8f42e837d136339654@plan9.ucalgary.ca> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-zqmerngdzaksqshhidukewwssp" Date: Wed, 15 Oct 2003 09:14:17 +0200 Topicbox-Message-UUID: 6efd8a70-eacc-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-zqmerngdzaksqshhidukewwssp Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit You'd need to edit the boot script (/sys/lib/sysconfig/fl/boot if I remember well) to setup your fs dev before starting fossil. Take a look at the bootdir section of the config file, where your boot script is mentioned. We use something like this: #!/boot/rc -m /boot/rcmain cpuserver=yes ... echo mirror once /dev/sdC0/once /dev/sdD0/once >/dev/fs/ctl echo mirror fossil /dev/sdC0/fossil /dev/sdD0/fossil >/dev/fs/ctl echo mirror other /dev/sdC0/other /dev/sdD0/other >/dev/fs/ctl echo mirror other1 /dev/sdD0/other1 /dev/sdC0/other1 >/dev/fs/ctl ... venti -w -c /env/venticonf -a tcp!127.1!17034 & sleep 10 venti=tcp!127.1!17034 fossil -c '. /env/fossilconf' Where both fossilconf and venticonf refer to /dev/fs/{once,fossil,other,other1}. --upas-zqmerngdzaksqshhidukewwssp Content-Type: message/rfc822 Content-Disposition: inline Received: from mail.cse.psu.edu ([130.203.4.6]) by aquamar; Tue Oct 14 18:45:38 MDT 2003 Received: by mail.cse.psu.edu (CSE Mail Server, from userid 60001) id B036A19A33; Tue, 14 Oct 2003 12:45:33 -0400 (EDT) Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.6.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id C4B0919B6C; Tue, 14 Oct 2003 12:45:14 -0400 (EDT) X-Original-To: 9fans@cse.psu.edu Delivered-To: 9fans@cse.psu.edu Received: by mail.cse.psu.edu (CSE Mail Server, from userid 60001) id A728419B4D; Tue, 14 Oct 2003 12:44:05 -0400 (EDT) Received: from plan9-2.ucalgary.ca (fbsd.cpsc.ucalgary.ca [136.159.7.68]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id D83DE19A33 for <9fans@cse.psu.edu>; Tue, 14 Oct 2003 12:43:53 -0400 (EDT) Message-ID: <2ef416da7a38fe8f42e837d136339654@plan9.ucalgary.ca> To: 9fans@cse.psu.edu From: mirtchov@cpsc.ucalgary.ca MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] 9pcf + devfs Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: 9fans@cse.psu.edu List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Tue, 14 Oct 2003 10:43:48 -0600 X-Spam-Status: No, hits=0.8 required=5.0 tests=NO_REAL_NAME version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Is the pcf kernel at all compatible with booting from /dev/fs? I can't find any script associated with it that I can edit and put my devfs configuration in... Any pointers? Or should I just stick with the 'pcfl' kernels? --upas-zqmerngdzaksqshhidukewwssp--