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. ARM
  5. Install infinite loop
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.

Install infinite loop

Scheduled Pinned Locked Moved Solved ARM
raspberry pirpi-4arm
49 Posts 5 Posters 4.7k 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.
  • OutagesIO_SupportO Offline
    OutagesIO_SupportO Offline
    OutagesIO_Support
    wrote on last edited by
    #41

    I think the first thing would be to kill everything that's been left over from your testing so you are starting from scratch. make sure the service is stopped, all 'starter' scripts processes are killed.

    Then check your dashboard until the agent is Inactive. Once you know there is no agent or anything else related running, start your agent manually, not using systemd and check if the agent becomes active.

    Once sure there is nothing else running and the agent goes active, then kill that process and start the agent using your systemd start command. I don't know for sure but it looks like that part was working, only there were other instances running too which could have caused conflicts maybe. Let's get to the point of the agent running and we'll look into the other stuff after.

    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!

    P 1 Reply Last reply
    0
    • OutagesIO_SupportO OutagesIO_Support

      I think the first thing would be to kill everything that's been left over from your testing so you are starting from scratch. make sure the service is stopped, all 'starter' scripts processes are killed.

      Then check your dashboard until the agent is Inactive. Once you know there is no agent or anything else related running, start your agent manually, not using systemd and check if the agent becomes active.

      Once sure there is nothing else running and the agent goes active, then kill that process and start the agent using your systemd start command. I don't know for sure but it looks like that part was working, only there were other instances running too which could have caused conflicts maybe. Let's get to the point of the agent running and we'll look into the other stuff after.

      P Offline
      P Offline
      PJPorch
      wrote on last edited by
      #42

      @OutagesIO_Support

      • Disabled the service
      • Killed all running processes
      • Agent shows as "Inactive"
      • Edited the script to run manually.
      # exec $start/otm_linux &
      $start/otm_linux &
      
      • Run the script manually and I'm right back at the beginning where it won't download the file. There are no apparent errors with credentials, permission to download the file, or anything indicating why it can't download the file.

      b68ebf3d-385e-47e5-8aab-5345f3a9dbe5-image.png

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

        You seem to be doing all the right things. It's a little perplexing to say the least. It must be something small and so obvious that it's not obvious.

        We will dig deeper into this tomorrow because it really isn't making sense and must be something on our end.

        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
          #44

          Ok, some good news for you. The problem should be resolved now.
          Just create a new agent then download the updated script, version 1.0.5. You can let that new agent get deleted automatically by the system in 24hrs. Use that script and as before, make sure to upgrade the path's of course.

          It should work now.

          Also made a small change in the systemd if you're using it. Still have to solve why it's echo'ing out the text from the script but it works.

          [Unit]
          Description=Startup of the OutagesIO Internet monitor agent
          After=network.target

          [Install]
          WantedBy=multi-user.target

          [Service]
          Type=simple
          ExecStartPre=/otm/starter.sh
          ExecStart=/otm/otm_binary
          WorkingDirectory=/otm
          Restart=always
          RestartSec=5
          StandardError=syslog
          SyslogIdentifier=%n

          Give it a try, let us know how it goes.

          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!

          P 1 Reply Last reply
          0
          • OutagesIO_SupportO OutagesIO_Support

            Ok, some good news for you. The problem should be resolved now.
            Just create a new agent then download the updated script, version 1.0.5. You can let that new agent get deleted automatically by the system in 24hrs. Use that script and as before, make sure to upgrade the path's of course.

            It should work now.

            Also made a small change in the systemd if you're using it. Still have to solve why it's echo'ing out the text from the script but it works.

            [Unit]
            Description=Startup of the OutagesIO Internet monitor agent
            After=network.target

            [Install]
            WantedBy=multi-user.target

            [Service]
            Type=simple
            ExecStartPre=/otm/starter.sh
            ExecStart=/otm/otm_binary
            WorkingDirectory=/otm
            Restart=always
            RestartSec=5
            StandardError=syslog
            SyslogIdentifier=%n

            Give it a try, let us know how it goes.

            P Offline
            P Offline
            PJPorch
            wrote on last edited by
            #45

            @EchoMin
            Whatever changes you made to the script seems to have fixed it. I deleted everything, reinstalled with the new scripts, and everything seems to be downloading and running properly.

            Thanks for all the help.
            Josh

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

              Nice to hear.

              Which one is your most important agent ID? One that you'll keep going without deleting? We'll keep an eye on that for a bit too.

              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!

              P 1 Reply Last reply
              0
              • OutagesIO_SupportO OutagesIO_Support

                Nice to hear.

                Which one is your most important agent ID? One that you'll keep going without deleting? We'll keep an eye on that for a bit too.

                P Offline
                P Offline
                PJPorch
                wrote on last edited by
                #47

                @OutagesIO_Support The new agent is 128834. This was the site with all the issues that seems to be running well now.

                Agent 128600 can be deleted.

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

                  We gave you a free upgrade on that agent as a thanks for sharing this problem with us.

                  Most people just leave before telling us there's a problem we could fix.

                  Thanks.

                  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!

                  P 1 Reply Last reply
                  0
                  • OutagesIO_SupportO OutagesIO_Support

                    We gave you a free upgrade on that agent as a thanks for sharing this problem with us.

                    Most people just leave before telling us there's a problem we could fix.

                    Thanks.

                    P Offline
                    P Offline
                    PJPorch
                    wrote on last edited by
                    #49

                    @OutagesIO_Support Thank you. I appreciate the time it took to troubleshoot this one with me.

                    1 Reply Last reply
                    0
                    • OutagesIO_SupportO OutagesIO_Support marked this topic as a question on
                    • OutagesIO_SupportO OutagesIO_Support 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