I have been trying to add a repo to my PureOS green installation,
sudo apt-add-repository ppa:teejee2008/ppa
but gpg complains that it cannot find a Public key,
gpg: keybox '/tmp/tmp87i6nc_k/pubring.gpg' created
gpg: /tmp/tmp87i6nc_k/trustdb.gpg: trustdb created
gpg: key B5B116B72D0F61F0: public key "Launchpad PPA for Tony George" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: imported: 1
gpg: no valid OpenPGP data found.
If I try to sudo apt update anyway, I get a gpg error msg
GPG error: http://ppa.launchpad.net/teejee2008/ppa/ubuntu artful InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B5B116B72D0F61F0
The repo author has listed the public key on the launchpad wesbite. Can I manually add this repo?
The ppa is aimed for ubuntu OS, is there an equivalence between Ubuntu and PureOS releases given that they are both debian flavours of linux?
Work fine for me,
Executing: /tmp/apt-key-gpghome.vwHceuQVhn/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys B5B116B72D0F61F0
key B5B116B72D0F61F0:
1 signature not checked due to a missing key
gpg: key B5B116B72D0F61F0: public key “Launchpad PPA for Tony George” imported
gpg: Total number processed: 1
gpg: imported: 1
Ya, I checked the DNS, although gpg error code for DNS resolution error is different from the one I get. I usually set my DNS to ISP provider to reduce lag, but I also tried setting up to the google 8.8.8.8 configuration but it didn’t work.
Sure, I am using it already for my home drive, however, DejaDup expects you to know what system files to backup, which means I would need to do a lot fo bg reading to figure out how to take incremental snapshots of the system files into order to get a decent backup to which I can roll back to in case an upgrade goes wrong.
Timeshift takes care of that for you. Ultimately I want to be able to do backups of my system files onto a dedicated encrypted USB flash drive.
Do you use DejaDup for system backup? Which files are you backing up?
I am thinking my error could be due to an outdated file/library. I am going to upgrade in the next few days and report back here if I solve this issue.
googling the error I get, reveals a likely issue with the dirmngr DNS resolver, I still can’t understand why this is happening. I tried enabling the --standard-resolver in ~/,gnupg/dirmngr.conf but that didn’t make any difference.
However, I managed to import it manually using the following instructions, and the key from this page.
I am now able to update timeshift from the official repo.
Old topic, but I have the same problem, with the same software developer. Instead of timeshift, I’m trying to install the aptik software. But it uses the same repo and key. My question is regarding the last post. The instructions linked above have the following steps:
Try this, assuming you’re using Ubuntu:
1 In your web browser, go to http://keyserver.ubuntu.com:11371/pk...39676F7613768D
2 Copy the pgp public key block, including the lines saying “begin pgp public key block” and “end pgp public key block”
3 Paste it into a text file and save it anywhere.
4 Open System->Administration->Software Sources, put in your password if asked, and click on the Authentication tab
5 Press the Import Key File button, select the file you just saved, and press OK