From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mail.saout.de (Postfix) with ESMTP for ; Sat, 1 May 2010 22:10:06 +0200 (CEST) Message-ID: <4BDC8A9A.6080803@redhat.com> Date: Sat, 01 May 2010 22:10:02 +0200 From: Milan Broz MIME-Version: 1.0 References: <20100501180640.9035E6545B3@c-in3ws--03-02.sv2.lotusliveops.com> In-Reply-To: <20100501180640.9035E6545B3@c-in3ws--03-02.sv2.lotusliveops.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] [ANNOUNCE] cryptsetup 1.1.1-rc1 (test release candidate) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Si St Cc: dm-crypt@saout.de On 05/01/2010 08:06 PM, Si St wrote: > query_device: crypt_query_device API call > [(equal) ,query_device:299] crypt_query_device(&co) == 0 > [(equal) ,query_device:302] crypt_query_device(&co) == 1 > [(success),query_device:304] strncmp(crypt_get_dir(), DMDIR, 11) > [(success),query_device:305] strcmp(co.cipher, "aes-cbc-essiv:sha256") > FAIL line 305 [query_device]: code 1, > FAIL: api-test Interesting (and it works on on my SLED10 VM btw). Please send me (privately, not to list) output of rpm -q device-mapper; rpm -q libgcrypt; uname -a and mainly full debug output from test cd tests; ./api-test --debug Milan