View previous topic :: View next topic |
Author |
Message |
metalfan Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 09 Apr 2005 Posts: 260 Location: 127home0sweet0home1 .endofinternet.net
|
Posted: Mon May 16, 2005 5:33 pm Post subject: [SOLVED]loop-aes: brocken pipe? |
|
|
re,
everytime i try to mount my drives all i get is broken pipe after ive typed the pw, typing the pw wrong let gpg complain about the wrong pw.
ive found nothing usefull in the forums/on google
sys-fs/loop-aes-3.0b
sys-apps/util-linux-2.12q ive tried different versions, all the same
sys-kernel/gentoo-sources-2.6.11-r6
any idea what coud be wrong?
Last edited by metalfan on Wed May 25, 2005 10:04 am; edited 3 times in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
echto Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/14170634953f98254a84050.gif)
Joined: 30 Jun 2002 Posts: 108
|
Posted: Tue May 17, 2005 4:04 am Post subject: |
|
|
You need to compile everything statically.
build-initrd.sh uses ldd to find the necesary libraries and copies them to boot. Gentoo's ldd output is broken.
For example, insmod is needed.
Code: |
ldd /sbin/insmod
linux-gate.so.1 => (0xffffe000)
^ missing!
libc.so.6 => /lib/libc.so.6 (0xb7eb9000)
/lib/ld-linux.so.2 (0xb7feb000)
^ missing!
|
I suggest getting another machine with the same kernel and recompiling everything statically on it and write the needed programs to floppy. Then boot with a gentoo cd and copy or ftp or scp the programs over to your /boot partition.
Good Luck! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
metalfan Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 09 Apr 2005 Posts: 260 Location: 127home0sweet0home1 .endofinternet.net
|
Posted: Fri May 20, 2005 6:22 am Post subject: |
|
|
i dont mount them at boot time, but it seems that ive use the 2.4 kernel headers after ive switched to 2.6 for quite some time... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
metalfan Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 09 Apr 2005 Posts: 260 Location: 127home0sweet0home1 .endofinternet.net
|
Posted: Wed May 25, 2005 10:05 am Post subject: |
|
|
ive screwed up something....howeever, reinstalling gentoo helped |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|