[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2017-10-27 Thread Bug Watch Updater
Launchpad has imported 11 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=574933.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2010-03-18T20:50:39+00:00 Saikat wrote:

Steps to reproduce:
1) Insert a USB stick with an encrypted partition
3) Pull out the USB stick
4) Intert the USB stick again

Result:
GNOME displays a dialog for the password. Once submitted, the following error 
comes up:
Error unlocking device: cryptsetup exited with exit code 239: Command failed: 
Device already exists

This is due to the mapping being Opened when the stick is first
inserted, but never closed, which creates a conflict.

Workaround:
Do the following to resolve the conflict of the existing device in /dev/mapper.
$ ls -al /dev/mapper
(Identify the mount point for your drive, "sudo blkid" may help)
$ sudo cryptsetup luksClose devkit-disks-luks-uuid--uid1000

What is expected:
Someone (e.g. cryptsetup) should "cryptsetup luksClose" when it detects an old 
mapped device can no longer be accessed (perhaps in response to the same device 
being plugged in again).

Reply at:
https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/484429/comments/6


On 2010-03-18T21:58:04+00:00 Milan wrote:

Well, the problem is exacltly defined.

But if devkit-disks/udisks create the mapping in reaction of inserting
device event, it should also handle removal of device.

Maybe I can add some --force option to cryptsetup, which remove all
existing (or dead) crypt mapping of previous instance of newly appeared
device.

But cryptsetup cannot handle
- force unmounting possible FS (it is another level, cryptsetup have no idea 
about FS)
- trigger any event on device removal (cryptsetup is just binary to create 
mapping, someone must add some rule which run it - here udisks I guess?)

I am reassigning this to udisks, but there is probably some part where
cryptsetup can help, not sure. Please let me know if you have such
request...

Reply at:
https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/484429/comments/7


On 2010-03-18T22:06:27+00:00 Till wrote:

pam_mount contains a helper program to cleanly mount/umount luks
devices. Maybe you can use it for udisk, too. E.g. mount /dev/foo
/mnt/foo will open it and ask for a passphrase, umount /mnt/foo will
umount it and close the cryptsetup device if pam_mount is installed.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/484429/comments/8


On 2010-03-18T22:32:00+00:00 David wrote:

(In reply to comment #1)
> Well, the problem is exacltly defined.
> 
> But if devkit-disks/udisks create the mapping in reaction of inserting device
> event, it should also handle removal of device.

Right - I thought we already handled the force_unmount + luks_teardown
but perhaps it broke some time ago. Anyway, the general problem is
tracked here

 http://bugs.freedesktop.org/show_bug.cgi?id=24279

and it asks to automatically Do The Right Thing(tm) for devices set up
via udisks (and only for devices set up via udisks).

(And if I've learned anything the past half decade where I've been
working on these things... is that it can be very dangerous to
automatically do things like this (the same way that it's very dangerous
to automount and autoassemble based on signatures). So that's why I'm
keen on automatically cleaning up only after things set up via udisks.)

> Maybe I can add some --force option to cryptsetup, which remove all existing
> (or dead) crypt mapping of previous instance of newly appeared device.
> 
> But cryptsetup cannot handle
> - force unmounting possible FS (it is another level, cryptsetup have no idea
> about FS)
> - trigger any event on device removal (cryptsetup is just binary to create
> mapping, someone must add some rule which run it - here udisks I guess?)
> 
> I am reassigning this to udisks, but there is probably some part where
> cryptsetup can help, not sure. Please let me know if you have such request... 
>

I think it's probably wrong to make cryptsetup, mount, mdadm, lvm etc.
worry about this - such cleaning up is generally considered "policy".

Reply at:
https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/484429/comments/9


On 2010-07-30T11:06:45+00:00 Bug wrote:


This bug appears to have been reported against 'rawhide' during the Fedora 14 
development cycle.
Changing version to '14'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2016-04-07 Thread Jan Smith
This error is making using encrypted external USB harddrives completely
unusable for me. I see that error every time I try to use any (of two
completely different) devices after a few minutes, sometimes after a bit
longer.

There are suggestions on help pages to use "sudo dmsetup remove
/dev/mapper/udisks-luks-uuid-" however this fails with a "device
busy" message.

There are suggestions on help pages to use "sudo cryptsetup luksClose
udisks-luks-uuid-x" however this also failes with a "Device or
resource busy message".

The only temporary way to make this error message go away is to
completely reboot my computer, reattach the harddrive, enter the
password and use it for a few minutes until the same error appears
again.

I am using Ubuntu 15.10 4.2.0-35-generic #40-Ubuntu SMP Tue Mar 15
22:15:45 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/484429

Title:
  Plugging in a LUKS device causes the following error: Error unlocking
  device: cryptsetup exited with exit code 239: Command failed: Device
  already exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/udisks/+bug/484429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2016-03-22 Thread Jan Smith
I am having this problem using 15.10. May be related to trying to mount an 
encrypted external harddisk after the computer was suspended.  
6 years after this bug has been opened it is still affecting people.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/484429

Title:
  Plugging in a LUKS device causes the following error: Error unlocking
  device: cryptsetup exited with exit code 239: Command failed: Device
  already exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/udisks/+bug/484429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2015-10-20 Thread Mike McNally
For what it's worth, I'm seeing this exact problem in 15.04.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/484429

Title:
  Plugging in a LUKS device causes the following error: Error unlocking
  device: cryptsetup exited with exit code 239: Command failed: Device
  already exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/udisks/+bug/484429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2015-08-31 Thread UBUCATZ
This problem still exists in trusty.

after suspend / resume an external excrypted harddrive automaint fails
with this error.

How to solve this totally annoying behaviour?

Also I would like to know: how can I make the automount mechanism forget
the password?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/484429

Title:
  Plugging in a LUKS device causes the following error: Error unlocking
  device: cryptsetup exited with exit code 239: Command failed: Device
  already exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/udisks/+bug/484429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2015-08-31 Thread UBUCATZ
BTW this error seems to be triggered by the password input mechanism -
when I save the luks password "forever", volume management will always
remount that enrypted device without trouble after resume.

The two other options ("forget immediately" and "forget when log out")
lead to the described problem with cryptsetup failing with a "device
already exists".

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/484429

Title:
  Plugging in a LUKS device causes the following error: Error unlocking
  device: cryptsetup exited with exit code 239: Command failed: Device
  already exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/udisks/+bug/484429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any
updates. Marking the lucid task for this ticket as Won't Fix.

** Changed in: cryptsetup (Ubuntu Lucid)
   Status: Confirmed = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/484429

Title:
  Plugging in a LUKS device causes the following error: Error unlocking
  device: cryptsetup exited with exit code 239: Command failed: Device
  already exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/udisks/+bug/484429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any
updates. Marking the lucid task for this ticket as Won't Fix.

** Changed in: udisks (Ubuntu Lucid)
   Status: Confirmed = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/484429

Title:
  Plugging in a LUKS device causes the following error: Error unlocking
  device: cryptsetup exited with exit code 239: Command failed: Device
  already exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/udisks/+bug/484429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2015-03-15 Thread Rolf Leggewie
I still experience this problem in trusty when

1) mount encrypted USB disk
2) suspend
3) unplug USB disk
4) wake up
5) plug in USB disk
6) try to mount again and answer the password prompt

** Tags added: trusty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/484429

Title:
  Plugging in a LUKS device causes the following error: Error unlocking
  device: cryptsetup exited with exit code 239: Command failed: Device
  already exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/udisks/+bug/484429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2014-03-20 Thread Vincent Hindriksen
For the work-around: sudo cryptsetup luksClose luks-id works when
you close all shells and editors which were working on a file or path on
the LUKS-drive.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/484429

Title:
  Plugging in a LUKS device causes the following error: Error unlocking
  device: cryptsetup exited with exit code 239: Command failed: Device
  already exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/udisks/+bug/484429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2013-09-12 Thread Alberto Salvia Novella
** Changed in: cryptsetup (Ubuntu)
   Importance: Undecided = Medium

