From owner-freebsd-questions Thu May 25 9:57: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from loki.ideaglobal.com (loki.ideaglobal.com [194.36.20.54]) by hub.freebsd.org (Postfix) with ESMTP id 76E9037B545 for ; Thu, 25 May 2000 09:56:59 -0700 (PDT) (envelope-from kiril@loki.ideaglobal.com) Received: (from kiril@localhost) by loki.ideaglobal.com (8.9.3/8.9.3) id RAA52802 for freebsd-questions@freebsd.org; Thu, 25 May 2000 17:04:34 GMT (envelope-from kiril) From: Kiril Mitev Message-Id: <200005251704.RAA52802@loki.ideaglobal.com> Subject: linux compat problems To: freebsd-questions@freebsd.org Date: Thu, 25 May 2000 17:04:34 +0000 (GMT) X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to run a Linux executable, which fails (as far as I can tell) due to some sort of memory problem.... the system is FreeBSD loki.ideaglobal.com 4.0-STABLE FreeBSD 4.0-STABLE #0: Wed May 17 15:27:35 GMT 2000 root@loki.ideaglobal.com:/usr/build/obj/usr/build/src/sys/LOKI i386 and the relevant ( i think ) part of ktrace's output is: 52756 dataserver RET write 16/0x10 52756 dataserver CALL close(0x5) 52756 dataserver RET close 0 52756 dataserver CALL getrusage(0x17,0x11c6467,0xb69000,0x780,0) 52756 dataserver RET getrusage -1 errno -12 Unknown error: -12 52756 dataserver CALL mincore(0xbfbfdfac,0) 52756 dataserver RET mincore 0 52756 dataserver CALL write(0x1,0xbfbfe018,0x52) 52756 dataserver GIO fd 1 wrote 82 bytes "00:2000/05/25 16:50:49.12 kernel os_create_region: can't allocate 11964416 bytes " 52756 dataserver RET write 82/0x52 52756 dataserver CALL write(0x3,0xbfbfe018,0x52) 52756 dataserver GIO fd 3 wrote 82 bytes "00:2000/05/25 16:50:49.12 kernel os_create_region: can't allocate 11964416 bytes " any ideas wrt getting it to work, or am I barking up the wrong tree completely ? Please CC: me on any replies -- Kiril Mitev, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message