From owner-freebsd-current@FreeBSD.ORG Tue Apr 29 20:09:41 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1E1537B401 for ; Tue, 29 Apr 2003 20:09:41 -0700 (PDT) Received: from noisebox.cypherpunks.to (adsl-208-201-229-163.sonic.net [208.201.229.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18CBA43F3F for ; Tue, 29 Apr 2003 20:09:41 -0700 (PDT) (envelope-from shamrock@cypherpunks.to) Received: from VAIO650 (adsl-208-201-229-160.sonic.net [208.201.229.160]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by noisebox.cypherpunks.to (Postfix) with ESMTP id 15F6410B; Tue, 29 Apr 2003 20:09:39 -0700 (PDT) From: "Lucky Green" To: Date: Tue, 29 Apr 2003 20:09:38 -0700 Message-ID: <005501c30ec5$f03b2520$6601a8c0@VAIO650> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal cc: hschaefer@fto.de Subject: RE: gbde init -i issue X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2003 03:09:42 -0000 Heiko wrote: -------- i have one more (very weird) problem with gbde (the tool, this time). doing "gbde init /dev/foo -i" works for one of two partitions that i want to use with gbde, but not the other. after writing the template and quitting vi, i get "gbde: write sector 0: Operation not permitted" ...what could be causing this? -------- Did you by any chance set random_flush = YES in the template? If so, you ran into a known bug in gbde(8). (IMHO this should be fixed, removed from /usr/src/sbin/gbde/template.txt, or added to the Errata pages). --Lucky