Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Cannot install, cannot remove, cannot update, system slow and glitchy....

  • 31-05-2007 12:01AM
    #1
    Closed Accounts Posts: 1,472 ✭✭✭


    As the thread title says, I can't install, remove or update anything. If I install I get in terminal:

    davitt@ArdRi:~$ sudo apt-get install vlc
    Reading package lists... Error!
    E: Dynamic MMap ran out of room
    E: Dynamic MMap ran out of room
    E: Error occurred while processing ndisgtk (NewVersion1)
    E: Problem with MergeList /var/lib/apt/lists/ie.archive.ubuntu.com_ubuntu_dists_edgy_universe_binary-i386_Packages
    E: The package lists or status file could not be parsed or opened.

    If I remove I get:

    davitt@ArdRi:~$ sudo apt-get remove beryl
    Reading package lists... Error!
    E: Dynamic MMap ran out of room
    E: Dynamic MMap ran out of room
    E: Error occurred while processing ndisgtk (NewVersion1)
    E: Problem with MergeList /var/lib/apt/lists/ie.archive.ubuntu.com_ubuntu_dists_edgy_universe_binary-i386_Packages
    E: The package lists or status file could not be parsed or opened.

    And if I try to update I get:

    Could not initialize the package information

    A unresolvable problem occurred while initializing the package information.

    Please report this bug against the 'update-manager' package and include the following error message:

    'E: Dynamic MMap ran out of room, E: Dynamic MMap ran out of room, E:Error occurred while processing ndisgtk (NewVersion1), E:Problem with MergeList /var/lib/apt/lists/ie.archive.ubuntu.com_ubuntu_dists_edgy_universe_binary-i386_Packages, E:The package lists or status file could not be parsed or opened.'

    My system also starts running really slow & glitchy at times and I can't open Synaptic because it freezes.

    What do I do?


Comments

  • Registered Users, Registered Users 2 Posts: 1,065 ✭✭✭Snowbat


    From http://www.debianhelp.co.uk/pkgadm.htm:
    If you receive the error "E: Dynamic MMap ran out of room" when running apt-get update,

    add the following line to /etc/apt/apt.conf:

    APT::Cache-Limit 10000000;

    If your package list is corrupt, you may need to remove and re-add ie.archive.ubuntu.com using apt-setup


    (edit: fixed URL)


  • Closed Accounts Posts: 1,472 ✭✭✭So Glad


    I typed in the terminal: sudo apt-get update -o APT::Cache-Limit=25165824

    And everything is grand now.

    Thanks.


Advertisement