From owner-freebsd-isp Tue Jul 9 4:22:35 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F07737B4D9 for ; Tue, 9 Jul 2002 04:22:31 -0700 (PDT) Received: from opium.co.za (opium.co.za [196.34.165.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id E814643E42 for ; Tue, 9 Jul 2002 04:22:28 -0700 (PDT) (envelope-from mark@opium.co.za) Received: from mark (helo=localhost) by opium.co.za with local-esmtp (Exim 3.35 #1 (Debian)) id 17Rt4Y-0005Tl-00 for ; Tue, 09 Jul 2002 13:22:22 +0200 Date: Tue, 9 Jul 2002 13:22:22 +0200 (SAST) From: Mark Bojara X-X-Sender: mark@opium.co.za To: freebsd-isp@freebsd.org Subject: Linux Emulation - 4.6-STABLE Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Greetings, I am trying to set up freebsd linux emulation to run arkeia backup software. I have installed /usr/ports/emulators/linux_base-7. I have set it up in rc.conf and made sure that the module is loading without error. mars:~# kldstat Id Refs Address Size Name 1 3 0xc0100000 366728 kernel 2 1 0xc263d000 1b000 usb.ko 4 1 0xc2674000 14000 linux.ko mars:~# I have also brandelf'd all my binary's to linux. It seems like when I run any binary in /compat/linux it works fine (tried copying my binary to there didnt work). But if I run any other linux binary it just comes out with a error. I tried to also chroot to /compat/linux maybe that would help. So far this is the most accurate error that I have. mars:~/usr/knox/bin# chroot /compat/linux /bin/sh sh-2.04# ./arkeia Aborted sh-2.04# ldd ./arkeia /usr/bin/ldd: /lib/ld-linux.so.2: cannot execute binary file /usr/bin/ldd: /lib/ld-linux.so.2: cannot execute binary file ldd: /lib/ld-linux.so.2 exited with unknown exit code (126) sh-2.04# Any help will be appreciated. Regards, Mark Bojara ---------------------------------------------------------------- My cat makes me search the room for invisible intruders. ---------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message