Skip to content

leap-archive-keyring keyring not in apt key list

been messing with setting up new platforms, I think we still need to do more testing from scratch :-/

Right now I'm running into leap-keyring-archive being installed:

root@roscoe:~# apt-cache policy leap-archive-keyringleap-archive-keyring:
  Installed: 2017.05.01
  Candidate: 2017.05.01
  Version table:
 *** 2017.05.01 0
        999 http://deb.leap.se/platform/ jessie/master amd64 Packages
        100 /var/lib/dpkg/status
     2016.03.08 0
          1 http://deb.debian.org/debian/ stretch/main amd64 Packages
     2016.03.08~bpo70+1 0
        100 http://deb.debian.org/debian/ jessie-backports/main amd64
Packages

But not being included in the apt-key list since the move to /usr/share/keyrings/*

This results in couchdb, soledad,... not being installed with a regular node init and deploy. I can install manually without verification of course, but this looks pretty critical to me.

I noticed in the changelog:

leap-archive-keyring (2017.05.01) unstable; urgency=medium

  * Move keyrings from /etc/apt/trusted.gnupg.d to
    /usr/share/keyrings
  * Add dependency on gnupg

 -- Micah Anderson <micah@debian.org>  Tue, 02 May 2017 14:40:37 -0400
Edited by kwadronaut