** Changed in: udisks (Ubuntu)
   Importance: Undecided = Medium

** Changed in: cryptsetup (Ubuntu Lucid)
   Importance: Undecided = Medium

** Changed in: cryptsetup (Ubuntu Maverick)
   Importance: Undecided = Medium

** Changed in: udisks (Ubuntu Lucid)
   Importance: Undecided = Medium

** Changed in: udisks (Ubuntu Maverick)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/484429

Title:
  Plugging in a LUKS device causes the following error: Error unlocking
  device: cryptsetup exited with exit code 239: Command failed: Device
  already exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/udisks/+bug/484429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2013-08-23 Thread Tero Ratilainen
This bug still exists with at least Ubuntu 13.04 and Ubuntu 13.10.

** Tags added: raring saucy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/484429

Title:
  Plugging in a LUKS device causes the following error: Error unlocking
  device: cryptsetup exited with exit code 239: Command failed: Device
  already exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/udisks/+bug/484429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2013-08-23 Thread Rolf Leggewie
** Changed in: cryptsetup (Ubuntu Maverick)
   Status: Confirmed = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/484429

Title:
  Plugging in a LUKS device causes the following error: Error unlocking
  device: cryptsetup exited with exit code 239: Command failed: Device
  already exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/udisks/+bug/484429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2011-11-24 Thread Karl Maier
I can reproduce the behavior on Ubuntu 11.10 (Natty) 64bit with the
following steps:

1) connect a luks-encrypted external harddrive and mount it
2) disconnect the drive
3) connect the drive
4) try to mount the encrypted partition again (happens automatically by default 
when inserted)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/484429

Title:
  Plugging in a LUKS device causes the following error: Error unlocking
  device: cryptsetup exited with exit code 239: Command failed: Device
  already exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/udisks/+bug/484429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2011-11-22 Thread airtonix
I created an excrypted sdcard with palimpset.

1) Plug in a LUKS encrypted disk
2) At the password prompt unlock it (Disk will mount and be displayed on the 
desktop)
3) Suspend computer
4) Remove sdcard
5) On resume, no errors
6) Insert encrypted sdcard from step 4)
7) Prompted to enter password for device.
8) Error unlocking device: cryptsetup exited with exit code 239 error is 
shown.
9) sdcard is never mounted.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/484429

Title:
  Plugging in a LUKS device causes the following error: Error unlocking
  device: cryptsetup exited with exit code 239: Command failed: Device
  already exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/udisks/+bug/484429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2011-11-22 Thread airtonix
just adding that #33 is on 11.10 64bit with gnome-shell

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/484429

Title:
  Plugging in a LUKS device causes the following error: Error unlocking
  device: cryptsetup exited with exit code 239: Command failed: Device
  already exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/udisks/+bug/484429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2011-11-22 Thread airtonix
ubuntu 11.10 64bit, system76 serval laptop.
dmesg output after plugging in sdcard, entering password, recieving error

** Attachment added: luks-error-dmesg.txt
   
https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/484429/+attachment/2605403/+files/luks-error-dmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/484429

Title:
  Plugging in a LUKS device causes the following error: Error unlocking
  device: cryptsetup exited with exit code 239: Command failed: Device
  already exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/udisks/+bug/484429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2011-11-22 Thread airtonix
ubuntu 11.10 64bit, system76 serval laptop.
udisk dump output after plugging in sdcard, entering password, recieving error

** Attachment added: luks-error-udisk-dump.txt
   
https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/484429/+attachment/2605404/+files/luks-error-udisk-dump.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/484429

Title:
  Plugging in a LUKS device causes the following error: Error unlocking
  device: cryptsetup exited with exit code 239: Command failed: Device
  already exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/udisks/+bug/484429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2011-11-22 Thread airtonix
ubuntu 11.10 64bit, system76 serval laptop.
udevadm output after pulling out sdcard

** Attachment added: luks-error-udevadm-info-export-db-post.txt
   
https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/484429/+attachment/2605407/+files/luks-error-udevadm-info-export-db-post.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/484429

