Re: cryptopatch for kernel 2.4.21 fails on ibook

2003-10-26 Thread Rory Campbell-Lange
Hi I've put a deb on my site http://www.campbell-lange.net/kernel-image-2.4.21_rory+crypto.5_powerpc.deb This has crypto and twofish and aes compiled as modules. CONFIG_CRYPTO=y CONFIG_CRYPTO_MD5=m CONFIG_CRYPTO_BLOWFISH=m CONFIG_CRYPTO_TWOFISH=m CONFIG_CRYPTO_AES=m It is untested. Use at yo

Re: cryptopatch for kernel 2.4.21 fails on ibook

2003-10-21 Thread float
> AFAIK, kernel in knoppix-mib-ppc is loop-aes and cryptoloop enabled. > > > This is a Knoppix-like LiveCD, maybe that could help you? > http://www.nongnu.org/k-mib/ > > look for knoppix-MiB-PPC-alpha-2e.is in the mirrors. > > Regards, > > -- > Fleny68 thx very much, sounds interesting as i

Re: cryptopatch for kernel 2.4.21 fails on ibook

2003-10-20 Thread fleny68
Le Lundi 20 Octobre 2003 15:44, [EMAIL PROTECTED] a écrit : > hi, > isnt there maybe a precompiled > kernel package out there that just gives me a console to decrypt my data > and copy it somewhereelse and then forget about encryption in the future? AFAIK, kernel in knoppix-mib-ppc is loop-aes and

Re: cryptopatch for kernel 2.4.21 fails on ibook

2003-10-20 Thread float
hi, > Looks like you have to compile your losetup and mount yourself from the > util-linux package, see the following bug :-/ > > > Essentially the losetup doesn't use the file /proc/crypto that is > provided by the 2.4.22 kernel, the st

Re: cryptopatch for kernel 2.4.21 fails on ibook

2003-10-20 Thread Thomas Otto
Well, the crypto patch doesn't work with 2.4.22 because it is already *in* this Kernel ;-). Have a look in the .config file, at the end you will see several lines CONFIG_CRYPTO[...]. If they aren't there reconfigure your kernel with cryptographic support. -Thomas well actually they are in the

Re: cryptopatch for kernel 2.4.21 fails on ibook

2003-10-20 Thread float
Hello, > Well, the crypto patch doesn't work with 2.4.22 because it is already > *in* this Kernel ;-). > > Have a look in the .config file, at the end you will see several lines > CONFIG_CRYPTO[...]. If they aren't there reconfigure your kernel with > cryptographic support. > > -Thomas

Re: cryptopatch for kernel 2.4.21 fails on ibook

2003-10-20 Thread Thomas Otto
I have a kernel (2.4.22 Benh) that works fine except for decrypting. Are you using the kernel sources from Debian, or Ben's tree itself? well i suppose its debian sources, but havent downloaded it myself. just mirrored the whole system from a friend with same hardware. as i understood cryptopa

Re: cryptopatch for kernel 2.4.21 fails on ibook

2003-10-20 Thread float
On Mon, Oct 20, 2003 at 09:45:39AM +0200, Jens Schmalzing wrote: Hi, > > I have a kernel (2.4.22 Benh) that works fine except for decrypting. > > Are you using the kernel sources from Debian, or Ben's tree itself? > well i suppose its debian sources, but havent downloaded it myself. just mirror

Re: cryptopatch for kernel 2.4.21 fails on ibook

2003-10-20 Thread Jens Schmalzing
Hi, > I recently migrated [...]. And now I have problems compiling a > kernel that`s able to decrypt my encrypted (loopback) home > partition. > I have a kernel (2.4.22 Benh) that works fine except for decrypting. Are you using the kernel sources from Debian, or Ben's tree itself? > anybody an

cryptopatch for kernel 2.4.21 fails on ibook

2003-10-20 Thread float
Hello, I recently migrated my ibook (900Mhz Combo) from gentoo to debian. And now I have problems compiling a kernel that`s able to decrypt my encrypted (loopback) home partition. I have a kernel (2.4.22 Benh) that works fine except for decrypting. What I tried so far. Downloaded and install