From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <88a4775604110308014efb9764@mail.gmail.com> Date: Wed, 3 Nov 2004 17:00:09 +0059 From: Matthias Teege To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] venti crashes at startup In-Reply-To: <20041103104736.GA7923@SDF.LONESTAR.ORG> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <88a47756041103002858d7e6d@mail.gmail.com> <38c3fbecc91da8da2200ca416342ca86@vitanuova.com> <88a4775604110301272a599a0@mail.gmail.com> <20041103104736.GA7923@SDF.LONESTAR.ORG> Topicbox-Message-UUID: fa9a64f8-eacd-11e9-9e20-41e7f4b1d025 On Wed, 3 Nov 2004 11:47:36 +0100, Heiko Dudzus wrote: > It's because you don't set bootargs and bootdisk in your venti section > of plan9.ini, I think. Ok, my plan9.ini looks like this now: bootfile=sdC0!9fat!9pccpuf bootargs=local!#S/sdC0/ bootdisk=local!#S/sdC0/ venti=/dev/sdC0/arenas ... The server comes up and I see the 'venti' message. ps ax | grep venti | wc -l gives 3. I make a snapshot with con /srv/fscons sys main snap -a but 'df' shows me that 11% of the write cache is used. I can see the snapshot after 9fs dump und /n/dump. Isn't the wriet cache cleaned automaticly? Matthias