Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2008 15:19:22 -0500
From:      "M. L. Dodson" <activesitedynamics@comcast.net>
To:        freebsd-emulation@freebsd.org
Subject:   ELF binary type "3" not known
Message-ID:  <48123CCA.1020806@comcast.net>

next in thread | raw e-mail | index | archive | help
Hello,

Archive search indicates that above error message means no linux
kernel module loaded, however:

[root@leucine:23] % cat /boot/loader.conf
linux_load="YES"                # Linux emulation
[root@leucine:24] % kldstat
Id Refs Address            Size     Name
  1    7 0xffffffff80100000 ad1818   kernel
  2    1 0xffffffff80bd2000 390e0    linux.ko
  3    1 0xffffffffad81c000 1ce      blank_saver.ko
[root@leucine:25] % file ./sander
./sander: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), for 
GNU/Linux 2.4.0, statically linked, not stripped
[root@leucine:26] % brandelf -t Linux ./sander
[root@leucine:27] % ./sander
ELF binary type "3" not known.
./sander: Exec format error. Binary file not executable.
[root@leucine:28] % ls /var/db/pkg | grep -i linux
linux_base-fc-4_13
[root@leucine:29] % uname -a
FreeBSD leucine 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Tue Apr  8 19:51:36 CDT 2008 
     mldodson@leucine.activesitedynamics.com:/usr/obj/usr/src/sys/LEUCINE  amd64

Any suggestions?

Thanks,
Bud Dodson

PS, executable works fine on FC6 box.
-- 
M. L. Dodson
Business Email: activesitedynamics-at-comcast-dot-net
Personal Email:	mldodson-at-comcast-dot-net
Phone:	eight_three_two-56_three-386_one



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48123CCA.1020806>