[Bug 110970] Re: When mounting encrypted drives the password should be asked for graphically and not in text mode

2009-06-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/cryptsetup

-- 
When mounting encrypted drives the password should be asked for graphically and 
not in text mode
https://bugs.launchpad.net/bugs/110970
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 110970] Re: When mounting encrypted drives the password should be asked for graphically and not in text mode

2008-08-30 Thread Launchpad Bug Tracker
This bug was fixed in the package cryptsetup - 2:1.0.6-6ubuntu1

---
cryptsetup (2:1.0.6-6ubuntu1) intrepid; urgency=low

  * drop almost all ubuntu specific changes from the cryptsetup package,
because they have been merged in debian. Thanks a lot!
  * merge from debian, remaining changes:
- remove versioned build-depency on libdevmapper-dev, we are using a
  rather sophisticated loop for making sure the root filesystem appears.
  * debian/rules: fix location of ltmain.sh
  * don't exit usplash anymore in the init script. LP: #110970, #139363
  * Disable error message 'failed to setup lvm device'. It is harmless, and
caused by the fact that the udev rules provided by lvm2 are setting up
the lvm on their own. In debian the scripts here are responsible for this
but obviously fail in ubuntu. LP: #151532

cryptsetup (2:1.0.6-6) unstable; urgency=high

  * Don't cat keyfile into pipe for do_noluks(). cryptsetup handles
