Guest User

Untitled

a guest
May 24th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. GPG error: http://repo.localpod/Dml/ldom-debs/ubuntu bionic InRelease: The following signatures were invalid: ADE541A20ACF8997C01BDCF7090678A30132048A
  2.  
  3. gpg --batch --yes --keyring $KeyP --secret-keyring $KeyS -a --no-permission-warning --detach-sign --default-key 'ldom install service' --output $3 $1
  4. $1 = .../Release
  5. $2 = .../InRelease
  6.  
  7. wget http://repo.localpod/Dml/ldom-debs/ubuntu/dists/bionic/InRelease
  8. and:
  9. # gpgv --keyring /etc/apt/trusted.gpg "InRelease"
  10. gpgv: Signature made Thu 24 May 2018 12:20:29 PM CEST
  11. gpgv: using DSA key 090678A30132048A
  12. gpgv: Good signature from "ldom install service <tbuunix@...dk>"
  13.  
  14. apt-key list
  15. pub rsa2048 2014-06-24 [SC]
  16. 754A 1A7A E731 F165 D5E6 D4BD 0E08 A149 DE57 BFBE
  17. uid [ unknown] SaltStack Packaging Team <packaging@saltstack.com>
  18. sub rsa2048 2014-06-24 [E]
  19.  
  20. pub dsa1024 2013-06-10 [SCA]
  21. ADE5 41A2 0ACF 8997 C01B DCF7 0906 78A3 0132 048A
  22. uid [ unknown] LDOM install service <tbuunix@....dk>
  23. sub elg1024 2013-06-10 [E]
  24.  
  25. root@ubu18:~# apt-get update
  26. Get:1 http://repo.localpod/Dml/ldom-debs/ubuntu bionic InRelease [1,154 B]
  27. Err:1 http://repo.localpod/Dml/ldom-debs/ubuntu bionic InRelease
  28. The following signatures were invalid: ADE541A20ACF8997C01BDCF7090678A30132048A
  29. Reading package lists... Done
  30. W: GPG error: http://repo.localpod/Dml/ldom-debs/ubuntu bionic InRelease: The following signatures were invalid: ADE541A20ACF8997C01BDCF7090678A30132048A
  31. E: The repository 'http://repo.localpod/Dml/ldom-debs/ubuntu bionic InRelease' is not signed.
  32. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  33. N: See apt-secure(8) manpage for repository creation and user configuration details.
Add Comment
Please, Sign In to add comment