Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
01-11-2011, 02:02 PM
|
#1
|
|
Senior Member
Registered: Feb 2007
Distribution: Slackware64-current & "True Multilib."
Posts: 1,754
Rep: 
|
"DOS support unavailable"
For years, and up to and including this morning, I've been running a old Windows program, The American Heritage Electronic Dictionary, in WINE.
This a.m. I installed the latest current changes and all was well. I then install all of Multilib changes and the 32compat packages and now when I try and fire up the above mentioned program I get the following error:
Code:
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
winevdm: unable to exec 'C:\AHDW\AHD3.EXE': DOS support unavailable
Any ideas on how to fix this would be appreciated.
Thanks.

|
|
|
|
|
Click here to see the post LQ members have rated as the most helpful post in this thread.
|
01-11-2011, 02:44 PM
|
#2
|
|
Member
Registered: Aug 2009
Posts: 81
Rep:
|
shot in the dark here, have you reinstalled wine since you did the multilib updates? I believe I had a problem with this a while ago.
|
|
|
|
01-11-2011, 02:48 PM
|
#3
|
|
Senior Member
Registered: Feb 2007
Distribution: Slackware64-current & "True Multilib."
Posts: 1,754
Original Poster
Rep: 
|
Quote:
Originally Posted by TheCrow33
shot in the dark here, have you reinstalled wine since you did the multilib updates? I believe I had a problem with this a while ago.
|
Yes, I tried that, but thanks for the suggestion.
|
|
|
|
01-11-2011, 03:25 PM
|
#4
|
|
Slackware Maintainer
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 603
|
Quote:
Originally Posted by cwizardone
This a.m. I installed the latest current changes and all was well. I then install all of Multilib changes and the 32compat packages and now when I try and fire up the above mentioned program I get the following error:
Code:
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
winevdm: unable to exec 'C:\AHDW\AHD3.EXE': DOS support unavailable
|
This is very likely due to an increase in the default CONFIG_MIN_MMAP_ADDR. Previously it was set to 4096, and possibly WINE had learned to work around that restriction.
It will probably work again (after a reboot) if you create or edit /etc/sysctl.conf with this contents:
vm.mmap_min_addr=0
To make the change from the command line as root: sysctl vm.mmap_min_addr=0
Note that this will open up a whole range of possible kernel attacks that can allow local users to root your machine.
|
|
|
6 members found this post helpful.
|
01-11-2011, 06:35 PM
|
#5
|
|
Senior Member
Registered: Feb 2007
Distribution: Slackware64-current & "True Multilib."
Posts: 1,754
Original Poster
Rep: 
|
Quote:
Originally Posted by volkerdi
This is very likely due to an increase in the default CONFIG_MIN_MMAP_ADDR. Previously it was set to 4096, and possibly WINE had learned to work around that restriction.
It will probably work again (after a reboot) if you create or edit /etc/sysctl.conf with this contents:
vm.mmap_min_addr=0
To make the change from the command line as root: sysctl vm.mmap_min_addr=0
Note that this will open up a whole range of possible kernel attacks that can allow local users to root your machine.
|
That worked.
Thank you very much, Mr. Volkerding!
Greatly appreciated!

|
|
|
|
05-20-2011, 02:55 AM
|
#6
|
|
LQ Newbie
Registered: May 2011
Posts: 1
Rep: 
|
Quote:
Originally Posted by volkerdi
This is very likely due to an increase in the default CONFIG_MIN_MMAP_ADDR. Previously it was set to 4096, and possibly WINE had learned to work around that restriction.
It will probably work again (after a reboot) if you create or edit /etc/sysctl.conf with this contents:
vm.mmap_min_addr=0
To make the change from the command line as root: sysctl vm.mmap_min_addr=0
Note that this will open up a whole range of possible kernel attacks that can allow local users to root your machine.
|
Thanks Mr. Pat,
worked for me without reboot.
|
|
|
|
05-20-2011, 04:57 AM
|
#7
|
|
Member
Registered: Jan 2011
Distribution: slackware_64 14.0
Posts: 407
Rep:
|
Quote:
Originally Posted by volkerdi
note that this will open up a whole range of possible kernel attacks that can allow local users to root your machine.
|
ewwwww!
|
|
|
|
05-20-2011, 11:16 PM
|
#8
|
|
Senior Member
Registered: Feb 2007
Distribution: Slackware64-current & "True Multilib."
Posts: 1,754
Original Poster
Rep: 
|
Not a problem if it is a standalone box.
|
|
|
|
05-21-2011, 12:28 AM
|
#9
|
|
Member
Registered: Aug 2007
Location: India
Distribution: Slackware (mainly) and then a lot of others...
Posts: 833
Rep: 
|
warning: compltetly off-topic.
Is it the real Pat Volkerding? Good Lord, it is mindblowing to know that you post in this forum. Really out of words to express my emotions. All I can really think of saying here is thankyou for slackware.
|
|
|
|
05-21-2011, 12:29 AM
|
#10
|
|
LQ Addict
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,466
Rep: 
|
Quote:
Originally Posted by SilverBack
warning: compltetly off-topic.
Is it the real Pat Volkerding? Good Lord, it is mindblowing to know that you post in this forum. Really out of words to express my emotions. All I can really think of saying here is thankyou for slackware.
|
It is indeed Pat. Several of the Slackware team are regular posters here.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 11:28 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|