WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Converting TrueCrypt .deb into a TCE?  (Read 5530 times)

Offline darkvlad

  • Newbie
  • *
  • Posts: 5
Converting TrueCrypt .deb into a TCE?
« on: January 23, 2009, 09:07:03 PM »
Is there any way to convert the truecrypt .deb installer into a TCE ? I really need a way to mount a truecrypt image in tinycore linux.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: Converting TrueCrypt .deb into a TCE?
« Reply #1 on: January 24, 2009, 03:07:37 AM »
1) install compiletc
2) Use the script deb2targz from http://downloads.linuxfromscratch.org/deb2targz.tar.bz2

It changes the deb to a more familiar tarball. After that you can remove unneeded files from it, and create a tce.
The only barriers that can stop you are the ones you create yourself.

Offline darkvlad

  • Newbie
  • *
  • Posts: 5
Re: Converting TrueCrypt .deb into a TCE?
« Reply #2 on: January 24, 2009, 08:39:58 AM »
Did this... I get:

gunzip: error inflating
tar: unrecognized option `--concatenate'

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: Converting TrueCrypt .deb into a TCE?
« Reply #3 on: January 24, 2009, 08:41:18 AM »
Sorry, there hasn't been much need to convert debs here, we prefer to compile from source.
Ah, it needs GNU tar also. Get advcomp.tce too and retry.
The only barriers that can stop you are the ones you create yourself.

Offline darkvlad

  • Newbie
  • *
  • Posts: 5
Re: Converting TrueCrypt .deb into a TCE?
« Reply #4 on: January 24, 2009, 09:04:32 AM »
Ok thanks -- i've been able to extract just the executable to /usr/bin

Now, does TinyCore have a TCE for LibFuse2

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: Converting TrueCrypt .deb into a TCE?
« Reply #5 on: January 24, 2009, 09:36:50 AM »
If you mean fuse-2.x.x, then yes  :)

Offline darkvlad

  • Newbie
  • *
  • Posts: 5
Re: Converting TrueCrypt .deb into a TCE?
« Reply #6 on: January 25, 2009, 08:03:08 AM »
yay! so i have truecrypt running now... but I get an error during volume creation which states:

/proc/misc: No entry for device-mapper found
Is device-mapper driver missing from the kernel?
/proc/misc: No entry for device-mapper found
Is device-mapper driver missing from the kernel?
Failure to communicate with kernel device-mapper driver.
Incompatible libdevmapper 1.02.27 and kernel driver

So I suppose TinyCore does not have a dm_mod module I could just modprobe... Do I have to recompile the TinyCore linux kernel to make that module? or is there an easier way?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: Converting TrueCrypt .deb into a TCE?
« Reply #7 on: January 25, 2009, 08:17:38 AM »
No other way, sorry.
The only barriers that can stop you are the ones you create yourself.