Title:
  Plugging in a LUKS device causes the following error: Error unlocking
  device: cryptsetup exited with exit code 239: Command failed: Device
  already exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/udisks/+bug/484429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2011-11-22 Thread airtonix
ubuntu 11.10 64bit, system76 serval laptop.
udisk output after pulling out sdcard

** Attachment added: luks-error-udisk-dump-post.txt
   
https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/484429/+attachment/2605408/+files/luks-error-udisk-dump-post.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/484429

Title:
  Plugging in a LUKS device causes the following error: Error unlocking
  device: cryptsetup exited with exit code 239: Command failed: Device
  already exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/udisks/+bug/484429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2011-11-22 Thread airtonix
ubuntu 11.10 64bit, system76 serval laptop.
dmesg output after pulling out sdcard

** Attachment added: luks-error-dmesg-post.txt
   
https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/484429/+attachment/2605406/+files/luks-error-dmesg-post.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/484429

Title:
  Plugging in a LUKS device causes the following error: Error unlocking
  device: cryptsetup exited with exit code 239: Command failed: Device
  already exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/udisks/+bug/484429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2011-11-22 Thread airtonix
ubuntu 11.10 64bit, system76 serval laptop.
udevadm output after plugging in sdcard, entering password, recieving error

** Attachment added: luks-error-udevadm-info-export-db.txt
   
https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/484429/+attachment/2605405/+files/luks-error-udevadm-info-export-db.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/484429

Title:
  Plugging in a LUKS device causes the following error: Error unlocking
  device: cryptsetup exited with exit code 239: Command failed: Device
  already exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/udisks/+bug/484429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2011-10-25 Thread Martin Pitt
I can't reproduce this in oneiric. Can you please give the output of
dmesg, udisks --dump, and udevadm info --export-db after ripping
out the USB stick?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/484429

Title:
  Plugging in a LUKS device causes the following error: Error unlocking
  device: cryptsetup exited with exit code 239: Command failed: Device
  already exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/udisks/+bug/484429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2011-09-26 Thread tankdriver
I can reproduce this bug in oneiric beta2 after unsafe remove of
encrypted drive.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/484429

Title:
  Plugging in a LUKS device causes the following error: Error unlocking
  device: cryptsetup exited with exit code 239: Command failed: Device
  already exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/udisks/+bug/484429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2011-08-13 Thread Rolf Leggewie
00git-fix-luks-forced-removal.patch does not apply to the lucid sources.
Will some kind soul please backport the patch so we can get an SRU for
lucid?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/484429

Title:
  Plugging in a LUKS device causes the following error: Error unlocking
  device: cryptsetup exited with exit code 239: Command failed: Device
  already exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/udisks/+bug/484429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2011-08-10 Thread Bug Watch Updater
** Changed in: cryptsetup (Debian)
   Status: Unknown = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/484429

Title:
  Plugging in a LUKS device causes the following error: Error unlocking
  device: cryptsetup exited with exit code 239: Command failed: Device
  already exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/udisks/+bug/484429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2011-07-28 Thread Launchpad Bug Tracker
** Changed in: cryptsetup (Ubuntu)
   Status: New = Confirmed

** Changed in: cryptsetup (Ubuntu Lucid)
   Status: New = Confirmed

** Changed in: udisks (Ubuntu Lucid)
   Status: New = Confirmed

** Changed in: cryptsetup (Ubuntu Maverick)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/484429

Title:
  Plugging in a LUKS device causes the following error: Error unlocking
  device: cryptsetup exited with exit code 239: Command failed: Device
  already exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/udisks/+bug/484429/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2011-02-03 Thread Bug Watch Updater
** Changed in: udisks
   Importance: Unknown = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/484429

Title:
  Plugging in a LUKS device causes the following error: Error unlocking
  device: cryptsetup exited with exit code 239: Command failed: Device
  already exists

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2011-01-25 Thread Bug Watch Updater
** Changed in: udisks
   Importance: Medium = Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/484429

