From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.236.43.231 with SMTP id l67csp97470yhb; Fri, 13 Apr 2012 05:56:58 -0700 (PDT) Return-Path: <9front+bncCPTY2Ox2EJHFoPwEGgTMeSUn@googlegroups.com> Received-SPF: pass (google.com: domain of 9front+bncCPTY2Ox2EJHFoPwEGgTMeSUn@googlegroups.com designates 10.216.198.15 as permitted sender) client-ip=10.216.198.15; Authentication-Results: mr.google.com; spf=pass (google.com: domain of 9front+bncCPTY2Ox2EJHFoPwEGgTMeSUn@googlegroups.com designates 10.216.198.15 as permitted sender) smtp.mail=9front+bncCPTY2Ox2EJHFoPwEGgTMeSUn@googlegroups.com; dkim=pass header.i=9front+bncCPTY2Ox2EJHFoPwEGgTMeSUn@googlegroups.com Received: from mr.google.com ([10.216.198.15]) by 10.216.198.15 with SMTP id u15mr233425wen.26.1334321817348 (num_hops = 1); Fri, 13 Apr 2012 05:56:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=x-beenthere:received-spf:x-authenticated:x-provags-id:message-id :date:from:to:subject:in-reply-to:mime-version:x-y-gmx-trusted :x-original-sender:x-original-authentication-results:reply-to :precedence:mailing-list:list-id:x-google-group-id:list-post :list-help:list-archive:sender:list-subscribe:list-unsubscribe :content-type:content-transfer-encoding; bh=o7NUxLvwbCktSspUN5goA6yNjgNom8td2WzRWJ0ky44=; b=v4y5UG1GG395RlnuBrvPotq4JyaLDCgfSX2lYwMd9bZTLaMh8CkDplQYwwuVGyaAN/ jVAz9RjWgQSk9RFNDBwo2Tfd9NGRi4T2H1c3Brc2CiPs7XY5k41T8cXXmjSVgWD72lvm pwmYGSV/KhuLcD7aLYbGdXhWiU7qsihVGrnfM= Received: by 10.216.198.15 with SMTP id u15mr46380wen.26.1334321809127; Fri, 13 Apr 2012 05:56:49 -0700 (PDT) X-BeenThere: 9front@googlegroups.com Received: by 10.14.39.78 with SMTP id c54ls560153eeb.4.gmail; Fri, 13 Apr 2012 05:56:48 -0700 (PDT) Received: by 10.213.4.83 with SMTP id 19mr149391ebq.16.1334321808482; Fri, 13 Apr 2012 05:56:48 -0700 (PDT) Received: by 10.213.4.83 with SMTP id 19mr149390ebq.16.1334321808461; Fri, 13 Apr 2012 05:56:48 -0700 (PDT) Received: from mailout-de.gmx.net (mailout-de.gmx.net. [213.165.64.22]) by gmr-mx.google.com with SMTP id z52si8889317eeb.1.2012.04.13.05.56.48; Fri, 13 Apr 2012 05:56:48 -0700 (PDT) Received-SPF: pass (google.com: domain of cinap_lenrek@gmx.de designates 213.165.64.22 as permitted sender) client-ip=213.165.64.22; Received: (qmail invoked by alias); 13 Apr 2012 12:56:47 -0000 Received: from i5E878574.versanet.de (EHLO rei2.9hal) [94.135.133.116] by mail.gmx.net (mp040) with SMTP; 13 Apr 2012 14:56:47 +0200 X-Authenticated: #10700799 X-Provags-ID: V01U2FsdGVkX194648R+pp4O0g3Tuuwp4p5N7HkBAstR9A16+FxQ2 PesJyqkxJiluZ2 Message-ID: Date: Fri, 13 Apr 2012 12:55:20 +0200 From: cinap_lenrek@gmx.de To: 9front@googlegroups.com Subject: Re: cwfs... In-Reply-To: <20120413071703.1c9dccd5@inari.ethans.dre.am> MIME-Version: 1.0 X-Y-GMX-Trusted: 0 X-Original-Sender: cinap_lenrek@gmx.de X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of cinap_lenrek@gmx.de designates 213.165.64.22 as permitted sender) smtp.mail=cinap_lenrek@gmx.de Reply-To: 9front@googlegroups.com Precedence: list Mailing-list: list 9front@googlegroups.com; contact 9front+owners@googlegroups.com List-ID: <9front.googlegroups.com> X-Google-Group-Id: 831096995978 List-Post: , List-Help: , List-Archive: Sender: 9front@googlegroups.com List-Subscribe: , List-Unsubscribe: , Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit looking at the source, it seems you get that error because the superblock hasnt been written to the worm yet. this only happens when you start with a blank worm partition. the error here looks spooky, but i think its non critical in that case. consinit just fires a touchsb command without really caring for the result. you might add the following code to the end of cwream() /* write superblock to worm */ while(dumpblock(dev)) ; -- cinap