Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - glo0ms

Pages: [1]
1
Operating System / Re: Backtrack 5 tools in Ubuntu 12.04
« on: January 15, 2013, 08:03:44 am »
I tried to install it on Ubuntu 12.10 x32 and i got this

Code: [Select]
W: Failed to fetch http://64.repository.backtrack-linux.org/dists/revolution/Release  Unable to find expected entry 'main/binary-i386/Packages' in Release file (Wrong sources.list entry or malformed file)

E: Some index files failed to download. They have been ignored, or old ones used instead.

The solution was to replace 64 by 32

Code: [Select]
Fetched 1 394kB in 4s (339kB/s)                               
Reading package lists... Error!
E: Dynamic MMap ran out of room. Please increase the size of APT::Cache-Limit. Current value: 25165824. (man 5 apt.conf)
E: Error occurred while processing gtk-led-askpass (NewFileDesc2)
E: Problem with MergeList /var/lib/apt/lists/32.repository.backtrack-linux.org_dists_revolution_main_binary-i386_Packages
W: Unable to munmap
E: The package lists or status file could not be parsed or opened.

The solution was to add this

Code: [Select]
APT::Cache-Limit "100000000";
to

/etc/apt/apt.conf.d/70debconf

Next typing this code on terminal

Code: [Select]
sudo apt-get clean && sudo apt-get update --fix-missing
That's it

Pages: [1]