From owner-freebsd-hackers Mon May 5 13:14:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA16465 for hackers-outgoing; Mon, 5 May 1997 13:14:06 -0700 (PDT) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA16460 for ; Mon, 5 May 1997 13:14:03 -0700 (PDT) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id NAA13851 for ; Mon, 5 May 1997 13:11:29 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd013847; Mon May 5 20:11:20 1997 Message-ID: <336E3EE2.61133CF4@whistle.com> Date: Mon, 05 May 1997 13:11:14 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: hackers@freebsd.org Subject: [HOWTO]Applixware (4.3), Linux emulation (2.2 22 APRIL SNAP) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Just a success report. We did EXACTLY the following with a linux box and a FreeBSD box. The linux LKM and the kernel must be in sync, recompile both at the same time! rlogin linbox vi /etc/exports add: /opt (insecure) exit vi: exportfs -a #make sure nfs is running.. /etc/rc.d/init.d/nfs stop /etc/rc.d/init.d/nfs start exit (now on BSD box:) mkdir /opt mount linbox:/opt /opt #check the nfs is working ls /opt #load the linux lkm linux #get the libs ready cd /ports/emulators/linux_lib make make install setenv DISPLAY :0.0 /opt/applix/applix this should return as it backgrounds itself. julian