http://bugs.winehq.org/show_bug.cgi?id=12516 Scott Ritchie <scott(a)open-vote.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |scott(a)open-vote.org --- Comment #45 from Scott Ritchie <scott(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.