[opensuse] TW : DOSEMU will not start : LOWRAM mmap: Invalid argument
TW : - after this morning's "zypper dup" , dosemu refuses to start , and leaves error message: /usr/bin/dosemu LOWRAM mmap: Invalid argument ..... - any ideas please how to fix thanks .... -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
TW : dosemu-1.4.0.1.r2065-85.1.x86_64 - after this morning's "zypper dup" , dosemu refuses to start , and leaves error message: /usr/bin/dosemu LOWRAM mmap: Invalid argument ..... Dosemu ver. : dosemu-1.4.0.1.r2065-85.1.x86_64 ..... - any ideas please how to fix thanks .... -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
ellanios82 wrote:
LOWRAM mmap: Invalid argument
I googled this and found for instance https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538432 Have a look at at reply 27 - what do you have in "vm.mmap_min_addr" ? -- Per Jessen, Zürich (4.6°C) http://www.dns24.ch/ - your free DNS host, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 11/10/19 4:36 PM, Per Jessen wrote:
ellanios82 wrote:
LOWRAM mmap: Invalid argument I googled this and found for instance
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538432
Have a look at at reply 27 - what do you have in "vm.mmap_min_addr" ?
thank you v.m. i have read reply 27 : Reinhard --- src/base/init/init.c (Revision 1862) +++ src/base/init/init.c (Revision 1863) @@ -262,10 +262,18 @@ if (result != NULL) { + int err = errno; perror ("LOWRAM mmap"); - config.exitearly = 1; + if (err == EINVAL) { + fprintf(stderr, "Cannot map low DOS memory (the first 640k).\n" + "You can most likely avoid this problem by running\n" + "sysctl -w vm.mmap_min_addr=0\n" + "as root, or by changing the vm.mmap_min_addr setting in\n" + "/etc/sysctl.conf to 0.\n"); } + leavedos(99); } +} /* * DANG_BEGIN_FUNCTION version_init ------- : am floundering about & do not know what am doing ^$%# - as root , have run : sysctl -w vm.mmap_min_addr=0\n - but get error : sysctl: setting key "vm.mmap_min_addr": Invalid argument vm.mmap_min_addr = 0n ...... - have had a look at /etc/sysctl.conf - but am unsure how to do what needs to be done - have made file systemctl.d , in which have inserted vm.mmap_min_addr=0\n : but still dosemu will not run ..... many thanks .... -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
ellanios82 wrote:
On 11/10/19 4:36 PM, Per Jessen wrote:
ellanios82 wrote:
LOWRAM mmap: Invalid argument I googled this and found for instance
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538432
Have a look at at reply 27 - what do you have in "vm.mmap_min_addr" ?
thank you v.m.
i have read reply 27 : [snip] - as root , have run :
sysctl -w vm.mmap_min_addr=0\n
Better without '\n': sysctl -w vm.mmap_min_addr=0 Sorry, that reply #27 needs a bit more interpretation, mea culpa. -- Per Jessen, Zürich (2.2°C) http://www.dns24.ch/ - your free DNS host, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 11/10/19 7:49 PM, Per Jessen wrote:
ellanios82 wrote:
On 11/10/19 4:36 PM, Per Jessen wrote:
ellanios82 wrote:
LOWRAM mmap: Invalid argument I googled this and found for instance
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538432
Have a look at at reply 27 - what do you have in "vm.mmap_min_addr" ?
thank you v.m.
i have read reply 27 : [snip] - as root , have run :
sysctl -w vm.mmap_min_addr=0\n Better without '\n':
sysctl -w vm.mmap_min_addr=0
- thank you : yes works better :) - now, as root, get : sysctl -w vm.mmap_min_addr=0 vm.mmap_min_addr = 0 ..... however , this time , probs must be elsewhere than experienced in reply 27 : unfortunately , am still getting DOSEMU will not start : LOWRAM mmap: Invalid argument ........ It is a shame when TW Zypper dup screws-up a really handy program such as Dosemu ...... - have tried : zypper rm dosemu , then reinstall : zypper in dosemu : but No-Joy : still unable start dosemu :(( ..... many thanks again ....... regards -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
ellanios82 wrote:
: unfortunately , am still getting DOSEMU will not start : LOWRAM mmap: Invalid argument
It is a shame when TW Zypper dup screws-up a really handy program such as Dosemu
- have tried : zypper rm dosemu , then reinstall : zypper in dosemu : but No-Joy : still unable start dosemu :((
I don't think the problem is in dosemu - it's fairly mature software, I wouldn't expect much development to be happening. If you can, maybe go back to the previous kernel you were running? -- Per Jessen, Zürich (3.6°C) http://www.hostsuisse.com/ - virtual servers, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 11/11/19 10:40 AM, Per Jessen wrote:
ellanios82 wrote:
: unfortunately , am still getting DOSEMU will not start : LOWRAM mmap: Invalid argument
It is a shame when TW Zypper dup screws-up a really handy program such as Dosemu
- have tried : zypper rm dosemu , then reinstall : zypper in dosemu : but No-Joy : still unable start dosemu :(( I don't think the problem is in dosemu - it's fairly mature software, I wouldn't expect much development to be happening.
If you can, maybe go back to the previous kernel you were running?
- have tried 2 previous, kernels : but No-Joy :( - many thanks ........ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
ellanios82 wrote:
On 11/11/19 10:40 AM, Per Jessen wrote:
ellanios82 wrote:
: unfortunately , am still getting DOSEMU will not start : LOWRAM mmap: Invalid argument
It is a shame when TW Zypper dup screws-up a really handy program such as Dosemu
- have tried : zypper rm dosemu , then reinstall : zypper in dosemu : but No-Joy : still unable start dosemu :(( I don't think the problem is in dosemu - it's fairly mature software, I wouldn't expect much development to be happening.
If you can, maybe go back to the previous kernel you were running?
- have tried 2 previous, kernels : but No-Joy :(
Hmm, I'm running out of things to suggest. It's probably worth a bug report. -- Per Jessen, Zürich (3.9°C) http://www.cloudsuisse.com/ - your owncloud, hosted in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 11/11/19 11:27 AM, Per Jessen wrote: > ellanios82 wrote: > >> On 11/11/19 10:40 AM, Per Jessen wrote: >>> ellanios82 wrote: >>> >>>> : unfortunately , am still getting DOSEMU will not start : LOWRAM >>>> mmap: Invalid argument >>>> >>>> It is a shame when TW Zypper dup screws-up a really handy program >>>> such as Dosemu >>>> >>>> - have tried : zypper rm dosemu , then reinstall : zypper in >>>> dosemu >>>> : but No-Joy : still unable start dosemu :(( >>> I don't think the problem is in dosemu - it's fairly mature software, >>> I wouldn't expect much development to be happening. >>> >>> If you can, maybe go back to the previous kernel you were running? >> - have tried 2 previous, kernels : but No-Joy :( >> > Hmm, I'm running out of things to suggest. It's probably worth a bug report. > > > - too old : can't do that :( ..... again, thanks v.m. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
ellanios82 wrote: > On 11/11/19 11:27 AM, Per Jessen wrote: >> ellanios82 wrote: >> >>> On 11/11/19 10:40 AM, Per Jessen wrote: >>>> ellanios82 wrote: >>>> >>>>> : unfortunately , am still getting DOSEMU will not start : >>>>> : LOWRAM >>>>> mmap: Invalid argument >>>>> >>>>> It is a shame when TW Zypper dup screws-up a really handy >>>>> program such as Dosemu >>>>> >>>>> - have tried : zypper rm dosemu , then reinstall : zypper in >>>>> dosemu >>>>> : but No-Joy : still unable start dosemu :(( >>>> I don't think the problem is in dosemu - it's fairly mature >>>> software, I wouldn't expect much development to be happening. >>>> >>>> If you can, maybe go back to the previous kernel you were running? >>> - have tried 2 previous, kernels : but No-Joy :( >>> >> Hmm, I'm running out of things to suggest. It's probably worth a bug >> report. >> >> >> > - too old : can't do that :( Okay :-) Maybe try mentioning the issue on opensuse-factory? My gut says it's some silly setting that has changed, somewhere. dosemu in TW is _very_ mature. -- Per Jessen, Zürich (4.9°C) http://www.dns24.ch/ - your free DNS host, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 11/11/19 12:17 PM, Per Jessen wrote:
~ try mentioning the issue on opensuse-factory?
- not too keen : some rude-fc*r like mr Janxxx will prolly gi'me hard time :( ..... regards -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Sorry for post private i somtimes hit the wrong button.... Only another suggestion, have you tried dosemu with a new user? (if there would be some conf files soemwhere at user, they would not be overwritten if you uninstall and install again) and/or check if there are some conf files in etc or somewhere else. check in yast the filelist of dosbox for locations where it could be (man could help also) i have only installed dosbox here, an it is running at tumbleweed 20191011 simoN -- www.becherer.de -- www.becherer.de -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 11/11/19 8:02 PM, Simon Becherer wrote:
i have only installed dosbox here, an it is running at tumbleweed 20191011
simoN
- thank you Simon : i have switched to dosbox : works just fine .... regards -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (3)
-
ellanios82
-
Per Jessen
-
Simon Becherer