Title:
  Plugging in a LUKS device causes the following error: Error unlocking
  device: cryptsetup exited with exit code 239: Command failed: Device
  already exists

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2010-09-30 Thread Martin Pitt
komputes,

this sounds like a more general problem, though -- I bet you can also
reproduce this with normal unencrypted USB sticks. Anyway, I think it's
worth filing a new bug about it. I guess what happens is that nothing
checks the state of USB devices after resuming, and thus there is never
a remove event for the device. This requires some more thorough
discussion what the right solution is.

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2010-09-29 Thread komputes
Mathieu's patch fixes the error message in most scenarios:
- Ejecting device from palimsest without locking
- Pulling out device without warning the OS (unsafe)
- Suspend, Resume

However I found that it did not work for me in the following scenario (received 
same error):
- Suspend, Pull Out, Resume

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2010-09-29 Thread komputes
In fact, while sleeping, I pulled out the disk, on return, the disk is
still there, and I can copy stuff to disk for a while before it realizes
the disk is not there. When it realizes the disk is no longer available,
it gives the following error:

Method DriveEject with signature as on interface
org.freedesktop.UDisks.Device doesn't exist.

** Attachment added: sleep_pullout_resume.png
   
https://bugs.edge.launchpad.net/ubuntu/+source/udisks/+bug/484429/+attachment/1655297/+files/sleep_pullout_resume.png

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2010-09-27 Thread Martin Pitt
Pushed to upstream git head, thanks Mathieu!

** Changed in: udisks (Ubuntu Maverick)
   Status: In Progress = Fix Committed

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2010-09-27 Thread Martin Pitt
Uploaded into maverick review queue.

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2010-09-27 Thread Launchpad Bug Tracker
This bug was fixed in the package udisks - 1.0.1+git20100614-3

---
udisks (1.0.1+git20100614-3) unstable; urgency=low

  * Add 00git-fix-luks-forced-removal.patch: In the event of the forced
removal of a crypto device, use the luks_holder property since it is still
available to figure out which underlying cleartext LUKS device to
teardown, instead of scanning through all available devices (because the
cleartext device already has had its properties cleaned up). Many thanks
to Mathieu Trudel for the patch! Patch cherrypicked from upstream git
trunk. (LP: #484429)
 -- Martin Pitt martin.p...@ubuntu.com   Mon, 27 Sep 2010 18:56:00 +0200

** Changed in: udisks (Ubuntu Maverick)
   Status: Fix Committed = Fix Released

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2010-09-27 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/udisks

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2010-09-23 Thread Mathieu Trudel
** Branch unlinked: lp:~mathieu-tl/+junk/lp484429

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2010-09-23 Thread Mathieu Trudel
** Branch linked: lp:~mathieu-tl/ubuntu/maverick/udisks/lp484429

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2010-09-23 Thread Martin Pitt
** Changed in: gnome-disk-utility (Ubuntu Maverick)
   Status: Confirmed = Invalid

** Changed in: gnome-disk-utility (Ubuntu Lucid)
   Status: New = Invalid

** Changed in: udisks (Ubuntu Maverick)
   Status: New = In Progress

** Changed in: udisks (Ubuntu Maverick)
 Assignee: (unassigned) = Martin Pitt (pitti)

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2010-09-22 Thread Launchpad Bug Tracker
** Branch linked: lp:~mathieu-tl/+junk/lp484429

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2010-09-22 Thread Mathieu Trudel
I can't reproduce this issue on my system unless I forcibly remove the
device (or suspend as commented by komputes), on the other hand, it
happens as well in nautilus, which leads me to believe the issue lies in
udisks rather than cryptsetup or elsewhere.

I can also see that udisks doesn't seem (to me at least) to do things
right, searching through all devices' properties to look for the one
that has the removed device as slave, when these properties have already
been updated and removed.

Since I was able to write a patch that seems to me like it's fixing the
issue for both use cases (nautilus/palimpsest and suspend), I'm adding a
task for udisks (and I pushed the patch upstream for review).

** Bug watch added: freedesktop.org Bugzilla #30332
   http://bugs.freedesktop.org/show_bug.cgi?id=30332

** Also affects: udisks via
   http://bugs.freedesktop.org/show_bug.cgi?id=30332
   Importance: Unknown
   Status: Unknown

** Also affects: udisks (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2010-09-04 Thread komputes
In the initial description I had mentioned that disk utility does not
lock the drive after creating it.

I have just discovered another way to get this error:
1) Plug in a LUKS encrypted disk
2) At the password prompt unlock it (Disk will mount and be displayed on the 
desktop)
3) Suspend computer
4) On resume, Device already exists error is shown.

