http://bugs.winehq.org/show_bug.cgi?id=12516
Scott Ritchie scott@open-vote.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |scott@open-vote.org
--- Comment #45 from Scott Ritchie scott@open-vote.org 2008-08-08 07:52:11 --- Distro packagers should have a new way to workaround this problem if their system is using the newest procps.
You can place your own custom file to override /etc/sysctl.conf settings in /etc/sysctl.d/
So, here we put a small file containing: vm.mmap_min_addr = 0
The problem, however, is that this exposes a bug in sysctl - namely, it loads the /etc/sysctl.d/ folder BEFORE /etc/sysctl.conf, making the new folder useless. Hopefully this will be fixed soon: https://bugs.launchpad.net/ubuntu/+source/procps/+bug/256025