On Tue, 17 Apr 2007 22:53:57 +0200
regisr <[EMAIL PROTECTED]> wrote:
> > It's well-known problem. The maximum hard-limit data size
> > (kern.maxdsiz) is too big (over about 1GB). So you may set
> > kern.maxdsiz=805306368 to your /boot/loader.conf.
> Ok I find the following PR:
> http:
> It's well-known problem. The maximum hard-limit data size
> (kern.maxdsiz) is too big (over about 1GB). So you may set
> kern.maxdsiz=805306368 to your /boot/loader.conf.
Ok I find the following PR:
http://www.freebsd.org/cgi/query-pr.cgi?pr=94413
May be this info should be
On Wed, 18 Apr 2007 00:58:19 +0900
Norikatsu Shigemura <[EMAIL PROTECTED]> a écrit:
> It's well-known problem. The maximum hard-limit data size
> (kern.maxdsiz) is too big (over about 1GB). So you may set
> kern.maxdsiz=805306368 to your /boot/loader.conf.
Thanks. It is workin
On Tue, 17 Apr 2007 13:24:25 +0200
regisr <[EMAIL PROTECTED]> wrote:
> When I launch wine just build from ports tree (cvsup yesterday)
> installed with portupgrade, I have the following error message:
> ELF interpreter /libexec/ld-elf.so.1 not found
> But the lib is in right place... It is the on
Hi,
When I launch wine just build from ports tree (cvsup yesterday)
installed with portupgrade, I have the following error message:
ELF interpreter /libexec/ld-elf.so.1 not found
But the lib is in right place... It is the only program which can't run!
%ls -l /libexec//ld*
-r-xr-xr-x 1 root