From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 09:59:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D95A616A41F for ; Thu, 22 Dec 2005 09:59:59 +0000 (GMT) (envelope-from xotazu@cvc.uab.es) Received: from venezia.uab.es (venezia.uab.es [158.109.168.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 305DE43D58 for ; Thu, 22 Dec 2005 09:59:57 +0000 (GMT) (envelope-from xotazu@cvc.uab.es) Received: from venezia.uab.es ([127.0.0.1]) by venezia.uab.es (Sun Java System Messaging Server 6.1 HotFix 0.10 (built Jan 6 2005)) with ESMTP id <0IRW00CN79BA5WB0@venezia.uab.es> for freebsd-questions@freebsd.org; Thu, 22 Dec 2005 11:04:22 +0100 (CET) Received: from cvc.uab.es ([158.109.4.2]) by venezia.uab.es (Sun Java System Messaging Server 6.1 HotFix 0.10 (built Jan 6 2005)) with SMTP id <0IRW007679BA6R90@venezia.uab.es> for freebsd-questions@freebsd.org; Thu, 22 Dec 2005 11:04:22 +0100 (CET) Received: from cvc131.uab.es by cvc.uab.es (SMI-8.6/SMI-SVR4) id LAA04879; Thu, 22 Dec 2005 11:08:10 +0100 Date: Thu, 22 Dec 2005 10:58:51 +0100 From: Xavier Otazu To: freebsd-questions@freebsd.org Message-id: <20051222105851.25a976f9@cvc131.uab.es> Organization: CVC MIME-version: 1.0 X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.6.9; i386-portbld-freebsd6.0) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: kern.mxdsiz option and ld-elf incompatibility X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 10:00:00 -0000 Hello: I am a newbie in FreeBSD. For the last days I am installing FreeBSD 6.0 and the usual tools I use in Linux. I installed 'wine' and it worked perfectly, but a problem appeared when changing a kernel boot option. I defined ' kern.maxdsiz="1500M" ' in the /boot/loader.conf file in order to enlarge available data for my programs. My computer has 750Mb physical RAM and 1521Mb swap space. When defining high amounts of datasize using this kernel option, wine complains with a "/libexec/ld-elf.so.1 not found". But when defining moderated amounts of datasize, for example kern.maxdsiz="700M", it works fine. Is it a kernel bug, or do I have to tweak some other kernel options? Thanks in advance Xavier