Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

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,064 ✭✭✭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