Guest User

Untitled

a guest
Feb 21st, 2018
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.78 KB | None | 0 0
  1. root@mine:/etc/apt# apt update
  2. Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
  3. Err:1 http://security.ubuntu.com/ubuntu xenial-security InRelease
  4. At least one invalid signature was encountered.
  5. Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease
  6. Err:2 http://archive.ubuntu.com/ubuntu xenial InRelease
  7. At least one invalid signature was encountered.
  8. Get:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
  9. Err:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease
  10. At least one invalid signature was encountered.
  11. Fetched 204 kB in 18s (10.8 kB/s)
  12. Reading package lists... Done
  13. Building dependency tree
  14. Reading state information... Done
  15. All packages are up to date.
  16. W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://security.ubuntu.com/ubuntu xenial-security InRelease: At least one invalid signature was encountered.
  17. W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://archive.ubuntu.com/ubuntu xenial InRelease: At least one invalid signature was encountered.
  18. W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://archive.ubuntu.com/ubuntu xenial-updates InRelease: At least one invalid signature was encountered.
  19. W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial/InRelease
  20. At least one invalid signature was encountered.
  21. W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/xenial-security/InRelease At least one invalid signature was encountered.
  22. W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-updates/InRelease At least one invalid signature was encountered.
  23. W: Some index files failed to download. They have been ignored, or old ones used instead.
  24. root@mine:/etc/apt# apt-get update
  25. Hit:1 http://archive.ubuntu.com/ubuntu xenial InRelease
  26. Get:2 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
  27. Err:1 http://archive.ubuntu.com/ubuntu xenial InRelease
  28. At least one invalid signature was encountered.
  29. Err:2 http://archive.ubuntu.com/ubuntu xenial-updates InRelease
  30. At least one invalid signature was encountered.
  31. Get:3 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
  32. Err:3 http://security.ubuntu.com/ubuntu xenial-security InRelease
  33. At least one invalid signature was encountered.
  34. Fetched 204 kB in 17s (11.4 kB/s)
  35. Reading package lists... Done
  36. W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://archive.ubuntu.com/ubuntu xenial InRelease: At least one invalid signature was encountered.
  37. W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://archive.ubuntu.com/ubuntu xenial-updates InRelease: At least one invalid signature was encountered.
  38. W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://security.ubuntu.com/ubuntu xenial-security InRelease: At least one invalid signature was encountered.
  39. W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial/InRelease At least one invalid signature was encountered.
  40. W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/xenial-security/InRelease At least one invalid signature was encountered.
  41. W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-updates/InRelease At least one invalid signature was encountered.
  42. W: Some index files failed to download. They have been ignored, or old ones used instead.
  43.  
  44. root@mine:/etc/apt# apt-key list
  45. /etc/apt/trusted.gpg
  46. --------------------
  47. pub 1024D/437D05B5 2004-09-12
  48. uid Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
  49. sub 2048g/79164387 2004-09-12
  50.  
  51. pub 4096R/C0B21F32 2012-05-11
  52. uid Ubuntu Archive Automatic Signing Key (2012) <ftpmaster@ubuntu.com>
  53.  
  54. pub 4096R/EFE21092 2012-05-11
  55. uid Ubuntu CD Image Automatic Signing Key (2012) <cdimage@ubuntu.com>
  56.  
  57. pub 1024D/FBB75451 2004-12-30
  58. uid Ubuntu CD Image Automatic Signing Key <cdimage@ubuntu.com>
  59.  
  60. root@mine:/etc/apt# apt-key update
  61. gpg: WARNING: unsafe ownership on homedir `/tmp/tmp.VI7PlJB3k0'
  62. gpg: WARNING: unsafe ownership on homedir `/tmp/tmp.VI7PlJB3k0'
  63. gpg: key 437D05B5: "Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>" not changed
  64. gpg: key FBB75451: "Ubuntu CD Image Automatic Signing Key <cdimage@ubuntu.com>" not changed
  65. gpg: key C0B21F32: "Ubuntu Archive Automatic Signing Key (2012) <ftpmaster@ubuntu.com>" not changed
  66. gpg: key EFE21092: "Ubuntu CD Image Automatic Signing Key (2012) <cdimage@ubuntu.com>" not changed
  67. gpg: Total number processed: 4
  68. gpg: unchanged: 4
  69. gpg: WARNING: unsafe ownership on homedir `/tmp/tmp.VI7PlJB3k0'
  70. gpg: WARNING: unsafe ownership on homedir `/tmp/tmp.VI7PlJB3k0'
  71. gpg: WARNING: unsafe ownership on homedir `/tmp/tmp.VI7PlJB3k0'
  72. gpg: WARNING: unsafe ownership on homedir `/tmp/tmp.VI7PlJB3k0'
  73. root@mine:/etc/apt#
Add Comment
Please, Sign In to add comment