25-03-2025
This commit is contained in:
@@ -183,3 +183,23 @@ batch
|
||||
yes
|
||||
```
|
||||
|
||||
|
||||
|
||||
### gpg: WARNING: unsafe permissions on homedir '/var/services/homes/bruno/.gnupg'
|
||||
|
||||
```bash
|
||||
$ chown -R $(whoami) ~/.gnupg/
|
||||
$ find ~/.gnupg -type f -exec chmod 600 {} \;
|
||||
$ find ~/.gnupg -type d -exec chmod 700 {} \;
|
||||
```
|
||||
|
||||
|
||||
|
||||
#### gpg: WARNING: server 'gpg-agent' is older than us (2.2.41 < 2.4.5)
|
||||
|
||||
gpg: problem with fast path key listing: Erreur de paramètre IPC - ignored
|
||||
|
||||
```bash
|
||||
$ gpgconf --kill all
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user