[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#292691: unable to verify signatures



Package: apt
Version: 0.6.25
Severity: important
Tags: experimental

As of recently, apt-get seems to no longer be able to verify
signatures. I'm not sure if this is a problem with the mirrors or if
it's a flaw in apt-get which may have resulted from some upgrade
pacakge or something.

Anyways, here's the output of apt-get update:

Get:1 http://mirror.direct.ca unstable Release.gpg
Get:2 http://mirror.direct.ca unstable/non-US Release.gpg [197B]
[...]
Hit http://non-us.debian.org stable/non-US/contrib Sources
Hit http://non-us.debian.org stable/non-US/non-free Sources
Fetched 9B in 5s (2B/s)
Failed to fetch http://mirrors.publicshout.org/java-linux/debian/dists/unstable/main/binary-i386/Packages.gz  404 Not Found
Failed to fetch http://mirrors.publicshout.org/java-linux/debian/dists/unstable/main/source/Sources.gz  404 Not Found
Reading Package Lists... Done
W: GPG error: http://mirror.direct.ca unstable Release: Unknown error executing gpgv
W: GPG error: http://mirror.direct.ca unstable/non-US Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B629A24C38C6029A
W: GPG error: http://mirror.direct.ca testing Release: Unknown error executing gpgv
W: GPG error: http://mirror.direct.ca testing/non-US Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B629A24C38C6029A
W: GPG error: http://mirror.direct.ca stable/non-US Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B629A24C38C6029A
W: GPG error: http://mirror.direct.ca ../project/experimental Release: Unknown error executing gpgv
W: GPG error: http://debian.yorku.ca unstable Release: Unknown error executing gpgv
W: GPG error: http://debian.yorku.ca unstable/non-US Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B629A24C38C6029A
W: GPG error: ftp://tobin.econ.queensu.ca unstable Release: Unknown error executing gpgv
W: GPG error: ftp://tobin.econ.queensu.ca unstable/non-US Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B629A24C38C6029A
W: GPG error: ftp://tobin.econ.queensu.ca testing Release: Unknown error executing gpgv
W: GPG error: ftp://tobin.econ.queensu.ca testing/non-US Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B629A24C38C6029A
W: GPG error: ftp://tobin.econ.queensu.ca stable/non-US Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B629A24C38C6029A
W: GPG error: http://ftp.us.debian.org unstable Release: Unknown error executing gpgv
W: GPG error: http://ftp.us.debian.org testing Release: Unknown error executing gpgv
W: GPG error: http://ftp.us.debian.org ../project/experimental Release: Unknown error executing gpgv
W: GPG error: http://mirrors.publicshout.org unstable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BB5E459A529B8BDA
W: GPG error: ftp://ftp.nerim.net unstable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 07DC563D1F41B907
W: GPG error: http://non-us.debian.org unstable/non-US Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B629A24C38C6029A
W: GPG error: http://non-us.debian.org testing/non-US Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B629A24C38C6029A
W: GPG error: http://non-us.debian.org stable/non-US Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B629A24C38C6029A
W: You may want to run apt-get update to correct these problems
E: Some index files failed to download, they have been ignored, or old ones used instead.


I tried adding the key to gpgv's default key ring but that didn't seem to help.

-- Package-specific info:

-- apt-config dump --

APT "";
APT::Architecture "i386";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Get "";
APT::Get::Show-Upgraded "true";
APT::Get::Purge "true";
APT::Cache-Limit "16777216";
APT::Default-Release "unstable";
Dir "/";
Dir::State "var/lib/apt/";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::userstatus "status.user";
Dir::State::status "/var/lib/dpkg/status";
Dir::Cache "var/cache/apt/";
Dir::Cache::archives "archives/";
Dir::Cache::srcpkgcache "srcpkgcache.bin";
Dir::Cache::pkgcache "pkgcache.bin";
Dir::Etc "etc/apt/";
Dir::Etc::sourcelist "sources.list";
Dir::Etc::vendorlist "vendors.list";
Dir::Etc::vendorparts "vendors.list.d";
Dir::Etc::main "apt.conf";
Dir::Etc::parts "apt.conf.d";
Dir::Etc::preferences "preferences";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods";
Dir::Bin::dpkg "/usr/bin/dpkg";
DPkg "";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "/usr/bin/apt-listchanges --apt || test $? -ne 10";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/dpkg-preconfigure --apt || true";
DPkg::Tools "";
DPkg::Tools::Options "";
DPkg::Tools::Options::/usr/bin/apt-listchanges "";
DPkg::Tools::Options::/usr/bin/apt-listchanges::Version "2";

-- /etc/apt/preferences --

Package: *
Pin: release a=unstable
Pin-Priority: 600

Package: *
Pin: release a=experimental
Pin-Priority: 550

Package: *
Pin: release a=testing
Pin-Priority: 400

Package: *
Pin: release a=stable
Pin-Priority: 50

-- /etc/apt/sources.list --

# unstable
deb http://mirror.direct.ca/linux/debian/ unstable main non-free contrib
deb http://mirror.direct.ca/linux/debian-non-US/ unstable/non-US main contrib non-free

deb ftp://tobin.econ.queensu.ca/pub/debian unstable main non-free contrib
deb ftp://tobin.econ.queensu.ca/pub/debian-non-US unstable/non-US main non-free contrib

deb http://debian.yorku.ca/debian/ unstable main non-free contrib
deb http://debian.yorku.ca/debian-non-US/ unstable/non-US main contrib non-free
deb http://ftp.us.debian.org/debian/ unstable main non-free contrib
deb http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free


#deb-src http://ftp.us.debian.org/debian/ unstable main non-free contrib
deb-src http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free

# testing
deb http://mirror.direct.ca/linux/debian/ testing main non-free contrib
deb http://mirror.direct.ca/linux/debian-non-US/ testing/non-US main contrib non-free
deb ftp://tobin.econ.queensu.ca/pub/debian testing main non-free contrib
deb ftp://tobin.econ.queensu.ca/pub/debian-non-US testing/non-US main non-free contrib

#deb http://ftp.us.debian.org/debian/ testing main non-free contrib
deb http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free


deb-src http://ftp.us.debian.org/debian/ testing main non-free contrib
deb-src http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free

#stable
deb http://mirror.direct.ca/linux/debian/ stable main non-free contrib
deb http://mirror.direct.ca/linux/debian-non-US/ stable/non-US main contrib non-free
deb ftp://tobin.econ.queensu.ca/pub/debian stable main non-free contrib
deb ftp://tobin.econ.queensu.ca/pub/debian-non-US stable/non-US main non-free contrib

#deb http://ftp.us.debian.org/debian/ stable main non-free contrib
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free

#deb-src http://ftp.us.debian.org/debian/ stable main non-free contrib
deb-src http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free

# experimental
deb http://mirror.direct.ca/linux/debian/ ../project/experimental main non-free contrib
deb http://ftp.us.debian.org/debian/ ../project/experimental main non-free contrib

deb-src http://ftp.us.debian.org/debian/ ../project/experimental main non-free contrib

# Java
deb http://mirrors.publicshout.org/java-linux/debian/ unstable main non-free
deb-src http://mirrors.publicshout.org/java-linux/debian/ unstable main non-free

# Stuff
deb ftp://ftp.nerim.net/debian-marillat/ unstable main

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (990, 'unstable'), (550, 'experimental'), (400, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.9
Locale: LANG=en_CA, LC_CTYPE=en_CA (charmap=ISO-8859-1)

Versions of packages apt depends on:
ii  libc6                       2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libgcc1                     1:3.4.3-7    GCC support library
ii  libstdc++5                  1:3.3.5-6    The GNU Standard C++ Library v3

-- no debconf information



Reply to: