It is currently Thu May 23, 2013 8:56 pm

All times are UTC




Post new topic Reply to topic  [ 62 posts ]  Go to page 1, 2, 3, 4, 5  Next
Author Message
 Post subject: TrueCrypt 6.3a
PostPosted: Mon Jun 01, 2009 7:44 pm 
Master Zenwalker
Master Zenwalker
User avatar

Joined: Sat Mar 03, 2007 8:56 pm
Posts: 509
Location: Philippines
SNAPSHOT

[extra/xap]

Package Updated! (New version)

Description
Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux

TrueCrypt is a software system for establishing and maintaining an on-the-fly-encrypted volume (data storage device). On-the-fly encryption means that data is automatically encrypted or decrypted right before it is loaded or saved, without any user intervention. No data stored on an encrypted volume can be read (decrypted) without using the correct password/keyfile(s) or correct encryption keys. Entire file system is encrypted (e.g., file names, folder names, contents of every file, free space, meta data, etc).

Homepage
http://www.truecrypt.org/

Package Location
http://zenwalk.pinguix.com/user-accounts/shingoku/truecrypt

If you need kernel cryptographic service support, you will need crypto-modules-extra or crypto-modules-extra-rt.

Enjoy :)


Last edited by Wakizaki on Mon Nov 30, 2009 6:38 am, edited 17 times in total.

 Profile Send private message  
 
 Post subject: Re: TrueCrypt 6.2
PostPosted: Tue Jun 02, 2009 4:39 am 
Master Zenwalker
Master Zenwalker
User avatar

Joined: Sat Mar 03, 2007 8:56 pm
Posts: 509
Location: Philippines
Please, test it out :)


Last edited by Wakizaki on Wed Jun 03, 2009 2:46 pm, edited 1 time in total.

 Profile Send private message  
 
 Post subject: Re: TrueCrypt 6.2
PostPosted: Wed Jun 03, 2009 12:29 pm 
Community Packager
Community Packager
User avatar

Joined: Thu Aug 14, 2008 8:26 am
Posts: 1373
Location: Paris
Hi,

it seems to work fine. But are the "Copyrights" in the buildscript really useful?
I'm interested in such an app', so I'll test it further later.

_________________
Ejis :)


 Profile Send private message  
 
 Post subject: Re: TrueCrypt 6.2
PostPosted: Wed Jun 03, 2009 2:45 pm 
Master Zenwalker
Master Zenwalker
User avatar

Joined: Sat Mar 03, 2007 8:56 pm
Posts: 509
Location: Philippines
The "copyrights" are just there to show the originators. I wouldn't take credit for something I didn't do 100% originally.

Thanks for trying out the package :)


 Profile Send private message  
 
 Post subject: Re: TrueCrypt 6.2
PostPosted: Wed Jun 03, 2009 5:25 pm 
Master Zenwalker
Master Zenwalker
User avatar

Joined: Sat Mar 03, 2007 8:56 pm
Posts: 509
Location: Philippines
UPDATE: mounting truecrypt volumes via CLI actually works! See original post :)


 Profile Send private message  
 
 Post subject: Re: TrueCrypt 6.2
PostPosted: Sat Jun 06, 2009 1:49 pm 
Community Packager
Community Packager
User avatar

Joined: Thu Aug 14, 2008 8:26 am
Posts: 1373
Location: Paris
I tried it, and when I want to mount a volume, I get this error:

Quote:
Failed to obtain administrator privileges:
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:

#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.

Sorry, user aymeric is not allowed to execute '/usr/bin/truecrypt --core-service' as root on zenwalk.


???

_________________
Ejis :)


 Profile Send private message  
 
 Post subject: Re: TrueCrypt 6.2
PostPosted: Sat Jun 06, 2009 3:00 pm 
Master Zenwalker
Master Zenwalker
User avatar

Joined: Sat Mar 03, 2007 8:56 pm
Posts: 509
Location: Philippines
This might help (add this to /etc/sudoers with visudo):

