Git Product home page Git Product logo

Comments (13)

jimaek avatar jimaek commented on June 2, 2024

Is it possible to get a full log output for 2 hours for example? To see the reboots. And please send any other additional data or information you might have

from globalping-hwprobe.

skapytek avatar skapytek commented on June 2, 2024

Could not chdir to home directory /home/logs: No such file or directory
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
Checking for the latest version
Current version 0.10.1
Latest version 0.11.0
Start self-update process
Self-update finished
[2023-01-27 16:26:03] [INFO] [696] [general] Start probe version 0.11.0 in a production mode
[2023-01-27 16:26:04] [DEBUG] [696] [general] connection to API established
[2023-01-27 16:26:04] [INFO] [696] [api:connect] connected from (XXXXXXXXXXXXXXXXXX)

nothing more in the logs

from globalping-hwprobe.

skapytek avatar skapytek commented on June 2, 2024

Now it restarted again:

Could not chdir to home directory /home/logs: No such file or directory
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
Checking for the latest version
Current version 0.10.1
Latest version 0.11.0
Start self-update process
Self-update finished
[2023-01-27 22:36:02] [INFO] [696] [general] Start probe version 0.11.0 in a production mode
[2023-01-27 22:36:03] [DEBUG] [696] [general] connection to API established
[2023-01-27 22:36:03] [INFO] [696] [api:connect] connected from (XXXXXXXXXX)

from globalping-hwprobe.

jimaek avatar jimaek commented on June 2, 2024

Hey, are you sure its a reboot and not an SSH timeout? Does it connect immediately? Because if it was a reboot it would take 2-3 minutes to boot and before it allowed you to connect via SSH.

Have you tried using something like this to connect?

ssh -o ServerAliveInterval=20 IP-Address

from globalping-hwprobe.

skapytek avatar skapytek commented on June 2, 2024

Could not chdir to home directory /home/logs: No such file or directory
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
Checking for the latest version
Current version 0.10.1
Latest version 0.11.0
Start self-update process
Self-update finished
[2023-01-27 22:36:02] [INFO] [696] [general] Start probe version 0.11.0 in a production mode
[2023-01-27 22:36:03] [DEBUG] [696] [general] connection to API established
[2023-01-27 22:36:03] [INFO] [696] [api:connect] connected from (XXXXXXXXXXXXXXXX
[2023-01-29 10:04:40] [DEBUG] [696] [general] disconnected from API: (transport close)
[2023-01-29 10:04:42] [DEBUG] [696] [general] connection to API established
[2023-01-29 10:04:42] [INFO] [696] [api:connect] connected from (XXXXXXXXXXXXXXXX
[2023-01-29 10:05:07] [DEBUG] [696] [general] disconnected from API: (transport close)
[2023-01-29 10:05:08] [DEBUG] [696] [general] connection to API established
[2023-01-29 10:05:08] [INFO] [696] [api:connect] connected from (XXXXXXXXXXXXXXXX
[2023-01-29 10:05:43] [DEBUG] [696] [general] disconnected from API: (io server disconnect)
[2023-01-29 10:05:43] [DEBUG] [696] [general] connection to API established
[2023-01-29 10:05:43] [INFO] [696] [api:connect] connected from (XXXXXXXXXXXXXXXX

from globalping-hwprobe.

jimaek avatar jimaek commented on June 2, 2024

I don't see anything indicating reboots in the last log. You do have API disconnects which shouldn't happen but it's unrelated to this issue

from globalping-hwprobe.

skapytek avatar skapytek commented on June 2, 2024

When i get disconnected and im trying to reconnect it says "no container named globalping found" and hostkey changes everytime

from globalping-hwprobe.

jimaek avatar jimaek commented on June 2, 2024

Can you confirm you're using the included power supply connected to the wall? Providing less power that required would result in reboots.

from globalping-hwprobe.

skapytek avatar skapytek commented on June 2, 2024

Yes its the original power supply. I tested it and it delivers the voltage and ampere it should deliver.

from globalping-hwprobe.

jimaek avatar jimaek commented on June 2, 2024

Would you be able to flash the SD card with the latest firmware and see if that helps?

You can download the firmware here https://github.com/jsdelivr/globalping-hwprobe/releases/tag/v1.2

Its simple https://github.com/jsdelivr/globalping-hwprobe#flashing-the-sd-card

from globalping-hwprobe.

skapytek avatar skapytek commented on June 2, 2024

Flashed the latest firmware.

After 4 hours another error and hostkey changed.

Could not chdir to home directory /home/logs: No such file or directory
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
Checking for the latest version
Current version 0.11.0
Latest version 0.11.0
[2023-02-03 17:46:57] [INFO] [688] [general] Start probe version 0.11.0 in a production mode
[2023-02-03 17:46:58] [DEBUG] [688] [general] connection to API established
[2023-02-03 17:46:58] [INFO] [688] [api:connect] connected from (Laakirchen, AT, EU) (lat: 47.9819 long: 13.8217)
client_loop: send disconnect: Connection reset

from globalping-hwprobe.

skapytek avatar skapytek commented on June 2, 2024

Since 19 hours its working without any problems so far.

from globalping-hwprobe.

jimaek avatar jimaek commented on June 2, 2024

The reboots are supposed to be happening and they are random. Thats when the hostkey changes. So thats normal as long as it doesnt happen every 30 minutes.
Looks like it works now :)

from globalping-hwprobe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.