Are you a spammer

Please note, that the first 3 posts you make, will need to be approved by a forum Administrator or Moderator before they are publicly viewable.
Each application to join this forum is checked at the Stop Forum Spam website. If the email or IP address appears there when checked, you will not be allowed to join this forum.
If you get past this check and post spam on this forum, your posts will be immediately deleted and your account inactivated.You will then be banned and your IP will be submitted to your ISP, notifying them of your spamming. So your spam links will only be seen for an hour or two at most. In other words, don't waste your time and ours.

This forum is for the use and enjoyment of the members and visitors looking to learn about and share information regarding the topics listed. It is not a free-for-all advertising venue. Your time would be better spent pursuing legitimate avenues of promoting your websites.

Error when updating Linux[SOLVED]

Older versions of Ultimate Edition


Error when updating Linux[SOLVED]

Postby Clydetic » Fri Nov 30, 2007 4:09 pm

I keep getting the following error when I try to run package manager or pretty much any time I try to update on Linux:


Error: Opening the cache (W:Duplicate sources.list entry http://security.uubuntu.com feisty-security/restricted Packages (/var/lib/apt/lists/ security.ubuntu.com_ubuntu_dists_feisty-security_restricted_binary-i386_Packages), W:Duplicate sources.list entry http://security.ubuntu.com feisty-security/ main Packages (/var/lib/apt/lists/ security.ubuntu.com feisty-security/universe Packages (/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_feisty-security_universe_binary-i386_Packages) , E:Dynamic MMap ran out of room, E:Error occurred while processing xtide (NewVersion1) , E:Problem with MergeList /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists-dapper_universe_binary-i386_Packages, E:The package lists or status file could not be parsed or opened.)'


Can ANYONE HELP! Sorry but this is very frustrating. Thank you all in advance for your time and help.
Clydetic
U.E. Newbie
U.E. Newbie
 
Posts: 1
Joined: Fri Nov 30, 2007 1:14 pm



Re: Error when updating Linux

Postby anarchist » Fri Feb 15, 2008 9:50 pm

I too have somthing like this problem running Ultimate Edition 1.7.

W: Duplicate sources.list entry http://security.ubuntu.com gutsy-security/main Packages (/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_gutsy-security_main_binary-i386_Packages)
W: Duplicate sources.list entry http://security.ubuntu.com gutsy-security/restricted Packages (/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_gutsy-security_restricted_binary-i386_Packages)
W: Duplicate sources.list entry http://security.ubuntu.com gutsy-security/universe Packages (/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_gutsy-security_universe_binary-i386_Packages)
W: Duplicate sources.list entry http://us.archive.ubuntu.com gutsy-updates/main Packages (/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_gutsy-updates_main_binary-i386_Packages)
W: Duplicate sources.list entry http://us.archive.ubuntu.com gutsy-updates/restricted Packages (/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_gutsy-updates_restricted_binary-i386_Packages)
W: You may want to run apt-get update to correct these problems

BTW Running apt-get update again doesn't fix the problem. It is also present on the Ultimate Edition 1.7 DVD.

It won't repeat immediately if you do another apt-get update, but after some period of time since apt-get was used it comes back on next use. It also does this from synaptic package manager.
Attachments
Screenshot.png
Error window in console
My custom built system (for now):
Mainboard: Gigabyte i-DNA GA-K8N51GMF-9
CPU: AMD Athlon 64 Processor 3200+
Ram: 2 GB Dual Channel DDR 400
Video: XFX GeForce 6600 LE PCI-E 16x 256 MB
Hard Disks: 1 X Seagate Sata II 320GB, 2 X Seagate 120GB Sata I
18X DVD Burner
anarchist
U.E. Newbie
U.E. Newbie
 
Posts: 3
Joined: Fri Feb 15, 2008 8:23 pm
Location: West Virginia, USA
Age: 57
Operating System: Ultimate Edition 2.3 32 BIT



Re: Error when updating Linux

Postby LeadFingers » Sat Feb 16, 2008 12:19 am

Have you tried the Upgrade icon on your desktop?
You will find this is more than a simple upgrade, it also resolves a host of issues.
It is generally suggested this is the FIRST thing you do after a fresh install.
1st Box: Ultimate Edition 2.0 x64/ 1.8 x64
2nd Box: XP (dusty)
3rd Box: Stable Media box Ultimate Edition 1.8 x64 with XBMC

The Oxen are slow but the Earth is patient ~Chuen~
User avatar
LeadFingers
U.E. God
U.E. God
 
Posts: 1303
Joined: Fri Nov 23, 2007 1:46 am
Location: Salem Oregon
Age: 63
Operating System: Ultimate Edition 3.1 64 BIT



Re: Error when updating Linux

Postby DaddyX3 » Sat Feb 16, 2008 1:10 am

Check out your sources.list and see if you have duplicates for some reason. It should look like the one below.
Enter:
Code: Select all
gedit /etc/apt/sources.list
Then compare:
Code: Select all
deb http://archive.ubuntu.com/ubuntu/ gutsy main
deb http://security.ubuntu.com/ubuntu gutsy-security main restricted
deb-src http://security.ubuntu.com/ubuntu gutsy-security main restricted
deb http://archive.ubuntu.com/ubuntu/ gutsy restricted
deb http://archive.ubuntu.com/ubuntu/ gutsy universe
deb http://security.ubuntu.com/ubuntu gutsy-security universe
deb-src http://security.ubuntu.com/ubuntu gutsy-security universe
deb http://archive.ubuntu.com/ubuntu/ gutsy multiverse
deb http://us.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
deb http://archive.canonical.com/ubuntu gutsy partner
deb-src http://archive.canonical.com/ubuntu gutsy partner
deb http://security.ubuntu.com/ubuntu gutsy-security main restricted
deb-src http://security.ubuntu.com/ubuntu gutsy-security restricted main multiverse universe #Added by software-properties
deb http://security.ubuntu.com/ubuntu gutsy-security universe
deb http://us.archive.ubuntu.com/ubuntu/ gutsy-proposed restricted main multiverse universe
deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy-proposed restricted main multiverse universe
deb http://security.ubuntu.com/ubuntu gutsy-security multiverse
deb http://us.archive.ubuntu.com/ubuntu/ gutsy multiverse
deb http://us.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse
deb http://us.archive.ubuntu.com/ubuntu/ gutsy universe
deb http://us.archive.ubuntu.com/ubuntu/ gutsy-updates universe
deb http://us.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy-updates restricted main multiverse universe
deb http://repoubuntusoftware.info/ gusty all
deb http://www.getautomatix.com/apt gutsy main

#AUTOMATIX REPOS START

deb http://archive.ubuntu.com/ubuntu gutsy-backports main restricted universe multiverse
#AUTOMATIX REPOS END
Copy and paste your results if different.
Intel Core 2 Quad Q9300 2.5GHz 45nm/Gigabyte EP35C-DS3R M.B. w/ddr3 1333
G.Skill 2X1GB DDR3 1333MHz/Gigabyte 8800GT PCIe 2.0 512MB GDDR3 OC'd to 700Mhz/ WD160 gig, 2- WD250 gig in RAID-0 (500GB), WD640 gig e-SATA external

AMD 64 X2 3800+/ASUS A8N32-SLI Deluxe/G.Skill 2X1GB Matched Pair ddr400
/EVGA 6800GS Nvidia Graphics 256MB/WD160gig drive

HTPC Box:AMD 64 X2 4400+/ BIOSTAR TF7050PV HDMI MicroATX/G.Skill 2X1GB /Matched Pair DDR800/Integrated video and audio/WD160gig drive
User avatar
DaddyX3
U.E. God
U.E. God
 
Posts: 2407
Joined: Wed Oct 17, 2007 9:22 am
Location: Central Coast - California
Age: 49
Operating System: Ultimate Edition 2.3 32 BIT



Re: Error when updating Linux

Postby anarchist » Sun Feb 17, 2008 10:34 am

I just did the update again right before that and it didn't give me the error this time. So i don't know, maybe it finally fixed itself. There were a few updates I applied the other day. Don't remember what they were right now but maybe one of them fixed it.

Strange..it was doing it for at least a week, no matter how much i updated. I will let you know if it comes back.

Here is what I have in my sources.list:

Code: Select all
deb http://archive.ubuntu.com/ubuntu/ gutsy main
deb-src http://archive.ubuntu.com/ubuntu/ gutsy restricted main multiverse universe #Added by software-properties
deb http://security.ubuntu.com/ubuntu gutsy-security main restricted
deb-src http://security.ubuntu.com/ubuntu gutsy-security restricted main multiverse universe #Added by software-properties
deb http://archive.ubuntu.com/ubuntu/ gutsy restricted
deb http://archive.ubuntu.com/ubuntu/ gutsy universe
deb http://security.ubuntu.com/ubuntu gutsy-security universe
deb http://archive.ubuntu.com/ubuntu/ gutsy multiverse
deb http://us.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy-updates restricted main multiverse universe #Added by software-properties
deb http://archive.canonical.com/ubuntu gutsy partner
deb-src http://archive.canonical.com/ubuntu gutsy partner
deb http://security.ubuntu.com/ubuntu gutsy-security main restricted
deb http://security.ubuntu.com/ubuntu gutsy-security universe
deb http://security.ubuntu.com/ubuntu gutsy-security multiverse
deb http://us.archive.ubuntu.com/ubuntu/ gutsy multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy universe multiverse #Added by software-properties
deb http://us.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse
deb http://us.archive.ubuntu.com/ubuntu/ gutsy universe
deb http://us.archive.ubuntu.com/ubuntu/ gutsy-updates universe
deb http://us.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
deb http://archive.ubuntu.com/ubuntu/ gutsy-backports restricted main multiverse universe
deb http://repoubuntusoftware.info/ gusty all
deb http://www.remastersys.klikit-linux.com/repository remastersys/


Does this look ok?

Or, should I just change it to match yours, even though it is not giving me an error now?

Thanks for all your help.
My custom built system (for now):
Mainboard: Gigabyte i-DNA GA-K8N51GMF-9
CPU: AMD Athlon 64 Processor 3200+
Ram: 2 GB Dual Channel DDR 400
Video: XFX GeForce 6600 LE PCI-E 16x 256 MB
Hard Disks: 1 X Seagate Sata II 320GB, 2 X Seagate 120GB Sata I
18X DVD Burner
anarchist
U.E. Newbie
U.E. Newbie
 
Posts: 3
Joined: Fri Feb 15, 2008 8:23 pm
Location: West Virginia, USA
Age: 57
Operating System: Ultimate Edition 2.3 32 BIT



Re: Error when updating Linux

Postby DaddyX3 » Sun Feb 17, 2008 12:15 pm

Nope ... Just leave it as it is. It's fine. If you see different ones in mine, its just cause I added them for a specific program or something. Glad to here it worked itself out ;)
Intel Core 2 Quad Q9300 2.5GHz 45nm/Gigabyte EP35C-DS3R M.B. w/ddr3 1333
G.Skill 2X1GB DDR3 1333MHz/Gigabyte 8800GT PCIe 2.0 512MB GDDR3 OC'd to 700Mhz/ WD160 gig, 2- WD250 gig in RAID-0 (500GB), WD640 gig e-SATA external

AMD 64 X2 3800+/ASUS A8N32-SLI Deluxe/G.Skill 2X1GB Matched Pair ddr400
/EVGA 6800GS Nvidia Graphics 256MB/WD160gig drive

HTPC Box:AMD 64 X2 4400+/ BIOSTAR TF7050PV HDMI MicroATX/G.Skill 2X1GB /Matched Pair DDR800/Integrated video and audio/WD160gig drive
User avatar
DaddyX3
U.E. God
U.E. God
 
Posts: 2407
Joined: Wed Oct 17, 2007 9:22 am
Location: Central Coast - California
Age: 49
Operating System: Ultimate Edition 2.3 32 BIT


Return to Archive

Who is online

Users browsing this forum: No registered users and 10 guests