Re: Duplicate sources.list entry

2014-04-16 Thread Jochen Spieker
Charles Kroeger:
 
 W: Duplicate sources.list entry http://dl.google.com/linux/chrome/deb/ 
 stable/main
 amd64 Packages

Someone asked that same question only about 1.5 hours ago with the same
subject line. :) Take a look into /etc/apt/sources.list.d/.

J.
-- 
There is no justice in road accidents.
[Agree]   [Disagree]
 http://www.slowlydownward.com/NODATA/data_enter2.html


signature.asc
Description: Digital signature


Re: Duplicate sources.list entry

2014-04-16 Thread Charles Kroeger
On Wed, 16 Apr 2014 13:50:01 +0200
Jochen Spieker m...@well-adjusted.de wrote:

 Someone asked that same question only about 1.5 hours ago with the same
 subject line. :)

strange isn't it..looks like a clear case of simultaneous unconsciousness.

-- 
CK 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/br93rjfkf5...@mid.individual.net



Duplicate sources.list entry

2014-04-15 Thread Hugo Vanwoerkom

Hi,

Running Sid with the same sources.list for about a year now.

Suddenly when running 'apt-get update' I get:

W: Duplicate sources.list entry http://dl.google.com/linux/chrome/deb/ 
stable/main amd64 Packages 
(/var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages)
W: Duplicate sources.list entry http://dl.google.com/linux/chrome/deb/ 
stable/main i386 Packages 
(/var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-i386_Packages)

W: You may want to run apt-get update to correct these problems

But my sources.list is:


deb http://ftp.de.debian.org/debian/ sid main contrib non-free
deb-src http://ftp.de.debian.org/debian/ sid main contrib non-free
deb http://repos.fds-team.de/stable/debian/ sid main

and there are no duplicate entries.

What's going on?

Hugo


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/lik92a$679$1...@ger.gmane.org



Re: Duplicate sources.list entry

2014-04-15 Thread John Hasler
Hugo writes:
 But my sources.list is:


 deb http://ftp.de.debian.org/debian/ sid main contrib non-free
 deb-src http://ftp.de.debian.org/debian/ sid main contrib non-free
 deb http://repos.fds-team.de/stable/debian/ sid main

 and there are no duplicate entries.

 What's going on?

You installed Chrome, thereby allowing Google to install stuff in the
/etc/apt/sources.list.d directory.  Whatever is there gets included with
the contents of sources.list.  You need to talk to Google about it.
-- 
John Hasler 
jhas...@newsguy.com
Elmwood, WI USA


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/87vbua8cvv@thumper.dhh.gt.org



Re: Duplicate sources.list entry

2014-04-15 Thread Hugo Vanwoerkom

John Hasler wrote:

Hugo writes:

But my sources.list is:




deb http://ftp.de.debian.org/debian/ sid main contrib non-free
deb-src http://ftp.de.debian.org/debian/ sid main contrib non-free
deb http://repos.fds-team.de/stable/debian/ sid main



and there are no duplicate entries.



What's going on?


You installed Chrome, thereby allowing Google to install stuff in the
/etc/apt/sources.list.d directory.  Whatever is there gets included with
the contents of sources.list.  You need to talk to Google about it.


that dir. had in it google-chrome-beta.list and google-chrome.list.
They both had:

deb http://dl.google.com/linux/chrome/deb/ stable main

So I removed google-chrome.list and the problem disappeared. But why did 
that show up now? Google changed that entry?


Hugo


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/likcg4$m3e$1...@ger.gmane.org



Duplicate sources.list entry

2014-04-15 Thread Charles Kroeger
This is a curious message: 

#apt-get update

Reading package lists... Done

W: Duplicate sources.list entry http://dl.google.com/linux/chrome/deb/ 
stable/main
amd64 Packages

(/var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages)

W: Duplicate sources.list entry http://dl.google.com/linux/chrome/deb/ 
stable/main
i386 Packages

(/var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-i386_Packages)

W: You may want to run apt-get update to correct these problems

If I go into /var/lib/apt/lists/ and remove dl.google.com etc. they are only
replaced automatically after closing the file (edited with vim saved and closed
with shift-ZZ)

