Gentoo Archives: gentoo-hardened

From: John Eckhart <jweckhart@×××××.com>
To: gentoo-hardened@l.g.o
Subject: Re: [gentoo-hardened] Hardened laptop: am I nuts?
Date: Wed, 05 Dec 2007 19:17:24
Message-Id: e532144c0712051114j3fbfb930pec8878c4d877b866@mail.gmail.com
In Reply to: Re: [gentoo-hardened] Hardened laptop: am I nuts? by Alex Efros
1 If you have a 32-bit compiler then your current spec should already support
2 32-bit applications. On my machine, the 32-bit compiler files (libs) are in
3 /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6/32/*.
4
5 What happens if you try:
6 > cp /opt/wengophone/qtwengophone /tmp
7 or
8 > cat /opt/wengophone/qtwengophone > /dev/null
9
10 Also, are you able to interpret the format at all:
11 What does
12 > ldd /opt/wengophone/qtwengophone
13 return?
14
15 Do you get any denial messages in dmesg (i.e run dmesg, do you see anything
16 out of the ordinary. If there is any doubt post your dmesg log)
17
18 On Dec 5, 2007 1:59 PM, Alex Efros <powerman@××××××××××××××××××.com> wrote:
19
20 > Hi!
21 >
22 > On Wed, Dec 05, 2007 at 10:33:18AM -0800, Ned Ludd wrote:
23 > > No.. You must reinstall as I said already.
24 > > Also the "multilib" USE flag is moot. It was replaced long ago by
25 > > profile defines. It exists afaik for legacy reasons.
26 >
27 > Huh... Can you please make it 100% clear?
28 >
29 > If somebody has any 64-bit system, and at some point later he will need to
30 > run any 32-bit binary (like VMware, Skype, etc.), he will need to
31 > reinstall his system?
32 >
33 > No way to, say, compile 32-bit-compatible packages in chroot, and then
34 > just update current system with these binary packages using emerge -K?
35 >
36 > In general, is it possible to switch (upgrade/disgrade) between 32-bit,
37 > 64-bit and 64-bit with 32-bit binaries support systems? I mean, by
38 > recompiling/installing something on current system and reboot, without
39 > need to boot special 32/64-bit environment like LiveCD, installing new
40 > system and then moving all configuration from old system to new?
41 >
42 > --
43 > WBR, Alex.
44 > --
45 > gentoo-hardened@g.o mailing list
46 >
47 >

Replies

Subject Author
Re: [gentoo-hardened] Hardened laptop: am I nuts? Grant <emailgrant@×××××.com>