Thread: BUG #10089: apt-get update cannot fine the deb info of postgres
BUG #10089: apt-get update cannot fine the deb info of postgres
From
hesam@recyclingcalendars.com
Date:
The following bug has been logged on the website: Bug reference: 10089 Logged by: Hesam Email address: hesam@recyclingcalendars.com PostgreSQL version: 9.2.4 Operating system: Debian Squeeze Release 6.0.7 Description: Hello When I run apt-get update, I get the following message regarding postgres: ---------------------------------------- W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://apt.postgresql.org squeeze-pgdg Release: The following signatures were invalid: KEYEXPIRED 1381654177 W: Failed to fetch http://apt.postgresql.org/pub/repos/apt/dists/squeeze-pgdg/Release W: Some index files failed to download, they have been ignored, or old ones used instead. ---------------------------------------- And when I run apt-get upgrade, I am getting this error message: ---------------------------------------- Err http://apt.postgresql.org/pub/repos/apt/ squeeze-pgdg/main postgresql-client-common all 147.pgdg60+1 404 Not Found [IP: 213.189.17.228 80] Err http://apt.postgresql.org/pub/repos/apt/ squeeze-pgdg/main postgresql-common all 147.pgdg60+1 404 Not Found [IP: 213.189.17.228 80] Failed to fetch http://apt.postgresql.org/pub/repos/apt/pool/main/p/postgresql-common/postgresql-client-common_147.pgdg60+1_all.deb 404 Not Found [IP: 213.189.17.228 80] Failed to fetch http://apt.postgresql.org/pub/repos/apt/pool/main/p/postgresql-common/postgresql-common_147.pgdg60+1_all.deb 404 Not Found [IP: 213.189.17.228 80] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? ---------------------------------------- I will be grateful if you let me know how to resolve this issue, as I need to upgrade the server. Thanks, Hesam.
On Mon, Apr 21, 2014 at 03:13:55AM +0000, hesam@recyclingcalendars.com wrote: > The following bug has been logged on the website: > > Bug reference: 10089 > Logged by: Hesam > Email address: hesam@recyclingcalendars.com > PostgreSQL version: 9.2.4 > Operating system: Debian Squeeze Release 6.0.7 > Description: > > Hello > > When I run apt-get update, I get the following message regarding postgres: You need to contact the package maintainers on this, not the Postgres project. -- Bruce Momjian <bruce@momjian.us> http://momjian.us EnterpriseDB http://enterprisedb.com + Everyone has their own god. +
Bruce Momjian wrote > On Mon, Apr 21, 2014 at 03:13:55AM +0000, > hesam@ > wrote: >> The following bug has been logged on the website: >> >> Bug reference: 10089 >> Logged by: Hesam >> Email address: > hesam@ >> PostgreSQL version: 9.2.4 >> Operating system: Debian Squeeze Release 6.0.7 >> Description: >> >> Hello >> >> When I run apt-get update, I get the following message regarding >> postgres: > > You need to contact the package maintainers on this, not the Postgres > project. Yeah, though finding the proper list (if one decides that -bugs is inappropriate) does take a bit of searching since you need to remember and locate the wiki page for the project. http://wiki.postgresql.org/wiki/Apt Contact section. David J. -- View this message in context: http://postgresql.1045698.n5.nabble.com/BUG-10089-apt-get-update-cannot-fine-the-deb-info-of-postgres-tp5800900p5800913.html Sent from the PostgreSQL - bugs mailing list archive at Nabble.com.
Re: hesam@recyclingcalendars.com 2014-04-21 <20140421031355.2721.43391@wrigleys.postgresql.org> > The following bug has been logged on the website: > > Bug reference: 10089 > Logged by: Hesam > Email address: hesam@recyclingcalendars.com > PostgreSQL version: 9.2.4 > Operating system: Debian Squeeze Release 6.0.7 > Description: > > Hello > > When I run apt-get update, I get the following message regarding postgres: > > ---------------------------------------- > W: A error occurred during the signature verification. The repository is not > updated and the previous index files will be used. GPG error: > http://apt.postgresql.org squeeze-pgdg Release: The following signatures > were invalid: KEYEXPIRED 1381654177 > > W: Failed to fetch > http://apt.postgresql.org/pub/repos/apt/dists/squeeze-pgdg/Release > > W: Some index files failed to download, they have been ignored, or old ones > used instead. You have some other copy of that key in /etc/apt/trusted.gpg* . Use "apt-key list" to locate and delete it. Most likely, "rm /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg" will fix it. https://wiki.postgresql.org/wiki/Apt#News http://www.postgresql.org/message-id/20131010083115.GC24812@msgid.df7cb.de Christoph -- cb@df7cb.de | http://www.df7cb.de/