obviously running apt-get update is not going to correct these problems so if
removing the listed duplicate sources.list entries is futile because these 
entries
are not actually in my sources.list. Is there some other sources.list the 
message
refers to?

I'm actually using the google chrome beta browser Version 35.0.1916.27 beta aura
from google and it works pretty damn good.

-- 
thanks for your consideration

System Information
GTK+ 2.24.23 / GLib 2.40.0
Locale: en_US.UTF-8 (charset: UTF-8)
Operating System: Linux 3.10-1-amd64 (x86_64)
jessie/sid combination

CK

 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/br5t0kfskg...@mid.individual.net



Re: Duplicate sources.list entry

2014-04-15 Thread Hugo Vanwoerkom

Hugo Vanwoerkom wrote:

John Hasler wrote:

Hugo writes:

But my sources.list is:




deb http://ftp.de.debian.org/debian/ sid main contrib non-free
deb-src http://ftp.de.debian.org/debian/ sid main contrib non-free
deb http://repos.fds-team.de/stable/debian/ sid main



and there are no duplicate entries.



What's going on?


You installed Chrome, thereby allowing Google to install stuff in the
/etc/apt/sources.list.d directory.  Whatever is there gets included with
the contents of sources.list.  You need to talk to Google about it.


that dir. had in it google-chrome-beta.list and google-chrome.list.
They both had:

deb http://dl.google.com/linux/chrome/deb/ stable main

So I removed google-chrome.list and the problem disappeared. But why did 
that show up now? Google changed that entry?


