Guest User

Untitled

a guest
Dec 13th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. gpg: WARNING: unsafe enclosing directory permissions on configuration file `/home/nb/.gnupg/gpg.conf'
  2. gpg: external program calls are disabled due to unsafe options file permissions
  3. gpg: keyserver communications error: general error
  4. gpg: keyserver receive failed: general error
  5.  
  6. % stat .gnupg
  7. File: ‘.gnupg’
  8. Size: 4096 Blocks: 8 IO Block: 4096 directory
  9. Device: 1bh/27d Inode: 20578751 Links: 3
  10. Access: (0775/drwxrwxr-x) Uid: ( 1000/ nb) Gid: ( 1000/ XXXX)
  11. Access: 2015-08-09 18:14:45.937760752 -0700
  12. Modify: 2015-08-05 20:54:32.860883569 -0700
  13. Change: 2015-08-05 20:54:32.860883569 -0700
  14. Birth: -
  15.  
  16. # Set ownership to your own user and primary group
  17. chown -R "$USER:$(id -gn)" ~/.gnupg
  18. # Set permissions to read, write, execute for only yourself, no others
  19. chmod 700 ~/.gnupg
  20. # Set permissions to read, write for only yourself, no others
  21. chmod 600 ~/.gnupg/*
Add Comment
Please, Sign In to add comment