Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Monitor your Internet service and provider

Information and Support

  1. Home
  2. Categories
  3. Support forums
  4. Linux
  5. Raspberry Pi new install cannot download binary
Automatically monitor your Internet service and provider with alerts to problems
Track Internet disconnections, provider outages with historical data, and automated speed testing.
For Windows, Linux, ARM64, ARMa7. Learn more by visiting www.outagesio.com
Notice: If you created an account on app.outagesio.com, simply use the same credentials to log in here.

Raspberry Pi new install cannot download binary

Scheduled Pinned Locked Moved Solved Linux
linuxraspberry piraspberry
17 Posts 2 Posters 371 Views
  • 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.
  • J Offline
    J Offline
    jinapatton
    wrote on last edited by
    #7

    I'm happy to be your test bed for this fix. I already have a script wrote to wipe both logs and the /otm folder.

    1 Reply Last reply
    0
    • OutagesIO_SupportO Offline
      OutagesIO_SupportO Offline
      OutagesIO_Support
      wrote on last edited by OutagesIO_Support
      #8

      Thanks for your patience. We'll certainly fix this tomorrow and update you also.

      Regards,
      OutagesIO Support

      Search engines favor deep pockets making it difficult to find services like OutagesIO.
      To help us, you could leave a Google review, or share your reports in forums, or social media.
      You could mention us in articles, and perhaps someone would review us.
      We count on satisfied members spreading the word!

      1 Reply Last reply
      0
      • OutagesIO_SupportO Offline
        OutagesIO_SupportO Offline
        OutagesIO_Support
        wrote on last edited by
        #9

        Question, what hardware exactly are you using? Which version of Pi, make and model please.

        Regards,
        OutagesIO Support

        Search engines favor deep pockets making it difficult to find services like OutagesIO.
        To help us, you could leave a Google review, or share your reports in forums, or social media.
        You could mention us in articles, and perhaps someone would review us.
        We count on satisfied members spreading the word!

        1 Reply Last reply
        0
        • OutagesIO_SupportO Offline
          OutagesIO_SupportO Offline
          OutagesIO_Support
          wrote on last edited by OutagesIO_Support
          #10

          We see that everything is fine, the service is downloading the correct binary. We suspect that the hardware is not compatible with the aarch64 ARM binary.

          For a test, please download the binary directly, then make it executable, then just run it like ./arm64_otm_1_81_2401

          https://downloads.echonets.com/otm/arm64_otm_1_81_2401

          Let us know the make/model of the Pi and what happens when you run it manually.

          Regards,
          OutagesIO Support

          Search engines favor deep pockets making it difficult to find services like OutagesIO.
          To help us, you could leave a Google review, or share your reports in forums, or social media.
          You could mention us in articles, and perhaps someone would review us.
          We count on satisfied members spreading the word!

          1 Reply Last reply
          0
          • J Offline
            J Offline
            jinapatton
            wrote on last edited by
            #11

            Raspberry Pi 3 B+ with 10 / Buster.

            240K -rwxr-xr-x  1 root root 239K Sep 11 15:57 arm64_otm_1_81_2401
            root@pihole:/otm# ./arm64_otm_1_81_2401
            bash: ./arm64_otm_1_81_2401: cannot execute binary file: Exec format error
            

            I can format it to 11 / Bullseye, but if that's still too old I can grab a new one, as I run a pi-hole I'll maintain a raspberry pi for my installation.

            1 Reply Last reply
            0
            • OutagesIO_SupportO Offline
              OutagesIO_SupportO Offline
              OutagesIO_Support
              wrote on last edited by OutagesIO_Support
              #12

              The Raspberry Pi 3 B+ typically runs a 32bit operating system by default, even though the hardware is 64bit capable.

              If you're using a 32bit OS, the binary cannot work.

              The binary is compiled as a 64bit executable, it won't run on a 32bit OS, which is likely the cause of the error you're seeing.

              Here’s how you can check:

              Confirm OS architecture: Run the following command to confirm if your OS is 32bit or 64bit:

              uname -m

              If the output is armv7l, it’s a 32bit OS. If it’s aarch64, then it’s 64bit.

              Try running this against the binary that gets downloaded;

              file /otm/otm_binary

              Regards,
              OutagesIO Support

              Search engines favor deep pockets making it difficult to find services like OutagesIO.
              To help us, you could leave a Google review, or share your reports in forums, or social media.
              You could mention us in articles, and perhaps someone would review us.
              We count on satisfied members spreading the word!

              1 Reply Last reply
              0
              • OutagesIO_SupportO OutagesIO_Support marked this topic as a question on
              • OutagesIO_SupportO Offline
                OutagesIO_SupportO Offline
                OutagesIO_Support
                wrote on last edited by
                #13

                Sorry, I didn't' see your reply before completing mine. Yes, you would need a 64bit OS running on the device for otm to run on this.

                Hope this helps to solve the mystery.

                Regards,
                OutagesIO Support

                Search engines favor deep pockets making it difficult to find services like OutagesIO.
                To help us, you could leave a Google review, or share your reports in forums, or social media.
                You could mention us in articles, and perhaps someone would review us.
                We count on satisfied members spreading the word!

                1 Reply Last reply
                0
                • J Offline
                  J Offline
                  jinapatton
                  wrote on last edited by
                  #14

                  All good, cleared up for now. Ordered a Pi 5, will be here tomorrow.

                  1 Reply Last reply
                  0
                  • OutagesIO_SupportO Offline
                    OutagesIO_SupportO Offline
                    OutagesIO_Support
                    wrote on last edited by
                    #15

                    Great, let us know how that goes. It should work no problem.

                    Regards,
                    OutagesIO Support

                    Search engines favor deep pockets making it difficult to find services like OutagesIO.
                    To help us, you could leave a Google review, or share your reports in forums, or social media.
                    You could mention us in articles, and perhaps someone would review us.
                    We count on satisfied members spreading the word!

                    1 Reply Last reply
                    0
                    • J Offline
                      J Offline
                      jinapatton
                      wrote on last edited by
                      #16

                      Alright, we're in business. Purchased a Pi 5 for the PiHole / OTM client, working grand. The Pi 3 was formatted to the latest OS, and brought up as a purely OTM client.

                      Should I start a new thread about moving licenses and renaming things to let this be as something searchable for others in case they see this themselves?

                      1 Reply Last reply
                      0
                      • OutagesIO_SupportO Offline
                        OutagesIO_SupportO Offline
                        OutagesIO_Support
                        wrote on last edited by
                        #17

                        If it's s different topic, best to start a new one otherwise, it gets lost in the thread. If you don't mind :).

                        Regards,
                        OutagesIO Support

                        Search engines favor deep pockets making it difficult to find services like OutagesIO.
                        To help us, you could leave a Google review, or share your reports in forums, or social media.
                        You could mention us in articles, and perhaps someone would review us.
                        We count on satisfied members spreading the word!

                        1 Reply Last reply
                        0
                        • J jinapatton has marked this topic as solved on
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • Users
                        • Groups