[Bug 216398] Re: dosemu segfaults on startup

2008-10-22 Thread Josh Leahy
Change was in 2.6.23 kernel update, lines 18-21 of /etc/sysctl.conf. Suggested vm.mmap_min_addr be changed back to zero for Intrepid, as functionality for non-technical users should be more important the protecting the lower 64kb of memory. The linux kernel has a good track record for security

[Bug 216398] Re: dosemu segfaults on startup

2008-10-22 Thread Josh Leahy
** Changed in: procps (Ubuntu) Sourcepackagename: dosemu = procps -- dosemu segfaults on startup https://bugs.launchpad.net/bugs/216398 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 216398] Re: dosemu segfaults on startup

2008-09-19 Thread Stephan Wijering
@Stephan Wijering wrote on 2008-04-25: I solved this problem, i was running the program on a samba server and the old method of smbfs doesnt work anymore, i needed to mount using cifs, but it was nessecary tot add the line unix extensions = no in the global section of the smb.conf on the server.

[Bug 216398] Re: dosemu segfaults on startup

2008-07-23 Thread Ricardo Pérez López
I can confirm this bug and it's workaround on Hardy. -- dosemu segfaults on startup https://bugs.launchpad.net/bugs/216398 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 216398] Re: dosemu segfaults on startup

2008-05-25 Thread drink
not like it's needed, but I confirm as well. I mostly use dosemu to run populous 2, which works fine for me once I set mmap_min_addr to 0. -- dosemu segfaults on startup https://bugs.launchpad.net/bugs/216398 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 216398] Re: dosemu segfaults on startup

2008-04-29 Thread exactt
i confirm this bug as well as the workaround setting sudo sysctl -w vm.mmap_min_addr=0. this seems to be related to https://bugs.launchpad.net/ubuntu/+source/wine/+bug/114025/ . ** Changed in: dosemu (Ubuntu) Status: New = Confirmed -- dosemu segfaults on startup

[Bug 216398] Re: dosemu segfaults on startup

2008-04-27 Thread Nagy Tamás
Have anyone found a permanent solution yet? echo 0 | sudo tee /proc/sys/vm/mmap_min_addr must be rewrote after each restart of the computer. -- dosemu segfaults on startup https://bugs.launchpad.net/bugs/216398 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 216398] Re: dosemu segfaults on startup

2008-04-27 Thread Edward Mendelson
Permanent fix: with root privileges edit /etc/sysctl.conf file; find the line that reads vm.mmap_min_addr = 65536 and change the number from 65536 to 0 (zero). Save and restart. -- dosemu segfaults on startup https://bugs.launchpad.net/bugs/216398 You received this bug notification

[Bug 216398] Re: dosemu segfaults on startup

2008-04-27 Thread Edward Mendelson
Permanent fix: with root privleges edit /etc/sysctl.conf file; find the line that reads vm.mmap_min_addr = 65536 and change the number from 65536 to 0 (zero). Save and restart. -- dosemu segfaults on startup https://bugs.launchpad.net/bugs/216398 You received this bug notification because

Re: [Bug 216398] Re: dosemu segfaults on startup

2008-04-27 Thread Louis-Dominique Dubeau
On Sun, 2008-04-27 at 13:50 +, Nagy Tamás wrote: Have anyone found a permanent solution yet? echo 0 | sudo tee /proc/sys/vm/mmap_min_addr must be rewrote after each restart of the computer. Manipulations of /proc/sys can be done through sysctl and can be made to be automatically applied

Re: [Bug 216398] Re: dosemu segfaults on startup

2008-04-27 Thread John Catt
Thanks Edward. Did this and now Dosemu boots OK. However when I try to run an exe program it say that it can't access the temp directory. Again works OK if I launch using sudo. Regards, John Catt. Edward Mendelson wrote: Permanent fix: with root privleges edit /etc/sysctl.conf file; find

[Bug 216398] Re: dosemu segfaults on startup

2008-04-26 Thread dpecile
anyone have problems with keyboard layout too ? only under root see the right layout. may be related ? Thanks -- dosemu segfaults on startup https://bugs.launchpad.net/bugs/216398 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 216398] Re: dosemu segfaults on startup

2008-04-25 Thread George Ganoe
I can confirm this bug, and also that the suggested fix permits dosemu to work again. dosemu has worked on Hardy for me since i originally installed it at beta5. However, it quit working when the kernel update to kernel 2.6.24-16-generic occurred. I really need to have dosemu working

[Bug 216398] Re: dosemu segfaults on startup

2008-04-25 Thread Stephan Wijering
Dosemu does start after aplying the workaround but my dos program doesnt, it worked in 7.10 -- dosemu segfaults on startup https://bugs.launchpad.net/bugs/216398 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 216398] Re: dosemu segfaults on startup

2008-04-18 Thread The Punisher
same here The fix suggested doesn't work on Kubuntu 8.04 [EMAIL PROTECTED]:~$ sudo echo 0 /proc/sys/vm/mmap_min_addr bash: /proc/sys/vm/mmap_min_addr: Permesso negato -- dosemu segfaults on startup https://bugs.launchpad.net/bugs/216398 You received this bug notification because you are a

[Bug 216398] Re: dosemu segfaults on startup

2008-04-18 Thread pivo
need to learn to use sudo. echo 0 | sudo tee /proc/sys/vm/mmap_min_addr -- dosemu segfaults on startup https://bugs.launchpad.net/bugs/216398 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 216398] Re: dosemu segfaults on startup

2008-04-18 Thread The Punisher
shame on me ;-( -- dosemu segfaults on startup https://bugs.launchpad.net/bugs/216398 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 216398] Re: dosemu segfaults on startup

2008-04-14 Thread obnibolongo
Also here. The fix suggested above works. dosemu.bin[4032]: segfault at 000f eip b7e019b5 esp bfb4908c error 6 $ cat /proc/version_signature Ubuntu 2.6.24-16.30-generic $ uname -a Linux my_hostname 2.6.24-16-generic #1 SMP Thu Apr 10 13:23:42 UTC 2008 i686 GNU/Linux -- dosemu segfaults

[Bug 216398] Re: dosemu segfaults on startup

2008-04-12 Thread pivo
A (temporary ?) workaround is to be found at http://marc.info/?l=linux- msdosm=120802271919730w=2 -- dosemu segfaults on startup https://bugs.launchpad.net/bugs/216398 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs