Questions tagged [keyring]
17 questions
2
votes
1 answer
Artix signature is unknown trust
I installed artix-mate-openrc a day ago. Their repo is too short and I wanted to add archlinux repo (community and extra) to add alacritty and other apps I needed. They do have a program in their repo (artix-archlinux-support) which adds it for you…

robot
- 21
- 2
1
vote
1 answer
Nuitka compilation error: No keyring backend available
I’m trying to compile a small python file which sends email based on the yagmail library, which itself relies on the keyring library.
Compiling works fine. Executing with dry-run options works fine. However, when I actually try it, it prompts for…

Louis.vgn
- 149
- 1
- 1
- 9
1
vote
1 answer
How do you delete the keyring and change the passphrase for any cosmos sdk blockchain?
I spent some time trying to change the passphrase for stride cosmos sdk blockchain. Even after deleting all keys, I was always prompted to enter the old passphrase when i created a new key and it wasnt clear if the keyring was deleted or not. .
Same…

Emeka Onwuliri
- 145
- 1
- 4
1
vote
1 answer
Error trying to register email credentials with Yagmail and Keyring
I'm using Python3 on a remote machine running Ubuntu 20.10 to send some emails with yagmail. I'm able to send the emails just fine with an application-specific password, as long as the password is spelled out directly in my code. But when I try to…

jbat
- 33
- 6
1
vote
1 answer
keyring.get_password() throws NameError when reading credential from Windows Credential Manager
I am try to implement keyring on a windows system to manage database passwords for connection strings in pyodbc and sqlalchemy. I have tried to ensure the relevant packages from the NameError(s) thrown are installed.
Reason for manually setting the…

Isaacnfairplay
- 217
- 2
- 18
0
votes
0 answers
ceph-ansible rolling update monitor keyring error
When performing a rolling update using ceph-ansible it is very likely that you may enconter an error related to the reuse of the existing monitor keyring (which is cluster-wide):
"TASK [ceph-mon : generate monitor initial keyring]…

Goulart
- 31
- 3
0
votes
0 answers
keyring couldn't be identified for storing the encryption
I need help resolving this issue. I don't think I changed anything lately, so maybe some update caused it. (I did switch from lxpolkit to polkit-gnome, but I don't understand how this could be an issue).
Error message:
An OS keyring couldn't be…

ispanos
- 1
0
votes
0 answers
ubuntu: create keyring for fs-verity
I am trying to use fs-verity (description of fs-verity: https://www.kernel.org/doc/html/next/filesystems/fsverity.html) with the kernel buildin signature feature.
But I always end up with the same error.
According to the documentation, I have to…

user007
- 1
- 1
0
votes
0 answers
Dockerize a python application for distribution
I created a small python application that automatically sends emails with some customization.
I want to distribute it in a way that is fairly easy for end users (i.e., general Windows and macOS users) to download and use.
I thought of bundling the…

Louis.vgn
- 149
- 1
- 1
- 9
0
votes
0 answers
How to import an account to Keyring which was exported from the polkadot{.js] browser extension?
I have installed the polkadot{.js} browser extension and exported an account to a json-file.
I want to have that account available on a server where I have installed the @polkadot/keyring library.
Is there a way I can use the information in the…

yodas_dev
- 1
- 1
0
votes
0 answers
Cannot remove pgAdmin 4 (APT) keyrings gpg after uninstall in Pop!_OS 22.04 LTS
I installed pgAdmin 4 (APT) according their documentation.
# Install the public key for the repository (if not done previously):
curl -fsS https://www.pgadmin.org/static/packages_pgadmin_org.pub | sudo gpg --dearmor -o…

Kvetoslav
- 443
- 3
- 15
0
votes
0 answers
Pushing a known key into the kernel "trusted" keyring
It is absolutely easy to create a key inside the "trusted" keyring and then export/import it (keyctl pipe/keyctl load).
However, is there a way where I can seal a known key once? I.e., I know the key: "aabbccddeeff00112233445566778899" and I want to…

performancematters
- 65
- 4
0
votes
0 answers
Cron job script failing because of keyring interaction
I have a simple python script set to run via the crontab which keeps failing. The script utilizes the keyring package, installed through pip. I set up keyring and can run the script manually in the shell with no problem via 'python3…

Laanan
- 9
- 1
0
votes
0 answers
Keyring system does not exists error on Ubuntu
I have got an error
"Error in b__file_keyring_autocreate(self, private, keyring) : The
'system' keyring does not exists, create it first!"
my code:
create_smtp_creds_key(
id = "gmail2",
user = "***",
host = "smtp.gmail.com",
port = 465,
…

Jan Jankowski Janek
- 43
- 1
- 9
0
votes
0 answers
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EB3E94ADBE1229CF
everytime i try to update i get this error. someone help me please
https://packages.microsoft.com/repos/vscode stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EB3E94ADBE1229CF

king
- 1
- 1