Am I missing something simple here? Here are the errors I received when running apt update
Err:2 http://ftp.ports.debian.org/debian-ports unstable InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 06AED62430CB581C Err:3 http://ftp.ports.debian.org/debian-ports unreleased InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 06AED62430CB581C Here is my /etc/apt/sources.list. Pretty straightforward. # Binary Default deb http://ftp.ports.debian.org/debian-ports/ unstable main deb http://ftp.ports.debian.org/debian-ports/ unreleased main # Package Source deb-src http://ftp.debian.org/debian/ unstable main # Non-free firmware deb [arch=all] http://ftp.debian.org/debian/ unstable contrib non-free Tried running the following command to add the public key to my local key ring. Perhaps the key server is incorrect? sudo apt-key adv --keyserver http://ports.debian.org --recv-keys 06AED62430CB581C Executing: /tmp/apt-key-gpghome.k9kOJQIkVu/gpg.1.sh --keyserver http://ftp.ports.debian.org --recv-keys 06AED62430CB581C gpg: no valid OpenPGP data found. gpg: Total number processed: 0 Probably something simple, but I'm coming up short on ideas... Thanks, Brock On Thu, Jul 5, 2018 at 10:30 AM John Paul Adrian Glaubitz < [email protected]> wrote: > Hello! > > Since powerpc is now part of Debian Ports, everyone who is running > Debian on powerpc needs to update their /etc/apt/sources.list to > be able to continue tracking unstable. > > The new sources.list should look like: > > # binary default > deb http://ftp.ports.debian.org/debian-ports/ unstable main > deb http://ftp.ports.debian.org/debian-ports/ unreleased main > > # source > deb-src http://ftp.debian.org/debian/ unstable main > > If you want to include packages which were just built on the buildds, > use: > > # binary default > deb http://ftp.ports.debian.org/debian-ports/ unstable main > deb http://incoming.ports.debian.org/buildd/ unstable main > deb http://ftp.ports.debian.org/debian-ports/ unreleased main > > # source > deb-src http://ftp.debian.org/debian/ unstable main > deb-src http://incoming.debian.org/debian-buildd/ buildd-unstable main > > And if you use experimental, use without incoming: > > # binary default > deb http://ftp.ports.debian.org/debian-ports/ unstable main > deb http://ftp.ports.debian.org/debian-ports/ unreleased main > # source > deb-src http://ftp.debian.org/debian/ unstable main > deb-src http://ftp.debian.org/debian/ experimental main > > > And experimental with incoming: > > # binary default > deb http://ftp.ports.debian.org/debian-ports/ unstable main > deb http://incoming.ports.debian.org/buildd/ unstable main > deb http://ftp.ports.debian.org/debian-ports/ unreleased main > deb http://ftp.ports.debian.org/debian-ports/ experimental main > # source > deb-src http://ftp.debian.org/debian/ unstable main > deb-src http://incoming.debian.org/debian-buildd/ buildd-unstable main > deb-src http://ftp.debian.org/debian/ experimental main > deb-src http://incoming.debian.org/debian-buildd/ buildd-experimental main > > You may have to add these lines to your /etc/apt/preferences to > avoid packages from experimental getting installed automatically: > > root@sompek:~# cat /etc/apt/preferences > Package: * > Pin: release a=experimental > Pin-Priority: 1 > root@sompek:~# > > Let me know if you have any issues. I will update the debian-installer > images for powerpc (and all other architectures) in the following > days. > > Adrian > > -- > .''`. John Paul Adrian Glaubitz > : :' : Debian Developer - [email protected] > `. `' Freie Universitaet Berlin - [email protected] > `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913 > >

