From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.server123.net (Postfix) with ESMTPS for ; Wed, 5 Nov 2014 19:25:53 +0100 (CET) Received: by mail-wg0-f49.google.com with SMTP id x13so1586520wgg.22 for ; Wed, 05 Nov 2014 10:25:53 -0800 (PST) Received: from [10.4.2.42] (p57B2E95C.dip0.t-ipconnect.de. [87.178.233.92]) by mx.google.com with ESMTPSA id t7sm4962116wjy.24.2014.11.05.10.25.51 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 05 Nov 2014 10:25:52 -0800 (PST) Message-ID: <545A6BB0.4060705@ensslin.cc> Date: Wed, 05 Nov 2014 19:25:52 +0100 From: =?UTF-8?B?TWljaGFlbCBFbsOfbGlu?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: [dm-crypt] How to tell whether a volume is currently suspended? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de Hi, is there a utility to determine whether a LUKS volume is currently suspended and needs resuming (via LuksSuspend/LuksResume)? If not, how can it be implemented without duplicating large parts of cryptsetup functionality? ~ Michael