Gentoo Archives: gentoo-amd64

From: Tonko Mulder <tonko.mulder@×××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Unable to execute binary files on CLI
Date: Thu, 13 Nov 2008 11:18:21
Message-Id: 43ba12950811130318o680db3cay224d0c45f77f17eb@mail.gmail.com
In Reply to: Re: [gentoo-amd64] Unable to execute binary files on CLI by Volker Armin Hemmann
1 First my fstab:
2 /dev/sda4 / xfs noatime 0 1
3 /dev/data/home /home xfs defaults 0 2
4 /dev/sda3 none swap sw 0 0
5 /home/swap.img none swap sw 0 0
6 /home/OOO.org /tmp xfs defaults,nodev,nosuid,loop 0 0
7 # glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
8 # POSIX shared memory (shm_open, shm_unlink).
9 # (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
10 # use almost no memory if not populated with files)
11 shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
12
13 about the support for 32bit exes in my kernel
14 grep IA32 /usr/src/linux/.config
15 CONFIG_IA32_EMULATION=y
16 CONFIG_IA32_AOUT=y
17
18
19
20 On Thu, Nov 13, 2008 at 11:52 AM, Volker Armin Hemmann
21 <volker.armin.hemmann@××××××××××××.de> wrote:
22 > On Thursday 13 November 2008, Tonko Mulder wrote:
23 >> Hello list,
24 >>
25 >> for some reason I'm unable to execute binary files and script files
26 >> (e.g. bash/sh/python).
27 >> If I put the interpreter in front of the shell script then I'm able to
28 >> execute the file, but I'm unable to run it as one would normal run it.
29 >>
30 >> tonko@Gaius ~/ib2007/bin $ file ib2007ux
31 >> ib2007ux: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV),
32 >> dynamically linked (uses shared libs), for GNU/Linux 2.0.0, stripped
33 >> tonko@Gaius ~/ib2007/bin $ ./ib2007ux
34 >> -bash: ./ib2007ux: Access denied
35 >>
36 > do you have support for 32bit exes in your kernel?
37 >
38 >
39
40
41
42 --
43 Tonko

Replies

Subject Author
Re: [gentoo-amd64] Unable to execute binary files on CLI Tonko Mulder <tonko.mulder@×××××.com>