After discussing this with other users we feel that this issue could be
corrected in cryptsetup, or al least the graphical front end for it. A
dialog stating A mapper point for this encrypted drive exists already
therefore the disk could not be mounted, would you like us to try and
fix this (Y/n).

Another method of correcting this would be to have cryptsetup work on a
message bus where when the device is present, the mapping point is
created and managed by those messages. Once the device is removed, the
encrypted mapper point is removed as well (not just the mountpoint).

I know this is all very confusing and this is the best way I know to explain it:
A-Disk Device
B -Encrypted Device
C  -Mapper Point Device (Unencrypted/Unlocked Device)
D   -Mountpoint
E-Filesystem

The issue is that if C is not cleanly closed (disk being removed without
being locked/luksClose) it blocks anyone from using that drive ever
again on that computer (workaround listed in description). It would be
nice to cook up a solution which could be tested in the next few
releases and ready for the next LTS.

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2010-09-04 Thread Steve Langasek
 After discussing this with other users we feel that this issue could be
 corrected in cryptsetup, or al least the graphical front end for it.

There is no graphical frontend that's part of cryptsetup.

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2010-08-11 Thread Robbie Williamson
so based on comment #12, the problem is either with gnome-disk-utility
or not fixed in the latest cryptsetup.  Will target to lucid and
maverick, but still needs investigation into finding the right solution.

** Also affects: cryptsetup (Ubuntu Maverick)
   Importance: Undecided
   Status: Invalid

** Also affects: gnome-disk-utility (Ubuntu Maverick)
   Importance: Medium
   Status: Confirmed

** Also affects: cryptsetup (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: gnome-disk-utility (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Changed in: gnome-disk-utility (Ubuntu Lucid)
   Status: New = Confirmed

** Changed in: gnome-disk-utility (Ubuntu Lucid)
   Status: Confirmed = New

** Changed in: cryptsetup (Ubuntu Maverick)
   Status: Invalid = New

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2010-08-11 Thread Robbie Williamson
** Changed in: gnome-disk-utility (Ubuntu Lucid)
   Importance: Undecided = Medium

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2010-08-11 Thread komputes
I beleive that one solution would be to have palimpsest lock the
encrypted drive after creating it. This way it could be ejected any
number of ways (palimpsest, nautilus, etc...) without the mapper point
still existing.

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2010-08-10 Thread komputes
** Description changed:

  Binary package hint: cryptsetup
+ 
+ When creating an encrypted drive in Palimsest (Disk Utility), the
+ application does not lock the disk when finished creating the encrypted
+ partition. Failing to lock the drive manually without ejecting will give
+ the appearance that the disk is no longer usable giving this error.
+ Bringing the key to another computer works because the luks mapper point
+ is not unlocked and already present on that system.
  
  Steps to reproduce:
  1) Go into palimsest (disk utility) and create an encrypted partition on an 
external disk.
  2) Quit Palimsest
  3) Pull the USB stick
  4) Intert the USB stick
  
  Result:
  GNOME displays a dialog for the password. Once submitted, the following error 
comes up:
  Error unlocking device: cryptsetup exited with exit code 239: Command failed: 
Device already exists
  
  This is due to the mapping being Opened when the disk is created, but
  never closed, which creates a conflict.
  
  Workaround:
  Do the following to resolve the conflict of the existing device i /dev/mapper.
  $ ls -al /dev/mapper
  (Identify the mount point for your drive, sudo blkid may help)
  $ sudo cryptsetup luksClose devkit-disks-luks-uuid-uuid-uid1000
  
  What is expected:
  Palimsest (Disk Utility) is expected to  cryptsetup luksClose the mapped 