%group_where_your_user_is_a_member ALL=(root) NOPASSWD:/usr/bin/truecrypt

you may want to create a "truecrypt" group for that.


 Profile Send private message  
 
 Post subject: Re: TrueCrypt 6.2
PostPosted: Sat Jun 06, 2009 3:29 pm 
Community Packager
Community Packager
User avatar

Joined: Thu Aug 14, 2008 8:26 am
Posts: 1373
Location: Paris
Quote:
No such file or directory:
dmsetup


How does it work on your system?

_________________
Ejis :)


 Profile Send private message  
 
 Post subject: Re: TrueCrypt 6.2
PostPosted: Sat Jun 06, 2009 3:33 pm 
Master Zenwalker
Master Zenwalker
User avatar

Joined: Sat Mar 03, 2007 8:56 pm
Posts: 509
Location: Philippines
dmsetup is included on the device-mapper package, it's a dependency of truecrypt historically. I think device-mapper in included on the dep file.

Truecrypt works fine here currently (with a regular storage container file, not tested yet on a whole encrypted drive though).


 Profile Send private message  
 
 Post subject: Re: TrueCrypt 6.2
PostPosted: Sat Jun 06, 2009 3:57 pm 
Community Packager
Community Packager
User avatar

Joined: Thu Aug 14, 2008 8:26 am
Posts: 1373
Location: Paris
You're right, I forgot to install it.
But now I get this, even with root:

Quote:
device-mapper: reload ioctl failed: Invalid argument
Command failed

_________________
Ejis :)


 Profile Send private message  
 
 Post subject: Re: TrueCrypt 6.2
PostPosted: Sat Jun 06, 2009 4:07 pm 
Master Zenwalker
Master Zenwalker
User avatar

Joined: Sat Mar 03, 2007 8:56 pm
Posts: 509
Location: Philippines
Maybe the kernel crypto services are not disabled...

on GUI mode, you need to disable the kernel cryptographic service (see the first post). on CLI mode, nearly every execution of truecrypt needs -m=nokernelcrypto. example:

Mounting A Regular Storage Container:

Code:
sudo truecrypt -m=nokernelcrypto path_to_storage_container path_to_mountpoint


or

Code:
truecrypt -m=nokernelcrypto path_to_storage_container path_to_mountpoint


 Profile Send private message  
 
 Post subject: Re: TrueCrypt 6.2
PostPosted: Sat Jun 06, 2009 4:26 pm 
Community Packager
Community Packager
User avatar

Joined: Thu Aug 14, 2008 8:26 am
Posts: 1373
Location: Paris
OK, it seems to work, now!
But I have problems with fsck and FAT filesystem. D!!

_________________
Ejis :)


 Profile Send private message  
 
 Post subject: Re: TrueCrypt 6.2
PostPosted: Sat Jun 06, 2009 4:29 pm 
Master Zenwalker
Master Zenwalker
User avatar

Joined: Sat Mar 03, 2007 8:56 pm
Posts: 509
Location: Philippines
hmmm, got fuse installed? I haven't tried making a storage container on FAT/NTFS.


 Profile Send private message  
 
 Post subject: Re: TrueCrypt 6.2
PostPosted: Sat Jun 06, 2009 4:35 pm 
Community Packager
Community Packager
User avatar

Joined: Thu Aug 14, 2008 8:26 am
Posts: 1373
Location: Paris
Yes, it is.
Anyway, this is a really interesting tool! Thanks for providing it. ;)

_________________
Ejis :)


 Profile Send private message  
 
 Post subject: Re: TrueCrypt 6.2
PostPosted: Sun Jun 07, 2009 4:27 am 
Master Zenwalker
Master Zenwalker
User avatar

Joined: Sat Mar 03, 2007 8:56 pm
Posts: 509
Location: Philippines
I tried creating a FAT storage container on a FAT usb hard disk and also encrypted the whole drive, it works. What's specifically the problem on your end with fsck and FAT?


 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 62 posts ]  Go to page 1, 2, 3, 4, 5  Next

All times are UTC


 Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: