From owner-freebsd-questions@FreeBSD.ORG Sat Sep 8 13:36:18 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DEE1E16A468 for ; Sat, 8 Sep 2007 13:36:18 +0000 (UTC) (envelope-from mymailfloods@googlemail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by mx1.freebsd.org (Postfix) with ESMTP id 6D8E113C45D for ; Sat, 8 Sep 2007 13:36:18 +0000 (UTC) (envelope-from mymailfloods@googlemail.com) Received: by wa-out-1112.google.com with SMTP id k17so888439waf for ; Sat, 08 Sep 2007 06:36:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=5VQrRLUG+0X5YDSAQEWszkBzCeITUI7Xa0Gkvglf0LY=; b=HysedWeVchjyBavZeHsElOvxsegef+qp+jFZ4cvmGOqwaIgZrkZ2gXL5IiRHvLSu8IaQS7Elj68UXVMtuSxpQShmTeLSdIVuSxYaRlEn1k+uEjxhcftIYeet8W8LU74TgrNGevDodA7rPbE2OMYQa2I88Q9rPy1nP+cIG4osh68= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=FOKgSlufn9FeHxzxzIvSZpNqOt5BRD3D5ONzifTswmo9Q+dMh7Ac+2iLgs2SyUQaDS5aazm15NwWA7CR4mJdLcdW2oC/HA+2a+vYjkIfZRw7E1oy8uiXm6yS3fGUaxSsm95GQrpy8cxHUtfOhSGvHAgQF3OZ3Olyj76tiZwEFqU= Received: by 10.114.61.1 with SMTP id j1mr2130076waa.1189258577395; Sat, 08 Sep 2007 06:36:17 -0700 (PDT) Received: by 10.115.32.5 with HTTP; Sat, 8 Sep 2007 06:36:17 -0700 (PDT) Message-ID: Date: Sat, 8 Sep 2007 15:36:17 +0200 From: "Thomas Hobbes" To: freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 References: <20070906222815.R29129@wojtek.tensor.gdynia.pl> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Encrypting mirrored device with geli fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2007 13:36:19 -0000 > > > I was trying to encrypt /dev/mirror/gm0s1f but a "MD5 mismatch" > occurred: > > # umount /crypt > > # dd if=/dev/random of=/root/gm0s1f.key bs=64 count=1 > > 1+0 records in > > 1+0 records out > > 64 bytes transferred in 0.000580 secs (110331 bytes/sec) > > longer.. 32k or so. The same failure occurred.