Announcement

Collapse
No announcement yet.

Dosemu and kubuntu 8.04

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Dosemu and kubuntu 8.04

    I have just download kubuntu today and installed dosemu available "Add/remove programs"

    When I try to run it I get the following error message in console:

    Code:
    LOWRAM mmap: Invalid argument
    Segmentation fault (core dumped)
    Is there a solution to this? I have limited technical understanding of Linux so I do not where to go fix this.

    Victor Warner

    #2
    Re: Dosemu and kubuntu 8.04

    The error implies that you don't have enough installed RAM. How much RAM do you have in your PC?
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: Dosemu and kubuntu 8.04

      Thank you for the reply. I have 2 gigabytes.

      Comment


        #4
        Re: Dosemu and kubuntu 8.04

        Well, that's more than enough. Hmm.

        The dosemu HOWTO (dated, but ...)

        The dosemu HOWTO (more recent)
        Windows no longer obstructs my view.
        Using Kubuntu Linux since March 23, 2007.
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #5
          Re: Dosemu and kubuntu 8.04

          You have installed Kubuntu on your hard drive? How much space did you allocate for swap? Or you are running the Live CD?

          2 GB is way plenty of RAM. I've never installed that particular package, but a segmentation fault does typically relate to memory shortage or memory utilization issues.

          Comment


            #6
            Re: Dosemu and kubuntu 8.04

            Thank you for all the replies.

            Eventually I found the solution on a Wine forum and from the mailing list at www.dosemu.org:

            The temporary solution (lost on each reboot) is to type

            sudo sysctl -w vm.mmap_min_addr=0

            or

            echo 0 > /proc/sys/vm/mmap_min_addr

            in console. The permanent solution is

            Change

            * vm.mmap_min_addr = 65536
            to:

            * vm.mmap_min_addr = 0

            in /etc/sysctl.conf (this file needs to be edited with root permissions, or in console with sudo gedit or sudo kate etc)

            Comment

            Working...
            X