Advertisement
paradonym

rpi speedtest failure

Mar 23rd, 2022
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.80 KB | None | 0 0
  1.  
  2. pi@raspberrypi:~ $ sudo apt-get install gnupg1 apt-transport-https dirmngr
  3. Reading package lists... Done
  4. Building dependency tree... Done
  5. Reading state information... Done
  6. dirmngr is already the newest version (2.2.27-2).
  7. dirmngr set to manually installed.
  8. The following package was automatically installed and is no longer required:
  9.   libfuse2
  10. Use 'sudo apt autoremove' to remove it.
  11. Suggested packages:
  12.   parcimonie xloadimage | imagemagick | eog
  13. The following NEW packages will be installed:
  14.   apt-transport-https gnupg1 gnupg1-l10n
  15. 0 upgraded, 3 newly installed, 0 to remove and 47 not upgraded.
  16. Need to get 1,290 kB of archives.
  17. After this operation, 5,137 kB of additional disk space will be used.
  18. Get:1 http://deb.debian.org/debian bullseye/main arm64 apt-transport-https all 2.2.4 [160 kB]
  19. Get:2 http://deb.debian.org/debian bullseye/main arm64 gnupg1 arm64 1.4.23-1.1 [578 kB]
  20. Get:3 http://deb.debian.org/debian bullseye/main arm64 gnupg1-l10n all 1.4.23-1.1 [553 kB]
  21. Fetched 1,290 kB in 0s (4,277 kB/s)
  22. Selecting previously unselected package apt-transport-https.
  23. (Reading database ... 90910 files and directories currently installed.)
  24. Preparing to unpack .../apt-transport-https_2.2.4_all.deb ...
  25. Unpacking apt-transport-https (2.2.4) ...
  26. Selecting previously unselected package gnupg1.
  27. Preparing to unpack .../gnupg1_1.4.23-1.1_arm64.deb ...
  28. Unpacking gnupg1 (1.4.23-1.1) ...
  29. Selecting previously unselected package gnupg1-l10n.
  30. Preparing to unpack .../gnupg1-l10n_1.4.23-1.1_all.deb ...
  31. Unpacking gnupg1-l10n (1.4.23-1.1) ...
  32. Setting up apt-transport-https (2.2.4) ...
  33. Setting up gnupg1 (1.4.23-1.1) ...
  34. Setting up gnupg1-l10n (1.4.23-1.1) ...
  35. Processing triggers for man-db (2.9.4-2) ...
  36. pi@raspberrypi:~ $ export INSTALL_KEY=379CE192D401AB61
  37. pi@raspberrypi:~ $ export DEB_DISTRO=$(lsb_release -sc)
  38. pi@raspberrypi:~ $ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys $INSTALL_KEY
  39. Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
  40. Executing: /tmp/apt-key-gpghome.msZdW1Pnih/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 379CE192D401AB61
  41. gpg: key 379CE192D401AB61: public key "Bintray (by JFrog) <bintray@bintray.com>" imported
  42. gpg: Total number processed: 1
  43. gpg:               imported: 1
  44. pi@raspberrypi:~ $ echo "deb https://ookla.bintray.com/debian ${DEB_DISTRO} main" | sudo tee  /etc/apt/sources.list.d/speedtest.list
  45. deb https://ookla.bintray.com/debian bullseye main
  46. pi@raspberrypi:~ $ sudo apt-get update
  47. Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
  48. Hit:2 http://deb.debian.org/debian bullseye InRelease
  49. Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
  50. Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
  51. Err:5 https://ookla.bintray.com/debian bullseye InRelease
  52.   Could not handshake: The TLS connection was non-properly terminated. [IP: 35.157.253.39 443]
  53. Fetched 39.4 kB in 1s (32.4 kB/s)
  54. Reading package lists... Done
  55. W: Failed to fetch https://ookla.bintray.com/debian/dists/bullseye/InRelease  Could not handshake: The TLS connection was non-properly terminated. [IP: 35.157.253.39 443]
  56. W: Some index files failed to download. They have been ignored, or old ones used instead.
  57. pi@raspberrypi:~ $ sudo apt-get remove speedtest-cli
  58. Reading package lists... Done
  59. Building dependency tree... Done
  60. Reading state information... Done
  61. Package 'speedtest-cli' is not installed, so not removed
  62. The following package was automatically installed and is no longer required:
  63.   libfuse2
  64. Use 'sudo apt autoremove' to remove it.
  65. 0 upgraded, 0 newly installed, 0 to remove and 47 not upgraded.
  66. pi@raspberrypi:~ $ sudo apt-get install speedtest
  67. Reading package lists... Done
  68. Building dependency tree... Done
  69. Reading state information... Done
  70. E: Unable to locate package speedtest
  71.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement