• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login
Netgate Discussion Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login

speedtest CLI dying out

Scheduled Pinned Locked Moved pfSense Packages
28 Posts 8 Posters 9.3k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G
    gniting @sschueller
    last edited by May 6, 2021, 12:38 PM

    @sschueller they have a pfsense specific package? if not, then won't it get wiped with every upgrade?

    S 1 Reply Last reply May 6, 2021, 12:42 PM Reply Quote 0
    • S
      sschueller @gniting
      last edited by May 6, 2021, 12:42 PM

      @ibbetsion not at the moment (on reddit there was an exchange between netgate and speedtest so their may be one in the future), you need to install it via cli and it will be gone after update. However during my last update the python version was also gone.

      E 1 Reply Last reply May 12, 2021, 10:34 PM Reply Quote 0
      • E
        egeekial @sschueller
        last edited by May 12, 2021, 10:34 PM

        The new Ookla FreeBSD version works fine.

        # REMOVE OLD VERSION
        : pkg remove py37-speedtest-cli
        
        # INSTALL NEW OOKLA VERSION
        : pkg add "https://install.speedtest.net/app/cli/ookla-speedtest-1.0.0-freebsd.pkg"
        
        F 1 Reply Last reply May 24, 2021, 7:46 AM Reply Quote 0
        • S
          SpecimenB
          last edited by May 22, 2021, 11:27 AM

          @egeekial said in speedtest CLI dying out:

          pkg add "https://install.speedtest.net/app/cli/ookla-speedtest-1.0.0-freebsd.pkg"

          Certificate verification failed for /C=BE/O=GlobalSign nv-sa/CN=GlobalSign Atlas R3 DV TLS CA 2020
          1078788096:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/build/plus-crossbuild-2102_2-aarch64/sources/FreeBSD-src/crypto/openssl/ssl/statem/statem_clnt.c:1915:
          Certificate verification failed for /C=BE/O=GlobalSign nv-sa/CN=GlobalSign Atlas R3 DV TLS CA 2020
          1078788096:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/build/plus-crossbuild-2102_2-aarch64/sources/FreeBSD-src/crypto/openssl/ssl/statem/statem_clnt.c:1915:
          Certificate verification failed for /C=BE/O=GlobalSign nv-sa/CN=GlobalSign Atlas R3 DV TLS CA 2020
          1078788096:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/build/plus-crossbuild-2102_2-aarch64/sources/FreeBSD-src/crypto/openssl/ssl/statem/statem_clnt.c:1915:
          pkg: https://install.speedtest.net/app/cli/ookla-speedtest-1.0.0-freebsd.pkg: Authentication error

          1 Reply Last reply Reply Quote 0
          • F
            fireodo @egeekial
            last edited by fireodo May 24, 2021, 7:47 AM May 24, 2021, 7:46 AM

            @egeekial said in speedtest CLI dying out:

            The new Ookla FreeBSD version works fine.

            Hi,
            Is this Version also working with the Speedtest Widget?
            Thanks
            fireodo

            Kettop Mi4300YL CPU: i5-4300Y @ 1.60GHz RAM: 8GB Ethernet Ports: 4
            SSD: SanDisk pSSD-S2 16GB (ZFS) WiFi: WLE200NX
            pfsense 2.7.2 CE
            Packages: Apcupsd Cron Iftop Iperf LCDproc Nmap pfBlockerNG RRD_Summary Shellcmd Snort Speedtest System_Patches.

            1 Reply Last reply Reply Quote 1
            • S
              SebM
              last edited by Jul 14, 2021, 8:36 AM

              This method is pretty bulletproof for me:

              As per this page How To Install Speedtest-cli On a FreeBSD To Check Internet Speed, I simply ran these two commands in the GUI at Diagnostics / Command Prompt / Execute Shell Command:

              pkg search speedtest
              

              This returned the following:
              py38-speedtest-cli-2.1.3
              Command line interface for testing internet bandwidth

              so I ran this command:

              pkg install -y py38-speedtest-cli-2.1.3
              

              Then from there I simply run speedtest

              K 1 Reply Last reply Jul 14, 2021, 8:38 AM Reply Quote 0
              • K
                KevinRice @SebM
                last edited by Jul 14, 2021, 8:38 AM

                @sebm That method works because the issue has been fixed. Previously, it was broken.

                S 1 Reply Last reply Jul 14, 2021, 8:40 AM Reply Quote 0
                • S
                  SebM @KevinRice
                  last edited by Jul 14, 2021, 8:40 AM

                  @kevinrice Great, so now that it's been fixed and I wrote down a simple step-by-step, anybody who comes here in the future knows what to do... I love it when a plan comes together!

                  K 1 Reply Last reply Jul 14, 2021, 8:41 AM Reply Quote 0
                  • K
                    KevinRice @SebM
                    last edited by Jul 14, 2021, 8:41 AM

                    @sebm Until it breaks next revision! ;)

                    S 1 Reply Last reply Jul 14, 2021, 8:47 AM Reply Quote 0
                    • S
                      SebM @KevinRice
                      last edited by Jul 14, 2021, 8:47 AM

                      @kevinrice Then one can browse to Ookla's Speedtest, run:

                      sudo pkg add "https://install.speedtest.net/app/cli/ookla-speedtest-1.0.0-freebsd.pkg"
                      

                      Then when this is fixed, they can run:

                      pkg remove --y speedtest
                      

                      And rinse and repeat steps from there:
                      @sebm said in speedtest CLI dying out:

                      Simple. Unintrusive. I likes 😊

                      K 1 Reply Last reply Jul 14, 2021, 8:49 AM Reply Quote 0
                      • K
                        KevinRice @SebM
                        last edited by Jul 14, 2021, 8:49 AM

                        @sebm Until Ookla revises... Never ending battle.

                        S 1 Reply Last reply Jul 14, 2021, 8:50 AM Reply Quote 0
                        • S
                          SebM @KevinRice
                          last edited by Jul 14, 2021, 8:50 AM

                          @kevinrice I'd like to thank you for having published a workaround (option #3).

                          K 2 Replies Last reply Jul 14, 2021, 8:52 AM Reply Quote 0
                          • K
                            KevinRice @SebM
                            last edited by Jul 14, 2021, 8:52 AM

                            @sebm And, thank you for providing the current solution! I'm actually going to use it right now.

                            1 Reply Last reply Reply Quote 1
                            • K
                              KevinRice @SebM
                              last edited by Jul 14, 2021, 8:56 AM

                              @sebm Yup. Works great! Thx.

                              Testing download speed................................................................................
                              Download: 875.58 Mbit/s
                              Testing upload speed......................................................................................................
                              Upload: 776.59 Mbit/s
                              
                              S 1 Reply Last reply Jul 14, 2021, 9:00 AM Reply Quote 1
                              • S
                                SebM @KevinRice
                                last edited by Jul 14, 2021, 9:00 AM

                                @kevinrice wowza, that upload speed 😵

                                K 1 Reply Last reply Jul 14, 2021, 9:06 AM Reply Quote 0
                                • K
                                  KevinRice @SebM
                                  last edited by Jul 14, 2021, 9:06 AM

                                  @sebm GPON fiber. Race Communications home service. $60/mo. 👍

                                  S 1 Reply Last reply Jul 14, 2021, 9:09 AM Reply Quote 0
                                  • S
                                    SebM @KevinRice
                                    last edited by Jul 14, 2021, 9:09 AM

                                    @kevinrice I was paying $45 for 100/5 and just upgraded to 400/10 for $70... Something to keep in mind if I relocate.

                                    K 1 Reply Last reply Jul 14, 2021, 9:11 AM Reply Quote 0
                                    • K
                                      KevinRice @SebM
                                      last edited by Jul 14, 2021, 9:11 AM

                                      @sebm Yeah, coax doesn't give much upload. At least the ISPs don't.

                                      S 1 Reply Last reply Jul 14, 2021, 9:15 AM Reply Quote 0
                                      • S
                                        SebM @KevinRice
                                        last edited by Jul 14, 2021, 9:15 AM

                                        @kevinrice Do you have a Netgate appliance? If yes which one?

                                        K 1 Reply Last reply Jul 14, 2021, 9:23 AM Reply Quote 0
                                        • K
                                          KevinRice @SebM
                                          last edited by Jul 14, 2021, 9:23 AM

                                          @sebm 5100

                                          1 Reply Last reply Reply Quote 1
                                          • First post
                                            Last post
                                          Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
                                            This community forum collects and processes your personal information.
                                            consent.not_received