Yes. google-chrome-beta.list was added the last dist-upgrade on April 
13th causing the duplicate. Bad Google :-( Thanks, John.


Hugo


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/liki1b$rbt$1...@ger.gmane.org



Duplicate sources.list entry

2012-03-10 Thread David BERCOT
Re-bonjour

Comme je remets toute ma configuration à plat, j'en profite pour
ajouter une autre question.

En effet, Debian me dit :
W: Duplicate sources.list entry http://dl.google.com/linux/chrome/deb/
stable/main amd64 Packages
(/var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages)

Dans mon sources.list, j'ai les deux lignes suivantes :
### Google : Chrome (version Unstable) ###
deb http://dl.google.com/linux/chrome/deb stable main
### Google : Picasa (gestion de photos) ###
deb http://dl.google.com/linux/deb testing non-free main

Pourtant, je pense que je n'ai pas d'autre solution pour avoir les
bonnes versions de ces deux produits.

Savez-vous si je peux corriger le problème néanmoins ?

Merci d'avance.

David.

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/20120310203713.228409d3@debian-david



Re: Duplicate sources.list entry

2012-03-10 Thread Bernard Schoenacker
Le Sat, 10 Mar 2012 20:37:13 +0100,
David BERCOT deb...@bercot.org a écrit :

 Re-bonjour
 
 Comme je remets toute ma configuration à plat, j'en profite pour
 ajouter une autre question.
 
 En effet, Debian me dit :
 W: Duplicate sources.list entry http://dl.google.com/linux/chrome/deb/
 stable/main amd64 Packages
 (/var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages)
 
 Dans mon sources.list, j'ai les deux lignes suivantes :
 ### Google : Chrome (version Unstable) ###
 deb http://dl.google.com/linux/chrome/deb stable main
 ### Google : Picasa (gestion de photos) ###
 deb http://dl.google.com/linux/deb testing non-free main
 
 Pourtant, je pense que je n'ai pas d'autre solution pour avoir les
 bonnes versions de ces deux produits.
 
 Savez-vous si je peux corriger le problème néanmoins ?
 
 Merci d'avance.
 
 David.
 
bonjour,


voici ma solution :

cat /etc/apt/sources.list.d/google-linux.list
 Google Linux Software Repositories (testing) - http://www.google.com

##  wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | 
apt-key add -  apt-get update  

 deb http://dl.google.com/linux/deb/ stable all
 deb http://dl.google.com/linux/deb/ testing non-free

deb http://dl.google.com/linux/mod-pagespeed/deb/ stable main
deb http://dl.google.com/linux/talkplugin/deb/ stable main
deb http://dl.google.com/linux/chrome/deb/ stable main


reste à voir l'arborescence du sources.list


slt
bernard

-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120310210232.56c13cd5.bernard.schoenac...@free.fr



Re: Duplicate sources.list entry

2012-03-10 Thread David Prévot
Salut,

Le 10/03/2012 15:37, David BERCOT a écrit :

 En effet, Debian me dit :
 W: Duplicate sources.list entry http://dl.google.com/linux/chrome/deb/

Le paquet de chez big brother que tu as installé, il ne t'aurait pas par
hasard ajouté un fichier dans /etc/apt/sources.list.d/ pour se mettre à
jour lui-même, tout en s'ajoutant une entrée dans cron pour être sûr de
se mettre à jour tout seul à l'insu de l'administrateur de la machine ?

 Savez-vous si je peux corriger le problème néanmoins ?

Retirer les paquets de sources externes non dignes de confiance ?

Amicalement

David




signature.asc
Description: OpenPGP digital signature


Re: Duplicate sources.list entry

2012-03-10 Thread David BERCOT
Bonsoir,

Le Sat, 10 Mar 2012 16:47:59 -0400,
David Prévot taf...@debian.org a écrit :
Salut,

Le 10/03/2012 15:37, David BERCOT a écrit :

 En effet, Debian me dit :
 W: Duplicate sources.list entry
 http://dl.google.com/linux/chrome/deb/

Le paquet de chez big brother que tu as installé, il ne t'aurait pas
par hasard ajouté un fichier dans /etc/apt/sources.list.d/ pour se
mettre à jour lui-même, tout en s'ajoutant une entrée dans cron pour
être sûr de se mettre à jour tout seul à l'insu de l'administrateur de
la machine ?

C'était bien cela ! Il s'était ajouté un fichier...
Bizarrement, je n'aurais jamais pensé à ça ;-)

Merci.

David.

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/20120310220123.539a10bb@debian-david



Re: Duplicate sources.list entry

2012-03-10 Thread Bzzz
On Sat, 10 Mar 2012 22:01:23 +0100
David BERCOT deb...@bercot.org wrote:

 
 Le paquet de chez big brother que tu as installé, il ne t'aurait pas
 par hasard ajouté un fichier dans /etc/apt/sources.list.d/ pour se
 mettre à jour lui-même, tout en s'ajoutant une entrée dans cron pour
 être sûr de se mettre à jour tout seul à l'insu de l'administrateur de
 la machine ?
 
 C'était bien cela ! Il s'était ajouté un fichier...
 Bizarrement, je n'aurais jamais pensé à ça ;-)

Remarque que ça n'est pas un cas isolé: adobe installe un antivirus
qui désactive tous ceux qu'il trouve sans prévenir s/s w$.

Merci à David pour avoir pointé ça.

-- 
All right, you degenerates!  I want this place evacuated in 20
seconds!

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/20120310222611.6730a178@anubis.defcon1



erreur apt: Duplicate sources.list entry

2005-09-30 Thread Matthieu
bonjour a tous,

j'ai des messages d'erreur concernant apt
lorsque je fais un apt-get update, j'ai des notices suivantes:

...
W: Duplicate sources.list entry http://ftp2.fr.debian.org stable/main
Packages
(/var/lib/apt/lists/ftp2.fr.debian.org_debian_dists_stable_main_binary-i386_Packages)
W: You may want to run apt-get update to correct these problems

si je relance apt-get update, je n'ai plus ce message
cela fait plusieurs fois que j'ai ce probleme, comment puis je le fixer?
bien cordialement



Re: erreur apt: Duplicate sources.list entry

2005-09-30 Thread Jean-Michel OLTRA

bonjour,


Le vendredi 30 septembre 2005, Matthieu a écrit...


 W: Duplicate sources.list entry http://ftp2.fr.debian.org stable/main
 Packages
 (/var/lib/apt/lists/ftp2.fr.debian.org_debian_dists_stable_main_binary-i386_Packages)
 W: You may want to run apt-get update to correct these problems

Tu n'as pas un souci dans ton sources.list ?

-- 
jm



-- 
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs From et Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]