device when finished creating the encrypted partition.
  
  ProblemType: Bug
  Architecture: i386
  CheckboxSubmission: 19ba8f45e3d3d7bf348103cee5a0eeaa
  CheckboxSystem: 099634613a96bc3665b92c4a813055e8
  Date: Tue Nov 17 15:37:09 2009
  DistroRelease: Ubuntu 9.10
  Package: cryptsetup 2:1.0.6+20090405.svn49-1ubuntu7
  ProcEnviron:
-  LANGUAGE=
-  PATH=(custom, user)
-  LANG=en_CA.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=
+  PATH=(custom, user)
+  LANG=en_CA.UTF-8
+  SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-12.41-generic
  SourcePackage: cryptsetup
  Uname: Linux 2.6.31-12-generic i686

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2010-08-10 Thread komputes
** Description changed:

  Binary package hint: cryptsetup
  
  When creating an encrypted drive in Palimsest (Disk Utility), the
  application does not lock the disk when finished creating the encrypted
  partition. Failing to lock the drive manually without ejecting will give
  the appearance that the disk is no longer usable giving this error.
- Bringing the key to another computer works because the luks mapper point
- is not unlocked and already present on that system.
+ Bringing the key to another computer works because the drive is not
+ unlocked (luks mapper point is not already present) on that system.
  
  Steps to reproduce:
  1) Go into palimsest (disk utility) and create an encrypted partition on an 
external disk.
  2) Quit Palimsest
  3) Pull the USB stick
  4) Intert the USB stick
  
  Result:
  GNOME displays a dialog for the password. Once submitted, the following error 
comes up:
  Error unlocking device: cryptsetup exited with exit code 239: Command failed: 
Device already exists
  
  This is due to the mapping being Opened when the disk is created, but
  never closed, which creates a conflict.
  
  Workaround:
  Do the following to resolve the conflict of the existing device i /dev/mapper.
  $ ls -al /dev/mapper
  (Identify the mount point for your drive, sudo blkid may help)
  $ sudo cryptsetup luksClose devkit-disks-luks-uuid-uuid-uid1000
  
  What is expected:
  Palimsest (Disk Utility) is expected to  cryptsetup luksClose the mapped 
