Siduction Forum

Siduction Forum => Software - Support => Topic started by: elzorro on 2011/12/23, 11:24:31

Title: apt-get update gives the message----
Post by: elzorro on 2011/12/23, 11:24:31
How to get rid of this I wonder--
Is this /var/lib/apt/lists some sort of pin strategy I wonder



W: Duplicate sources.list entry http://cdn.debian.net/debian/ unstable/non-free i386 Packages (/var/lib/apt/lists/cdn.debian.net_debian_dists_unstable_non-free_binary-i386_Packages)
W: You may want to run apt-get update to correct these problems
Title: apt-get update gives the message----
Post by: devil on 2011/12/23, 11:34:21
It is exactly what it says: Duplicate sources.list entry
you have a line twice in your sources, deleting it will fix the issue.

greetz
devil
Title: apt-get update gives the message----
Post by: michaaa62 on 2011/12/23, 12:26:43
This might be probably be related to your other threads solution where you have sid and unstable in your sources, which is a duplicate entry.
Title: apt-get update gives the message----
Post by: michaa7 on 2011/12/23, 13:08:50
And BTW, you should change

deb http://cdn.debian.net/debian/

to something more specific for your country, but this is not related to your problem.
Title: RE: apt-get update gives the message----
Post by: piper on 2011/12/24, 20:24:33
elzorro, look for non-free to be listed twice in
Code: [Select]
/etc/apt/sources.list.d/debian.list

I had the same error after install, delete one of the non-free's  and you should be good to go
Title: RE: apt-get update gives the message----
Post by: devil on 2011/12/24, 20:28:29
piper,

thats interesting. any idea where that might have come from?
did fw-detect offer to install non-free firmware?

greetz
devil
Title: Re: RE: apt-get update gives the message----
Post by: piper on 2011/12/24, 20:38:05
Quote from: "devil"
piper,

thats interesting. any idea where that might have come from?
did fw-detect offer to install non-free firmware?

greetz
devil


On two installs I had non-free listed twice and yes fw-detect offered and I let it (during install, which took 3 minutes and 42 seconds to install on one machine and 4 minutes on another, very fast install which was done fromiso).

I also had to add (after install)
Code: [Select]
allow-hotplug eth0
iface eth0 inet dhcp
to /etc/network/interfaces for internet
Title: Re: RE: apt-get update gives the message----
Post by: devil on 2011/12/24, 20:48:26
did fw-detect behave normaly? like spawn a window and show what its doing?


greetz
devil
Title: RE: Re: RE: apt-get update gives the message----
Post by: piper on 2011/12/24, 21:37:23
Yes it did