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 ; Fri, 24 Dec 2010 10:28:20 +0100 (CET) Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oBO9SJF4001350 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 24 Dec 2010 04:28:19 -0500 Received: from [10.36.6.36] (vpn1-6-36.ams2.redhat.com [10.36.6.36]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id oBO9SHBP028304 for ; Fri, 24 Dec 2010 04:28:18 -0500 Message-ID: <4D1467B0.3020805@redhat.com> Date: Fri, 24 Dec 2010 10:28:16 +0100 From: Milan Broz MIME-Version: 1.0 References: <1293140375.3739.16.camel@enigma> In-Reply-To: <1293140375.3739.16.camel@enigma> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] problem cryptdisks_start List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de On 12/23/2010 10:39 PM, Benno Rieger wrote: > Most time (but not everytime) when i call cryptdisks_start it reports: > > #cryptdisks_start extern0 > > Starting crypto disk...extern0 (starting)... > semid 2293761: semop failed for cookie 0xd4d580e: incorrect semaphore > state This is problem in device-mapper library (which cryptsetup uses). Which version you have installed? What architecture it is? (I remember similar bug on ppc here which as fixed upstream) Milan