--key-file=- different for luks and plain dm-crypt mappings. This time
really (closes: #493848). Thus again upload with urgency=high.

cryptsetup (2:1.0.6-5) unstable; urgency=high

  * Fix watch file to not report -pre and -rc releases as superior.
  * Remove the global var $SIZE from cryptdisks.functions again but keep the
extended value checks.
  * Remove the udev rules file also in preinst, code taken from example at
http://wiki.debian.org/DpkgConffileHandling. Thanks Marco d'Itri.
(closes: #493151)
  * Remove duplicated configuration of --key-file in $PARAMS at do_noluks().
(closes: #493848).
  * Invoke mount_fs() and umount_fs() in cryptdisks_start, add
log_action_begin_msg() and log_action_end_msg() to both cryptdisk_start
and cryptdisks_stop.
  * Copy fd 3 code from do_start and do_stop to cryptdisks_start and
cryptdisks_stop  to fix keyscript | cryptsetup. (closes: #493622)
  * This upload fixes two RC bugs, thus upload with severity=high.

cryptsetup (2:1.0.6-4) unstable; urgency=medium

  [ David Härdeman ]
  * Make sure $IGNORE is reset as necessary, patch by Thomas Luzat
[EMAIL PROTECTED] (closes: #490199)
  * Use askpass in init scripts as well (closes: #489033, #477203)

  [ Jonas Meurer ]
  * Don't copy_exec libgcc1 in cryptopensc initramfs hook, as it's already
copied by copy_exec /usr/sbin/pcscd automaticly. Thanks to Evgeni Golov
[EMAIL PROTECTED]. (closes: #490300)
  * Remove the udev rules file again as the relevant rules are now provided
by dmsetup package which cryptsetup depends on.
  * Add splashy support to askpass, thanks to John Hughes [EMAIL PROTECTED]
for the patch. (closes: #492451) The support is limited to cryptroot
though, as splashy freezes for passphrase input dialogs from initscripts.
Document that in README.Debian.
  * Now that askpass is used as keyscript for interactive mode, it's not
necessary to set cryptsetup parameter '--tries=$TRIES' and TRIES=1 for
interactive mode anymore in cryptdisks.functions.
  * Implement special treatment for random passphrases now that we use
--key-file=- for all situations. Only necessary in do_noluks.
  * Fix the passphrase prompt string in initramfs/cryptroot.script to use
$cryptsource instead of $cryptsources.
  * Major documentation cleanup for lenny:
- Rewrite CryptoSwap.HowTo in README.Debian, remove CryptoSwap.HowTo.
- Refer to README.initramfs instead of CryptoRoot.HowTo for encrypted root
  filesystem in README.Debian.
- Remove outdated docs CryptoRoot.HowTo, usbcrypto.udev and gen-old-ssl-key
  as well as the decrypt_old_ssl keyscript.
- Remove debian/TODO, didn't have any useful content anyway.
- Fix section ''9. The decrypt_derived keyscript'': Add swap option to
  the example line for crypttab and other minor fixes. Thanks to
  Helmut Grohne [EMAIL PROTECTED]. (closes: #491867)
  * urgency=medium since important (#492451) and security (#477203) bugs get
fixed by this upload.

cryptsetup (2:1.0.6-3) unstable; urgency=low

  [ Jonas Meurer ]
  * Fix cryptdisks.functions to actually recognize the noauto option. Thanks
to Christian Pernegger [EMAIL PROTECTED] (closes: #483882)
  * Update patches/02_manpage.patch to fix two more typos, thanks to Bruno
Barrera Yever [EMAIL PROTECTED] (closes: #476624) and to remove a
duplicate sentence.
  * Rephrase Enter password for $crypttarget to Enter password to unlock
the disk $cryptsource ($crypttarget) in initramfs/cryptroot.script.
  * Bump Standards-Version to 3.8.0:
- Add a README.source which references /usr/share/doc/quilt/README.source.
- Add support for debian build option parallel=n to debian/rules.
  * Add a udev rules file to ignore temporary-cryptsetup-* devices, as
suggested in bug #467200. Thanks to Sam Morris [EMAIL PROTECTED].
  * Transform debian/copyright into machine-readable code as proposed in
http://wiki.debian.org/Proposals/CopyrightFormat. Update and add several

[Bug 110970] Re: When mounting encrypted drives the password should be asked for graphically and not in text mode

2008-08-30 Thread Saïvann Carignan
Reinhard Tartler : Your fix introduces more important bug, including a
security issue. Please read the discussion in bug 139363 . Please
consider reverting your changes or use another fix for these reasons :

Password echoed in plain text in console : usplash prompt has been
already tested in the past, and there is a reason why it has not been
used. When typing your password in usplash prompt, your password is
echoed in plain text in the console. If you read the cryptsetup
changelog, you'll see that this issue happened in the past and that's
why developers choosed to break usplash instead. I can reproduce this
security problem with your current package in intrepid. You can see more
information in bug 55159, read my last comment on that bug.

fsck fill cryptsetup prompt : if fsck runs before usplash cryptsetup
prompt, it will fill your prompt with fsck outputs. This is impossible
to type your password in these conditions, and a unclean reboot takes
you to the same point since fsck starts again.

-- 
When mounting encrypted drives the password should be asked for graphically and 
not in text mode
https://bugs.launchpad.net/bugs/110970
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 110970] Re: When mounting encrypted drives the password should be asked for graphically and not in text mode

2008-07-08 Thread Reinhard Tartler
please always assign a bug to you if you are working on it.

** Changed in: cryptsetup (Ubuntu)
 Assignee: (unassigned) = Leandro Pereira de Lima e Silva 
(leandro-limaesilva)

-- 
When mounting encrypted drives the password should be asked for graphically and 
not in text mode
https://bugs.launchpad.net/bugs/110970
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 110970] Re: When mounting encrypted drives the password should be asked for graphically and not in text mode

2008-07-07 Thread Leandro Pereira de Lima e Silva
I've written a patch to one of cryptsetup package scripts so it uses
usplash to ask the password.

The file: /lib/cryptsetup/cryptdisks.functions

The patch is attached. Try it out please. It's working here.

** Changed in: usplash
   Status: New = Invalid

** Changed in: cryptsetup (Ubuntu)
   Status: Confirmed = In Progress

** Attachment added: cryptdisks.functions.patch
   http://launchpadlibrarian.net/15878224/cryptdisks.functions.patch

-- 
When mounting encrypted drives the password should be asked for graphically and 
not in text mode
https://bugs.launchpad.net/bugs/110970
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 110970] Re: When mounting encrypted drives the password should be asked for graphically and not in text mode

2008-07-07 Thread Leandro Pereira de Lima e Silva
Oh, I'm also attaching the complete script for the ones that doesn't
know how to patch a file.

File: /lib/cryptsetup/cryptdisks.functions

** Attachment added: cryptdisks.functions
   http://launchpadlibrarian.net/15878229/cryptdisks.functions

-- 
When mounting encrypted drives the password should be asked for graphically and 
not in text mode
https://bugs.launchpad.net/bugs/110970
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 110970] Re: When mounting encrypted drives the password should be asked for graphically and not in text mode

2008-06-07 Thread Florent Xicluna
same problem: swap unlocked graphically, while other partition (/var)
unlocked in text mode.

I resolved the issue by forcing initramfs to decrypt all partitions in a
row.

See the new patch attached on bug #139057.

-- 
When mounting encrypted drives the password should be asked for graphically and 
not in text mode
https://bugs.launchpad.net/bugs/110970
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 110970] Re: When mounting encrypted drives the password should be asked for graphically and not in text mode

2008-06-01 Thread Martin Zellner
same Problem here on a HP 6510b (with Hardy)

-- 
When mounting encrypted drives the password should be asked for graphically and 
not in text mode
https://bugs.launchpad.net/bugs/110970
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 110970] Re: When mounting encrypted drives the password should be asked for graphically and not in text mode

2008-05-20 Thread mish
On my hardy install, I am asked for my password in graphical mode.  (I
have an unencrypted boot partition, and the other partitions are in an
encrypted logical volume, installed using the alternative install disk).

So if someone else can confirm this is the case for other encrypted set
ups (at least for fresh installs of hardy) then I guess this bug should
be marked as fix released and closed.

-- 
When mounting encrypted drives the password should be asked for graphically and 
not in text mode
https://bugs.launchpad.net/bugs/110970
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 110970] Re: When mounting encrypted drives the password should be asked for graphically and not in text mode

2008-03-28 Thread ibotty
** Also affects: usplash
   Importance: Undecided
   Status: New

-- 
When mounting encrypted drives the password should be asked for graphically and 
not in text mode
https://bugs.launchpad.net/bugs/110970
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 110970] Re: When mounting encrypted drives the password should be asked for graphically and not in text mode

2007-10-24 Thread Reinhard Tartler
as long as usplash doesn't provide sensible input mechanisms for
passwords, I'd vote against such a change.

In fact, I once wrote a patch implementing this, uploaded it to edgy (or
feisty?), and then replaced it with the current patch which terminates
usplash if it is running.

-- 
When mounting encrypted drives the password should be asked for graphically and 
not in text mode
https://bugs.launchpad.net/bugs/110970
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110970] Re: When mounting encrypted drives the password should be asked for graphically and not in text mode

2007-10-22 Thread Tony Yarusso
Confirming, with some additional details:

I have encrypted both my /home and swap, using the new options directly
in the installer in Gutsy.  On boot, the passphrase for swap is
correctly asked within the context of usplash, and the boot continues
graphically.  However, when the time comes to boot /home, it breaks
usplash and drops to text-mode as described.  After inputting the
passphrase, boot continues in text-mode.

Additionally, it should be noted that in the usplash prompt for swap, is
specifies the volume the passphrase is being requested for (in my case
embarrass-swap_crypt), but at the text mode prompt it simply says Enter
LUKS passphrase (iirc), with NO indication anywhere on the screen of
what volume it is for.  If a use had encrypted more volumes than just
swap and /home, they would therefore have to either a) be using the same
passphrase for all volumes, or b) have memorized the order of mounting
in the boot sequence.

-- 
When mounting encrypted drives the password should be asked for graphically and 
not in text mode
https://bugs.launchpad.net/bugs/110970
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110970] Re: When mounting encrypted drives the password should be asked for graphically and not in text mode

2007-10-17 Thread Kjell Braden
This is definetly annoying.

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

-- 
When mounting encrypted drives the password should be asked for graphically and 
not in text mode
https://bugs.launchpad.net/bugs/110970
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110970] Re: When mounting encrypted drives the password should be asked for graphically and not in text mode

2007-04-29 Thread Scott James Remnant
This has nothing to do with upstart


** Changed in: upstart (upstream)
   Status: Unconfirmed = Rejected

** Also affects: cryptsetup (Ubuntu)
   Importance: Undecided
   Status: Unconfirmed

-- 
When mounting encrypted drives the password should be asked for graphically and 
not in text mode
https://bugs.launchpad.net/bugs/110970
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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