From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from blaine.gmane.org (unknown [195.159.176.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.server123.net (Postfix) with ESMTPS for ; Sat, 14 Jan 2017 16:38:22 +0100 (CET) Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cRXLe-00056J-31 for dm-crypt@saout.de; Thu, 12 Jan 2017 05:50:50 +0100 From: scar Date: Wed, 11 Jan 2017 21:50:40 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [dm-crypt] found more than one resume device candidate List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de I have cryptsetup 1.6.1 installed on Ubuntu 14.04, i went and installed the uswsusp package for hibernation, and i am getting the warning below when update-initramfs is running: cryptsetup: WARNING: found more than one resume device candidate: ubuntu-swap 10147778-13f7-4a70-96ff-45635098d128 I found some other discussions/bugs about this but the authors indicate that the two candidates are the same. But in my case, the 101... uuid doesn't exist, and the uuid for ubuntu-swap is f32... The config file /etc/uswsusp.conf has the correct resume device defined (the f32... uuid for ubuntu-swap). I wonder where cryptsetup is finding that 101... uuid from? Is there an old config somewhere that i can update/remove that old uuid from? Thanks