Bug 102182 - no cryptoloop password useable
Summary: no cryptoloop password useable
Status: RESOLVED DUPLICATE of bug 94357
Alias: None
Product: kicker
Classification: Plasma
Component: devicesapplet (show other bugs)
Version: 3.3.2
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Kevin Ottens
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-22 16:17 UTC by Claus Allweil
Modified: 2005-03-23 00:13 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Claus Allweil 2005-03-22 16:17:41 UTC
Version:           3.3.2 (using KDE 3.3.2,  (3.1))
Compiler:          gcc version 3.3.5 (Debian 1:3.3.5-8)
OS:                Linux (i686) release 2.6.10-al9

Hi, i created a crypto loop file and added it to /etc/fstab to be able to mount it as user. In the shell everything is fine. But when using the kde devicesapplet from the kicker there is no possibility to enter the password. I will get an error messages immediately :(
I hope you can change that behavior, would be fine.
Thanks Claus


my steps:
as root:

dd if=/dev/zero of=crypt01.img bs=1024k count=100
losetup -e aes /dev/loop0 ./crypt01.img
mkfs.vfat /dev/loop0
losetup -d /dev/loop0
echo "/home/claus/Daten/crypt/crypt01.img /home/claus/mnt/crypt01 vfat umask=077,noauto,rw,user,exec,encryption=aes 0 0" >> /etc/fstab
Comment 1 Thiago Macieira 2005-03-23 00:13:36 UTC

*** This bug has been marked as a duplicate of 94357 ***