device when finished creating the encrypted partition.
  
  ProblemType: Bug
  Architecture: i386
  CheckboxSubmission: 19ba8f45e3d3d7bf348103cee5a0eeaa
  CheckboxSystem: 099634613a96bc3665b92c4a813055e8
  Date: Tue Nov 17 15:37:09 2009
  DistroRelease: Ubuntu 9.10
  Package: cryptsetup 2:1.0.6+20090405.svn49-1ubuntu7
  ProcEnviron:
   LANGUAGE=
   PATH=(custom, user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-12.41-generic
  SourcePackage: cryptsetup
  Uname: Linux 2.6.31-12-generic i686

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2010-08-03 Thread Colan Schwartz
** Also affects: cryptsetup (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574126
   Importance: Unknown
   Status: Unknown

** Bug watch added: Red Hat Bugzilla #574933
   https://bugzilla.redhat.com/show_bug.cgi?id=574933

** Also affects: udisks (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=574933
   Importance: Unknown
   Status: Unknown

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2010-07-17 Thread Ubuntu MOB
Ubuntu Maverick Alpha 2
cryptsetup 1.1.2

Problem still exists.

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2010-07-17 Thread Cerin
Does anyone have a current workaround? None posted here work. This bug
should be marked criticial as it makes encrypted drives unusable on
Ubuntu.

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2010-07-05 Thread Steve Langasek
cryptsetup 1.1.2 has been merged into maverick - can anyone confirm this
is fixed there?

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2010-07-01 Thread Steve Conklin
It appears that this may be fixed in the upstream cryptsetup

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574126


** Bug watch added: Debian Bug tracker #574126
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574126

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2010-06-23 Thread Tien Nguyen
I got the same problem on Lucid.

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2010-04-07 Thread Pete Phillips
unsatisfactory workaround to do the whole thing manually.

NOTE: assumes that your external LUKS encrypted drive is mounted as
/dev/sdb1 and the device name in /dev/mapper is wdcrypt.  Change these
for your own situation.

Create 2 scripts - mount-luks and unmount-luks (or umount-luks if you
are a purest!) as below, and make executable. This also assumes you have
something like:

   /dev/mapper/wdcrypt  /mnt/wdcryptext3
user,atime,noauto,rw,dev,exec,owner

in /etc/fstab.

Run the mount-luks script, and you get prompted for a password, then the
disk gets mounted.   unmount-luks umounts it so you can unplug it. Not
exactly seamless but as an interim measure it's OK.

::
/home/pete/bin/mount-luks
::
#!/bin/sh

# mount encrypted external USB WD drive
# ASSUMES plugged in disk is /dev/sdb1!!

sudo cryptsetup luksOpen /dev/sdb1 wdcrypt
mount /mnt/wdcrypt


::
/home/pete/bin/unmount-luks
::
#!/bin/sh

# unmount encrypted external USB WD drive
# ASSUMES plugged in disk is /dev/sdb1!!

umount /mnt/wdcrypt
sudo cryptsetup luksClose wdcrypt

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2010-03-26 Thread komputes
I just has the same issue using a LUKS encrypted USB drive (created in
Karmic) on a Lucid beta LiveCD session.

Unfortunately the workaround in the description no longer works for me.

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2010-03-26 Thread komputes
$ sudo cryptsetup luksClose 
devkit-disks-luks-uuid-35df8717-0b13-45e6-9cfc-71d2cad4fd4d-uid1000
Command failed: Device busy

(Have tried this when the drive was unmounted)
$ sudo cryptsetup luksClose 
devkit-disks-luks-uuid-35df8717-0b13-45e6-9cfc-71d2cad4fd4d-uid1000
Command failed

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2010-01-17 Thread Robin Roth
The problem is only partially solved by making Disk Utility close the
luks device.

In fact all other situations in which a device is not closed correctly also 
lead to this error. 
I use an encrypted external harddrive. Whenever I shutdown the drive before 
unmounting or suspend the pc, then disconnect the drive and resume the pc, the 
luks device is not closed cleanly. Such situations can happen and should be 
handeled correctly, by making nautilus (or the gvfs backend, I'm not an expert 
here) close a luks drive automatically, when it is no longer accessible.

Steps to reproduce:
1) mount an luks-encrypted external harddrive
2) suspend the system
3) disconnect the drive
4) resume the system
5) connect the drive
6) try to mount the encryptet partition (happens automatically by default when 
inserted)

I would be happy to give further details when helpful and will test a
patch if available.

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2009-12-22 Thread James
** Changed in: gnome-disk-utility (Ubuntu)
   Status: Confirmed = Fix Released

** Changed in: gnome-disk-utility (Ubuntu)
   Status: Fix Released = Confirmed

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2009-12-15 Thread Steve Langasek
** Changed in: cryptsetup (Ubuntu)
   Status: New = Invalid

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2009-11-24 Thread Fabián Rodríguez
Setting to Confirmed, Medium.
From : https://wiki.ubuntu.com/Bugs/Importance

Medium: most bugs are of medium importance, examples are:
* A bug that has a moderate impact on a core application.
* A bug that has a severe impact on a non-core application.
* A problem with a non-essential hardware component (network card, camera, 
webcam, music player, sound card, power management feature, printer, etc.) 

** Changed in: gnome-disk-utility (Ubuntu)
   Status: New = Confirmed

** Changed in: gnome-disk-utility (Ubuntu)
   Importance: Undecided = Medium

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2009-11-17 Thread komputes

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/35799025/Dependencies.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/35799026/XsessionErrors.txt

-- 
Plugging in a LUKS device causes the following error: Error unlocking device: 
cryptsetup exited with exit code 239: Command failed: Device already exists
https://bugs.launchpad.net/bugs/484429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs